@@ -87,25 +87,11 @@ Text = S E L E C T A C T I V I T Y
87
87
HAlignment = centre
88
88
VAlignment = middle
89
89
90
- [ComboBoxActivitySelect]
91
- ControlType = COMBOBOX
92
- Parent = CollectionBoxActivityInfo
93
- X = 8
94
- Y = 32
95
- Width = 176
96
- Height = 18
97
- Visible = True
98
- Enabled = True
99
- Name = ComboBoxActivitySelect
100
- Anchor = Left, Top, Right
101
- DropHeight = 93
102
- DropDownStyle = DropDownList
103
-
104
90
[LabelActivityDescription]
105
91
ControlType = LABEL
106
92
Parent = CollectionBoxActivityInfo
107
93
X = 10
108
- Y = 60
94
+ Y = 50
109
95
Width = 172
110
96
Height = 96
111
97
Visible = True
@@ -116,38 +102,19 @@ Text = Description Here:
116
102
HAlignment = left
117
103
VAlignment = top
118
104
119
- [LabelActivityDifficulty]
120
- ControlType = LABEL
121
- Parent = CollectionBoxActivityInfo
122
- X = 0
123
- Y = 165
124
- Width = 192
125
- Height = 20
126
- Visible = True
127
- Enabled = True
128
- Name = LabelActivityDifficulty
129
- Anchor = Left, Bottom, Right
130
- Text = Difficulty: Medium
131
- HAlignment = centre
132
- VAlignment = middle
133
-
134
- [SliderActivityDifficulty]
135
- ControlType = SLIDER
136
- Parent = CollectionBoxActivityInfo
137
- X = 10
138
- Y = 180
139
- Width = 172
140
- Height = 20
105
+ [ComboBoxActivitySelect]
106
+ ControlType = COMBOBOX
107
+ Parent = root
108
+ X = 8
109
+ Y = 32
110
+ Width = 176
111
+ Height = 18
141
112
Visible = True
142
113
Enabled = True
143
- Name = SliderActivityDifficulty
144
- Anchor = Left, Bottom, Right
145
- Value = 50
146
- Minimum = 0
147
- Maximum = 100
148
- ValueResolution = 10
149
- Orientation = Horizontal
150
- TickDirection = BottomRight
114
+ Name = ComboBoxActivitySelect
115
+ Anchor = Left, Top
116
+ DropHeight = 122
117
+ DropDownStyle = DropDownList
151
118
152
119
///////////////////////////////////////////////////////////////////////
153
120
// Scene Info Box
@@ -200,9 +167,9 @@ Text = x
200
167
ControlType = LABEL
201
168
Parent = CollectionBoxSceneInfo
202
169
X = 10
203
- Y = 115
170
+ Y = 118
204
171
Width = 172
205
- Height = 25
172
+ Height = 100
206
173
Visible = True
207
174
Enabled = True
208
175
Name = LabelSceneDescription
@@ -1241,4 +1208,37 @@ Name = DeployUnitsCheckbox
1241
1208
Anchor = Right, Bottom, Left
1242
1209
ToolTip = Whether pre-placed scene units will be deployed or not.
1243
1210
Checked = Checked
1244
- Text = Deploy units
1211
+ Text = Deploy units
1212
+
1213
+ [LabelActivityDifficulty]
1214
+ ControlType = LABEL
1215
+ Parent = PlayerSetupBox
1216
+ X = 0
1217
+ Y = 165
1218
+ Width = 192
1219
+ Height = 20
1220
+ Visible = True
1221
+ Enabled = True
1222
+ Name = LabelActivityDifficulty
1223
+ Anchor = Left, Bottom, Right
1224
+ Text = Difficulty: Medium
1225
+ HAlignment = centre
1226
+ VAlignment = middle
1227
+
1228
+ [SliderActivityDifficulty]
1229
+ ControlType = SLIDER
1230
+ Parent = PlayerSetupBox
1231
+ X = 10
1232
+ Y = 180
1233
+ Width = 172
1234
+ Height = 20
1235
+ Visible = True
1236
+ Enabled = True
1237
+ Name = SliderActivityDifficulty
1238
+ Anchor = Left, Bottom, Right
1239
+ Value = 50
1240
+ Minimum = 0
1241
+ Maximum = 100
1242
+ ValueResolution = 10
1243
+ Orientation = Horizontal
1244
+ TickDirection = BottomRight
0 commit comments