Insert Controls
Opens the Toolbox bar.
Insert 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.
เชฌเชเชจ
Adds 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.
เชเชฟเชคเซเชฐเชจเซเช เชจเชฟเชฏเชเชคเซเชฐเชฃ
Adds a control that displays a graphic.
เชเซ เช เชฌเซเชเซเชธ
Adds a check box that you can use to turn a function on or off.
เชตเชฟเชเชฒเซเชช เชฌเชเชจ
Adds a button that allows a user to select from a number of options. Grouped option buttons must have consecutive tab indices. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab index between the tab indices of the two groups on the group frame.
เชฒเซเชฌเชฒ เชเซเชทเซเชคเซเชฐ
Adds a field for displaying text labels. These labels are only for displaying predefined text, and not for entering text.
เชฒเชเชพเชฃ เชชเซเชเซ
Adds an input box where you can enter and edit text.
เชฏเชพเชฆเซเชจเซ เชชเซเชเซ
Adds a box where you can click an entry on a list.
เชเซเชฎเซเชฌเซ เชฌเซเชเซเชธ
Adds 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
Adds a horizontal scrollbar to the dialog.
Vertical Scrollbar
Adds a vertical scrollbar to the dialog.
เชธเชฎเซเชน เชชเซเชเซ
Adds 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.
เชธเซเชฅเชฟเชคเชฟเชฆเชฐเซเชถเช เชชเชเซเชเซ
Adds a progress bar to the dialog.
เชธเชชเชพเช เชฒเซเชเซ
Adds a horizontal line to the dialog.
เชเชญเซ เชฒเซเชเซ
Adds a vertical line to the dialog.
เชคเชพเชฐเซเชเชจเซ เชเซเชทเซเชคเซเชฐ
Adds a date field.
If you assign the "dropdown" property to the date field, a user can drop down a calendar to select a date.
เชธเชฎเชฏ เชเซเชทเซเชคเซเชฐ
Adds a time field.
เชธเชเชเซเชฏเชพเชจเซ เชเซเชทเซเชคเซเชฐ
Adds a numeric field.
เชจเชพเชฃเชพ เชเซเชทเซเชคเซเชฐ
Adds a currency field.
เชซเซเชฐเซเชฎเซเชเซเชก เชเซเชทเซเชคเซเชฐ
Adds a text box where you can define the formatting for text that is inputted or outputted as well as any limiting values.
เชญเชพเชค เชเซเชทเซเชคเซเชฐ
Adds 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.
เชซเชพเชเชฒเชจเซ เชชเชธเชเชฆเชเซ
Adds a button that allows you to select a file.
เชชเชธเชเชฆ เชเชฐเซ
Activates or deactivates the Selection mode. In this mode, you can select the controls in a dialog so that you can edit them.
เชเซเชฃเชงเชฐเซเชฎเซ
Opens a dialog where you can edit the properties of the selected control.
เชเชเชพเชธเชฃเซ เชธเซเชฅเชฟเชคเชฟ
Starts test mode. Use the dialog closer to return to design mode.
Manage Language
Opens a dialog to enable or manage multiple sets of dialog resources for multiple languages.
Tree Control
Adds a tree control that can show a hierarchical list. You can populate the list by your program, using API calls (XtreeControl).