ArenaZ

Форк
0
/
Main.lfm 
2060 строк · 82.5 Кб
1
object MainForm: TMainForm
2
  Left = 521
3
  Height = 563
4
  Top = 203
5
  Width = 904
6
  Caption = 'MDI Application'
7
  ClientHeight = 543
8
  ClientWidth = 904
9
  Color = clMoneyGreen
10
  Font.Color = clBlack
11
  Font.Height = -11
12
  Font.Name = 'Default'
13
  FormStyle = fsMDIForm
14
  Menu = MainMenu1
15
  OnCreate = FormCreate
16
  OnShow = FormShow
17
  LCLVersion = '1.8.0.1'
18
  object Label7: TLabel
19
    Tag = 50
20
    Left = 637
21
    Height = 16
22
    Top = 492
23
    Width = 40
24
    Anchors = [akLeft, akBottom]
25
    Caption = 'Bottom'
26
    Font.Color = clWindowText
27
    Font.Height = -13
28
    Font.Name = 'Tahoma'
29
    ParentColor = False
30
    ParentFont = False
31
  end
32
  object Label9: TLabel
33
    Tag = 50
34
    Left = 764
35
    Height = 16
36
    Top = 492
37
    Width = 22
38
    Anchors = [akLeft, akBottom]
39
    Caption = 'Top'
40
    Font.Color = clWindowText
41
    Font.Height = -13
42
    Font.Name = 'Tahoma'
43
    ParentColor = False
44
    ParentFont = False
45
  end
46
  object Label10: TLabel
47
    Tag = 50
48
    Left = 397
49
    Height = 16
50
    Top = 492
51
    Width = 28
52
    Anchors = [akLeft, akBottom]
53
    Caption = 'Start'
54
    Font.Color = clWindowText
55
    Font.Height = -13
56
    Font.Name = 'Tahoma'
57
    ParentColor = False
58
    ParentFont = False
59
  end
60
  object Label12: TLabel
61
    Tag = 50
62
    Left = 512
63
    Height = 16
64
    Top = 492
65
    Width = 26
66
    Anchors = [akLeft, akBottom]
67
    Caption = 'Stop'
68
    Font.Color = clWindowText
69
    Font.Height = -13
70
    Font.Name = 'Tahoma'
71
    ParentColor = False
72
    ParentFont = False
73
  end
74
  object ToolBar2: TToolBar
75
    Left = 0
76
    Height = 30
77
    Top = 0
78
    Width = 904
79
    BorderWidth = 1
80
    Color = clBtnFace
81
    Images = ImageList1
82
    Indent = 5
83
    ParentColor = False
84
    ParentShowHint = False
85
    ShowHint = True
86
    TabOrder = 0
87
    Wrapable = False
88
    object ToolButton9: TToolButton
89
      Left = 5
90
      Top = 2
91
      Action = FileNew1
92
    end
93
    object ToolButton1: TToolButton
94
      Left = 28
95
      Top = 2
96
      Action = FileOpen1
97
    end
98
    object ToolButton2: TToolButton
99
      Left = 51
100
      Top = 2
101
      Action = FileSave1
102
    end
103
    object ToolButton3: TToolButton
104
      Left = 74
105
      Height = 22
106
      Top = 2
107
      Caption = 'ToolButton3'
108
      ImageIndex = 2
109
      Style = tbsSeparator
110
    end
111
    object ToolButton4: TToolButton
112
      Left = 82
113
      Top = 2
114
      Action = EditCut1
115
    end
116
    object ToolButton5: TToolButton
117
      Left = 105
118
      Top = 2
119
      Action = EditCopy1
120
    end
121
    object ToolButton6: TToolButton
122
      Left = 128
123
      Top = 2
124
      Action = EditPaste1
125
    end
126
    object ToolButton7: TToolButton
127
      Left = 151
128
      Height = 22
129
      Top = 2
130
      Caption = 'ToolButton7'
131
      ImageIndex = 3
132
      Style = tbsSeparator
133
    end
134
    object ToolButton8: TToolButton
135
      Left = 159
136
      Top = 2
137
    end
138
    object ToolButton10: TToolButton
139
      Left = 182
140
      Top = 2
141
    end
142
    object ToolButton11: TToolButton
143
      Left = 205
144
      Top = 2
145
    end
146
  end
147
  object Panel1: TPanel
148
    Left = 8
149
    Height = 505
150
    Top = 36
151
    Width = 222
152
    ClientHeight = 505
153
    ClientWidth = 222
154
    Color = clWhite
155
    ParentColor = False
156
    TabOrder = 1
157
    UseDockManager = False
158
    object Label1: TLabel
159
      Left = 5
160
      Height = 16
161
      Top = 8
162
      Width = 44
163
      Anchors = [akLeft, akBottom]
164
      Caption = 'xRadius'
165
      Font.Color = clWindowText
166
      Font.Height = -13
167
      Font.Name = 'Tahoma'
168
      ParentColor = False
169
      ParentFont = False
170
    end
171
    object Label2: TLabel
172
      Left = 5
173
      Height = 16
174
      Top = 31
175
      Width = 44
176
      Anchors = [akLeft, akBottom]
177
      Caption = 'yRadius'
178
      Font.Color = clWindowText
179
      Font.Height = -13
180
      Font.Name = 'Tahoma'
181
      ParentColor = False
182
      ParentFont = False
183
    end
184
    object Label3: TLabel
185
      Left = 5
186
      Height = 16
187
      Top = 55
188
      Width = 44
189
      Anchors = [akLeft, akBottom]
190
      Caption = 'zRadius'
191
      Font.Color = clWindowText
192
      Font.Height = -13
193
      Font.Name = 'Tahoma'
194
      ParentColor = False
195
      ParentFont = False
196
    end
197
    object Label4: TLabel
198
      Left = 5
199
      Height = 16
200
      Top = 306
201
      Width = 45
202
      Anchors = [akLeft, akBottom]
203
      Caption = 'V Curve'
204
      Font.Color = clWindowText
205
      Font.Height = -13
206
      Font.Name = 'Tahoma'
207
      ParentColor = False
208
      ParentFont = False
209
    end
210
    object Label6: TLabel
211
      Left = 5
212
      Height = 16
213
      Top = 329
214
      Width = 45
215
      Anchors = [akLeft, akBottom]
216
      Caption = 'H Curve'
217
      Font.Color = clWindowText
218
      Font.Height = -13
219
      Font.Name = 'Tahoma'
220
      ParentColor = False
221
      ParentFont = False
222
    end
223
    object Label5: TLabel
224
      Left = 5
225
      Height = 16
226
      Top = 352
227
      Width = 33
228
      Anchors = [akLeft, akBottom]
229
      Caption = 'Slices'
230
      Color = clYellow
231
      Font.Color = clWindowText
232
      Font.Height = -13
233
      Font.Name = 'Tahoma'
234
      ParentColor = False
235
      ParentFont = False
236
      Transparent = False
237
    end
238
    object Label8: TLabel
239
      Left = 5
240
      Height = 16
241
      Top = 375
242
      Width = 37
243
      Anchors = [akLeft, akBottom]
244
      Caption = 'Stacks'
245
      Color = clYellow
246
      Font.Color = clWindowText
247
      Font.Height = -13
248
      Font.Name = 'Tahoma'
249
      ParentColor = False
250
      ParentFont = False
251
      Transparent = False
252
    end
253
    object Label14: TLabel
254
      Left = 5
255
      Height = 16
256
      Top = 79
257
      Width = 50
258
      Anchors = [akLeft, akBottom]
259
      Caption = 'xPosition'
260
      Color = clYellow
261
      Font.Color = clWindowText
262
      Font.Height = -13
263
      Font.Name = 'Tahoma'
264
      ParentColor = False
265
      ParentFont = False
266
      Transparent = False
267
    end
268
    object Label13: TLabel
269
      Left = 5
270
      Height = 16
271
      Top = 101
272
      Width = 50
273
      Anchors = [akLeft, akBottom]
274
      Caption = 'yPosition'
275
      Color = clYellow
276
      Font.Color = clWindowText
277
      Font.Height = -13
278
      Font.Name = 'Tahoma'
279
      ParentColor = False
280
      ParentFont = False
281
      Transparent = False
282
    end
283
    object Label11: TLabel
284
      Left = 5
285
      Height = 16
286
      Top = 124
287
      Width = 50
288
      Anchors = [akLeft, akBottom]
289
      Caption = 'zPosition'
290
      Color = clYellow
291
      Font.Color = clWindowText
292
      Font.Height = -13
293
      Font.Name = 'Tahoma'
294
      ParentColor = False
295
      ParentFont = False
296
      Transparent = False
297
    end
298
    object Label19: TLabel
299
      Left = 5
300
      Height = 16
301
      Top = 147
302
      Width = 59
303
      Anchors = [akLeft, akBottom]
304
      Caption = 'x direction'
305
      Font.Color = clWindowText
306
      Font.Height = -13
307
      Font.Name = 'Tahoma'
308
      ParentColor = False
309
      ParentFont = False
310
    end
311
    object Label20: TLabel
312
      Left = 5
313
      Height = 16
314
      Top = 170
315
      Width = 59
316
      Anchors = [akLeft, akBottom]
317
      Caption = 'y direction'
318
      Font.Color = clWindowText
319
      Font.Height = -13
320
      Font.Name = 'Tahoma'
321
      ParentColor = False
322
      ParentFont = False
323
    end
324
    object Label21: TLabel
325
      Left = 5
326
      Height = 16
327
      Top = 192
328
      Width = 59
329
      Anchors = [akLeft, akBottom]
330
      Caption = 'z direction'
331
      Font.Color = clWindowText
332
      Font.Height = -13
333
      Font.Name = 'Tahoma'
334
      ParentColor = False
335
      ParentFont = False
336
    end
337
    object Label15: TLabel
338
      Left = 5
339
      Height = 16
340
      Top = 215
341
      Width = 37
342
      Anchors = [akLeft, akBottom]
343
      Caption = 'L0  (x)'
344
      Color = clYellow
345
      Font.Color = clWindowText
346
      Font.Height = -13
347
      Font.Name = 'Tahoma'
348
      ParentColor = False
349
      ParentFont = False
350
      Transparent = False
351
    end
352
    object Label16: TLabel
353
      Left = 5
354
      Height = 16
355
      Top = 238
356
      Width = 37
357
      Anchors = [akLeft, akBottom]
358
      Caption = 'L1  (y)'
359
      Color = clYellow
360
      Font.Color = clWindowText
361
      Font.Height = -13
362
      Font.Name = 'Tahoma'
363
      ParentColor = False
364
      ParentFont = False
365
      Transparent = False
366
    end
367
    object Label18: TLabel
368
      Left = 5
369
      Height = 16
370
      Top = 261
371
      Width = 37
372
      Anchors = [akLeft, akBottom]
373
      Caption = 'L2  (z)'
374
      Color = clYellow
375
      Font.Color = clWindowText
376
      Font.Height = -13
377
      Font.Name = 'Tahoma'
378
      ParentColor = False
379
      ParentFont = False
380
      Transparent = False
381
    end
382
    object Label22: TLabel
383
      Left = 5
384
      Height = 16
385
      Top = 283
386
      Width = 15
387
      Anchors = [akLeft, akBottom]
388
      Caption = 'R1'
389
      Color = clYellow
390
      Font.Color = clWindowText
391
      Font.Height = -13
392
      Font.Name = 'Tahoma'
393
      ParentColor = False
394
      ParentFont = False
395
      Transparent = False
396
    end
397
    object xRadiusTrackBar: TTrackBar
398
      Cursor = crHandPoint
399
      Left = 68
400
      Height = 30
401
      Top = 8
402
      Width = 140
403
      Max = 25
404
      Min = 1
405
      OnChange = xRadiusTrackBarChange
406
      PageSize = 1
407
      Position = 8
408
      TickStyle = tsNone
409
      Anchors = [akLeft, akBottom]
410
      TabOrder = 0
411
    end
412
    object yRadiusTrackBar: TTrackBar
413
      Cursor = crHandPoint
414
      Left = 68
415
      Height = 30
416
      Top = 31
417
      Width = 140
418
      Max = 25
419
      Min = 1
420
      OnChange = yRadiusTrackBarChange
421
      PageSize = 1
422
      Position = 5
423
      TickStyle = tsNone
424
      Anchors = [akLeft, akBottom]
425
      TabOrder = 1
426
    end
427
    object zRadiusTrackBar: TTrackBar
428
      Cursor = crHandPoint
429
      Left = 68
430
      Height = 30
431
      Top = 54
432
      Width = 140
433
      Max = 25
434
      Min = 1
435
      OnChange = zRadiusTrackBarChange
436
      PageSize = 1
437
      Position = 9
438
      TickStyle = tsNone
439
      Anchors = [akLeft, akBottom]
440
      TabOrder = 2
441
    end
442
    object VCurveTrackBar: TTrackBar
443
      Cursor = crHandPoint
444
      Left = 68
445
      Height = 30
446
      Top = 303
447
      Width = 140
448
      Max = 100
449
      Min = 1
450
      OnChange = VCurveTrackBarChange
451
      Position = 10
452
      TickStyle = tsNone
453
      Anchors = [akLeft, akBottom]
454
      TabOrder = 3
455
    end
456
    object HCurveTrackBar: TTrackBar
457
      Cursor = crHandPoint
458
      Left = 68
459
      Height = 30
460
      Top = 325
461
      Width = 140
462
      Max = 100
463
      Min = 1
464
      OnChange = HCurveTrackBarChange
465
      Position = 10
466
      TickStyle = tsNone
467
      Anchors = [akLeft, akBottom]
468
      TabOrder = 4
469
    end
470
    object SlicesTrackBar: TTrackBar
471
      Cursor = crHandPoint
472
      Left = 68
473
      Height = 30
474
      Top = 348
475
      Width = 140
476
      Max = 128
477
      Min = 4
478
      OnChange = SlicesTrackBarChange
479
      PageSize = 4
480
      Position = 16
481
      TickStyle = tsNone
482
      Anchors = [akLeft, akBottom]
483
      TabOrder = 5
484
    end
485
    object StacksTrackBar: TTrackBar
486
      Cursor = crHandPoint
487
      Left = 68
488
      Height = 30
489
      Top = 371
490
      Width = 140
491
      Max = 128
492
      Min = 4
493
      OnChange = StacksTrackBarChange
494
      PageSize = 4
495
      Position = 16
496
      TickStyle = tsNone
497
      Anchors = [akLeft, akBottom]
498
      TabOrder = 6
499
    end
500
    object xPositionTrackBar: TTrackBar
501
      Cursor = crHandPoint
502
      Left = 68
503
      Height = 30
504
      Top = 78
505
      Width = 140
506
      Max = 25
507
      Min = 1
508
      PageSize = 1
509
      Position = 1
510
      TickStyle = tsNone
511
      Anchors = [akLeft, akBottom]
512
      TabOrder = 7
513
    end
514
    object yPositionTrackBar: TTrackBar
515
      Cursor = crHandPoint
516
      Left = 71
517
      Height = 30
518
      Top = 100
519
      Width = 140
520
      Max = 25
521
      Min = 1
522
      OnChange = yPositionTrackBarChange
523
      PageSize = 1
524
      Position = 1
525
      TickStyle = tsNone
526
      Anchors = [akLeft, akBottom]
527
      TabOrder = 8
528
    end
529
    object zPositionTrackBar: TTrackBar
530
      Cursor = crHandPoint
531
      Left = 68
532
      Height = 30
533
      Top = 123
534
      Width = 140
535
      Max = 25
536
      Min = 1
537
      OnChange = zPositionTrackBarChange
538
      PageSize = 1
539
      Position = 4
540
      TickStyle = tsNone
541
      Anchors = [akLeft, akBottom]
542
      TabOrder = 9
543
    end
544
    object xdirectiontrackbar: TTrackBar
545
      Cursor = crHandPoint
546
      Left = 68
547
      Height = 30
548
      Top = 145
549
      Width = 140
550
      Max = 25
551
      Min = 1
552
      OnChange = xdirectiontrackbarChange
553
      PageSize = 1
554
      Position = 1
555
      TickStyle = tsNone
556
      Anchors = [akLeft, akBottom]
557
      TabOrder = 10
558
    end
559
    object ydirectiontrackbar: TTrackBar
560
      Cursor = crHandPoint
561
      Left = 68
562
      Height = 30
563
      Top = 168
564
      Width = 140
565
      Max = 25
566
      Min = 1
567
      OnChange = ydirectiontrackbarChange
568
      PageSize = 1
569
      Position = 15
570
      TickStyle = tsNone
571
      Anchors = [akLeft, akBottom]
572
      TabOrder = 11
573
    end
574
    object zdirectiontrackbar: TTrackBar
575
      Cursor = crHandPoint
576
      Left = 68
577
      Height = 30
578
      Top = 190
579
      Width = 140
580
      Max = 25
581
      Min = 1
582
      OnChange = zdirectiontrackbarChange
583
      PageSize = 1
584
      Position = 1
585
      TickStyle = tsNone
586
      Anchors = [akLeft, akBottom]
587
      TabOrder = 12
588
    end
589
    object L0trackbar: TTrackBar
590
      Cursor = crHandPoint
591
      Left = 68
592
      Height = 30
593
      Top = 213
594
      Width = 140
595
      Max = 25
596
      Min = 1
597
      OnChange = L0trackbarChange
598
      PageSize = 1
599
      Position = 15
600
      TickStyle = tsNone
601
      Anchors = [akLeft, akBottom]
602
      TabOrder = 13
603
    end
604
    object L1trackbar: TTrackBar
605
      Cursor = crHandPoint
606
      Left = 68
607
      Height = 30
608
      Top = 235
609
      Width = 140
610
      Max = 25
611
      Min = 1
612
      OnChange = L1trackbarChange
613
      PageSize = 1
614
      Position = 11
615
      TickStyle = tsNone
616
      Anchors = [akLeft, akBottom]
617
      TabOrder = 14
618
    end
619
    object L2trackbar: TTrackBar
620
      Cursor = crHandPoint
621
      Left = 68
622
      Height = 30
623
      Top = 258
624
      Width = 140
625
      Max = 25
626
      Min = 1
627
      OnChange = L2trackbarChange
628
      PageSize = 1
629
      Position = 7
630
      TickStyle = tsNone
631
      Anchors = [akLeft, akBottom]
632
      TabOrder = 15
633
    end
634
    object R1trackbar: TTrackBar
635
      Cursor = crHandPoint
636
      Left = 68
637
      Height = 30
638
      Top = 280
639
      Width = 140
640
      Max = 25
641
      Min = 1
642
      OnChange = R1trackbarChange
643
      PageSize = 1
644
      Position = 2
645
      TickStyle = tsNone
646
      Anchors = [akLeft, akBottom]
647
      TabOrder = 16
648
    end
649
    object Reset: TButton
650
      Left = 122
651
      Height = 23
652
      Top = 397
653
      Width = 69
654
      Caption = 'Reset'
655
      OnClick = ResetClick
656
      TabOrder = 17
657
    end
658
    object Test: TButton
659
      Left = 25
660
      Height = 23
661
      Top = 397
662
      Width = 68
663
      Caption = 'Test'
664
      OnClick = TestClick
665
      TabOrder = 18
666
    end
667
  end
668
  object GLSceneViewer1: TGLSceneViewer
669
    Cursor = crHandPoint
670
    Left = 236
671
    Height = 372
672
    Top = 36
673
    Width = 634
674
    Camera = Camera
675
    Buffer.BackgroundColor = clActiveCaption
676
    Buffer.AmbientColor.Red = 0.200000002980232
677
    Buffer.AmbientColor.Green = 0.200000002980232
678
    Buffer.AmbientColor.Blue = 0.200000002980232
679
    Buffer.AmbientColor.Alpha = 1
680
    FieldOfView = 73.2985000610352
681
    OnMouseDown = GLSceneViewer1MouseDown
682
    OnMouseMove = GLSceneViewer1MouseMove
683
    OnMouseUp = GLSceneViewer1MouseUp
684
    TabOrder = 2
685
  end
686
  object BottomTrackBar: TTrackBar
687
    Cursor = crHandPoint
688
    Left = 683
689
    Height = 25
690
    Top = 488
691
    Width = 75
692
    Max = 90
693
    OnChange = BottomTrackBarChange
694
    PageSize = 5
695
    Position = 90
696
    TickStyle = tsNone
697
    Anchors = [akLeft, akBottom]
698
    TabOrder = 3
699
  end
700
  object TopTrackBar: TTrackBar
701
    Cursor = crHandPoint
702
    Left = 795
703
    Height = 25
704
    Top = 488
705
    Width = 75
706
    Max = 90
707
    OnChange = TopTrackBarChange
708
    PageSize = 5
709
    Position = 90
710
    TickStyle = tsNone
711
    Anchors = [akLeft, akBottom]
712
    TabOrder = 4
713
  end
714
  object StartTrackBar: TTrackBar
715
    Cursor = crHandPoint
716
    Left = 431
717
    Height = 25
718
    Top = 488
719
    Width = 75
720
    Max = 360
721
    OnChange = StartTrackBarChange
722
    PageSize = 5
723
    Position = 0
724
    TickStyle = tsNone
725
    Anchors = [akLeft, akBottom]
726
    TabOrder = 5
727
  end
728
  object StopTrackBar: TTrackBar
729
    Cursor = crHandPoint
730
    Left = 556
731
    Height = 25
732
    Top = 488
733
    Width = 75
734
    Max = 360
735
    OnChange = StopTrackBarChange
736
    PageSize = 5
737
    Position = 360
738
    TickStyle = tsNone
739
    Anchors = [akLeft, akBottom]
740
    TabOrder = 6
741
  end
742
  object ArrowsCheckBox: TCheckBox
743
    Left = 313
744
    Height = 19
745
    Top = 425
746
    Width = 82
747
    Anchors = [akLeft, akBottom]
748
    Caption = 'Hide Arrows'
749
    OnClick = ArrowsCheckBoxClick
750
    TabOrder = 7
751
  end
752
  object GridCheckBox: TCheckBox
753
    Left = 400
754
    Height = 19
755
    Top = 424
756
    Width = 64
757
    Anchors = [akLeft, akBottom]
758
    Caption = 'Hide Grid'
759
    OnClick = GridCheckBoxClick
760
    TabOrder = 8
761
  end
762
  object BottomCapRadioGroup: TRadioGroup
763
    Left = 525
764
    Height = 30
765
    Top = 448
766
    Width = 169
767
    AutoFill = True
768
    Caption = 'Bottom Cap'
769
    ChildSizing.LeftRightSpacing = 6
770
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
771
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
772
    ChildSizing.ShrinkHorizontal = crsScaleChilds
773
    ChildSizing.ShrinkVertical = crsScaleChilds
774
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
775
    ChildSizing.ControlsPerLine = 3
776
    ClientHeight = 11
777
    ClientWidth = 165
778
    Columns = 3
779
    ItemIndex = 0
780
    Items.Strings = (
781
      'None'
782
      'Center'
783
      'Flat'
784
    )
785
    OnClick = BottomCapRadioGroupClick
786
    TabOrder = 9
787
  end
788
  object TopCapRadioGroup: TRadioGroup
789
    Left = 712
790
    Height = 30
791
    Top = 448
792
    Width = 155
793
    AutoFill = True
794
    Caption = 'Top Cap'
795
    ChildSizing.LeftRightSpacing = 6
796
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
797
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
798
    ChildSizing.ShrinkHorizontal = crsScaleChilds
799
    ChildSizing.ShrinkVertical = crsScaleChilds
800
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
801
    ChildSizing.ControlsPerLine = 3
802
    ClientHeight = 11
803
    ClientWidth = 151
804
    Columns = 3
805
    ItemIndex = 0
806
    Items.Strings = (
807
      'None'
808
      'Center'
809
      'Flat'
810
    )
811
    OnClick = TopCapRadioGroupClick
812
    TabOrder = 10
813
  end
814
  object Cube_Map: TButton
815
    Left = 236
816
    Height = 25
817
    Top = 425
818
    Width = 73
819
    Caption = 'Cube Map'
820
    TabOrder = 11
821
  end
822
  object HCheckBox: TCheckBox
823
    Left = 236
824
    Height = 19
825
    Top = 486
826
    Width = 60
827
    Caption = 'H Check'
828
    Checked = True
829
    State = cbChecked
830
    TabOrder = 12
831
  end
832
  object VCheckBox: TCheckBox
833
    Left = 313
834
    Height = 19
835
    Top = 488
836
    Width = 61
837
    Caption = 'V Check'
838
    Checked = True
839
    State = cbChecked
840
    TabOrder = 13
841
  end
842
  object StatusBar: TStatusBar
843
    Cursor = crHandPoint
844
    Left = 0
845
    Height = 23
846
    Top = 520
847
    Width = 904
848
    Color = clCream
849
    Panels = <    
850
      item
851
        Alignment = taCenter
852
        Width = 176
853
      end    
854
      item
855
        Alignment = taCenter
856
        Width = 176
857
      end    
858
      item
859
        Alignment = taCenter
860
        Width = 176
861
      end    
862
      item
863
        Alignment = taCenter
864
        Width = 176
865
      end    
866
      item
867
        Width = 50
868
      end>
869
    ParentColor = False
870
  end
871
  object RGdimensionsMultiplier: TRadioGroup
872
    Left = 366
873
    Height = 30
874
    Top = 448
875
    Width = 129
876
    AutoFill = True
877
    Caption = 'X'
878
    ChildSizing.LeftRightSpacing = 6
879
    ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
880
    ChildSizing.EnlargeVertical = crsHomogenousChildResize
881
    ChildSizing.ShrinkHorizontal = crsScaleChilds
882
    ChildSizing.ShrinkVertical = crsScaleChilds
883
    ChildSizing.Layout = cclLeftToRightThenTopToBottom
884
    ChildSizing.ControlsPerLine = 3
885
    ClientHeight = 11
886
    ClientWidth = 125
887
    Color = clCream
888
    Columns = 3
889
    ItemIndex = 1
890
    Items.Strings = (
891
      'X 0,1'
892
      'X 1'
893
      'X 10'
894
    )
895
    ParentColor = False
896
    TabOrder = 15
897
  end
898
  object MainMenu1: TMainMenu
899
    Images = ImageList1
900
    left = 440
901
    top = 8
902
    object File1: TMenuItem
903
      Caption = '&File'
904
      Hint = 'File related commands'
905
      object FileNewItem: TMenuItem
906
        Action = FileNew1
907
      end
908
      object FileOpenItem: TMenuItem
909
        Action = FileOpen1
910
      end
911
      object FileCloseItem: TMenuItem
912
      end
913
      object FileSaveItem: TMenuItem
914
        Action = FileSave1
915
      end
916
      object FileSaveAsItem: TMenuItem
917
        Action = FileSaveAs1
918
      end
919
      object N1: TMenuItem
920
        Caption = '-'
921
      end
922
      object FileExitItem: TMenuItem
923
        Action = FileExit1
924
      end
925
    end
926
    object Edit1: TMenuItem
927
      Caption = '&Edit'
928
      Hint = 'Edit commands'
929
      object CutItem: TMenuItem
930
        Action = EditCut1
931
      end
932
      object CopyItem: TMenuItem
933
        Action = EditCopy1
934
      end
935
      object PasteItem: TMenuItem
936
        Action = EditPaste1
937
      end
938
    end
939
    object Window1: TMenuItem
940
      Caption = '&Window'
941
      Hint = 'Window related commands'
942
      object WindowCascadeItem: TMenuItem
943
      end
944
      object WindowTileItem: TMenuItem
945
      end
946
      object WindowTileItem2: TMenuItem
947
      end
948
      object WindowMinimizeItem: TMenuItem
949
      end
950
    end
951
    object Help1: TMenuItem
952
      Caption = '&Help'
953
      Hint = 'Help topics'
954
      object HelpAboutItem: TMenuItem
955
        Action = HelpAbout1
956
      end
957
    end
958
  end
959
  object OpenDialog: TOpenDialog
960
    Filter = 'All files (*.*)|*.*'
961
    left = 632
962
  end
963
  object ActionList1: TActionList
964
    Images = ImageList1
965
    left = 496
966
    top = 8
967
    object FileNew1: TAction
968
      Category = 'File'
969
      Caption = '&New'
970
      Hint = 'New|Create a new file'
971
      ImageIndex = 6
972
      OnExecute = FileNew1Execute
973
      ShortCut = 16462
974
    end
975
    object FileOpen1: TAction
976
      Category = 'File'
977
      Caption = '&Open'
978
      Hint = 'Open|Open a file'
979
      ImageIndex = 7
980
      OnExecute = FileOpen1Execute
981
      ShortCut = 16463
982
    end
983
    object FileSave1: TAction
984
      Category = 'File'
985
      Caption = '&Save'
986
      Hint = 'Save|Save current file'
987
      ImageIndex = 8
988
      ShortCut = 16467
989
    end
990
    object FileSaveAs1: TAction
991
      Category = 'File'
992
      Caption = 'Save &As...'
993
      Hint = 'Save As|Save current file with different name'
994
    end
995
    object FileExit1: TAction
996
      Category = 'File'
997
      Caption = 'E&xit'
998
      Hint = 'Exit|Exit application'
999
      OnExecute = FileExit1Execute
1000
    end
1001
    object EditCut1: TEditCut
1002
      Category = 'Edit'
1003
      Caption = 'Cu&t'
1004
      Hint = 'Cut|Cuts the selection and puts it on the Clipboard'
1005
      ImageIndex = 0
1006
      ShortCut = 16472
1007
    end
1008
    object EditCopy1: TEditCopy
1009
      Category = 'Edit'
1010
      Caption = '&Copy'
1011
      Hint = 'Copy|Copies the selection and puts it on the Clipboard'
1012
      ImageIndex = 1
1013
      ShortCut = 16451
1014
    end
1015
    object EditPaste1: TEditPaste
1016
      Category = 'Edit'
1017
      Caption = '&Paste'
1018
      Hint = 'Paste|Inserts Clipboard contents'
1019
      ImageIndex = 2
1020
      ShortCut = 16470
1021
    end
1022
    object HelpAbout1: TAction
1023
      Category = 'Help'
1024
      Caption = '&About...'
1025
      Hint = 'About|Displays program information, version number, and copyright'
1026
      OnExecute = HelpAbout1Execute
1027
    end
1028
  end
1029
  object ImageList1: TImageList
1030
    left = 560
1031
    top = 8
1032
    Bitmap = {
1033
      4C69120000001000000010000000000000000000000000000000000000000000
1034
      0000000000000000000000000000000000000000000000000000000000000000
1035
      0000000000000000000000000000000000000000000000000000000000000000
1036
      000000000000000000FF000000000000000000000000000000FF000000000000
1037
      0000000000000000000000000000000000000000000000000000000000000000
1038
      000000000000000000FF000000000000000000000000000000FF000000000000
1039
      0000000000000000000000000000000000000000000000000000000000000000
1040
      000000000000000000FF000000000000000000000000000000FF000000000000
1041
      0000000000000000000000000000000000000000000000000000000000000000
1042
      000000000000000000FF000000FF00000000000000FF000000FF000000000000
1043
      0000000000000000000000000000000000000000000000000000000000000000
1044
      00000000000000000000000000FF00000000000000FF00000000000000000000
1045
      0000000000000000000000000000000000000000000000000000000000000000
1046
      00000000000000000000000000FF000000FF000000FF00000000000000000000
1047
      0000000000000000000000000000000000000000000000000000000000000000
1048
      0000000000000000000000000000000000FF0000000000000000000000000000
1049
      0000000000000000000000000000000000000000000000000000000000000000
1050
      00000000000000000000800000FF000000FF800000FF00000000000000000000
1051
      0000000000000000000000000000000000000000000000000000000000000000
1052
      00000000000000000000800000FF00000000800000FF800000FF800000FF0000
1053
      0000000000000000000000000000000000000000000000000000000000000000
1054
      0000800000FF800000FF800000FF00000000800000FF00000000000000008000
1055
      00FF000000000000000000000000000000000000000000000000000000008000
1056
      00FF0000000000000000800000FF00000000800000FF00000000000000008000
1057
      00FF000000000000000000000000000000000000000000000000000000008000
1058
      00FF0000000000000000800000FF00000000800000FF00000000000000008000
1059
      00FF000000000000000000000000000000000000000000000000000000008000
1060
      00FF0000000000000000800000FF0000000000000000800000FF800000FF0000
1061
      0000000000000000000000000000000000000000000000000000000000000000
1062
      0000800000FF800000FF00000000000000000000000000000000000000000000
1063
      0000000000000000000000000000000000000000000000000000000000000000
1064
      0000000000000000000000000000000000000000000000000000000000000000
1065
      0000000000000000000000000000000000000000000000000000000000000000
1066
      0000000000000000000000000000000000000000000000000000000000000000
1067
      000000000000000000000000000000000000000000FF000000FF000000FF0000
1068
      00FF000000FF000000FF00000000000000000000000000000000000000000000
1069
      000000000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFF
1070
      FFFFFFFFFFFF000000FF000000FF000000000000000000000000000000000000
1071
      000000000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFF
1072
      FFFFFFFFFFFF000000FFFFFFFFFF000000FF0000000000000000000000000000
1073
      000000000000000000000000000000000000000000FFFFFFFFFF000000FF0000
1074
      00FFFFFFFFFF000000FF800000FF800000FF800000FF800000FF800000FF8000
1075
      00FF00000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFF
1076
      FFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8000
1077
      00FF800000FF000000000000000000000000000000FFFFFFFFFF000000FF0000
1078
      00FF000000FF000000FF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8000
1079
      00FFFFFFFFFF800000FF0000000000000000000000FFFFFFFFFFFFFFFFFFFFFF
1080
      FFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFF000000FF000000FFFFFFFFFF8000
1081
      00FF800000FF800000FF800000FF00000000000000FFFFFFFFFF000000FF0000
1082
      00FF000000FF000000FF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1083
      FFFFFFFFFFFFFFFFFFFF800000FF00000000000000FFFFFFFFFFFFFFFFFFFFFF
1084
      FFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFF000000FF000000FF000000FF0000
1085
      00FF000000FFFFFFFFFF800000FF00000000000000FF000000FF000000FF0000
1086
      00FF000000FF000000FF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1087
      FFFFFFFFFFFFFFFFFFFF800000FF000000000000000000000000000000000000
1088
      00000000000000000000800000FFFFFFFFFF000000FF000000FF000000FF0000
1089
      00FF000000FFFFFFFFFF800000FF000000000000000000000000000000000000
1090
      00000000000000000000800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1091
      FFFFFFFFFFFFFFFFFFFF800000FF000000000000000000000000000000000000
1092
      00000000000000000000800000FF800000FF800000FF800000FF800000FF8000
1093
      00FF800000FF800000FF800000FF000000000000000000000000000000000000
1094
      0000000000000000000000000000000000000000000000000000000000000000
1095
      0000000000000000000000000000000000000000000000000000000000000000
1096
      0000000000000000000000000000000000000000000000000000000000000000
1097
      0000000000000000000000000000000000000000000000000000000000000000
1098
      0000000000000000000000000000000000000000000000000000000000000000
1099
      0000000000000000000000000000000000000000000000000000000000000000
1100
      0000000000FF000000FF000000FF000000FF0000000000000000000000000000
1101
      000000000000000000000000000000000000000000FF000000FF000000FF0000
1102
      00FF000000FF00FFFFFF00FFFFFF000000FF000000FF000000FF000000FF0000
1103
      00FF000000000000000000000000000000FF008080FF808080FF008080FF0000
1104
      00FF00FFFFFF000000FF000000FF00FFFFFF000000FF808080FF008080FF8080
1105
      80FF000000FF0000000000000000000000FF808080FF808080FF000000FFC0C0
1106
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF000000FF808080FF0080
1107
      80FF000000FF0000000000000000000000FF008080FF808080FF000000FF0000
1108
      00FF000000FF000000FF000000FF000000FF000000FF000000FF808080FF8080
1109
      80FF000000FF0000000000000000000000FF808080FF008080FF808080FF0080
1110
      80FF808080FF008080FF808080FF008080FF808080FF008080FF808080FF0080
1111
      80FF000000FF0000000000000000000000FF008080FF808080FF008080FF8080
1112
      80FF008080FF800000FF800000FF800000FF800000FF800000FF800000FF8000
1113
      00FF000000FF0000000000000000000000FF808080FF008080FF808080FF0080
1114
      80FF808080FF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8000
1115
      00FF800000FF0000000000000000000000FF008080FF808080FF008080FF8080
1116
      80FF008080FF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8000
1117
      00FFFFFFFFFF800000FF00000000000000FF808080FF008080FF808080FF0080
1118
      80FF808080FF800000FFFFFFFFFF000000FF000000FF000000FFFFFFFFFF8000
1119
      00FF800000FF800000FF800000FF000000FF008080FF808080FF008080FF8080
1120
      80FF008080FF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1121
      FFFFFFFFFFFFFFFFFFFF800000FF000000FF808080FF008080FF808080FF0080
1122
      80FF808080FF800000FFFFFFFFFF000000FF000000FF000000FF000000FF0000
1123
      00FF000000FFFFFFFFFF800000FF00000000000000FF000000FF000000FF0000
1124
      00FF000000FF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1125
      FFFFFFFFFFFFFFFFFFFF800000FF000000000000000000000000000000000000
1126
      000000000000800000FF800000FF800000FF800000FF800000FF800000FF8000
1127
      00FF800000FF800000FF800000FF000000000000000000000000000000000000
1128
      0000000000000000000000000000000000000000000000000000000000000000
1129
      0000000000000000000000000000000000000000000000000000000000000000
1130
      0000000000000000000000000000000000000000000000000000000000000000
1131
      0000000000000000000000000000000000000000000000000000000000000000
1132
      0000000000000000000000000000000000000000000000000000000000000000
1133
      0000000000000000000000000000000000000000000000000000000000000000
1134
      0000000000000000000000000000000000000000000000000000000000000000
1135
      0000000000000000000000000000000000000000000000000000000000000000
1136
      0000000000000000000000000000000000000000000000000000000000000000
1137
      0000000000000000000000000000000000000000000000000000000000000000
1138
      0000000000000000000000000000800000FF800000FF800000FF800000FF0000
1139
      00000000000000000000000000000000000000000000800000FF000000000000
1140
      000000000000800000FF800000FF000000000000000000000000000000008000
1141
      00FF0000000000000000000000000000000000000000800000FF800000FF0000
1142
      0000800000FF0000000000000000000000000000000000000000000000000000
1143
      0000800000FF00000000000000000000000000000000800000FF800000FF8000
1144
      00FF000000000000000000000000000000000000000000000000000000000000
1145
      0000800000FF00000000000000000000000000000000800000FF800000FF8000
1146
      00FF800000FF0000000000000000000000000000000000000000000000000000
1147
      0000800000FF00000000000000000000000000000000800000FF800000FF8000
1148
      00FF800000FF800000FF00000000000000000000000000000000000000008000
1149
      00FF000000000000000000000000000000000000000000000000000000000000
1150
      0000000000000000000000000000000000000000000000000000000000008000
1151
      00FF000000000000000000000000000000000000000000000000000000000000
1152
      0000000000000000000000000000000000000000000000000000000000000000
1153
      0000000000000000000000000000000000000000000000000000000000000000
1154
      0000000000000000000000000000000000000000000000000000000000000000
1155
      0000000000000000000000000000000000000000000000000000000000000000
1156
      0000000000000000000000000000000000000000000000000000000000000000
1157
      0000000000000000000000000000000000000000000000000000000000000000
1158
      0000000000000000000000000000000000000000000000000000000000000000
1159
      0000000000000000000000000000000000000000000000000000000000000000
1160
      0000000000000000000000000000000000000000000000000000000000000000
1161
      0000000000000000000000000000000000000000000000000000000000000000
1162
      0000000000000000000000000000000000000000000000000000000000000000
1163
      0000000000000000000000000000000000000000000000000000000000000000
1164
      0000000000000000000000000000000000000000000000000000000000000000
1165
      0000000000000000000000000000000000000000000000000000000000000000
1166
      0000000000000000000000000000000000000000000000000000000000000000
1167
      0000000000000000000000000000000000000000000000000000000000000000
1168
      0000000000000000000000000000000000000000000000000000000000000000
1169
      0000000000000000000000000000000000000000000000000000000000008000
1170
      00FF800000FF800000FF800000FF000000000000000000000000000000000000
1171
      0000000000000000000000000000000000000000000000000000800000FF0000
1172
      0000000000000000000000000000800000FF800000FF00000000000000000000
1173
      0000800000FF00000000000000000000000000000000800000FF000000000000
1174
      00000000000000000000000000000000000000000000800000FF000000008000
1175
      00FF800000FF00000000000000000000000000000000800000FF000000000000
1176
      0000000000000000000000000000000000000000000000000000800000FF8000
1177
      00FF800000FF00000000000000000000000000000000800000FF000000000000
1178
      00000000000000000000000000000000000000000000800000FF800000FF8000
1179
      00FF800000FF0000000000000000000000000000000000000000800000FF0000
1180
      000000000000000000000000000000000000800000FF800000FF800000FF8000
1181
      00FF800000FF0000000000000000000000000000000000000000800000FF0000
1182
      0000000000000000000000000000000000000000000000000000000000000000
1183
      0000000000000000000000000000000000000000000000000000000000000000
1184
      0000000000000000000000000000000000000000000000000000000000000000
1185
      0000000000000000000000000000000000000000000000000000000000000000
1186
      0000000000000000000000000000000000000000000000000000000000000000
1187
      0000000000000000000000000000000000000000000000000000000000000000
1188
      0000000000000000000000000000000000000000000000000000000000000000
1189
      0000000000000000000000000000000000000000000000000000000000000000
1190
      0000000000000000000000000000000000000000000000000000000000000000
1191
      0000000000000000000000000000000000000000000000000000000000000000
1192
      0000000000000000000000000000000000000000000000000000000000000000
1193
      0000000000000000000000000000000000000000000000000000000000000000
1194
      0000000000000000000000000000000000000000000000000000000000000000
1195
      00000000000000000000000000000000000000000000000000FF000000FF0000
1196
      00FF000000000000000000000000000000000000000000000000000000000000
1197
      000000000000000000FF000000000000000000000000000000FF000000FF0000
1198
      00FF000000FF0000000000000000000000000000000000000000000000000000
1199
      00FF000000FF0000000000000000000000000000000000000000000000FF0000
1200
      00FF000000FF000000FF00000000000000000000000000000000000000FF0000
1201
      00FF000000000000000000000000000000000000000000000000000000000000
1202
      0000000000FF000000FF000000FF0000000000000000000000FF000000FF0000
1203
      0000000000000000000000000000000000000000000000000000000000000000
1204
      000000000000000000FF000000FF000000FF000000FF000000FF000000000000
1205
      0000000000000000000000000000000000000000000000000000000000000000
1206
      00000000000000000000000000FF000000FF000000FF00000000000000000000
1207
      0000000000000000000000000000000000000000000000000000000000000000
1208
      000000000000000000FF000000FF000000FF000000FF000000FF000000000000
1209
      0000000000000000000000000000000000000000000000000000000000000000
1210
      0000000000FF000000FF000000FF0000000000000000000000FF000000FF0000
1211
      0000000000000000000000000000000000000000000000000000000000000000
1212
      00FF000000FF000000FF00000000000000000000000000000000000000FF0000
1213
      00FF000000000000000000000000000000000000000000000000000000FF0000
1214
      00FF000000FF0000000000000000000000000000000000000000000000000000
1215
      00FF0000000000000000000000000000000000000000000000FF000000FF0000
1216
      00FF000000FF0000000000000000000000000000000000000000000000000000
1217
      0000000000FF00000000000000000000000000000000000000FF000000FF0000
1218
      00FF000000000000000000000000000000000000000000000000000000000000
1219
      0000000000000000000000000000000000000000000000000000000000FF0000
1220
      0000000000000000000000000000000000000000000000000000000000000000
1221
      000000000000000000FF00000000000000000000000000000000000000000000
1222
      0000000000000000000000000000000000000000000000000000000000000000
1223
      0000000000000000000000000000000000000000000000000000000000000000
1224
      0000000000000000000000000000000000000000000000000000000000000000
1225
      0000000000000000000000000000000000000000000000000000000000000000
1226
      0000000000000000000000000000000000000000000000000000000000000000
1227
      00000000000000000000000000000000000000000000000000FF000000FF0000
1228
      00FF000000FF000000FF000000FF000000FF000000FF00000000000000000000
1229
      00000000000000000000000000000000000000000000000000FFFFFFFFFFFFFF
1230
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FF000000FF000000000000
1231
      00000000000000000000000000000000000000000000000000FFFFFFFFFFFFFF
1232
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FFFFFFFFFF000000FF0000
1233
      00000000000000000000000000000000000000000000000000FFFFFFFFFFFFFF
1234
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FF000000FF000000FF0000
1235
      00FF0000000000000000000000000000000000000000000000FFFFFFFFFFFFFF
1236
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
1237
      00FF0000000000000000000000000000000000000000000000FFFFFFFFFFFFFF
1238
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
1239
      00FF0000000000000000000000000000000000000000000000FFFFFFFFFFFFFF
1240
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
1241
      00FF0000000000000000000000000000000000000000000000FFFFFFFFFFFFFF
1242
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
1243
      00FF0000000000000000000000000000000000000000000000FFFFFFFFFFFFFF
1244
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
1245
      00FF0000000000000000000000000000000000000000000000FFFFFFFFFFFFFF
1246
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
1247
      00FF0000000000000000000000000000000000000000000000FFFFFFFFFFFFFF
1248
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
1249
      00FF0000000000000000000000000000000000000000000000FFFFFFFFFFFFFF
1250
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
1251
      00FF0000000000000000000000000000000000000000000000FF000000FF0000
1252
      00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
1253
      00FF000000000000000000000000000000000000000000000000000000000000
1254
      0000000000000000000000000000000000000000000000000000000000000000
1255
      0000000000000000000000000000000000000000000000000000000000000000
1256
      0000000000000000000000000000000000000000000000000000000000000000
1257
      0000000000000000000000000000000000000000000000000000000000000000
1258
      0000000000000000000000000000000000000000000000000000000000000000
1259
      0000000000000000000000000000000000000000000000000000000000000000
1260
      000000000000000000000000000000000000000000FF000000FF000000FF0000
1261
      0000000000000000000000000000000000000000000000000000000000000000
1262
      0000000000000000000000000000000000FF0000000000000000000000000000
1263
      00FF00000000000000FF00000000000000000000000000000000000000000000
1264
      0000000000000000000000000000000000000000000000000000000000000000
1265
      0000000000FF000000FF0000000000000000000000FF000000FF000000FF0000
1266
      0000000000000000000000000000000000000000000000000000000000000000
1267
      00FF000000FF000000FF00000000000000FF00FFFFFFFFFFFFFF00FFFFFF0000
1268
      00FF000000FF000000FF000000FF000000FF000000FF000000FF000000000000
1269
      0000000000000000000000000000000000FFFFFFFFFF00FFFFFFFFFFFFFF00FF
1270
      FFFFFFFFFFFF00FFFFFFFFFFFFFF00FFFFFFFFFFFFFF000000FF000000000000
1271
      0000000000000000000000000000000000FF00FFFFFFFFFFFFFF00FFFFFFFFFF
1272
      FFFF00FFFFFFFFFFFFFF00FFFFFFFFFFFFFF00FFFFFF000000FF000000000000
1273
      0000000000000000000000000000000000FFFFFFFFFF00FFFFFFFFFFFFFF00FF
1274
      FFFF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
1275
      00FF000000FF000000FF000000FF000000FF00FFFFFFFFFFFFFF00FFFFFF0000
1276
      00FF008080FF008080FF008080FF008080FF008080FF008080FF008080FF0080
1277
      80FF008080FF000000FF00000000000000FFFFFFFFFF00FFFFFF000000FF0080
1278
      80FF008080FF008080FF008080FF008080FF008080FF008080FF008080FF0080
1279
      80FF000000FF0000000000000000000000FF00FFFFFF000000FF008080FF0080
1280
      80FF008080FF008080FF008080FF008080FF008080FF008080FF008080FF0000
1281
      00FF000000000000000000000000000000FF000000FF008080FF008080FF0080
1282
      80FF008080FF008080FF008080FF008080FF008080FF008080FF000000FF0000
1283
      0000000000000000000000000000000000FF000000FF000000FF000000FF0000
1284
      00FF000000FF000000FF000000FF000000FF000000FF000000FF000000000000
1285
      0000000000000000000000000000000000000000000000000000000000000000
1286
      0000000000000000000000000000000000000000000000000000000000000000
1287
      0000000000000000000000000000000000000000000000000000000000000000
1288
      0000000000000000000000000000000000000000000000000000000000000000
1289
      0000000000000000000000000000000000000000000000000000000000000000
1290
      0000000000000000000000000000000000000000000000000000000000000000
1291
      000000000000000000000000000000000000000000FF000000FF000000FF0000
1292
      00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
1293
      00FF000000FF000000FF0000000000000000000000FF008080FF000000FFC0C0
1294
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF0000
1295
      00FFC0C0C0FF000000FF0000000000000000000000FF008080FF000000FFC0C0
1296
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF0000
1297
      00FF000000FF000000FF0000000000000000000000FF008080FF000000FFC0C0
1298
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF0000
1299
      00FF008080FF000000FF0000000000000000000000FF008080FF000000FFC0C0
1300
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF0000
1301
      00FF008080FF000000FF0000000000000000000000FF008080FF000000FFC0C0
1302
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF0000
1303
      00FF008080FF000000FF0000000000000000000000FF008080FF000000FFC0C0
1304
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF0000
1305
      00FF008080FF000000FF0000000000000000000000FF008080FF008080FF0000
1306
      00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0080
1307
      80FF008080FF000000FF0000000000000000000000FF008080FF008080FF0080
1308
      80FF008080FF008080FF008080FF008080FF008080FF008080FF008080FF0080
1309
      80FF008080FF000000FF0000000000000000000000FF008080FF008080FF0000
1310
      00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
1311
      00FF008080FF000000FF0000000000000000000000FF008080FF008080FF0000
1312
      00FF000000FF000000FF000000FF000000FF000000FFC0C0C0FFC0C0C0FF0000
1313
      00FF008080FF000000FF0000000000000000000000FF008080FF008080FF0000
1314
      00FF000000FF000000FF000000FF000000FF000000FFC0C0C0FFC0C0C0FF0000
1315
      00FF008080FF000000FF0000000000000000000000FF008080FF008080FF0000
1316
      00FF000000FF000000FF000000FF000000FF000000FFC0C0C0FFC0C0C0FF0000
1317
      00FF008080FF000000FF000000000000000000000000000000FF000000FF0000
1318
      00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
1319
      00FF000000FF000000FF00000000000000000000000000000000000000000000
1320
      0000000000000000000000000000000000000000000000000000000000000000
1321
      0000000000000000000000000000000000FF000000FF000000FF000000FF0000
1322
      00FF000000FF000000FF000000FF000000FF0000000000000000000000000000
1323
      0000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1324
      FFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FF000000FF00000000000000000000
1325
      0000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1326
      FFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FFC0C0C0FF000000FF000000000000
1327
      0000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1328
      FFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FF000000FF000000FF000000FF0000
1329
      0000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1330
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FF0000
1331
      0000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1332
      FFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FF000000FF000000FF000000FF0000
1333
      0000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1334
      FFFFFFFFFFFFFFFFFFFF000000FF808080FFC0C0C0FFC0C0C0FF808080FF0000
1335
      00FF000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1336
      FFFFFFFFFFFF000000FF808080FFFFFF00FFFFFF00FFC0C0C0FF808080FF8080
1337
      80FF000000FF0000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1338
      FFFFFFFFFFFF000000FFC0C0C0FFFFFF00FFC0C0C0FFC0C0C0FF808080FFC0C0
1339
      C0FF000000FF0000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1340
      FFFFFFFFFFFF000000FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF808080FFC0C0
1341
      C0FF000000FF0000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1342
      FFFFFFFFFFFF000000FF808080FFC0C0C0FFC0C0C0FFFFFF00FF808080FF8080
1343
      80FF000000FF0000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1344
      FFFFFFFFFFFFFFFFFFFF000000FF808080FFC0C0C0FFC0C0C0FF808080FF0000
1345
      00FF000000FF0000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1346
      FFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FF000000FF000000FF000000FF0000
1347
      00FF000000FF000000FF00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1348
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FF0000
1349
      0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
1350
      00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
1351
      000000000000000000FF000000FF000000000000000000000000000000000000
1352
      0000000000000000000000000000000000000000000000000000000000000000
1353
      0000000000000000000000000000000000000000000000000000000000000000
1354
      0000000000000000000000000000000000000000000000000000000000000000
1355
      0000000000000000000000000000000000000000000000000000000000000000
1356
      00000000000000000000000000FF000000FF000000FF000000FF000000FF0000
1357
      00FF00000000800000FF800000FF000000000000000000000000000000000000
1358
      000000000000000000FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0
1359
      C0FF000000FF800000FF800000FF000000000000000000000000000000000000
1360
      0000000000FFC0C0C0FF000000FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0
1361
      C0FFC0C0C0FF800000FF800000FF000000FF000000FF000000FF000000FF0000
1362
      00FFC0C0C0FF000000FFC0C0C0FF000000FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0
1363
      C0FFC0C0C0FF800000FF800000FF000000FFFFFFFFFFFFFFFFFF000000FFC0C0
1364
      C0FF000000FFC0C0C0FF000000FFC0C0C0FF000000FFC0C0C0FFC0C0C0FFC0C0
1365
      C0FF000000FF800000FF800000FF000000FFFFFFFFFF000000FFC0C0C0FF0000
1366
      00FFFFFFFFFF000000FFC0C0C0FF000000FFC0C0C0FF000000FF000000FF0000
1367
      00FF00000000800000FF800000FF000000FFFFFFFFFF000000FF000000FFFFFF
1368
      FFFFFFFFFFFFFFFFFFFF000000FFC0C0C0FF000000FFFFFFFFFF000000FF0000
1369
      0000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1370
      FFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FFFFFFFFFFFFFFFFFF000000FF0000
1371
      0000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1372
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FF0000
1373
      0000000000000000000000000000000000FFFFFFFFFF000000FF000000FFFFFF
1374
      FFFF000000FF000000FF000000FF000000FF000000FFFFFFFFFF000000FF0000
1375
      0000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1376
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FF0000
1377
      0000000000000000000000000000000000FFFFFFFFFF000000FF000000FFFFFF
1378
      FFFF000000FF000000FF000000FF000000FF000000FFFFFFFFFF000000FF0000
1379
      0000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1380
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FF0000
1381
      0000000000000000000000000000000000FF000000FF000000FF000000FF0000
1382
      00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
1383
      0000000000000000000000000000000000000000000000000000000000000000
1384
      0000000000000000000000000000000000000000000000000000000000000000
1385
      0000000000000000000000000000000000000000000000000000000000000000
1386
      0000000000000000000000000000000000000000000000000000000000000000
1387
      0000000000000000000000000000000000FF0000000000000000000000000000
1388
      000000000000000000000000000000000000800000FF800000FF800000FF8000
1389
      00FF800000FF0000000000000000000000FF000000FF00000000000000000000
1390
      0000000000000000000000000000800000FF800000FF800000FF800000FF8000
1391
      00FF800000FF800000FF00000000000000FF000000FF000000FF000000000000
1392
      00000000000000000000800000FF800000FF800000FF00000000000000000000
1393
      0000800000FF800000FF800000FF000000FF000000FF000000FF000000FF0000
1394
      00000000000000000000800000FF800000FF800000FF00000000000000000000
1395
      0000800000FF800000FF800000FF000000FF000000FF000000FF000000FF0000
1396
      00FF0000000000000000800000FF800000FF800000FF00000000000000000000
1397
      0000800000FF800000FF800000FF000000FF000000FF000000FF000000FF0000
1398
      00FF000000FF0000000000000000000000000000000000000000000000008000
1399
      00FF800000FF800000FF00000000000000FF000000FF000000FF000000FF0000
1400
      00FF000000FF000000FF00000000000000000000000000000000800000FF8000
1401
      00FF800000FF0000000000000000000000FF000000FF000000FF000000FF0000
1402
      00FF000000FF000000FF000000FF0000000000000000800000FF800000FF8000
1403
      00FF000000000000000000000000000000FF000000FF000000FF000000FF0000
1404
      00FF0000000000000000000000000000000000000000800000FF800000FF8000
1405
      00FF000000000000000000000000000000FF000000FF00000000000000FF0000
1406
      00FF000000000000000000000000000000000000000000000000000000000000
1407
      0000000000000000000000000000000000FF0000000000000000000000000000
1408
      00FF000000FF00000000000000000000000000000000800000FF800000FF8000
1409
      00FF000000000000000000000000000000000000000000000000000000000000
1410
      00FF000000FF00000000000000000000000000000000800000FF800000FF8000
1411
      00FF000000000000000000000000000000000000000000000000000000000000
1412
      0000000000FF000000FF00000000000000000000000000000000000000000000
1413
      0000000000000000000000000000000000000000000000000000000000000000
1414
      0000000000FF000000FF00000000000000000000000000000000000000000000
1415
      0000000000000000000000000000000000000000000000000000000000000000
1416
      0000000000000000000000000000000000000000000000000000000000000000
1417
      0000000000000000000000000000000000000000000000000000000000000000
1418
      00FF000000FF000000FF000000FF000000000000000000000000000000000000
1419
      00000000000000000000000000000000000000000000000000FF000000FFC0C0
1420
      C0FFC0C0C0FFC0C0C0FFC0C0C0FF000000FF000000FF00000000000000000000
1421
      000000000000000000000000000000000000000000FF808080FFFFFFFFFFFFFF
1422
      FFFFFFFFFFFFC0C0C0FFC0C0C0FFC0C0C0FF808080FF000000FF000000000000
1423
      000000000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFF
1424
      00FFFFFF00FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF000000FF000000000000
1425
      0000000000000000000000000000000000FFC0C0C0FFFFFFFFFFFFFF00FFC0C0
1426
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF000000FF0000
1427
      0000000000000000000000000000000000FFC0C0C0FFFFFFFFFFFFFF00FFC0C0
1428
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF000000FF0000
1429
      0000000000000000000000000000000000FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0
1430
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF000000FF0000
1431
      0000000000000000000000000000000000FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0
1432
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF000000FF0000
1433
      000000000000000000000000000000000000000000FFC0C0C0FFC0C0C0FFC0C0
1434
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFFFFFFFFF000000FF000000000000
1435
      000000000000000000000000000000000000000000FF808080FFC0C0C0FFC0C0
1436
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFFFFFFFFF808080FF000000FF000000000000
1437
      00000000000000000000000000000000000000000000000000FF000000FFC0C0
1438
      C0FFC0C0C0FFC0C0C0FFFFFFFFFF808080FF800000FF800000FF800000FF0000
1439
      0000000000000000000000000000000000000000000000000000000000000000
1440
      00FF000000FF000000FF000000FF800000FFC0C0C0FF800000FF800000FF8000
1441
      00FF000000000000000000000000000000000000000000000000000000000000
1442
      000000000000000000000000000000000000800000FFC0C0C0FF800000FF8000
1443
      00FF800000FF0000000000000000000000000000000000000000000000000000
1444
      00000000000000000000000000000000000000000000800000FFC0C0C0FF8000
1445
      00FF800000FF800000FF00000000000000000000000000000000000000000000
1446
      0000000000000000000000000000000000000000000000000000800000FFC0C0
1447
      C0FF800000FF800000FF00000000000000000000000000000000000000000000
1448
      0000000000000000000000000000000000000000000000000000000000008000
1449
      00FF800000FF0000000000000000000000000000000000000000000000000000
1450
      0000000000000000000000000000000000000000000000000000000000000000
1451
      80FF000000000000000000000000000000000000000000000000000000000000
1452
      0000000000000000000000000000000000000000000000000000000000000000
1453
      80FF000080FF0000000000000000000000000000000000000000000000000000
1454
      00000000000000000000000000000000000000000000000080FF000080FF0000
1455
      80FF000080FF000080FF00000000000000000000000000000000000000000000
1456
      000000000000000000000000000000000000000080FF00000000000000000000
1457
      80FF000080FF0000000000000000000000000000000000000000000000000000
1458
      000000000000000000000000000000000000000080FF00000000000000000000
1459
      80FF0000000000000000000000000000000000000000000000FF000000FF0000
1460
      00FF000000FF000000000000000000000000000080FF00000000000000000000
1461
      000000000000000000000000000000000000000000FF808080FFC0C0C0FFC0C0
1462
      C0FF808080FF000000FF00000000000000000000000000000000000000000000
1463
      00000000000000000000000080FF000000FF808080FFFFFFFFFFFFFFFFFFC0C0
1464
      C0FFC0C0C0FF808080FF000000FF000000000000000000000000000000000000
1465
      80FF0000000000000000000080FF000000FFC0C0C0FFFFFFFFFFFFFF00FFC0C0
1466
      C0FFC0C0C0FFC0C0C0FF000000FF000000000000000000000000000080FF0000
1467
      80FF0000000000000000000080FF000000FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0
1468
      C0FFC0C0C0FFFFFFFFFF000000FF0000000000000000000080FF000080FF0000
1469
      80FF000080FF000080FF00000000000000FF808080FFC0C0C0FFC0C0C0FFC0C0
1470
      C0FFFFFFFFFF808080FF000000FF000000000000000000000000000080FF0000
1471
      80FF00000000000000000000000000000000000000FF808080FFC0C0C0FFFFFF
1472
      FFFF808080FF000000FF800000FF000000000000000000000000000000000000
1473
      80FF0000000000000000000000000000000000000000000000FF000000FF0000
1474
      00FF000000FF800000FF800000FF800000FF0000000000000000000000000000
1475
      0000000000000000000000000000000000000000000000000000000000000000
1476
      00000000000000000000800000FF800000FF800000FF00000000000000000000
1477
      0000000000000000000000000000000000000000000000000000000000000000
1478
      0000000000000000000000000000800000FF800000FF00000000000000000000
1479
      0000000000000000000000000000000000000000000000000000000000000000
1480
      0000000000000000000000000000000000000000000000000000000000000000
1481
      0000000000000000000000000000000000000000000000000000000000000000
1482
      0000000000000000000000000000000000000000000000000000000000000000
1483
      0000000000000000000000000000000000000000000000000000000000000000
1484
      0000000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
1485
      00FF000000FF0000000000000000000000000000000000000000000000000000
1486
      00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1487
      FFFF000000FF0000000000000000000000000000000000000000000000000000
1488
      00FFFFFFFFFF000000FF000000FF000000FF000000FF000000FFFFFFFFFF0000
1489
      00FF000000000000000000000000000000000000000000000000000000FFFFFF
1490
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000
1491
      00FF000000000000000000000000000000000000000000000000000000FFFFFF
1492
      FFFF000000FF000000FF000000FF000000FF000000FFFFFFFFFF000000FF0000
1493
      00FF000000FF000000FF000000000000000000000000000000FFFFFFFFFFFFFF
1494
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FFC0C0
1495
      C0FF000000FFC0C0C0FF000000FF00000000000000FF000000FF000000FF0000
1496
      00FF000000FF000000FF000000FF000000FF000000FF000000FFC0C0C0FF0000
1497
      00FFC0C0C0FF000000FF000000FF000000FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0
1498
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF000000FFC0C0
1499
      C0FF000000FFC0C0C0FF000000FF000000FF000000FF000000FF000000FF0000
1500
      00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
1501
      00FFC0C0C0FFC0C0C0FF000000FF000000FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0
1502
      C0FFC0C0C0FFC0C0C0FF808080FF808080FF808080FFC0C0C0FFC0C0C0FF0000
1503
      00FFC0C0C0FF000000FF00000000000000FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0
1504
      C0FFC0C0C0FFC0C0C0FF00FFFFFF00FFFFFF00FFFFFFC0C0C0FFC0C0C0FF0000
1505
      00FF000000FF000000FF00000000000000FF000000FF000000FF000000FF0000
1506
      00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
1507
      00FFC0C0C0FF000000FF0000000000000000000000FFC0C0C0FFC0C0C0FFC0C0
1508
      C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FFC0C0C0FF000000FFC0C0
1509
      C0FF000000FF00000000000000000000000000000000000000FF000000FF0000
1510
      00FF000000FF000000FF000000FF000000FF000000FF000000FF000000FF0000
1511
      00FF000000000000000000000000000000000000000000000000000000000000
1512
      0000000000000000000000000000000000000000000000000000000000000000
1513
      0000000000000000000000000000000000000000000000000000000000000000
1514
      0000000000000000000000000000000000000000000000000000000000000000
1515
      0000000000000000000000000000000000000000000000000000000000000000
1516
      0000000000000000000000000000000000000000000000000000000000000000
1517
      000000000000000000000000000000000000800000FF800000FF800000FF8000
1518
      00FF800000FF800000FF800000FF800000FF800000FF800000FF800000FF8000
1519
      00FF800000FF000000000000000000000000800000FF800000FF800000FF8000
1520
      00FF800000FF800000FF800000FF800000FF800000FF800000FF800000FFFFFF
1521
      FFFF800000FF000000000000000000000000800000FF800000FF800000FF8000
1522
      00FF800000FF800000FF800000FF800000FF800000FF800000FF800000FF8000
1523
      00FF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1524
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1525
      FFFF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1526
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1527
      FFFF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1528
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1529
      FFFF800000FF000000000000000000000000800000FF800000FF800000FF8000
1530
      00FF800000FF800000FF800000FF800000FF800000FF800000FF800000FF8000
1531
      00FF800000FF000000000000000000000000800000FF800000FF800000FF8000
1532
      00FF800000FF800000FF800000FF800000FF800000FF800000FF800000FFFFFF
1533
      FFFF800000FF000000000000000000000000800000FF800000FF800000FF8000
1534
      00FF800000FF800000FF800000FF800000FF800000FF800000FF800000FF8000
1535
      00FF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1536
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1537
      FFFF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1538
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1539
      FFFF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1540
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1541
      FFFF800000FF000000000000000000000000800000FF800000FF800000FF8000
1542
      00FF800000FF800000FF800000FF800000FF800000FF800000FF800000FF8000
1543
      00FF800000FF0000000000000000000000000000000000000000000000000000
1544
      0000000000000000000000000000000000000000000000000000000000000000
1545
      0000000000000000000000000000000000000000000000000000000000000000
1546
      0000000000000000000000000000000000000000000000000000000000000000
1547
      0000000000000000000000000000000000000000000000000000000000000000
1548
      0000000000000000000000000000000000000000000000000000000000000000
1549
      000000000000000000000000000000000000800000FF800000FF800000FF8000
1550
      00FF800000FF800000FF800000FF800000FF800000FF800000FF800000FF8000
1551
      00FF800000FF000000000000000000000000800000FF800000FF800000FF8000
1552
      00FF800000FFFFFFFFFF800000FF800000FF800000FF800000FF800000FFFFFF
1553
      FFFF800000FF000000000000000000000000800000FF800000FF800000FF8000
1554
      00FF800000FF800000FF800000FF800000FF800000FF800000FF800000FF8000
1555
      00FF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1556
      FFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1557
      FFFF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1558
      FFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1559
      FFFF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1560
      FFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1561
      FFFF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1562
      FFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1563
      FFFF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1564
      FFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1565
      FFFF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1566
      FFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1567
      FFFF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1568
      FFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1569
      FFFF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1570
      FFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1571
      FFFF800000FF000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1572
      FFFFFFFFFFFFFFFFFFFF800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1573
      FFFF800000FF000000000000000000000000800000FF800000FF800000FF8000
1574
      00FF800000FF800000FF800000FF800000FF800000FF800000FF800000FF8000
1575
      00FF800000FF0000000000000000000000000000000000000000000000000000
1576
      0000000000000000000000000000000000000000000000000000000000000000
1577
      0000000000000000000000000000000000000000000000000000000000000000
1578
      0000000000000000000000000000000000000000000000000000000000000000
1579
      000000000000000000000000000000000000800000FF800000FF800000FF8000
1580
      00FF800000FF800000FF800000FF800000FF800000FF800000FF000000000000
1581
      000000000000000000000000000000000000800000FF800000FF800000FF8000
1582
      00FF800000FF800000FF800000FF800000FFFFFFFFFF800000FF000000000000
1583
      000000000000000000000000000000000000800000FF800000FF800000FF8000
1584
      00FF800000FF800000FF800000FF800000FF800000FF800000FF000000000000
1585
      000000000000000000000000000000000000800000FFFFFFFFFFFFFFFFFFFFFF
1586
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF800000FF000000000000
1587
      000000000000000000000000000000000000800000FFFFFFFFFF800000FF8000
1588
      00FF800000FF800000FF800000FF800000FF800000FF800000FF800000FF8000
1589
      00FF00000000000000000000000000000000800000FFFFFFFFFF800000FF8000
1590
      00FF800000FF800000FF800000FF800000FF800000FF800000FFFFFFFFFF8000
1591
      00FF00000000000000000000000000000000800000FF800000FF800000FF8000
1592
      00FF800000FF800000FF800000FF800000FF800000FF800000FF800000FF8000
1593
      00FF000000000000000000000000000000000000000000000000800000FFFFFF
1594
      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8000
1595
      00FF000000000000000000000000000000000000000000000000800000FFFFFF
1596
      FFFFFFFFFFFF800000FF800000FF800000FF800000FF800000FF800000FF8000
1597
      00FF800000FF800000FF800000FF000000000000000000000000800000FFFFFF
1598
      FFFFFFFFFFFF800000FF800000FF800000FF800000FF800000FF800000FF8000
1599
      00FF800000FFFFFFFFFF800000FF000000000000000000000000800000FF8000
1600
      00FF800000FF800000FF800000FF800000FF800000FF800000FF800000FF8000
1601
      00FF800000FF800000FF800000FF000000000000000000000000000000000000
1602
      000000000000800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1603
      FFFFFFFFFFFFFFFFFFFF800000FF000000000000000000000000000000000000
1604
      000000000000800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1605
      FFFFFFFFFFFFFFFFFFFF800000FF000000000000000000000000000000000000
1606
      000000000000800000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
1607
      FFFFFFFFFFFFFFFFFFFF800000FF000000000000000000000000000000000000
1608
      000000000000800000FF800000FF800000FF800000FF800000FF800000FF8000
1609
      00FF800000FF800000FF800000FF
1610
    }
1611
  end
1612
  object GLScene1: TGLScene
1613
    left = 288
1614
    top = 10
1615
    object CameraCube: TGLDummyCube
1616
      TagFloat = 0
1617
      PitchAngle = 0
1618
      RollAngle = 0
1619
      ShowAxes = True
1620
      TurnAngle = 0
1621
      Visible = False
1622
      CubeSize = 1
1623
      EdgeColor.Red = 1
1624
      EdgeColor.Green = 1
1625
      EdgeColor.Blue = 1
1626
      EdgeColor.Alpha = 1
1627
      object Camera: TGLCamera
1628
        TagFloat = 0
1629
        DepthOfView = 1000
1630
        FocalLength = 250
1631
        NearPlaneBias = 0.00999999977648258
1632
        TargetObject = CameraCube
1633
        Position.Coordinates = {
1634
          00004842000048420000F0410000803F
1635
        }
1636
        object GLLightSource1: TGLLightSource
1637
          TagFloat = 0
1638
          Ambient.Red = 0
1639
          Ambient.Green = 0
1640
          Ambient.Blue = 0
1641
          Ambient.Alpha = 1
1642
          ConstAttenuation = 1
1643
          Diffuse.Red = 1
1644
          Diffuse.Green = 1
1645
          Diffuse.Blue = 1
1646
          Diffuse.Alpha = 1
1647
          LinearAttenuation = 0
1648
          QuadraticAttenuation = 0
1649
          LightStyle = lsOmni
1650
          Specular.Red = 0
1651
          Specular.Green = 0
1652
          Specular.Blue = 0
1653
          Specular.Alpha = 1
1654
          SpotCutOff = 180
1655
          SpotExponent = 0
1656
        end
1657
      end
1658
    end
1659
    object ObjectsCube: TGLDummyCube
1660
      TagFloat = 0
1661
      PitchAngle = 0
1662
      Position.Coordinates = {
1663
        000000000000803F000000000000803F
1664
      }
1665
      RollAngle = 0
1666
      TurnAngle = 0
1667
      CubeSize = 1
1668
      EdgeColor.Red = 1
1669
      EdgeColor.Green = 1
1670
      EdgeColor.Blue = 1
1671
      EdgeColor.Alpha = 1
1672
      object GLHUDText1: TGLHUDText
1673
        TagFloat = 0
1674
        PitchAngle = 0
1675
        Position.Coordinates = {
1676
          0000804000000000000000000000803F
1677
        }
1678
        RollAngle = 0
1679
        TurnAngle = 0
1680
        BitmapFont = GLWindowsBitmapFont1
1681
        Rotation = 0
1682
        ModulateColor.Red = 1
1683
        ModulateColor.Green = 1
1684
        ModulateColor.Blue = 1
1685
        ModulateColor.Alpha = 1
1686
      end
1687
      object ArrowZ: TGLArrowLine
1688
        TagFloat = 0
1689
        Material.BackProperties.Ambient.Red = 0.200000002980232
1690
        Material.BackProperties.Ambient.Green = 0.200000002980232
1691
        Material.BackProperties.Ambient.Blue = 0.200000002980232
1692
        Material.BackProperties.Ambient.Alpha = 1
1693
        Material.BackProperties.Diffuse.Red = 0.800000011920929
1694
        Material.BackProperties.Diffuse.Green = 0.800000011920929
1695
        Material.BackProperties.Diffuse.Blue = 0.800000011920929
1696
        Material.BackProperties.Diffuse.Alpha = 1
1697
        Material.BackProperties.Emission.Red = 0
1698
        Material.BackProperties.Emission.Green = 0
1699
        Material.BackProperties.Emission.Blue = 0
1700
        Material.BackProperties.Emission.Alpha = 1
1701
        Material.BackProperties.Specular.Red = 0
1702
        Material.BackProperties.Specular.Green = 0
1703
        Material.BackProperties.Specular.Blue = 0
1704
        Material.BackProperties.Specular.Alpha = 1
1705
        Material.FrontProperties.Ambient.Red = 0.200000002980232
1706
        Material.FrontProperties.Ambient.Green = 0.200000002980232
1707
        Material.FrontProperties.Ambient.Blue = 0.200000002980232
1708
        Material.FrontProperties.Ambient.Alpha = 1
1709
        Material.FrontProperties.Diffuse.Red = 0.800000011920929
1710
        Material.FrontProperties.Diffuse.Green = 0.800000011920929
1711
        Material.FrontProperties.Diffuse.Blue = 0.800000011920929
1712
        Material.FrontProperties.Diffuse.Alpha = 1
1713
        Material.FrontProperties.Emission.Red = 0
1714
        Material.FrontProperties.Emission.Green = 0
1715
        Material.FrontProperties.Emission.Blue = 0
1716
        Material.FrontProperties.Emission.Alpha = 1
1717
        Material.FrontProperties.Specular.Red = 0
1718
        Material.FrontProperties.Specular.Green = 0
1719
        Material.FrontProperties.Specular.Blue = 0
1720
        Material.FrontProperties.Specular.Alpha = 1
1721
        Material.Texture.EnvColor.Red = 0
1722
        Material.Texture.EnvColor.Green = 0
1723
        Material.Texture.EnvColor.Blue = 0
1724
        Material.Texture.EnvColor.Alpha = 0
1725
        Material.Texture.BorderColor.Red = 0
1726
        Material.Texture.BorderColor.Green = 0
1727
        Material.Texture.BorderColor.Blue = 0
1728
        Material.Texture.BorderColor.Alpha = 0
1729
        PitchAngle = 0
1730
        Position.Coordinates = {
1731
          0000000000000000000000400000803F
1732
        }
1733
        RollAngle = 0
1734
        TurnAngle = 0
1735
        BottomRadius = 0.0500000007450581
1736
        Height = 4
1737
        TopRadius = 0.0500000007450581
1738
        TopArrowHeadHeight = 0.5
1739
        TopArrowHeadRadius = 0.100000001490116
1740
        BottomArrowHeadHeight = 0.5
1741
        BottomArrowHeadRadius = 0.200000002980232
1742
      end
1743
      object ArrowY: TGLArrowLine
1744
        TagFloat = 0
1745
        Material.BackProperties.Ambient.Red = 0.200000002980232
1746
        Material.BackProperties.Ambient.Green = 0.200000002980232
1747
        Material.BackProperties.Ambient.Blue = 0.200000002980232
1748
        Material.BackProperties.Ambient.Alpha = 1
1749
        Material.BackProperties.Diffuse.Red = 0.800000011920929
1750
        Material.BackProperties.Diffuse.Green = 0.800000011920929
1751
        Material.BackProperties.Diffuse.Blue = 0.800000011920929
1752
        Material.BackProperties.Diffuse.Alpha = 1
1753
        Material.BackProperties.Emission.Red = 0
1754
        Material.BackProperties.Emission.Green = 0
1755
        Material.BackProperties.Emission.Blue = 0
1756
        Material.BackProperties.Emission.Alpha = 1
1757
        Material.BackProperties.Specular.Red = 0
1758
        Material.BackProperties.Specular.Green = 0
1759
        Material.BackProperties.Specular.Blue = 0
1760
        Material.BackProperties.Specular.Alpha = 1
1761
        Material.FrontProperties.Ambient.Red = 0.200000002980232
1762
        Material.FrontProperties.Ambient.Green = 0.200000002980232
1763
        Material.FrontProperties.Ambient.Blue = 0.200000002980232
1764
        Material.FrontProperties.Ambient.Alpha = 1
1765
        Material.FrontProperties.Diffuse.Red = 0.800000011920929
1766
        Material.FrontProperties.Diffuse.Green = 0.800000011920929
1767
        Material.FrontProperties.Diffuse.Blue = 0.800000011920929
1768
        Material.FrontProperties.Diffuse.Alpha = 1
1769
        Material.FrontProperties.Emission.Red = 0
1770
        Material.FrontProperties.Emission.Green = 0
1771
        Material.FrontProperties.Emission.Blue = 0
1772
        Material.FrontProperties.Emission.Alpha = 1
1773
        Material.FrontProperties.Specular.Red = 0
1774
        Material.FrontProperties.Specular.Green = 0
1775
        Material.FrontProperties.Specular.Blue = 0
1776
        Material.FrontProperties.Specular.Alpha = 1
1777
        Material.Texture.EnvColor.Red = 0
1778
        Material.Texture.EnvColor.Green = 0
1779
        Material.Texture.EnvColor.Blue = 0
1780
        Material.Texture.EnvColor.Alpha = 0
1781
        Material.Texture.BorderColor.Red = 0
1782
        Material.Texture.BorderColor.Green = 0
1783
        Material.Texture.BorderColor.Blue = 0
1784
        Material.Texture.BorderColor.Alpha = 0
1785
        Direction.Coordinates = {
1786
          000000000000803F0000000000000000
1787
        }
1788
        PitchAngle = 0
1789
        Position.Coordinates = {
1790
          0000000000000040000000000000803F
1791
        }
1792
        RollAngle = 0
1793
        TurnAngle = 0
1794
        Up.Coordinates = {
1795
          00000000000000000000803F00000000
1796
        }
1797
        BottomRadius = 0.0500000007450581
1798
        Height = 4
1799
        TopRadius = 0.0500000007450581
1800
        TopArrowHeadHeight = 0.5
1801
        TopArrowHeadRadius = 0.100000001490116
1802
        BottomArrowHeadHeight = 0.5
1803
        BottomArrowHeadRadius = 0.200000002980232
1804
      end
1805
      object ArrowX: TGLArrowLine
1806
        TagFloat = 0
1807
        Material.BackProperties.Ambient.Red = 0.200000002980232
1808
        Material.BackProperties.Ambient.Green = 0.200000002980232
1809
        Material.BackProperties.Ambient.Blue = 0.200000002980232
1810
        Material.BackProperties.Ambient.Alpha = 1
1811
        Material.BackProperties.Diffuse.Red = 0.800000011920929
1812
        Material.BackProperties.Diffuse.Green = 0.800000011920929
1813
        Material.BackProperties.Diffuse.Blue = 0.800000011920929
1814
        Material.BackProperties.Diffuse.Alpha = 1
1815
        Material.BackProperties.Emission.Red = 0
1816
        Material.BackProperties.Emission.Green = 0
1817
        Material.BackProperties.Emission.Blue = 0
1818
        Material.BackProperties.Emission.Alpha = 1
1819
        Material.BackProperties.Specular.Red = 0
1820
        Material.BackProperties.Specular.Green = 0
1821
        Material.BackProperties.Specular.Blue = 0
1822
        Material.BackProperties.Specular.Alpha = 1
1823
        Material.FrontProperties.Ambient.Red = 0.200000002980232
1824
        Material.FrontProperties.Ambient.Green = 0.200000002980232
1825
        Material.FrontProperties.Ambient.Blue = 0.200000002980232
1826
        Material.FrontProperties.Ambient.Alpha = 1
1827
        Material.FrontProperties.Diffuse.Red = 0.800000011920929
1828
        Material.FrontProperties.Diffuse.Green = 0.800000011920929
1829
        Material.FrontProperties.Diffuse.Blue = 0.800000011920929
1830
        Material.FrontProperties.Diffuse.Alpha = 1
1831
        Material.FrontProperties.Emission.Red = 0
1832
        Material.FrontProperties.Emission.Green = 0
1833
        Material.FrontProperties.Emission.Blue = 0
1834
        Material.FrontProperties.Emission.Alpha = 1
1835
        Material.FrontProperties.Specular.Red = 0
1836
        Material.FrontProperties.Specular.Green = 0
1837
        Material.FrontProperties.Specular.Blue = 0
1838
        Material.FrontProperties.Specular.Alpha = 1
1839
        Material.Texture.EnvColor.Red = 0
1840
        Material.Texture.EnvColor.Green = 0
1841
        Material.Texture.EnvColor.Blue = 0
1842
        Material.Texture.EnvColor.Alpha = 0
1843
        Material.Texture.BorderColor.Red = 0
1844
        Material.Texture.BorderColor.Green = 0
1845
        Material.Texture.BorderColor.Blue = 0
1846
        Material.Texture.BorderColor.Alpha = 0
1847
        Direction.Coordinates = {
1848
          0000803F000000000000000000000000
1849
        }
1850
        PitchAngle = 0
1851
        Position.Coordinates = {
1852
          0000004000000000000000000000803F
1853
        }
1854
        RollAngle = 0
1855
        TurnAngle = 0
1856
        BottomRadius = 0.0500000007450581
1857
        Height = 4
1858
        TopRadius = 0.0500000007450581
1859
        TopArrowHeadHeight = 0.5
1860
        TopArrowHeadRadius = 0.100000001490116
1861
        BottomArrowHeadHeight = 0.5
1862
        BottomArrowHeadRadius = 0.200000002980232
1863
      end
1864
      object GLXYZGridXZ: TGLXYZGrid
1865
        TagFloat = 0
1866
        PitchAngle = 0
1867
        RollAngle = 0
1868
        TurnAngle = 0
1869
        LineColor.Red = 1
1870
        LineColor.Green = 1
1871
        LineColor.Blue = 1
1872
        LineColor.Alpha = 1
1873
        XSamplingScale.Min = -10
1874
        XSamplingScale.Max = 10
1875
        XSamplingScale.Origin = 0
1876
        XSamplingScale.Step = 1
1877
        YSamplingScale.Min = 0
1878
        YSamplingScale.Max = 0
1879
        YSamplingScale.Origin = 0
1880
        YSamplingScale.Step = 1
1881
        ZSamplingScale.Min = -10
1882
        ZSamplingScale.Max = 10
1883
        ZSamplingScale.Origin = 0
1884
        ZSamplingScale.Step = 1
1885
        Parts = [gpX, gpZ]
1886
      end
1887
      object CubeL0L1L2: TGLCube
1888
        TagFloat = 0
1889
        Material.BackProperties.Ambient.Red = 0.200000002980232
1890
        Material.BackProperties.Ambient.Green = 0.200000002980232
1891
        Material.BackProperties.Ambient.Blue = 0.200000002980232
1892
        Material.BackProperties.Ambient.Alpha = 1
1893
        Material.BackProperties.Diffuse.Red = 0.800000011920929
1894
        Material.BackProperties.Diffuse.Green = 0.800000011920929
1895
        Material.BackProperties.Diffuse.Blue = 0.800000011920929
1896
        Material.BackProperties.Diffuse.Alpha = 1
1897
        Material.BackProperties.Emission.Red = 0
1898
        Material.BackProperties.Emission.Green = 0
1899
        Material.BackProperties.Emission.Blue = 0
1900
        Material.BackProperties.Emission.Alpha = 1
1901
        Material.BackProperties.Specular.Red = 0
1902
        Material.BackProperties.Specular.Green = 0
1903
        Material.BackProperties.Specular.Blue = 0
1904
        Material.BackProperties.Specular.Alpha = 1
1905
        Material.FrontProperties.Ambient.Red = 0.200000002980232
1906
        Material.FrontProperties.Ambient.Green = 0.200000002980232
1907
        Material.FrontProperties.Ambient.Blue = 0.200000002980232
1908
        Material.FrontProperties.Ambient.Alpha = 1
1909
        Material.FrontProperties.Diffuse.Red = 0.800000011920929
1910
        Material.FrontProperties.Diffuse.Green = 0.800000011920929
1911
        Material.FrontProperties.Diffuse.Blue = 0.800000011920929
1912
        Material.FrontProperties.Diffuse.Alpha = 1
1913
        Material.FrontProperties.Emission.Red = 0
1914
        Material.FrontProperties.Emission.Green = 0
1915
        Material.FrontProperties.Emission.Blue = 0
1916
        Material.FrontProperties.Emission.Alpha = 1
1917
        Material.FrontProperties.Specular.Red = 0
1918
        Material.FrontProperties.Specular.Green = 0
1919
        Material.FrontProperties.Specular.Blue = 0
1920
        Material.FrontProperties.Specular.Alpha = 1
1921
        Material.Texture.EnvColor.Red = 0
1922
        Material.Texture.EnvColor.Green = 0
1923
        Material.Texture.EnvColor.Blue = 0
1924
        Material.Texture.EnvColor.Alpha = 0
1925
        Material.Texture.BorderColor.Red = 0
1926
        Material.Texture.BorderColor.Green = 0
1927
        Material.Texture.BorderColor.Blue = 0
1928
        Material.Texture.BorderColor.Alpha = 0
1929
        PitchAngle = 0
1930
        RollAngle = 0
1931
        TurnAngle = 0
1932
        Visible = False
1933
      end
1934
      object GLRenderPoint1: TGLRenderPoint
1935
        TagFloat = 0
1936
        PitchAngle = 0
1937
        RollAngle = 0
1938
        TurnAngle = 0
1939
      end
1940
      object GLSuperellipsoid1: TGLSuperellipsoid
1941
        TagFloat = 0
1942
        Material.BackProperties.Ambient.Red = 0.200000002980232
1943
        Material.BackProperties.Ambient.Green = 0.200000002980232
1944
        Material.BackProperties.Ambient.Blue = 0.200000002980232
1945
        Material.BackProperties.Ambient.Alpha = 1
1946
        Material.BackProperties.Diffuse.Red = 0.800000011920929
1947
        Material.BackProperties.Diffuse.Green = 0.800000011920929
1948
        Material.BackProperties.Diffuse.Blue = 0.800000011920929
1949
        Material.BackProperties.Diffuse.Alpha = 1
1950
        Material.BackProperties.Emission.Red = 0
1951
        Material.BackProperties.Emission.Green = 0
1952
        Material.BackProperties.Emission.Blue = 0
1953
        Material.BackProperties.Emission.Alpha = 1
1954
        Material.BackProperties.Specular.Red = 0
1955
        Material.BackProperties.Specular.Green = 0
1956
        Material.BackProperties.Specular.Blue = 0
1957
        Material.BackProperties.Specular.Alpha = 1
1958
        Material.FrontProperties.Ambient.Red = 0.200000002980232
1959
        Material.FrontProperties.Ambient.Green = 0.200000002980232
1960
        Material.FrontProperties.Ambient.Blue = 0.200000002980232
1961
        Material.FrontProperties.Ambient.Alpha = 1
1962
        Material.FrontProperties.Diffuse.Red = 0.800000011920929
1963
        Material.FrontProperties.Diffuse.Green = 0.800000011920929
1964
        Material.FrontProperties.Diffuse.Blue = 0.800000011920929
1965
        Material.FrontProperties.Diffuse.Alpha = 1
1966
        Material.FrontProperties.Emission.Red = 0
1967
        Material.FrontProperties.Emission.Green = 0
1968
        Material.FrontProperties.Emission.Blue = 0
1969
        Material.FrontProperties.Emission.Alpha = 1
1970
        Material.FrontProperties.Specular.Red = 0
1971
        Material.FrontProperties.Specular.Green = 0
1972
        Material.FrontProperties.Specular.Blue = 0
1973
        Material.FrontProperties.Specular.Alpha = 1
1974
        Material.Texture.EnvColor.Red = 0
1975
        Material.Texture.EnvColor.Green = 0
1976
        Material.Texture.EnvColor.Blue = 0
1977
        Material.Texture.EnvColor.Alpha = 0
1978
        Material.Texture.BorderColor.Red = 0
1979
        Material.Texture.BorderColor.Green = 0
1980
        Material.Texture.BorderColor.Blue = 0
1981
        Material.Texture.BorderColor.Alpha = 0
1982
        PitchAngle = 0
1983
        Position.Coordinates = {
1984
          00004040000000400000A0400000803F
1985
        }
1986
        RollAngle = 0
1987
        TurnAngle = 0
1988
        Radius = 0.5
1989
        xyCurve = 1
1990
        zCurve = 1
1991
      end
1992
      object GLSuperellipsoid2: TGLSuperellipsoid
1993
        TagFloat = 0
1994
        Material.BackProperties.Ambient.Red = 0.200000002980232
1995
        Material.BackProperties.Ambient.Green = 0.200000002980232
1996
        Material.BackProperties.Ambient.Blue = 0.200000002980232
1997
        Material.BackProperties.Ambient.Alpha = 1
1998
        Material.BackProperties.Diffuse.Red = 0.800000011920929
1999
        Material.BackProperties.Diffuse.Green = 0.800000011920929
2000
        Material.BackProperties.Diffuse.Blue = 0.800000011920929
2001
        Material.BackProperties.Diffuse.Alpha = 1
2002
        Material.BackProperties.Emission.Red = 0
2003
        Material.BackProperties.Emission.Green = 0
2004
        Material.BackProperties.Emission.Blue = 0
2005
        Material.BackProperties.Emission.Alpha = 1
2006
        Material.BackProperties.Specular.Red = 0
2007
        Material.BackProperties.Specular.Green = 0
2008
        Material.BackProperties.Specular.Blue = 0
2009
        Material.BackProperties.Specular.Alpha = 1
2010
        Material.FrontProperties.Ambient.Red = 0.200000002980232
2011
        Material.FrontProperties.Ambient.Green = 0.200000002980232
2012
        Material.FrontProperties.Ambient.Blue = 0.200000002980232
2013
        Material.FrontProperties.Ambient.Alpha = 1
2014
        Material.FrontProperties.Diffuse.Red = 0.800000011920929
2015
        Material.FrontProperties.Diffuse.Green = 0.800000011920929
2016
        Material.FrontProperties.Diffuse.Blue = 0.800000011920929
2017
        Material.FrontProperties.Diffuse.Alpha = 1
2018
        Material.FrontProperties.Emission.Red = 0
2019
        Material.FrontProperties.Emission.Green = 0
2020
        Material.FrontProperties.Emission.Blue = 0
2021
        Material.FrontProperties.Emission.Alpha = 1
2022
        Material.FrontProperties.Specular.Red = 0
2023
        Material.FrontProperties.Specular.Green = 0
2024
        Material.FrontProperties.Specular.Blue = 0
2025
        Material.FrontProperties.Specular.Alpha = 1
2026
        Material.Texture.EnvColor.Red = 0
2027
        Material.Texture.EnvColor.Green = 0
2028
        Material.Texture.EnvColor.Blue = 0
2029
        Material.Texture.EnvColor.Alpha = 0
2030
        Material.Texture.BorderColor.Red = 0
2031
        Material.Texture.BorderColor.Green = 0
2032
        Material.Texture.BorderColor.Blue = 0
2033
        Material.Texture.BorderColor.Alpha = 0
2034
        PitchAngle = 0
2035
        Position.Coordinates = {
2036
          000000C0000000C0000000C00000803F
2037
        }
2038
        RollAngle = 0
2039
        TurnAngle = 0
2040
        Radius = 3
2041
        xyCurve = 1
2042
        zCurve = 1
2043
      end
2044
    end
2045
  end
2046
  object GLWindowsBitmapFont1: TGLWindowsBitmapFont
2047
    Font.CharSet = ANSI_CHARSET
2048
    Font.Color = clBlue
2049
    Font.Height = -16
2050
    Font.Name = 'Calibri'
2051
    Ranges = <    
2052
      item
2053
        StartASCII = ' '
2054
        StopASCII = #194
2055
        StartGlyphIdx = 0
2056
      end>
2057
    left = 368
2058
    top = 2
2059
  end
2060
end
2061

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.