| Design-Time Support > C1InputPanel Designer |
C1InputPanel, has a powerful yet simple designer, C1InputPanel Item Collection Editor, for adding, removing, or editing input component items on the panel. The main part of the editor's application consists of a windows form, which conveniently allows the user to modify the input components' properties. The editor's command buttons enables the user to quickly add, insert items before or after the selected item, delete, or move the position of the input components just with one click. Each time you add an input component using the designer, the input component automatically appears on the C1InputPanel control on the form. When you add an input component, its properties appear in the group pane of the editor so you can conveniently modify the input component's properties.
C1InputPanel's WYSIWYG (“What you see is what you get”) designer interface makes it simple to see how your elements appear on the InputPanel at design time without having to run the project to see it at run time.
The C1InputPanel Item Collection Editor appears.
The following table provides a description for the functions of all of the command buttons in the C1InputPanel Item Collection Editor:
|
Command Button
|
Description
|
|
|
Add the selected item in the combo box after the last input item in the C1InputPanel. |
|
|
Inserts the selected input item in the combo box before the selected item in the Members list box. |
|
|
Inserts the current input item in the combo box after the selected item in the Members List box. |
|
|
Moves the selected input item in the Members list box one position up. |
|
|
Moves the selected input item in the Members list box one position down. |
|
|
Deletes the selected input item in the Members list box from the C1InputPanel. |
|
|
Saves and updates the changes in the C1InputPanel and closes the C1InputPanel Item Collection Editor. |
|
|
Cancels the changes you made and closes the C1InputPanel Item Collection Editor. |
To add an input component, select an item from the drop-down list box and click on the Add button.
Click on the insert before,
, button to insert the input component before the current/selected one.
Click on the insert after,
, button to insert the input component after the current/selected one.
To change an input component's position within C1InputPanel click the MoveUp,
and MoveDown,
, buttons. The MoveUp button moves the selected item up one position in the C1InputPanel and the MoveDown button moves the selected item down one position in the C1InputPanel.
Select the input item from the Members list box that you wish to delete and click the Delete button.
Once an input component is added to the Members list box in the editor, you can edit its properties in the property grid.
To edit a specific input component, select the input component from the Members list box and edit its properties in the property grid.