Database Reference
In-Depth Information
c. Set the Size property's Width to 129 and Height to 20.
d. Drag another Label below lblCountry, select this control, navigate to the Properties
window, and set the following properties:
e. Set the Name property to lblState.
f. Set the AutoSize property to false.
g. Set the Location property's X to 12 and Y to 65.
h. Set the Size property's Width to 60 and Height to 13.
i. Set the Text property to Enter State.
6. Drag a TextBox control in front of the lblState label. Select this control,
navigate to the Properties window, and set the following properties:
a. Set the Name property to txtState.
b. Set the Location property's X to 97 and Y to 58.
c. Set the Size property's Width to 129 and Height to 20.
7. Drag a ListBox control onto the UserInfoInfo form on the right side of the
TextBox control you have added. Select this control, navigate to the Properties
window, and set the following properties:
a. Set the Name property to lstCountry.
b. Set the Location property's X to 280 and Y to 12.
c. Set the Size property's Width to 129 and Height to 82.
8. Drag a ComboBox below the just-added ListBox. Select this control, navigate
to the Properties window, and set the following properties:
a. Set the Name property to cboState.
b. Set the Location property's X to 280 and Y to 117.
c. Set the Size property's Width to 129 and Height to 21.
9. Drag two CheckBoxes below the Label controls, and name them chkPostalMail
and chkEMail; set their Text property to Postal Mail and E-Mail, respectively.
10. Drag two RadioButtons below the TextBox controls, and name rdbMale and
rdbFemale; set their Text property to Male and Female, respectively.
11. Drag a Button control to the UserInfo form to the left side below the CheckBox
controls; select this control, navigate to the Properties window, and set the
following properties:
a. Set the Name property to btnAdd.
b. Set the Location property's X to 12 and Y to 165.
c. Set the Size property's Width to 75 and Height to 23.
d. Set the Text property to Add.
Search WWH ::




Custom Search