In ORCS, depending on the settings, various extended object types are displayed, most of them also used by many other libraries (Flydial, MyDial etc.). These are usually defined by a specific value in the 'Extended type' as well as certain flags. The supported types are:
FlyDial Mover |
The 'dog-ear' in the upper right corner of dialogs used to move the dialog. |
Radiobutton |
A round button, with text next to it. |
Checkbox |
A small square box, with text next to it. |
Exitbutton |
A button with an optional keyboard shortcut. The character behind a '[' will be underlined, and the button is a bit larger than usual. |
Undo-Button (1) |
A button that should react to the UNDO key. |
Undo-Button (2) |
A button that should react to the UNDO key. |
Underlined Text |
A text that is underlined in the width of the object. In many programs this is used as a heading for dialog. |
Group frame |
A large frame in which the text is used as heading on the top left. Is CHECKED also set, the text will be displayed using the small font. |
Help-Button |
A button that should react to the HELP key. The type actually should not matter, but it is common practice to use a BOXTEXT with flags EXIT, OUTLINED and SHADOWED, and with small and centered text. |
Circlebutton |
A circle that is commonly displayed beneath a popup menu. |