-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.lfm
832 lines (832 loc) · 22.6 KB
/
settings.lfm
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
object SettingsForm: TSettingsForm
Left = 785
Height = 726
Top = 179
Width = 825
AlphaBlend = True
BorderStyle = bsNone
Caption = 'Particles'
ClientHeight = 726
ClientWidth = 825
Color = clBlack
DesignTimePPI = 120
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnCreate = FormCreate
OnDestroy = FormDestroy
OnResize = FormResize
Position = poScreenCenter
LCLVersion = '2.0.12.0'
object Panel2: TPanel
Left = 280
Height = 320
Top = 360
Width = 260
BevelOuter = bvNone
ClientHeight = 320
ClientWidth = 260
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 1
object OpenGLControl1: TOpenGLControl
Left = 0
Height = 320
Top = 0
Width = 260
Align = alClient
OnDblClick = OpenGLControl1DblClick
end
end
object Panel1: TPanel
Left = 0
Height = 505
Top = 0
Width = 375
AutoSize = True
ClientHeight = 505
ClientWidth = 375
Constraints.MinWidth = 375
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 0
Visible = False
object GroupBox1: TGroupBox
Left = 1
Height = 273
Top = 1
Width = 373
Align = alTop
AutoSize = True
Caption = 'Display'
ClientHeight = 248
ClientWidth = 369
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 0
object Label1: TLabel
AnchorSideLeft.Control = GroupBox1
AnchorSideTop.Control = fpsTrackBar
Left = 6
Height = 20
Top = 0
Width = 70
BorderSpacing.Left = 6
Caption = 'FPS target:'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object fpsTargetLabel: TLabel
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = GroupBox1
Left = 88
Height = 20
Top = 0
Width = 16
BorderSpacing.Left = 12
Caption = '60'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object Label2: TLabel
AnchorSideLeft.Control = Label1
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 20
Top = 28
Width = 26
BorderSpacing.Top = 8
Caption = 'FPS:'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object fpsTrackBar: TTrackBar
AnchorSideTop.Control = GroupBox1
AnchorSideRight.Control = GroupBox1
AnchorSideRight.Side = asrBottom
Left = 104
Height = 25
Top = 0
Width = 265
Frequency = 10
Max = 101
Min = 10
OnChange = fpsTrackBarChange
PageSize = 10
Position = 60
Align = alCustom
Anchors = [akTop, akLeft, akRight]
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 0
end
object fpsMeasuredLabel: TLabel
AnchorSideLeft.Control = fpsTargetLabel
AnchorSideTop.Control = Label2
Left = 88
Height = 20
Top = 28
Width = 8
Caption = '0'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object Label3: TLabel
AnchorSideLeft.Control = Label2
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
Left = 6
Height = 20
Top = 56
Width = 57
Align = alCustom
BorderSpacing.Top = 8
Caption = 'Ball size:'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object ballSizeTrackBar: TTrackBar
AnchorSideLeft.Control = fpsTrackBar
AnchorSideTop.Control = Label3
AnchorSideRight.Control = fpsTrackBar
AnchorSideRight.Side = asrBottom
Left = 104
Height = 31
Top = 56
Width = 265
Frequency = 10
Max = 200
OnChange = ballSizeTrackBarChange
PageSize = 10
Position = 13
Anchors = [akTop, akLeft, akRight]
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 1
end
object hemisphereCheckBox: TCheckBox
AnchorSideLeft.Control = Label3
AnchorSideTop.Control = BallQualityTrackBar
AnchorSideTop.Side = asrBottom
Left = 6
Height = 24
Top = 118
Width = 107
Align = alCustom
BorderSpacing.Top = 6
Caption = 'hemispheres'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnChange = hemisphereCheckBoxChange
ParentFont = False
TabOrder = 3
end
object Label7: TLabel
AnchorSideLeft.Control = hemisphereCheckBox
AnchorSideTop.Control = hemisphereCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 20
Top = 148
Width = 48
Align = alCustom
BorderSpacing.Top = 6
Caption = 'Light 1:'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object light1TrackBar: TTrackBar
AnchorSideLeft.Control = ballSizeTrackBar
AnchorSideTop.Control = Label7
AnchorSideRight.Control = ballSizeTrackBar
AnchorSideRight.Side = asrBottom
Left = 104
Height = 25
Top = 148
Width = 265
Frequency = 16
Max = 300
OnChange = light1TrackBarChange
PageSize = 16
Position = 0
Align = alCustom
Anchors = [akTop, akLeft, akRight]
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 5
end
object Label8: TLabel
AnchorSideLeft.Control = Label7
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = light2TrackBar
Left = 6
Height = 20
Top = 173
Width = 48
Align = alCustom
Caption = 'Light 2:'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object light2TrackBar: TTrackBar
AnchorSideLeft.Control = light1TrackBar
AnchorSideTop.Control = light1TrackBar
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = light1TrackBar
AnchorSideRight.Side = asrBottom
Left = 104
Height = 25
Top = 173
Width = 265
Frequency = 16
Max = 300
OnChange = light2TrackBarChange
PageSize = 16
Position = 0
Align = alCustom
Anchors = [akTop, akLeft, akRight]
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 6
end
object flatShadingCheckBox: TCheckBox
AnchorSideLeft.Control = hemisphereCheckBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = hemisphereCheckBox
Left = 123
Height = 24
Top = 118
Width = 102
Align = alCustom
BorderSpacing.Left = 10
Caption = 'flat shading'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnChange = flatShadingCheckBoxChange
ParentFont = False
TabOrder = 4
end
object Label9: TLabel
AnchorSideLeft.Control = Label1
AnchorSideTop.Control = BallQualityTrackBar
Left = 6
Height = 20
Top = 87
Width = 77
Align = alCustom
Caption = 'Ball quality:'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object BallQualityTrackBar: TTrackBar
AnchorSideLeft.Control = ballSizeTrackBar
AnchorSideTop.Control = ballSizeTrackBar
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ballSizeTrackBar
AnchorSideRight.Side = asrBottom
Left = 104
Height = 25
Top = 87
Width = 265
Max = 3
OnChange = BallQualityTrackBarChange
Position = 0
Align = alCustom
Anchors = [akTop, akLeft, akRight]
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 2
end
object Label10: TLabel
AnchorSideLeft.Control = Label9
AnchorSideTop.Control = light3TrackBar
Left = 6
Height = 20
Top = 198
Width = 48
Align = alCustom
Caption = 'Light 3:'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object light3TrackBar: TTrackBar
AnchorSideLeft.Control = light1TrackBar
AnchorSideTop.Control = light2TrackBar
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = light1TrackBar
AnchorSideRight.Side = asrBottom
Left = 104
Height = 25
Top = 198
Width = 265
Frequency = 16
Max = 300
OnChange = light3TrackBarChange
PageSize = 16
Position = 0
Align = alCustom
Anchors = [akTop, akLeft, akRight]
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 7
end
object shininessTrackBar: TTrackBar
AnchorSideLeft.Control = light1TrackBar
AnchorSideTop.Control = light3TrackBar
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = light1TrackBar
AnchorSideRight.Side = asrBottom
Left = 104
Height = 25
Top = 223
Width = 265
Frequency = 16
Max = 100
OnChange = shininessTrackBarChange
PageSize = 16
Position = 0
Align = alCustom
Anchors = [akTop, akLeft, akRight]
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 8
end
object Label11: TLabel
AnchorSideLeft.Control = Label9
AnchorSideTop.Control = shininessTrackBar
Left = 6
Height = 20
Top = 223
Width = 63
Align = alCustom
Caption = 'Shininess:'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
end
object GroupBox2: TGroupBox
Left = 1
Height = 150
Top = 323
Width = 373
Align = alTop
AutoSize = True
Caption = 'Simulation'
ClientHeight = 125
ClientWidth = 369
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 2
object Label4: TLabel
AnchorSideLeft.Control = GroupBox2
AnchorSideTop.Control = GroupBox2
Left = 6
Height = 20
Top = 0
Width = 45
Align = alCustom
BorderSpacing.Left = 6
Caption = 'Speed:'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object speedTrackBar: TTrackBar
AnchorSideLeft.Control = switchTimeLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = GroupBox2
AnchorSideRight.Control = GroupBox2
AnchorSideRight.Side = asrBottom
Left = 116
Height = 25
Top = 0
Width = 253
Max = 100
Min = -100
OnChange = speedTrackBarChange
PageSize = 10
Position = 0
Align = alCustom
Anchors = [akTop, akLeft, akRight]
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 0
end
object Label5: TLabel
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = switchTimeTrackBar
Left = 6
Height = 20
Top = 25
Width = 80
Align = alCustom
Caption = 'Switch time:'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object switchTimeTrackBar: TTrackBar
AnchorSideLeft.Control = speedTrackBar
AnchorSideTop.Control = speedTrackBar
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GroupBox2
AnchorSideRight.Side = asrBottom
Left = 116
Height = 25
Top = 25
Width = 253
Frequency = 1000
Max = 600
OnChange = switchTimeTrackBarChange
PageSize = 20
Position = 200
Align = alCustom
Anchors = [akTop, akLeft, akRight]
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 1
end
object switchTimeLabel: TLabel
AnchorSideLeft.Control = Label5
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label5
Left = 94
Height = 20
Top = 25
Width = 22
Align = alCustom
BorderSpacing.Left = 8
Caption = '20s'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object lockSetupCheckBox: TCheckBox
AnchorSideTop.Control = ScenarioProgressBar
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ScenarioProgressBar
AnchorSideRight.Side = asrBottom
Left = 270
Height = 24
Top = 69
Width = 91
Anchors = [akTop, akRight]
BorderSpacing.Top = 4
Caption = 'lock setup'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnChange = lockSetupCheckBoxChange
ParentFont = False
TabOrder = 2
end
object switchSetupButton: TButton
AnchorSideLeft.Control = Label6
AnchorSideTop.Control = Label6
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GroupBox2
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GroupBox2
AnchorSideBottom.Side = asrBottom
Left = 262
Height = 30
Top = 95
Width = 107
Anchors = [akTop, akRight, akBottom]
AutoSize = True
BorderSpacing.Top = 6
Caption = 'switch setup'
Color = clBlack
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnClick = switchSetupButtonClick
ParentFont = False
TabOrder = 4
end
object setupComboBox: TComboBox
AnchorSideLeft.Control = GroupBox2
AnchorSideTop.Control = switchSetupButton
AnchorSideRight.Control = switchSetupButton
AnchorSideBottom.Control = switchSetupButton
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 28
Top = 95
Width = 262
Align = alCustom
Anchors = [akTop, akLeft, akRight, akBottom]
Color = clBlack
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ItemHeight = 20
ParentFont = False
TabOrder = 3
Text = '<random>'
end
object ScenarioProgressBar: TProgressBar
AnchorSideLeft.Control = switchTimeTrackBar
AnchorSideTop.Control = switchTimeTrackBar
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = switchTimeTrackBar
AnchorSideRight.Side = asrBottom
Left = 124
Height = 15
Top = 50
Width = 237
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Max = 60000
ParentFont = False
TabOrder = 5
end
object Label6: TLabel
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = ScenarioProgressBar
AnchorSideTop.Side = asrBottom
Left = 6
Height = 20
Top = 69
Width = 110
Align = alCustom
BorderSpacing.Top = 4
Caption = 'Current scenario:'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object currentScenarioLabel: TLabel
AnchorSideLeft.Control = Label6
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label6
Left = 122
Height = 20
Top = 69
Width = 18
Align = alCustom
BorderSpacing.Left = 6
Caption = '---'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
end
object RestartButton: TButton
Left = 1
Height = 31
Top = 473
Width = 373
Align = alTop
Caption = '...'
Color = clBlack
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnClick = RestartButtonClick
ParentFont = False
TabOrder = 3
end
object GroupBox3: TGroupBox
Left = 1
Height = 49
Top = 274
Width = 373
Align = alTop
AutoSize = True
Caption = 'Rotation'
ClientHeight = 24
ClientWidth = 369
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 1
object lockXRotationCheckbox: TCheckBox
Left = 0
Height = 24
Top = 0
Width = 64
Align = alLeft
Caption = 'lock X'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnChange = lockXRotationCheckboxChange
ParentFont = False
TabOrder = 0
end
object lockYRotationCheckbox: TCheckBox
Left = 64
Height = 24
Top = 0
Width = 63
Align = alLeft
Caption = 'lock Y'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -15
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnChange = lockYRotationCheckboxChange
ParentFont = False
TabOrder = 1
end
end
end
object updateFPSTimer: TTimer
Interval = 500
OnTimer = updateFPSTimerTimer
Left = 260
Top = 120
end
end