Time for action – final controls
Add a
GroupBox
to theMapEditor
form, and give it the following properties:Name:
groupBoxRightClick
Location:
10
,346
Size:
173
,103
Text:
Right
Click
Mode
Add a
RadioButton
control inside thegroupBoxRightClick
GroupBox
by dragging it from the Toolbox window and dropping it inside theGroupbox
. Give it the following properties:Name:
radioPassable
Checked:
True
Location:
6
,17
Text:
Toggle
Passable
Add another
RadioButton
control inside thegroupBoxRightClick
control with the following properties:Name:
radioCode
Location:
6
,35
Text:
Code
Add a
TextBox
control inside thegroupBoxRightClick
control, with the following properties:Name:
txtNewCode
Location:
62
,36
Size:
103
,20
Add a
Label
control inside thegroupBoxRightClick
, with the following properties:Name:
lblCurrentCode
Location:
60
,59
Text:
---
Add a
ComboBox
control inside thegroupBoxRightClick
, with the following properties:Name:
cboCodeValues
DropDownStyle:
DropDownList
Location:
5
,75
Size:
160
,21
Add a
Label
control...