Insert Controls/text/sbasic/shared/02/20000000.xhpcontrols; in dialog editorpush button control in dialog editoricon controlbuttons; controlsimage controlcheck box controlradio button controloption button controlfixed text controllabel field controlediting; controlstext boxes; controlslist boxes; controlscombo box controlscroll bar controlhorizontal scrollbar controlvertical scrollbar controlgroup box controlprogress bar controlfixed line controlhorizontal line controlline controlvertical line controldate field controltime field controlnumerical field controlcurrency field controlformatted field controlpattern field controlmasked field controlfile selection controlselection options for controlstest mode control
Insert Controls
Opens the Toolbox bar.
Icon Choose ControlsInsert Controls
In edit mode, double-click a control to open the properties dialog.In edit mode, you can also right-click a control and choose the cut, copy, and paste command.
Button
Icon ButtonAdds a command button. You can use a command button to execute a command for a defined event, such as a mouse click.If you want, you can add text or a graphic to the button.
Image Control
Icon Image ControlAdds a control that displays a graphic.
Check Box
Icon Check BoxAdds a check box that you can use to turn a function on or off.
Option Button
Icon Option ButtonAdds a button that allows a user to select from a number of options. Grouped option buttons must have consecutive tab order. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab order between the tab orders of the two groups. For example, to the frame of the second group, or to any other control in the dialog, with the exception of another option button.
Label Field
Icon Label FieldAdds a field for displaying text labels. These labels are only for displaying predefined text, and not for entering text.
Text Box
Icon Text BoxAdds an input box where you can enter and edit text.
List Box
Icon List BoxAdds a box where you can click an entry on a list.
Combo Box
Icon Combo BoxAdds a combo box. A combo box is a one line list box that a user can click, and then choose an entry from the list. If you want, you can make the entries in the combo box "read only".
Horizontal Scrollbar
Icon Horizontal ScrollbarAdds a horizontal scrollbar to the dialog.
Vertical Scrollbar
Icon Vertical ScrollbarAdds a vertical scrollbar to the dialog.
Group Box
Icon Group BoxAdds a frame that you can use to visually group similar controls, such as option buttons.
To define two different groups of option buttons, ensure that the tab index of the group frame is between the tab indices of the two groups.
Progress Bar
Icon Progress BarAdds a progress bar to the dialog.
Horizontal Line
Icon Horizontal LineAdds a horizontal line to the dialog.
Vertical Line
Icon Vertical LineAdds a vertical line to the dialog.
Date Field
Icon Date FieldAdds a date field.
If you assign the "dropdown" property to the date field, a user can drop down a calendar to select a date.
Time Field
Icon Time FieldAdds a time field.
Numeric Field
Icon Numeric FieldAdds a numeric field.
Currency Field
Icon Currency FieldAdds a currency field.
Formatted Field
Icon Formatted FieldAdds a text box where you can define the formatting for text that is inputted or outputted as well as any limiting values.
Pattern Field
Icon Pattern FieldAdds a masked field. A masked field consists of an input mask and a literal mask. The input mask determines which user data can be entered. The literal mask determines the state of the masked field when the form is loaded.
File Selection
Icon File SelectionAdds a button that opens a file selection dialog.
Select
Icon SelectActivates or deactivates the Selection mode. In this mode, you can select the controls in a dialog so that you can edit them.
Properties
Icon PropertiesOpens a dialog where you can edit the properties of the selected control.
Activate Test Mode
Icon Activate Test ModeStarts test mode. Click the dialog closer icon to end test mode.
Manage Language
Manage Language iconOpens a dialog to enable or manage multiple sets of dialog resources for multiple languages.
Tree Control
Icon Tree ControlAdds a tree control that can show a hierarchical list. You can populate the list by your program, using API calls (XtreeControl).
Table Control
Table control iconAdds a table control that can show a table data. You can populate the data by your program, using API calls.
Hyperlink Control
Insert hyperlink control iconAdds a hyperlink control that can open an address in web browser.