| Fields |
| Control Name | Internal name of the control. |
| Container | The container control that the control is diplayed on. |
| Field | The field that the control is bound to. |
| Control Type | The type of control, eg. Text Box, Drop Down List, etc. |
| User Defined List | A user defined list of values. |
| Label Text | The text to be displayed in the label above the control. |
| Tool Tip | The text to be displayed in the tool tip bubble when the mouse pointer hovers over the control. |
| Height | The height of the control in pixels. |
| Width | The width of the control in pixels. |
| Default Value | The value that the control is defaulted to when entering a new record. |
| Format String | Used to determine how the contents of control will formatted when displayed. |
| Visible | If false, the control will not be displayed visibly on the form. |
| Required | If true, the record cannot be saved when this control is left blank. |
| Sequence | The sequence in which to display the control on the form. |
| Max Length | The maximum length of data that can be entered in the control. |