| "title" | A sequence of characters that specifies the text to be displayed by the item. |
| type | Specifies the style and type of item to create and may be one of the following names :-
| LTEXT | Left justified static text |
| RTEXT | Right justified static text |
| CTEXT | Centred static text |
| BLACKRECT | Black rectangle |
| WHITERECT | White rectangle |
| GREYRECT | Grey rectangle |
| BLACKFRAME | Black frame |
| WHITEFRAME | White frame |
| GREYFRAME | Grey frame |
| GROUPBOX | Group box |
| CHECKBOX | Check box |
| RADIOBUTTON | Radio Button |
| BUTTON | Push button |
| DEFBUTTON | Default push button |
| LEDIT | Left justified edit text |
| REDIT | Right justified edit text |
| CEDIT | Centred edit text |
| LISTBOX | List box |
| SLISTBOX | Sorted list box |
| COMBOBOX | Combo box |
| DROPDOWN | Drop down combo box |
| DROPLIST | Drop down list combo box |
| SCOMBOBOX | Sorted combo box |
| SDROPDOWN | Sorted drop down combo box |
| SDROPLIST | Sorted drop down list combo box |
|
| id | Specifies a unique identifier for the item. |
| dlg_id | Specifies the identifier of a dialog box that owns the specified item. |
| x | Specifies the horizontal co-ordinate for the left hand side of the item. |
| y | Specifies the vertical co-ordinate for the top of the item. |
| cx | Specifies the width of the item. |
| cy | Specifies the height of the item. |
| proc | Specifies the name of the procedure to call to handle the items events. |