Command
|
|
Description |
Boxed_column |
|
Places a frame around controls
to form a group of controls
|
Boxed_radio_column |
|
Places a frame around controls
to form a group of controls (usually radio
buttons)
|
Boxed_radio_row |
|
Places a frame around controls
to form a group of controls (usually radio
buttons)
|
Boxed_row |
|
Places a frame around controls
to form a group of controls
|
Button |
|
Places a command button with a
label
|
Column |
|
Creates a column of controls
(like a Boxed_column without the frame)
|
Concatenation |
|
Concatenates one or more
text_part tile together
|
Dialog |
|
This tile creates the form in
which you build the rest of the controls onto
|
Edit_box |
|
Creates and editable field for
the user to input data into
|
Errtile |
|
Displays an error message at the
bottom of the dialog box (lower left corner)
|
Image |
|
A tile that displays a vector
image with an outline around it
|
Image_button |
|
Displays an image instead of a
label
|
List_box |
|
A vertical list of strings (with
scroll bar if list gets to long)
|
Ok_only |
|
Displays OK
button at the bottom for the dialog box
|
Ok_Cancel |
|
Displays OK and
Cancel buttons at the bottom for
the dialog box
|
Ok_Cancel_Help |
|
Displays OK, Cancel
and Help button at the bottom
for the dialog box
|
Ok_Cancel_Help_Errtile |
|
Displays Ok, Cancel, Help
and an Errtile text message at
the bottom of the dialog box
|
Ok_Cancel_Help_Info |
|
Displays Ok, Cancel, Help
and an Info button at the bottom
of the dialog box
|
Paragraph |
|
A Vertical group of text
|
Popup_list |
|
A dropdown list box
|
Radio_button |
|
A circular button with a label
|
Radio_column |
|
A column of Radio buttons
|
Radio_row |
|
A row of Radio buttons
|
Row |
|
A horizontal group of tiles/
controls without a frame
|
Slider |
|
A vertical or horizontal scroll
bar that returns an integer value
|
Spacer |
|
A blank or empty tile
|
Spacer_0 |
|
A blank tile without a starting
value
|
Spacer_1 |
|
A blank tile with an equal width
and height of 1
|
Text |
|
Places a string of text (Label)
|
Text_part |
|
A text tile that can be concatenated
|
Toggle |
|
A check box
|