Adding Option Buttons to a Form
To add the YES and NO option buttons, locate the Option Button control in the toolbox:
Draw two of them on the form. Set the following Properties for your two buttons:
OptionButton1
Caption
: Yes
Height
: 18
Width
: 50
Left
:
102
Top
:
258
OptionButton2
Caption
: No
Height
: 18
Width
: 50
Left
:
162
Top
:
258
To add the picture box, locate the Image control in the toolbox:
Draw one on your form and set the following properties for it:
Height
: 210
Width
: 288
Left
:
258
Top
:
66