Begin designing the form "ftest" by adding a "label" form field object. Using the left mouse button (or right button, if you have reversed them), click on the Label icon in the object gallery at the bottom of the screen. Move the cursor (you do not need to hold the button down) to any position within the window and click the left mouse button again. The word "Label" appears at that position surrounded by eight "selection handles". The word "Label" also appears highlighted in the "text box" in the status bar. Type the word "&Customer:" and press return. The text in the label object changes to "Customer:".
Add an "entry" form field object. Click on the Entry icon in the object gallery and move the cursor to a position somewhere to the right of the label object and click the left mouse button. Because all form field object types other than labels are addressable by the Zim language, they require field names. The painter automatically generates a unique field name for you and then presents the Add Form Field dialog with the Field Name field highlighted. You can type the word "CustName" to change the field name, but for now click on the OK push button to accept the generated field name.
Note: As objects are added in the window, the structure chart on the left of the screen is updated to reflect the addition of the new objects.
Finally, add a "push button" form field object. Click on the Push Button icon in the object gallery and move the cursor to a position below the "Customer:" label object and click the left mouse button. Dismiss the Add Form Field dialog by clicking on the OK push button.