To add and format input components using the C1InputPanel Item Collection Editor, complete the following tasks:
- Resize Form1 to 534x466.
- Add the C1InputPanel control to the form and set its Size property to 534x466 and SmoothScaling to True.
- Right-click on the C1InputPanel control and select Edit Items from the menu. The C1InputPanel Item Collection Editor appears.
- Click on Add to add the InputGroupHeader component to C1InputPanel and set its Text property to "Employees".
- From the drop-down list box in the C1InputPanel Item Collection Editor select InputDataNavigator and click Add.
-
Set its DataSource property to "bindingSource1" and its
InputComponent.Break property to
None so the next element that's added will appear after it.

- Select InputButton from the drop-down list box and click Add.
- Set the InputButton's Name to updateButton, Break to None so the next input element will appear next to it, and its Text to "Update".
- Click on the InputButton's Image property to browse for the image you wish to add to it.
- Select InputButton from the drop-down list box and click Add.
- Set InputButton1's Name to refreshButton and its Text to "Refresh".