To add the second group of input components to the InputPanel using the C1InputPanel Item Collection Editor, complete the following:
- Select InputGroupHeader from the drop-down list box, click Add, and set the Text property to "Personal Info".
- Select InputLabel from the drop-down list box and set the Text property to "Name:".
- Select InputTextBox from the drop-down list box and click Add.
- Set InputTextBox1's Break property to None to the next input element appears next to it. Expand its DataBindings node and set its Text to “bindingSource1-FirstName”.
- Select InputTextBox from the drop-down list box and click Add. Expand its DataBindings node and set its Text property to "bindingSource1-LastName".
- Select InputComboBox from the drop-down list box and click Add. Expand its DataBindings and set its Text property to "bindingsource-TitleOfCourtesy".
- Select InputLabel from the drop-down list box and click Add. Set its Text property to "Birth Date:".
- Select InputDatePicker from the drop-down list box and click Add. Set its Break property to None and expand its DataBindings node, and then set its BoundValue property to “bindingSource1-BirthDate”.

- Select InputLabel from the drop-down list box and click Add. Set its Text property to "Birth Time:".
- Select InputTimePicker from the drop-down list box and click Add. Expand its DataBindings node and set its BoundValue property to “bindingSource1-BirthDate” and its Break property to Column.
- Select InputImage from the drop-down list box and click Add. Expand its DataBindings node and set its Image property to “bindingSource1-Photo”.