forked from stuntrally/stuntrally3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEditor_Tools.layout
967 lines (902 loc) · 42.9 KB
/
Editor_Tools.layout
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
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout" version="3.2.0">
<Widget type="Window" skin="WindowC" position="1520 672 224 130" layer="Back" name="CamWnd">
<Property key="Caption" value="#{PreviewCam}"/>
<Property key="Colour" value="0.7 0.85 1.0"/>
<Property key="Alpha" value="0.5"/>
<Property key="Snap" value="true"/>
<UserString key="NotSized" value="1"/>
<Widget type="TextBox" skin="TextBoxS" position="4 0 200 30" name="cam0">
<Property key="InheritsAlpha" value="false"/>
<Property key="Caption" value="F7 - #{Leave}"/>
<Property key="TextColour" value="0.8 0.9 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="4 30 200 30" name="cam1">
<Property key="InheritsAlpha" value="false"/>
<Property key="Caption" value="#{EnterSave}"/>
<Property key="TextColour" value="0.66 0.86 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 50 200 30" name="cam2">
<Property key="InheritsAlpha" value="false"/>
<Property key="Caption" value="#{Screenshot}"/>
<Property key="TextColour" value="0.66 0.86 1.0"/>
</Widget>
</Widget>
<!-- ============================================================================================================================================= -->
<!-- Terrain brush -->
<Widget type="Window" skin="WindowC" position="52 664 215 295" layer="Back" name="BrushWnd">
<Property key="Caption" value="#{TerrainBrush}"/>
<Property key="Colour" value="0.3 0.36 0.4"/>
<Property key="Alpha" value="0.6"/>
<Property key="Snap" value="true"/>
<UserString key="NotSized" value="1"/>
<!-- Current -->
<Widget type="TextBox" skin="TextBoxS" position="4 5 70 25" name="brTxt0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.86 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="94 5 60 25" name="brVal0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.86 1.0"/>
<Property key="FontHeight" value="22"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="154 5 60 25" name="brKey0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.78 1.0"/>
</Widget>
<!-- Size * -->
<Widget type="TextBox" skin="TextBoxS" position="4 35 70 25" name="brTxt1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.96 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="94 35 60 25" name="brVal1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.96 1.0"/>
<Property key="FontHeight" value="22"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="164 35 60 25" name="brKey1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.88 1.0"/>
</Widget>
<!-- Force * -->
<Widget type="TextBox" skin="TextBoxS" position="4 55 70 25" name="brTxt2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.96 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="94 55 60 25" name="brVal2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.96 1.0"/>
<Property key="FontHeight" value="22"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="164 55 60 25" name="brKey2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.96 1.0"/>
</Widget>
<!-- Power -->
<Widget type="TextBox" skin="TextBoxS" position="4 90 70 25" name="brTxt3">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.8 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="94 90 60 25" name="brVal3">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.8 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="164 90 60 25" name="brKey3">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.5 0.9 0.9"/>
</Widget>
<!-- Shape -->
<Widget type="TextBox" skin="TextBoxS" position="4 110 70 25" name="brTxt4">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.8 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="94 110 60 25" name="brVal4">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.8 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="164 110 60 25" name="brKey4">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.5 0.85 0.85"/>
</Widget>
<!-- Freq -->
<Widget type="TextBox" skin="TextBoxS" position="4 135 70 25" name="brTxt5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.85 0.7 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="94 135 60 25" name="brVal5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.85 0.7 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="164 135 60 25" name="brKey5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.8 1.0"/>
</Widget>
<!-- Oct -->
<Widget type="TextBox" skin="TextBoxS" position="4 155 80 25" name="brTxt6">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.73 0.73 0.83"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="94 155 60 25" name="brVal6">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.73 0.73 0.83"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="164 155 60 25" name="brKey6">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.8 0.8 0.9"/>
</Widget>
<!-- Offset -->
<Widget type="TextBox" skin="TextBoxS" position="4 175 70 25" name="brTxt7">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.7 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="94 175 60 25" name="brVal7">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.7 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="164 175 60 25" name="brKey7">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.8 0.8 1.0"/>
</Widget>
<!-- Filter -->
<Widget type="TextBox" skin="TextBoxS" position="4 210 70 25" name="brTxt8">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.9 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="94 210 50 25" name="brVal8">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.76 0.9 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="154 210 60 25" name="brKey8">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.5 1.0 0.5"/>
</Widget>
<!-- Height -->
<Widget type="TextBox" skin="TextBoxS" position="4 230 70 25" name="brTxt9">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.9 0.7"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="94 230 60 25" name="brVal9">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.9 0.7"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="149 230 60 25" name="brKey9">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="1.0 0.5 0.1"/>
</Widget>
</Widget>
<!-- ============================================================================================================================================= -->
<Widget type="Window" skin="WindowC" position="644 676 230 165" align="Left Top" layer="Back" name="StartWnd">
<Property key="Caption" value="Q - #{CarStart}"/>
<Property key="Colour" value="0.7 0.7 1.0"/>
<Property key="Alpha" value="0.6"/>
<Property key="Snap" value="true"/>
<Property key="MinSize" value="160 160"/>
<UserString key="NotSized" value="1"/>
<Widget type="ImageBox" skin="ImageBox" position="0 19 32 20" name="stImg0">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageCoord" value="0 40 32 20"/>
<Property key="ImageTexture" value="track_icons.png"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 44 32 20" name="stImg1">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageCoord" value="32 40 32 20"/>
<Property key="ImageTexture" value="track_icons.png"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 74 32 20" name="stImg2">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="ImageCoord" value="384 0 32 32"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 5 160 20" name="stTxt0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.86 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 15 160 25" name="stTxt1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.65 0.85 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 40 160 25" name="stTxt2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.76 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 70 160 25" name="stTxt3">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.68 0.72 0.8"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 95 160 20" name="stTxt4">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.76 0.9 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 115 160 20" name="stTxt5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.7 0.8"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="174 15 60 25" name="stVal0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.86 1.0"/>
<Property key="Caption" value="K L"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="174 40 60 25" name="stVal1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.65 0.85 1.0"/>
<Property key="Caption" value="O P"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="174 74 60 25" name="stVal2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.76 1.0"/>
<Property key="Caption" value="Space"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="174 99 60 25" name="stVal5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.7 0.8"/>
<Property key="Caption" value="Enter"/>
<Property key="FontHeight" value="16"/>
</Widget>
</Widget>
<!-- ============================================================================================================================================= -->
<Widget type="Window" skin="WindowC" position="828 676 306 190" layer="Back" name="FluidsWnd">
<Property key="Caption" value="W - #{Fluids}"/>
<Property key="Colour" value="0.3 0.5 0.9"/>
<Property key="Alpha" value="0.6"/>
<Property key="Snap" value="true"/>
<UserString key="NotSized" value="1"/>
<Widget type="ImageBox" skin="ImageBox" position="0 16 32 32" name="flImg1">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="ImageCoord" value="32 0 32 32"/>
<Property key="Alpha" value="0.6"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 46 32 32" name="flImg2">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageCoord" value="192 32 32 32"/>
<Property key="ImageTexture" value="track_icons.png"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 66 32 32" name="flImg3">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="ImageCoord" value="256 32 32 32"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 88 32 20" name="flImg4">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageCoord" value="0 32 32 20"/>
<Property key="ImageTexture" value="track_icons.png"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 0 230 20" name="flTxt0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.86 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 20 230 20" name="flTxt1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.8 0.9 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 50 260 20" name="flTxt2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.75 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 70 260 20" name="flTxt3">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.75 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 90 230 20" name="flTxt4">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.8 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 120 230 20" name="flTxt5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.8 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="254 20 40 20" name="flKey0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.9 0.9"/>
<Property key="Caption" value="- ="/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="254 90 40 25" name="flKey4">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.7 0.7"/>
<Property key="Caption" value=" O P"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="254 120 40 25" name="flKey5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.7 0.8"/>
<Property key="Caption" value=" 1 2"/>
</Widget>
</Widget>
<!-- ============================================================================================================================================= -->
<Widget type="Window" skin="WindowC" position="1076 672 306 240" layer="Back" name="ObjectsWnd">
<Property key="Caption" value="X - #{Objects}"/>
<Property key="Colour" value="1.0 1.0 1.0"/>
<Property key="Alpha" value="0.6"/>
<Property key="Snap" value="true"/>
<UserString key="NotSized" value="1"/>
<Widget type="ImageBox" skin="ImageBox" position="0 16 32 32" name="objImg1">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="ImageCoord" value="32 0 32 32"/>
<Property key="Alpha" value="0.6"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 46 32 32" name="objImg2">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageCoord" value="192 32 32 32"/>
<Property key="ImageTexture" value="track_icons.png"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 66 32 32" name="objImg3">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageCoord" value="224 32 32 32"/>
<Property key="ImageTexture" value="track_icons.png"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 86 32 32" name="objImg4">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="ImageCoord" value="256 32 32 32"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 0 220 20" name="objTxt0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.9 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 20 220 26" name="objTxt1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.9 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 50 220 20" name="objTxt2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.75 0.85 0.95"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 70 220 20" name="objTxt3">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.65 0.81 0.95"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 90 220 20" name="objTxt4">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.61 0.75 0.85"/>
</Widget>
<Widget type="Widget" skin="PanelSkin" position="0 148 300 28" name="objPan">
<Property key="Colour" value="1.0 0.9 1.0"/>
<Property key="Alpha" value="0.5"/>
<Property key="InheritsAlpha" value="false"/>
<Property key="Visible" value="false"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 146 32 32" name="objImg5">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="ImageCoord" value="64 0 32 32"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="254 20 40 20" name="objKey0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.9 0.9"/>
<Property key="Caption" value="0 9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="270 50 20 20" name="objKey1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.5 1.0 0.5"/>
<Property key="Caption" value="1"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="270 70 20 20" name="objKey2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="1.0 0.75 0.5"/>
<Property key="Caption" value="2"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="270 90 20 20" name="objKey3">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.5 0.9 0.9"/>
<Property key="Caption" value="3"/>
</Widget>
<!-- sim mat static-->
<Widget type="TextBox" skin="TextBoxS" position="34 150 220 20" name="objTxt5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.95 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 120 220 20" name="objTxt6">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.9 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 180 220 20" name="objTxt7">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.8 0.8 0.8"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="254 120 40 20" name="objKey5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.7 0.9"/>
<Property key="Caption" value="O P"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="270 150 20 20" name="objKey6">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.7 0.7"/>
<Property key="Caption" value="C"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="244 180 50 25" name="objKey7">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.6 0.6"/>
<Property key="Caption" value="Enter"/>
<Property key="FontName" value="font.small"/>
</Widget>
</Widget>
<!-- ============================================================================================================================================= -->
<Widget type="Window" skin="WindowC" position="1376 672 306 250" layer="Back" name="ParticlesWnd">
<Property key="Caption" value="A - #{Particles}"/>
<Property key="Colour" value="1.0 1.0 0.4"/>
<Property key="Alpha" value="0.6"/>
<Property key="Snap" value="true"/>
<UserString key="NotSized" value="1"/>
<Widget type="ImageBox" skin="ImageBox" position="0 16 32 32" name="emtImg1">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="ImageCoord" value="32 0 32 32"/>
<Property key="Alpha" value="0.6"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 46 32 32" name="emtImg2">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageCoord" value="192 32 32 32"/>
<Property key="ImageTexture" value="track_icons.png"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 66 32 32" name="emtImg3">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageCoord" value="224 32 32 32"/>
<Property key="ImageTexture" value="track_icons.png"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 86 32 32" name="emtImg4">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="ImageCoord" value="256 32 32 32"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 0 220 20" name="emtTxt0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.9 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 20 220 20" name="emtTxt1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.9 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 50 220 20" name="emtTxt2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.75 0.85 0.95"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 70 220 20" name="emtTxt3">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.65 0.81 0.95"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 90 220 20" name="emtTxt4">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.61 0.75 0.85"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 120 220 20" name="emtTxt5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.8 0.8 0.6"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 150 220 20" name="emtTxt6">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.8 0.9 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 180 220 20" name="emtTxt7">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.8 0.8"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="254 20 40 20" name="emtKey0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.9 0.9"/>
<Property key="Caption" value="- ="/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="270 50 20 20" name="emtKey1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.5 1.0 0.5"/>
<Property key="Caption" value="1"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="270 70 20 20" name="emtKey2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="1.0 0.75 0.5"/>
<Property key="Caption" value="2"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="270 90 20 20" name="emtKey3">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.5 0.9 0.9"/>
<Property key="Caption" value="3"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="254 120 40 25" name="emtKey4">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.8 0.8 0.6"/>
<Property key="Caption" value=" K L"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="254 150 40 25" name="emtKey5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.8 0.85 0.9"/>
<Property key="Caption" value=" O P"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="244 180 50 25" name="emtKey6">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.8 0.8"/>
<Property key="Caption" value="Enter"/>
<Property key="FontName" value="font.small"/>
</Widget>
</Widget>
<!-- ============================================================================================================================================= -->
<Widget type="Window" skin="WindowC" position="244 648 250 383" layer="Back" name="RoadCur">
<Property key="Colour" value="1.0 0.9 0.8"/>
<Property key="Alpha" value="0.5"/>
<Property key="Caption" value="R - #{RoadPoint}"/>
<Property key="Snap" value="true"/>
<UserString key="NotSized" value="1"/>
<Widget type="Widget" skin="WhiteSkin" position="0 0 250 49"> <!--height,width-->
<Property key="Colour" value="0.1 0.3 0.2"/>
<Property key="Alpha" value="0.5"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 5 32 20" name="rdImg0">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageCoord" value="32 40 32 20"/>
<Property key="ImageTexture" value="track_icons.png"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 0 130 25" name="rdTxt0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 1.0 0.5"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="110 2 60 25" name="rdVal0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 1.0 0.5"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="174 2 70 25" name="rdKey0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 1.0 0.5"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 27 32 20" name="rdImg1">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageCoord" value="0 40 32 20"/>
<Property key="ImageTexture" value="track_icons.png"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 20 70 25" name="rdTxt1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.5 1.0 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="110 20 70 25" name="rdVal1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 1.0 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="184 20 70 25" name="rdKey1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.5 1.0 0.9"/>
</Widget>
<Widget type="Widget" skin="WhiteSkin" position="0 47 250 93"> <!--angles,type,snap-->
<Property key="Colour" value="0.4 0.2 0.1"/>
<Property key="Alpha" value="0.4"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 54 32 24" name="rdImg2">
<Property key="InheritsAlpha" value="false"/>
<Property key="Colour" value="1.0 0.7 0.4"/>
<Property key="ImageCoord" value="288 0 32 32"/>
<Property key="ImageTexture" value="track_icons.png"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 50 70 25" name="rdTxt2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="1.0 0.7 0.5"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="110 50 70 25" name="rdVal2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="1.0 0.8 0.7"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="184 50 70 25" name="rdKey2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="1.0 0.7 0.5"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 77 32 20" name="rdImg3">
<Property key="ImageCoord" value="32 40 32 20"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="Alpha" value="0.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 73 70 25" name="rdTxt3">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.6 0.5"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="110 73 70 25" name="rdVal3">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.6 0.5"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="187 73 70 25" name="rdKey3">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.6 0.5"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 97 32 20" name="rdImg4">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageCoord" value="32 40 32 20"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="Alpha" value="0.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 93 140 25" name="rdTxt4">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.6 0.8"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="110 93 70 25" name="rdVal4">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.6 0.8"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="187 93 70 25" name="rdKey4">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.6 0.8"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 117 32 20" name="rdImg5">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageCoord" value="32 40 32 20"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="Alpha" value="0.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 113 70 25" name="rdTxt5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.75 0.45 0.55"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="110 111 70 25" name="rdVal5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.8 0.5 0.6"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="187 113 70 25" name="rdKey5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.8 0.5 0.6"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="Widget" skin="WhiteSkin" position="0 138 250 76"><!--pipe,column-->
<!--WhiteSkin <Property key="InheritsAlpha" value="false"/> -->
<Property key="Colour" value="0.4 0.4 0.1"/>
<Property key="Alpha" value="0.5"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 145 32 20" name="rdImg6">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="ImageCoord" value="128 40 32 20"/>
<Property key="Alpha" value="1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 140 70 25" name="rdTxt6">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.86 0.86 0.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="110 140 70 25" name="rdVal6">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="1.0 1.0 0.4"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="184 140 70 25" name="rdKey6">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.86 0.86 0.0"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 146 32 20" name="rdImg7"> <!--column-->
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="ImageCoord" value="160 40 32 20"/>
<Property key="Alpha" value="1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 165 70 25" name="rdTxt7">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.74 0.77 0.8"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="110 160 70 25" name="rdVal7">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.74 0.77 0.8"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="184 165 70 25" name="rdKey7">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.74 0.77 0.8"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 189 32 20" name="rdImg12"> <!--wall-->
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="ImageCoord" value="32 4 32 20"/>
<Property key="Alpha" value="0.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 189 140 25" name="rdTxt12">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.8 0.86 0.96"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="110 185 70 25" name="rdVal12">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.8 0.86 0.86"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="184 189 70 25" name="rdKey12">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.8 0.86 0.86"/>
<Property key="FontHeight" value="16"/>
</Widget>
<Widget type="Widget" skin="WhiteSkin" position="0 215 250 28"><!--mtr-->
<Property key="Colour" value="0.2 0.3 0.3"/>
<Property key="Alpha" value="0.5"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 218 28 28" name="rdImg8">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="ImageCoord" value="32 4 32 32"/>
<Property key="Alpha" value="0.7"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 215 145 25" name="rdTxt8">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.86 0.96"/>
<Property key="FontHeight" value="18"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="110 215 70 25" name="rdVal8">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.86 0.86"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="194 215 70 25" name="rdKey8">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.86 0.86"/>
</Widget>
<Widget type="Widget" skin="WhiteSkin" position="0 242 250 30"><!--chkR-->
<Property key="Colour" value="0.2 0.2 0.3"/>
<Property key="Alpha" value="0.6"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 248 32 20" name="rdImg9">
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="ImageCoord" value="160 40 32 20"/>
<Property key="Alpha" value="0.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 245 70 25" name="rdTxt9">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.75 0.64 0.96"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="110 245 70 25" name="rdVal9">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.8 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="194 245 70 25" name="rdKey9">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.75 0.64 0.96"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 274 28 28" name="rdImg10"> <!--loop type-->
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageTexture" value="track_icons.png"/>
<Property key="ImageCoord" value="224 4 32 32"/>
<Property key="Alpha" value="0.7"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 270 170 25" name="rdTxt10">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.4 1.0 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="110 270 175 25" name="rdVal10">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.9 0.6 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="179 270 100 25" name="rdKey10">
<Property key="TextColour" value="0.5 1.0 0.0"/>
<Property key="InheritsAlpha" value="false"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 268 26 26" name="rdImg11"> <!--cur / all-->
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageCoord" value="256 384 128 128"/>
<Property key="ImageTexture" value="gui_icons.png"/>
<Property key="Alpha" value="0.7"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 295 100 25" name="rdTxt11">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.8 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="100 295 105 25" name="rdVal11">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.86 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="199 295 100 25" name="rdKey11">
<Property key="TextColour" value="0.9 0.96 1.0"/>
<Property key="InheritsAlpha" value="false"/>
</Widget>
<Widget type="ImageBox" skin="ImageBox" position="0 324 26 26" name="rdImg13"> <!--roads, mrg, loop-->
<Property key="InheritsAlpha" value="false"/>
<Property key="ImageCoord" value="384 768 128 128"/>
<Property key="ImageTexture" value="gui_icons.png"/>
<Property key="Alpha" value="0.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="34 325 120 25" name="rdTxt13">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.5 0.75 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="120 325 105 25" name="rdVal13">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.5 0.95 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="160 325 100 25" name="rdKey13">
<Property key="TextColour" value="1.0 0.5 0.5"/>
<Property key="InheritsAlpha" value="false"/>
</Widget>
</Widget>
<!-- ============================================================================================================================================= -->
<Widget type="Window" skin="WindowC" position="464 828 200 278" layer="Back" name="RoadStats">
<Property key="Colour" value="0.3 0.3 0.4"/>
<Property key="Alpha" value="0.6"/>
<Property key="Caption" value="T - #{RoadStats}"/>
<Property key="Snap" value="true"/>
<Property key="Visible" value="false"/>
<UserString key="NotSized" value="1"/>
<Widget type="TextBox" skin="TextBoxS" position="4 0 80 20" name="rdTxtSt0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.68 0.82 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="104 0 80 20" name="rdValSt0">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.68 0.82 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="4 20 80 20" name="rdTxtSt1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.56 0.76 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="104 20 80 20" name="rdValSt1">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.56 0.76 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="4 40 80 20" name="rdTxtSt2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.56 0.76 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="104 40 80 20" name="rdValSt2">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.56 0.76 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="4 68 80 20" name="rdTxtSt3">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 1.0 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="104 68 80 20" name="rdValSt3">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 1.0 1.0"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="4 88 80 20" name="rdTxtSt4">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="1.0 1.0 0.4"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="104 88 80 20" name="rdValSt4">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="1.0 1.0 0.4"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="4 108 90 20" name="rdTxtSt5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="1.0 0.45 0.25"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="104 108 80 20" name="rdValSt5">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="1.0 0.45 0.25"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="4 132 70 20" name="rdTxtSt6">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.75 0.8 0.85"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="104 132 80 20" name="rdValSt6">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.75 0.8 0.85"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="4 156 110 20" name="rdTxtSt7">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.8 0.6"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="124 156 80 20" name="rdValSt7">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.6 0.8 0.6"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="4 176 110 20" name="rdTxtSt8">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.8 0.7"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="124 176 80 20" name="rdValSt8">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.8 0.7"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="4 200 90 20" name="rdTxtSt9">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.75 0.8"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="64 200 80 20" name="rdValSt9">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.75 0.8"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="4 220 90 20" name="rdTxtSt10">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.75 0.9"/>
</Widget>
<Widget type="TextBox" skin="TextBoxS" position="64 220 80 20" name="rdValSt10">
<Property key="InheritsAlpha" value="false"/>
<Property key="TextColour" value="0.7 0.75 0.9"/>
</Widget>
</Widget>
</MyGUI>