-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathBuyMenuGUI.ini
More file actions
453 lines (413 loc) · 6.11 KB
/
Copy pathBuyMenuGUI.ini
File metadata and controls
453 lines (413 loc) · 6.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
[base]
ControlType = COLLECTIONBOX
Parent = None
X = 0
Y = 0
Width = 640
Height = 480
Visible = True
Enabled = True
Name = base
Anchor = Left, Top
DrawBackground = False
DrawType = Color
DrawColor = 7
[BuyGUIBox]
ControlType = COLLECTIONBOX
Parent = base
X = 0
Y = 0
Width = 400
Height = 240
Visible = True
Enabled = True
Name = BuyGUIBox
Anchor = Left, Top
DrawBackground = True
DrawType = Color
DrawColor = 144
[BuyGUIPopup]
ControlType = COLLECTIONBOX
Parent = base
X = 0
Y = 0
Width = 128
Height = 128
Visible = True
Enabled = True
Name = BuyGUIPopup
Anchor = Left, Top
DrawBackground = True
DrawType = Panel
DrawColor = 144
[PopupText]
ControlType = LABEL
Parent = BuyGUIPopup
X = 8
Y = 4
Width = 112
Height = 120
Visible = True
Enabled = True
Name = PopupText
Anchor = Left, Top
Text = Item Description:
HAlignment = left
VAlignment = top
[CatalogHeader]
ControlType = COLLECTIONBOX
Parent = BuyGUIBox
X = 0
Y = 2
Width = 400
Height = 44
Visible = True
Enabled = True
Name = CatalogHeader
Anchor = Left, Top
DrawBackground = True
DrawType = Image
[CatalogLogo]
ControlType = COLLECTIONBOX
Parent = BuyGUIBox
X = 8
Y = 210
Width = 40
Height = 46
Visible = True
Enabled = True
Name = CatalogLogo
Anchor = Left, Top
DrawBackground = True
DrawType = Image
//[TitleLabel]
//ControlType = LABEL
//Parent = BuyGUIBox
//X = 8
//Y = 4
//Width = 68
//Height = 16
//Visible = True
//Enabled = True
//Name = TitleLabel
//Anchor = Left, Top
//Text = Station Link
[CatalogLB]
ControlType = LISTBOX
Parent = BuyGUIBox
//X = 72
X = 57
Y = 46
Width = 168
Height = 170
Visible = True
Enabled = True
Name = CatalogLB
Anchor = Left, Top
MultiSelect = False
[CraftTab]
ControlType = TAB
Parent = BuyGUIBox
X = 2
Y = 46
Width = 57
Height = 17
Visible = True
Enabled = True
Name = CraftTab
Anchor = Left, Top
Text = Craft
Checked = False
[BodiesTab]
ControlType = TAB
Parent = BuyGUIBox
X = 2
Y = 66
Width = 57
Height = 17
Visible = True
Enabled = True
Name = BodiesTab
Anchor = Left, Top
Text = Bodies
Checked = False
[MechaTab]
ControlType = TAB
Parent = BuyGUIBox
X = 2
Y = 86
Width = 57
Height = 17
Visible = True
Enabled = True
Name = MechaTab
Anchor = Left, Top
Text = Mecha
Checked = False
[ToolsTab]
ControlType = TAB
Parent = BuyGUIBox
X = 2
Y = 106
Width = 57
Height = 17
Visible = True
Enabled = True
Name = ToolsTab
Anchor = Left, Top
Text = Tools
Checked = False
[GunsTab]
ControlType = TAB
Parent = BuyGUIBox
X = 2
Y = 126
Width = 57
Height = 17
Visible = True
Enabled = True
Name = GunsTab
Anchor = Left, Top
Text = Guns
Checked = False
[BombsTab]
ControlType = TAB
Parent = BuyGUIBox
X = 2
Y = 146
Width = 57
Height = 17
Visible = True
Enabled = True
Name = BombsTab
Anchor = Left, Top
Text = Bombs
Checked = False
[ShieldsTab]
ControlType = TAB
Parent = BuyGUIBox
X = 2
Y = 166
Width = 57
Height = 17
Visible = True
Enabled = True
Name = ShieldsTab
Anchor = Left, Top
Text = Shields
Checked = False
[LoadoutsTab]
ControlType = TAB
Parent = BuyGUIBox
X = 2
Y = 186
Width = 57
Height = 17
Visible = True
Enabled = True
Name = LoadoutsTab
Anchor = Left, Top
Text = Loadouts
Checked = False
[CargoLabel]
ControlType = LABEL
Parent = BuyGUIBox
X = 228
Y = 48
Width = 168
Height = 18
Visible = True
Enabled = True
Name = CargoLabel
Anchor = Left, Top
Text = Cargo
HAlignment = Centre
[OrderLB]
ControlType = LISTBOX
Parent = BuyGUIBox
X = 228
Y = 68
Width = 168
Height = 84
Visible = True
Enabled = True
Name = OrderLB
Anchor = Left, Top
MultiSelect = False
[CraftLabel]
ControlType = LABEL
Parent = BuyGUIBox
X = 228
Y = 154
Width = 168
Height = 12
Visible = True
Enabled = True
Name = CraftLabel
Anchor = Left, Top
Text = Delivered via
HAlignment = Centre
[CraftTB]
ControlType = TEXTBOX
Parent = BuyGUIBox
X = 228
Y = 200
Width = 168
Height = 16
Visible = True
Enabled = True
Name = CraftTB
Anchor = Left, Top
[CraftCollection]
ControlType = COLLECTIONBOX
Parent = BuyGUIBox
X = 228
Y = 168
Width = 168
Height = 48
Visible = True
Enabled = True
Name = CraftCollection
Anchor = Left, Top
DrawBackground = True
DrawType = Image
DrawColor = 144
[CraftNameLabel]
ControlType = LABEL
Parent = CraftCollection
X = 4
Y = 4
Width = 148
Height = 12
Visible = True
Enabled = True
Name = CraftNameLabel
Anchor = Left, Top
Text = CraftNameLabel
HAlignment = Left
[CraftPriceLabel]
ControlType = LABEL
Parent = CraftCollection
X = 16
Y = 4
Width = 148
Height = 12
Visible = True
Enabled = True
Name = CraftPriceLabel
Anchor = Right, Top
Text = 1000
HAlignment = Right
[CraftPassengersCaptionLabel]
ControlType = LABEL
Parent = CraftCollection
X = 4
Y = 18
Width = 148
Height = 12
Visible = True
Enabled = True
Name = CraftPassengersCaptionLabel
Anchor = Left, Top
Text = Passengers:
HAlignment = Left
[CraftPassengersLabel]
ControlType = LABEL
Parent = CraftCollection
X = 16
Y = 18
Width = 148
Height = 12
Visible = True
Enabled = True
Name = CraftPassengersLabel
Anchor = Right, Top
Text = 10/10
HAlignment = Right
[CraftMassCaptionLabel]
ControlType = LABEL
Parent = CraftCollection
X = 4
Y = 32
Width = 148
Height = 12
Visible = True
Enabled = True
Name = CraftMassCaptionLabel
Anchor = Left, Top
Text = Mass:
HAlignment = Left
[CraftMassLabel]
ControlType = LABEL
Parent = CraftCollection
X = 16
Y = 32
Width = 148
Height = 12
Visible = True
Enabled = True
Name = CraftMassLabel
Anchor = Right, Top
Text = 1000/1000
HAlignment = Right
[TotalLabel]
ControlType = LABEL
Parent = BuyGUIBox
X = 164
Y = 222
Width = 180
Height = 12
Visible = True
Enabled = True
Name = TotalLabel
Anchor = Left, Top
Text = Cost: 0 oz
HAlignment = Right
[BuyButton]
ControlType = BUTTON
Parent = BuyGUIBox
X = 348
Y = 218
Width = 48
Height = 18
Visible = True
Enabled = True
Name = BuyButton
Anchor = Left, Top
Text = BUY
[OrderClearButton]
ControlType = BUTTON
Parent = BuyGUIBox
X = 348
Y = 48
Width = 48
Height = 18
Visible = True
Enabled = True
Name = OrderClearButton
Anchor = Left, Top
Text = CLEAR
[SaveButton]
ControlType = BUTTON
Parent = BuyGUIBox
X = 4
Y = 210
Width = 48
Height = 18
Visible = True
Enabled = True
Name = SaveButton
Anchor = Left, Top
Text = Save
[DeleteButton]
ControlType = BUTTON
Parent = BuyGUIBox
X = 4
Y = 232
Width = 48
Height = 18
Visible = True
Enabled = True
Name = DeleteButton
Anchor = Left, Top
Text = Delete