MathgeomGLS

Форк
0
/
fSuperEllips.dfm 
2148 строк · 80.3 Кб
1
object FormEllips: TFormEllips
2
  Left = 194
3
  Top = 50
4
  Margins.Left = 5
5
  Margins.Top = 5
6
  Margins.Right = 5
7
  Margins.Bottom = 5
8
  Caption = 'MDI Application'
9
  ClientHeight = 931
10
  ClientWidth = 1582
11
  Color = clMoneyGreen
12
  Font.Charset = DEFAULT_CHARSET
13
  Font.Color = clBlack
14
  Font.Height = -19
15
  Font.Name = 'Default'
16
  Font.Style = []
17
  FormStyle = fsMDIForm
18
  Menu = MainMenu1
19
  Position = poScreenCenter
20
  WindowMenu = Window1
21
  OnCreate = FormCreate
22
  OnShow = FormShow
23
  PixelsPerInch = 168
24
  DesignSize = (
25
    1582
26
    931)
27
  TextHeight = 25
28
  object Label7: TLabel
29
    Tag = 50
30
    Left = 1115
31
    Top = 851
32
    Width = 73
33
    Height = 28
34
    Margins.Left = 5
35
    Margins.Top = 5
36
    Margins.Right = 5
37
    Margins.Bottom = 5
38
    Anchors = [akLeft, akBottom]
39
    Caption = 'Bottom'
40
    Font.Charset = DEFAULT_CHARSET
41
    Font.Color = clWindowText
42
    Font.Height = -23
43
    Font.Name = 'Tahoma'
44
    Font.Style = []
45
    ParentFont = False
46
  end
47
  object Label9: TLabel
48
    Tag = 50
49
    Left = 1337
50
    Top = 851
51
    Width = 38
52
    Height = 28
53
    Margins.Left = 5
54
    Margins.Top = 5
55
    Margins.Right = 5
56
    Margins.Bottom = 5
57
    Anchors = [akLeft, akBottom]
58
    Caption = 'Top'
59
    Font.Charset = DEFAULT_CHARSET
60
    Font.Color = clWindowText
61
    Font.Height = -23
62
    Font.Name = 'Tahoma'
63
    Font.Style = []
64
    ParentFont = False
65
  end
66
  object Label10: TLabel
67
    Tag = 50
68
    Left = 695
69
    Top = 851
70
    Width = 49
71
    Height = 28
72
    Margins.Left = 5
73
    Margins.Top = 5
74
    Margins.Right = 5
75
    Margins.Bottom = 5
76
    Anchors = [akLeft, akBottom]
77
    Caption = 'Start'
78
    Font.Charset = DEFAULT_CHARSET
79
    Font.Color = clWindowText
80
    Font.Height = -23
81
    Font.Name = 'Tahoma'
82
    Font.Style = []
83
    ParentFont = False
84
  end
85
  object Label12: TLabel
86
    Tag = 50
87
    Left = 896
88
    Top = 851
89
    Width = 46
90
    Height = 28
91
    Margins.Left = 5
92
    Margins.Top = 5
93
    Margins.Right = 5
94
    Margins.Bottom = 5
95
    Anchors = [akLeft, akBottom]
96
    Caption = 'Stop'
97
    Font.Charset = DEFAULT_CHARSET
98
    Font.Color = clWindowText
99
    Font.Height = -23
100
    Font.Name = 'Tahoma'
101
    Font.Style = []
102
    ParentFont = False
103
  end
104
  object ToolBar2: TToolBar
105
    Left = 0
106
    Top = 0
107
    Width = 1582
108
    Height = 53
109
    Margins.Left = 5
110
    Margins.Top = 5
111
    Margins.Right = 5
112
    Margins.Bottom = 5
113
    BorderWidth = 1
114
    ButtonHeight = 462
115
    ButtonWidth = 301
116
    Color = clBtnFace
117
    Images = ImageList1
118
    Indent = 5
119
    ParentColor = False
120
    ParentShowHint = False
121
    ShowHint = True
122
    TabOrder = 0
123
    Wrapable = False
124
    object ToolButton9: TToolButton
125
      Left = 5
126
      Top = 0
127
      Margins.Left = 5
128
      Margins.Top = 5
129
      Margins.Right = 5
130
      Margins.Bottom = 5
131
      Action = FileNew1
132
    end
133
    object ToolButton1: TToolButton
134
      Left = 306
135
      Top = 0
136
      Margins.Left = 5
137
      Margins.Top = 5
138
      Margins.Right = 5
139
      Margins.Bottom = 5
140
      Action = FileOpen1
141
    end
142
    object ToolButton2: TToolButton
143
      Left = 607
144
      Top = 0
145
      Margins.Left = 5
146
      Margins.Top = 5
147
      Margins.Right = 5
148
      Margins.Bottom = 5
149
      Action = FileSave1
150
    end
151
    object ToolButton3: TToolButton
152
      Left = 908
153
      Top = 0
154
      Width = 14
155
      Margins.Left = 5
156
      Margins.Top = 5
157
      Margins.Right = 5
158
      Margins.Bottom = 5
159
      Caption = 'ToolButton3'
160
      ImageIndex = 2
161
      Style = tbsSeparator
162
    end
163
    object ToolButton4: TToolButton
164
      Left = 922
165
      Top = 0
166
      Margins.Left = 5
167
      Margins.Top = 5
168
      Margins.Right = 5
169
      Margins.Bottom = 5
170
      Action = EditCut1
171
    end
172
    object ToolButton5: TToolButton
173
      Left = 1223
174
      Top = 0
175
      Margins.Left = 5
176
      Margins.Top = 5
177
      Margins.Right = 5
178
      Margins.Bottom = 5
179
      Action = EditCopy1
180
    end
181
    object ToolButton6: TToolButton
182
      Left = 1524
183
      Top = 0
184
      Margins.Left = 5
185
      Margins.Top = 5
186
      Margins.Right = 5
187
      Margins.Bottom = 5
188
      Action = EditPaste1
189
    end
190
    object ToolButton7: TToolButton
191
      Left = 1825
192
      Top = 0
193
      Width = 14
194
      Margins.Left = 5
195
      Margins.Top = 5
196
      Margins.Right = 5
197
      Margins.Bottom = 5
198
      Caption = 'ToolButton7'
199
      ImageIndex = 3
200
      Style = tbsSeparator
201
    end
202
    object ToolButton8: TToolButton
203
      Left = 1839
204
      Top = 0
205
      Margins.Left = 5
206
      Margins.Top = 5
207
      Margins.Right = 5
208
      Margins.Bottom = 5
209
      Action = WindowCascade1
210
    end
211
    object ToolButton10: TToolButton
212
      Left = 2140
213
      Top = 0
214
      Margins.Left = 5
215
      Margins.Top = 5
216
      Margins.Right = 5
217
      Margins.Bottom = 5
218
      Action = WindowTileHorizontal1
219
    end
220
    object ToolButton11: TToolButton
221
      Left = 2441
222
      Top = 0
223
      Margins.Left = 5
224
      Margins.Top = 5
225
      Margins.Right = 5
226
      Margins.Bottom = 5
227
      Action = WindowTileVertical1
228
    end
229
  end
230
  object Panel1: TPanel
231
    Left = 14
232
    Top = 63
233
    Width = 389
234
    Height = 884
235
    Margins.Left = 5
236
    Margins.Top = 5
237
    Margins.Right = 5
238
    Margins.Bottom = 5
239
    Color = clWhite
240
    UseDockManager = False
241
    ParentBackground = False
242
    TabOrder = 1
243
    DesignSize = (
244
      389
245
      884)
246
    object Label1: TLabel
247
      Left = 9
248
      Top = 14
249
      Width = 78
250
      Height = 28
251
      Margins.Left = 5
252
      Margins.Top = 5
253
      Margins.Right = 5
254
      Margins.Bottom = 5
255
      Anchors = [akLeft, akBottom]
256
      Caption = 'xRadius'
257
      Font.Charset = DEFAULT_CHARSET
258
      Font.Color = clWindowText
259
      Font.Height = -23
260
      Font.Name = 'Tahoma'
261
      Font.Style = []
262
      ParentFont = False
263
    end
264
    object Label2: TLabel
265
      Left = 9
266
      Top = 54
267
      Width = 78
268
      Height = 28
269
      Margins.Left = 5
270
      Margins.Top = 5
271
      Margins.Right = 5
272
      Margins.Bottom = 5
273
      Anchors = [akLeft, akBottom]
274
      Caption = 'yRadius'
275
      Font.Charset = DEFAULT_CHARSET
276
      Font.Color = clWindowText
277
      Font.Height = -23
278
      Font.Name = 'Tahoma'
279
      Font.Style = []
280
      ParentFont = False
281
    end
282
    object Label3: TLabel
283
      Left = 9
284
      Top = 96
285
      Width = 77
286
      Height = 28
287
      Margins.Left = 5
288
      Margins.Top = 5
289
      Margins.Right = 5
290
      Margins.Bottom = 5
291
      Anchors = [akLeft, akBottom]
292
      Caption = 'zRadius'
293
      Font.Charset = DEFAULT_CHARSET
294
      Font.Color = clWindowText
295
      Font.Height = -23
296
      Font.Name = 'Tahoma'
297
      Font.Style = []
298
      ParentFont = False
299
    end
300
    object Label4: TLabel
301
      Left = 9
302
      Top = 536
303
      Width = 79
304
      Height = 28
305
      Margins.Left = 5
306
      Margins.Top = 5
307
      Margins.Right = 5
308
      Margins.Bottom = 5
309
      Anchors = [akLeft, akBottom]
310
      Caption = 'V Curve'
311
      Font.Charset = DEFAULT_CHARSET
312
      Font.Color = clWindowText
313
      Font.Height = -23
314
      Font.Name = 'Tahoma'
315
      Font.Style = []
316
      ParentFont = False
317
    end
318
    object Label6: TLabel
319
      Left = 9
320
      Top = 576
321
      Width = 81
322
      Height = 28
323
      Margins.Left = 5
324
      Margins.Top = 5
325
      Margins.Right = 5
326
      Margins.Bottom = 5
327
      Anchors = [akLeft, akBottom]
328
      Caption = 'H Curve'
329
      Font.Charset = DEFAULT_CHARSET
330
      Font.Color = clWindowText
331
      Font.Height = -23
332
      Font.Name = 'Tahoma'
333
      Font.Style = []
334
      ParentFont = False
335
    end
336
    object Label5: TLabel
337
      Left = 9
338
      Top = 616
339
      Width = 56
340
      Height = 28
341
      Margins.Left = 5
342
      Margins.Top = 5
343
      Margins.Right = 5
344
      Margins.Bottom = 5
345
      Anchors = [akLeft, akBottom]
346
      Caption = 'Slices'
347
      Color = clYellow
348
      Font.Charset = DEFAULT_CHARSET
349
      Font.Color = clWindowText
350
      Font.Height = -23
351
      Font.Name = 'Tahoma'
352
      Font.Style = []
353
      ParentColor = False
354
      ParentFont = False
355
    end
356
    object Label8: TLabel
357
      Left = 9
358
      Top = 656
359
      Width = 65
360
      Height = 28
361
      Margins.Left = 5
362
      Margins.Top = 5
363
      Margins.Right = 5
364
      Margins.Bottom = 5
365
      Anchors = [akLeft, akBottom]
366
      Caption = 'Stacks'
367
      Color = clYellow
368
      Font.Charset = DEFAULT_CHARSET
369
      Font.Color = clWindowText
370
      Font.Height = -23
371
      Font.Name = 'Tahoma'
372
      Font.Style = []
373
      ParentColor = False
374
      ParentFont = False
375
    end
376
    object Label14: TLabel
377
      Left = 9
378
      Top = 138
379
      Width = 89
380
      Height = 28
381
      Margins.Left = 5
382
      Margins.Top = 5
383
      Margins.Right = 5
384
      Margins.Bottom = 5
385
      Anchors = [akLeft, akBottom]
386
      Caption = 'xPosition'
387
      Color = clYellow
388
      Font.Charset = DEFAULT_CHARSET
389
      Font.Color = clWindowText
390
      Font.Height = -23
391
      Font.Name = 'Tahoma'
392
      Font.Style = []
393
      ParentColor = False
394
      ParentFont = False
395
    end
396
    object Label13: TLabel
397
      Left = 9
398
      Top = 177
399
      Width = 89
400
      Height = 28
401
      Margins.Left = 5
402
      Margins.Top = 5
403
      Margins.Right = 5
404
      Margins.Bottom = 5
405
      Anchors = [akLeft, akBottom]
406
      Caption = 'yPosition'
407
      Color = clYellow
408
      Font.Charset = DEFAULT_CHARSET
409
      Font.Color = clWindowText
410
      Font.Height = -23
411
      Font.Name = 'Tahoma'
412
      Font.Style = []
413
      ParentColor = False
414
      ParentFont = False
415
    end
416
    object Label11: TLabel
417
      Left = 9
418
      Top = 217
419
      Width = 88
420
      Height = 28
421
      Margins.Left = 5
422
      Margins.Top = 5
423
      Margins.Right = 5
424
      Margins.Bottom = 5
425
      Anchors = [akLeft, akBottom]
426
      Caption = 'zPosition'
427
      Color = clYellow
428
      Font.Charset = DEFAULT_CHARSET
429
      Font.Color = clWindowText
430
      Font.Height = -23
431
      Font.Name = 'Tahoma'
432
      Font.Style = []
433
      ParentColor = False
434
      ParentFont = False
435
      Transparent = False
436
    end
437
    object Label19: TLabel
438
      Left = 9
439
      Top = 257
440
      Width = 105
441
      Height = 28
442
      Margins.Left = 5
443
      Margins.Top = 5
444
      Margins.Right = 5
445
      Margins.Bottom = 5
446
      Anchors = [akLeft, akBottom]
447
      Caption = 'x direction'
448
      Font.Charset = DEFAULT_CHARSET
449
      Font.Color = clWindowText
450
      Font.Height = -23
451
      Font.Name = 'Tahoma'
452
      Font.Style = []
453
      ParentFont = False
454
    end
455
    object Label20: TLabel
456
      Left = 9
457
      Top = 298
458
      Width = 105
459
      Height = 28
460
      Margins.Left = 5
461
      Margins.Top = 5
462
      Margins.Right = 5
463
      Margins.Bottom = 5
464
      Anchors = [akLeft, akBottom]
465
      Caption = 'y direction'
466
      Font.Charset = DEFAULT_CHARSET
467
      Font.Color = clWindowText
468
      Font.Height = -23
469
      Font.Name = 'Tahoma'
470
      Font.Style = []
471
      ParentFont = False
472
    end
473
    object Label21: TLabel
474
      Left = 9
475
      Top = 336
476
      Width = 104
477
      Height = 28
478
      Margins.Left = 5
479
      Margins.Top = 5
480
      Margins.Right = 5
481
      Margins.Bottom = 5
482
      Anchors = [akLeft, akBottom]
483
      Caption = 'z direction'
484
      Font.Charset = DEFAULT_CHARSET
485
      Font.Color = clWindowText
486
      Font.Height = -23
487
      Font.Name = 'Tahoma'
488
      Font.Style = []
489
      ParentFont = False
490
    end
491
    object Label15: TLabel
492
      Left = 9
493
      Top = 376
494
      Width = 67
495
      Height = 28
496
      Margins.Left = 5
497
      Margins.Top = 5
498
      Margins.Right = 5
499
      Margins.Bottom = 5
500
      Anchors = [akLeft, akBottom]
501
      Caption = 'L0  (x)'
502
      Color = clYellow
503
      Font.Charset = DEFAULT_CHARSET
504
      Font.Color = clWindowText
505
      Font.Height = -23
506
      Font.Name = 'Tahoma'
507
      Font.Style = []
508
      ParentColor = False
509
      ParentFont = False
510
    end
511
    object Label16: TLabel
512
      Left = 9
513
      Top = 417
514
      Width = 67
515
      Height = 28
516
      Margins.Left = 5
517
      Margins.Top = 5
518
      Margins.Right = 5
519
      Margins.Bottom = 5
520
      Anchors = [akLeft, akBottom]
521
      Caption = 'L1  (y)'
522
      Color = clYellow
523
      Font.Charset = DEFAULT_CHARSET
524
      Font.Color = clWindowText
525
      Font.Height = -23
526
      Font.Name = 'Tahoma'
527
      Font.Style = []
528
      ParentColor = False
529
      ParentFont = False
530
    end
531
    object Label18: TLabel
532
      Left = 9
533
      Top = 457
534
      Width = 66
535
      Height = 28
536
      Margins.Left = 5
537
      Margins.Top = 5
538
      Margins.Right = 5
539
      Margins.Bottom = 5
540
      Anchors = [akLeft, akBottom]
541
      Caption = 'L2  (z)'
542
      Color = clYellow
543
      Font.Charset = DEFAULT_CHARSET
544
      Font.Color = clWindowText
545
      Font.Height = -23
546
      Font.Name = 'Tahoma'
547
      Font.Style = []
548
      ParentColor = False
549
      ParentFont = False
550
    end
551
    object Label22: TLabel
552
      Left = 9
553
      Top = 495
554
      Width = 27
555
      Height = 28
556
      Margins.Left = 5
557
      Margins.Top = 5
558
      Margins.Right = 5
559
      Margins.Bottom = 5
560
      Anchors = [akLeft, akBottom]
561
      Caption = 'R1'
562
      Color = clYellow
563
      Font.Charset = DEFAULT_CHARSET
564
      Font.Color = clWindowText
565
      Font.Height = -23
566
      Font.Name = 'Tahoma'
567
      Font.Style = []
568
      ParentColor = False
569
      ParentFont = False
570
    end
571
    object xRadiusTrackBar: TTrackBar
572
      Left = 119
573
      Top = 14
574
      Width = 245
575
      Height = 53
576
      Cursor = crHandPoint
577
      Margins.Left = 5
578
      Margins.Top = 5
579
      Margins.Right = 5
580
      Margins.Bottom = 5
581
      Anchors = [akLeft, akBottom]
582
      Max = 25
583
      Min = 1
584
      PageSize = 1
585
      Position = 8
586
      TabOrder = 0
587
      ThumbLength = 35
588
      TickStyle = tsNone
589
      OnChange = xRadiusTrackBarChange
590
    end
591
    object yRadiusTrackBar: TTrackBar
592
      Left = 119
593
      Top = 54
594
      Width = 245
595
      Height = 53
596
      Cursor = crHandPoint
597
      Margins.Left = 5
598
      Margins.Top = 5
599
      Margins.Right = 5
600
      Margins.Bottom = 5
601
      Anchors = [akLeft, akBottom]
602
      Max = 25
603
      Min = 1
604
      PageSize = 1
605
      Position = 5
606
      TabOrder = 1
607
      ThumbLength = 35
608
      TickStyle = tsNone
609
      OnChange = yRadiusTrackBarChange
610
    end
611
    object zRadiusTrackBar: TTrackBar
612
      Left = 119
613
      Top = 95
614
      Width = 245
615
      Height = 52
616
      Cursor = crHandPoint
617
      Margins.Left = 5
618
      Margins.Top = 5
619
      Margins.Right = 5
620
      Margins.Bottom = 5
621
      Anchors = [akLeft, akBottom]
622
      Max = 25
623
      Min = 1
624
      PageSize = 1
625
      Position = 9
626
      TabOrder = 2
627
      ThumbLength = 35
628
      TickStyle = tsNone
629
      OnChange = zRadiusTrackBarChange
630
    end
631
    object VCurveTrackBar: TTrackBar
632
      Left = 119
633
      Top = 530
634
      Width = 245
635
      Height = 53
636
      Cursor = crHandPoint
637
      Margins.Left = 5
638
      Margins.Top = 5
639
      Margins.Right = 5
640
      Margins.Bottom = 5
641
      Anchors = [akLeft, akBottom]
642
      Max = 100
643
      Min = 1
644
      Position = 10
645
      TabOrder = 3
646
      ThumbLength = 35
647
      TickStyle = tsNone
648
      OnChange = VCurveTrackBarChange
649
    end
650
    object HCurveTrackBar: TTrackBar
651
      Left = 119
652
      Top = 569
653
      Width = 245
654
      Height = 52
655
      Cursor = crHandPoint
656
      Margins.Left = 5
657
      Margins.Top = 5
658
      Margins.Right = 5
659
      Margins.Bottom = 5
660
      Anchors = [akLeft, akBottom]
661
      Max = 100
662
      Min = 1
663
      Position = 10
664
      TabOrder = 4
665
      ThumbLength = 35
666
      TickStyle = tsNone
667
      OnChange = HCurveTrackBarChange
668
    end
669
    object SlicesTrackBar: TTrackBar
670
      Left = 119
671
      Top = 609
672
      Width = 245
673
      Height = 53
674
      Cursor = crHandPoint
675
      Margins.Left = 5
676
      Margins.Top = 5
677
      Margins.Right = 5
678
      Margins.Bottom = 5
679
      Anchors = [akLeft, akBottom]
680
      Max = 128
681
      Min = 4
682
      PageSize = 4
683
      Position = 16
684
      TabOrder = 5
685
      ThumbLength = 35
686
      TickStyle = tsNone
687
      OnChange = SlicesTrackBarChange
688
    end
689
    object StacksTrackBar: TTrackBar
690
      Left = 119
691
      Top = 649
692
      Width = 245
693
      Height = 53
694
      Cursor = crHandPoint
695
      Margins.Left = 5
696
      Margins.Top = 5
697
      Margins.Right = 5
698
      Margins.Bottom = 5
699
      Anchors = [akLeft, akBottom]
700
      Max = 128
701
      Min = 4
702
      PageSize = 4
703
      Position = 16
704
      TabOrder = 6
705
      ThumbLength = 35
706
      TickStyle = tsNone
707
      OnChange = StacksTrackBarChange
708
    end
709
    object xPositionTrackBar: TTrackBar
710
      Left = 119
711
      Top = 137
712
      Width = 245
713
      Height = 52
714
      Cursor = crHandPoint
715
      Margins.Left = 5
716
      Margins.Top = 5
717
      Margins.Right = 5
718
      Margins.Bottom = 5
719
      Anchors = [akLeft, akBottom]
720
      Max = 25
721
      Min = 1
722
      PageSize = 1
723
      Position = 1
724
      TabOrder = 7
725
      ThumbLength = 35
726
      TickStyle = tsNone
727
    end
728
    object yPositionTrackBar: TTrackBar
729
      Left = 124
730
      Top = 175
731
      Width = 245
732
      Height = 53
733
      Cursor = crHandPoint
734
      Margins.Left = 5
735
      Margins.Top = 5
736
      Margins.Right = 5
737
      Margins.Bottom = 5
738
      Anchors = [akLeft, akBottom]
739
      Max = 25
740
      Min = 1
741
      PageSize = 1
742
      Position = 1
743
      TabOrder = 8
744
      ThumbLength = 35
745
      TickStyle = tsNone
746
      OnChange = yPositionTrackBarChange
747
    end
748
    object zPositionTrackBar: TTrackBar
749
      Left = 119
750
      Top = 215
751
      Width = 245
752
      Height = 53
753
      Cursor = crHandPoint
754
      Margins.Left = 5
755
      Margins.Top = 5
756
      Margins.Right = 5
757
      Margins.Bottom = 5
758
      Anchors = [akLeft, akBottom]
759
      BorderWidth = 1
760
      Max = 25
761
      Min = 1
762
      PageSize = 1
763
      Position = 4
764
      TabOrder = 9
765
      ThumbLength = 35
766
      TickStyle = tsNone
767
      OnChange = zPositionTrackBarChange
768
    end
769
    object xdirectiontrackbar: TTrackBar
770
      Left = 119
771
      Top = 254
772
      Width = 245
773
      Height = 52
774
      Cursor = crHandPoint
775
      Margins.Left = 5
776
      Margins.Top = 5
777
      Margins.Right = 5
778
      Margins.Bottom = 5
779
      Anchors = [akLeft, akBottom]
780
      Max = 25
781
      Min = 1
782
      PageSize = 1
783
      Position = 1
784
      TabOrder = 10
785
      ThumbLength = 35
786
      TickStyle = tsNone
787
      OnChange = xdirectiontrackbarChange
788
    end
789
    object ydirectiontrackbar: TTrackBar
790
      Left = 119
791
      Top = 294
792
      Width = 245
793
      Height = 53
794
      Cursor = crHandPoint
795
      Margins.Left = 5
796
      Margins.Top = 5
797
      Margins.Right = 5
798
      Margins.Bottom = 5
799
      Anchors = [akLeft, akBottom]
800
      Max = 25
801
      Min = 1
802
      PageSize = 1
803
      Position = 15
804
      TabOrder = 11
805
      ThumbLength = 35
806
      TickStyle = tsNone
807
      OnChange = ydirectiontrackbarChange
808
    end
809
    object zdirectiontrackbar: TTrackBar
810
      Left = 119
811
      Top = 333
812
      Width = 245
813
      Height = 52
814
      Cursor = crHandPoint
815
      Margins.Left = 5
816
      Margins.Top = 5
817
      Margins.Right = 5
818
      Margins.Bottom = 5
819
      Anchors = [akLeft, akBottom]
820
      Max = 25
821
      Min = 1
822
      PageSize = 1
823
      Position = 1
824
      TabOrder = 12
825
      ThumbLength = 35
826
      TickStyle = tsNone
827
      OnChange = zdirectiontrackbarChange
828
    end
829
    object L0trackbar: TTrackBar
830
      Left = 119
831
      Top = 373
832
      Width = 245
833
      Height = 52
834
      Cursor = crHandPoint
835
      Margins.Left = 5
836
      Margins.Top = 5
837
      Margins.Right = 5
838
      Margins.Bottom = 5
839
      Anchors = [akLeft, akBottom]
840
      Max = 25
841
      Min = 1
842
      PageSize = 1
843
      Position = 15
844
      TabOrder = 13
845
      ThumbLength = 35
846
      TickStyle = tsNone
847
      OnChange = L0trackbarChange
848
    end
849
    object L1trackbar: TTrackBar
850
      Left = 119
851
      Top = 411
852
      Width = 245
853
      Height = 53
854
      Cursor = crHandPoint
855
      Margins.Left = 5
856
      Margins.Top = 5
857
      Margins.Right = 5
858
      Margins.Bottom = 5
859
      Anchors = [akLeft, akBottom]
860
      Max = 25
861
      Min = 1
862
      PageSize = 1
863
      Position = 11
864
      TabOrder = 14
865
      ThumbLength = 35
866
      TickStyle = tsNone
867
      OnChange = L1trackbarChange
868
    end
869
    object L2trackbar: TTrackBar
870
      Left = 119
871
      Top = 452
872
      Width = 245
873
      Height = 52
874
      Cursor = crHandPoint
875
      Margins.Left = 5
876
      Margins.Top = 5
877
      Margins.Right = 5
878
      Margins.Bottom = 5
879
      Anchors = [akLeft, akBottom]
880
      Max = 25
881
      Min = 1
882
      PageSize = 1
883
      Position = 7
884
      TabOrder = 15
885
      ThumbLength = 35
886
      TickStyle = tsNone
887
      OnChange = L2trackbarChange
888
    end
889
    object R1trackbar: TTrackBar
890
      Left = 119
891
      Top = 490
892
      Width = 245
893
      Height = 53
894
      Cursor = crHandPoint
895
      Margins.Left = 5
896
      Margins.Top = 5
897
      Margins.Right = 5
898
      Margins.Bottom = 5
899
      Anchors = [akLeft, akBottom]
900
      Max = 25
901
      Min = 1
902
      PageSize = 1
903
      Position = 2
904
      TabOrder = 16
905
      ThumbLength = 35
906
      TickStyle = tsNone
907
      OnChange = R1trackbarChange
908
    end
909
    object Reset: TButton
910
      Left = 214
911
      Top = 695
912
      Width = 120
913
      Height = 40
914
      Margins.Left = 5
915
      Margins.Top = 5
916
      Margins.Right = 5
917
      Margins.Bottom = 5
918
      Caption = 'Reset'
919
      TabOrder = 17
920
      OnClick = ResetClick
921
    end
922
    object Test: TButton
923
      Left = 44
924
      Top = 695
925
      Width = 119
926
      Height = 40
927
      Margins.Left = 5
928
      Margins.Top = 5
929
      Margins.Right = 5
930
      Margins.Bottom = 5
931
      Caption = 'Test'
932
      TabOrder = 18
933
      OnClick = TestClick
934
    end
935
  end
936
  object GLSceneViewer1: TGLSceneViewer
937
    Left = 413
938
    Top = 63
939
    Width = 1110
940
    Height = 651
941
    Cursor = crHandPoint
942
    Margins.Left = 5
943
    Margins.Top = 5
944
    Margins.Right = 5
945
    Margins.Bottom = 5
946
    Camera = Camera
947
    Buffer.BackgroundColor = clActiveCaption
948
    FieldOfView = 104.947929382324200000
949
    PenAsTouch = False
950
    OnMouseDown = GLSceneViewer1MouseDown
951
    OnMouseMove = GLSceneViewer1MouseMove
952
    OnMouseUp = GLSceneViewer1MouseUp
953
    TabOrder = 2
954
  end
955
  object BottomTrackBar: TTrackBar
956
    Left = 1195
957
    Top = 851
958
    Width = 132
959
    Height = 43
960
    Cursor = crHandPoint
961
    Margins.Left = 5
962
    Margins.Top = 5
963
    Margins.Right = 5
964
    Margins.Bottom = 5
965
    Anchors = [akLeft, akBottom]
966
    Max = 90
967
    PageSize = 5
968
    Position = 90
969
    TabOrder = 3
970
    ThumbLength = 35
971
    TickStyle = tsNone
972
    OnChange = BottomTrackBarChange
973
  end
974
  object TopTrackBar: TTrackBar
975
    Left = 1386
976
    Top = 851
977
    Width = 131
978
    Height = 43
979
    Cursor = crHandPoint
980
    Margins.Left = 5
981
    Margins.Top = 5
982
    Margins.Right = 5
983
    Margins.Bottom = 5
984
    Anchors = [akLeft, akBottom]
985
    Max = 90
986
    PageSize = 5
987
    Position = 90
988
    TabOrder = 4
989
    ThumbLength = 35
990
    TickStyle = tsNone
991
    OnChange = TopTrackBarChange
992
  end
993
  object StartTrackBar: TTrackBar
994
    Left = 754
995
    Top = 851
996
    Width = 132
997
    Height = 43
998
    Cursor = crHandPoint
999
    Margins.Left = 5
1000
    Margins.Top = 5
1001
    Margins.Right = 5
1002
    Margins.Bottom = 5
1003
    Anchors = [akLeft, akBottom]
1004
    Max = 360
1005
    PageSize = 5
1006
    TabOrder = 5
1007
    ThumbLength = 35
1008
    TickStyle = tsNone
1009
    OnChange = StartTrackBarChange
1010
  end
1011
  object StopTrackBar: TTrackBar
1012
    Left = 973
1013
    Top = 851
1014
    Width = 131
1015
    Height = 43
1016
    Cursor = crHandPoint
1017
    Margins.Left = 5
1018
    Margins.Top = 5
1019
    Margins.Right = 5
1020
    Margins.Bottom = 5
1021
    Anchors = [akLeft, akBottom]
1022
    Max = 360
1023
    PageSize = 5
1024
    Position = 360
1025
    TabOrder = 6
1026
    ThumbLength = 35
1027
    TickStyle = tsNone
1028
    OnChange = StopTrackBarChange
1029
  end
1030
  object ArrowsCheckBox: TCheckBox
1031
    Left = 571
1032
    Top = 744
1033
    Width = 141
1034
    Height = 44
1035
    Margins.Left = 5
1036
    Margins.Top = 5
1037
    Margins.Right = 5
1038
    Margins.Bottom = 5
1039
    Anchors = [akLeft, akBottom]
1040
    Caption = 'Hide Arrows'
1041
    TabOrder = 7
1042
    OnClick = ArrowsCheckBoxClick
1043
  end
1044
  object GridCheckBox: TCheckBox
1045
    Left = 413
1046
    Top = 784
1047
    Width = 123
1048
    Height = 53
1049
    Margins.Left = 5
1050
    Margins.Top = 5
1051
    Margins.Right = 5
1052
    Margins.Bottom = 5
1053
    Anchors = [akLeft, akBottom]
1054
    Caption = 'Hide Grid'
1055
    TabOrder = 8
1056
    OnClick = GridCheckBoxClick
1057
  end
1058
  object BottomCapRadioGroup: TRadioGroup
1059
    Left = 919
1060
    Top = 784
1061
    Width = 296
1062
    Height = 53
1063
    Margins.Left = 5
1064
    Margins.Top = 5
1065
    Margins.Right = 5
1066
    Margins.Bottom = 5
1067
    Caption = 'Bottom Cap'
1068
    Columns = 3
1069
    ItemIndex = 0
1070
    Items.Strings = (
1071
      'None'
1072
      'Center'
1073
      'Flat')
1074
    TabOrder = 9
1075
    OnClick = BottomCapRadioGroupClick
1076
  end
1077
  object TopCapRadioGroup: TRadioGroup
1078
    Left = 1246
1079
    Top = 784
1080
    Width = 271
1081
    Height = 53
1082
    Margins.Left = 5
1083
    Margins.Top = 5
1084
    Margins.Right = 5
1085
    Margins.Bottom = 5
1086
    Caption = 'Top Cap'
1087
    Columns = 3
1088
    ItemIndex = 0
1089
    Items.Strings = (
1090
      'None'
1091
      'Center'
1092
      'Flat')
1093
    TabOrder = 10
1094
    OnClick = TopCapRadioGroupClick
1095
  end
1096
  object Cube_Map: TButton
1097
    Left = 413
1098
    Top = 744
1099
    Width = 128
1100
    Height = 44
1101
    Margins.Left = 5
1102
    Margins.Top = 5
1103
    Margins.Right = 5
1104
    Margins.Bottom = 5
1105
    Caption = 'Cube Map'
1106
    TabOrder = 11
1107
  end
1108
  object HCheckBox: TCheckBox
1109
    Left = 413
1110
    Top = 851
1111
    Width = 105
1112
    Height = 43
1113
    Margins.Left = 5
1114
    Margins.Top = 5
1115
    Margins.Right = 5
1116
    Margins.Bottom = 5
1117
    Caption = 'H Check'
1118
    Checked = True
1119
    State = cbChecked
1120
    TabOrder = 12
1121
  end
1122
  object VCheckBox: TCheckBox
1123
    Left = 548
1124
    Top = 847
1125
    Width = 105
1126
    Height = 44
1127
    Margins.Left = 5
1128
    Margins.Top = 5
1129
    Margins.Right = 5
1130
    Margins.Bottom = 5
1131
    Caption = 'V Check'
1132
    Checked = True
1133
    State = cbChecked
1134
    TabOrder = 13
1135
  end
1136
  object StatusBar: TStatusBar
1137
    Left = 0
1138
    Top = 898
1139
    Width = 1582
1140
    Height = 33
1141
    Cursor = crHandPoint
1142
    Margins.Left = 5
1143
    Margins.Top = 5
1144
    Margins.Right = 5
1145
    Margins.Bottom = 5
1146
    Color = clCream
1147
    Panels = <
1148
      item
1149
        Alignment = taCenter
1150
        Width = 308
1151
      end
1152
      item
1153
        Alignment = taCenter
1154
        Width = 308
1155
      end
1156
      item
1157
        Alignment = taCenter
1158
        Width = 308
1159
      end
1160
      item
1161
        Alignment = taCenter
1162
        Width = 308
1163
      end
1164
      item
1165
        Width = 88
1166
      end>
1167
  end
1168
  object RGdimensionsMultiplier: TRadioGroup
1169
    Left = 641
1170
    Top = 784
1171
    Width = 225
1172
    Height = 53
1173
    Margins.Left = 5
1174
    Margins.Top = 5
1175
    Margins.Right = 5
1176
    Margins.Bottom = 5
1177
    Caption = 'X'
1178
    Color = clCream
1179
    Columns = 3
1180
    ItemIndex = 1
1181
    Items.Strings = (
1182
      'X 0,1'
1183
      'X 1'
1184
      'X 10')
1185
    ParentBackground = False
1186
    ParentColor = False
1187
    TabOrder = 15
1188
  end
1189
  object MainMenu1: TMainMenu
1190
    Images = ImageList1
1191
    Left = 440
1192
    Top = 8
1193
    object File1: TMenuItem
1194
      Caption = '&File'
1195
      Hint = 'File related commands'
1196
      object FileNewItem: TMenuItem
1197
        Action = FileNew1
1198
      end
1199
      object FileOpenItem: TMenuItem
1200
        Action = FileOpen1
1201
      end
1202
      object FileCloseItem: TMenuItem
1203
        Action = FileClose1
1204
      end
1205
      object FileSaveItem: TMenuItem
1206
        Action = FileSave1
1207
      end
1208
      object FileSaveAsItem: TMenuItem
1209
        Action = FileSaveAs1
1210
      end
1211
      object N1: TMenuItem
1212
        Caption = '-'
1213
      end
1214
      object FileExitItem: TMenuItem
1215
        Action = FileExit1
1216
      end
1217
    end
1218
    object Edit1: TMenuItem
1219
      Caption = '&Edit'
1220
      Hint = 'Edit commands'
1221
      object CutItem: TMenuItem
1222
        Action = EditCut1
1223
      end
1224
      object CopyItem: TMenuItem
1225
        Action = EditCopy1
1226
      end
1227
      object PasteItem: TMenuItem
1228
        Action = EditPaste1
1229
      end
1230
    end
1231
    object Window1: TMenuItem
1232
      Caption = '&Window'
1233
      Hint = 'Window related commands'
1234
      object WindowCascadeItem: TMenuItem
1235
        Action = WindowCascade1
1236
      end
1237
      object WindowTileItem: TMenuItem
1238
        Action = WindowTileHorizontal1
1239
      end
1240
      object WindowTileItem2: TMenuItem
1241
        Action = WindowTileVertical1
1242
      end
1243
      object WindowMinimizeItem: TMenuItem
1244
        Action = WindowMinimizeAll1
1245
      end
1246
      object WindowArrangeItem: TMenuItem
1247
        Action = WindowArrangeAll1
1248
      end
1249
    end
1250
    object Help1: TMenuItem
1251
      Caption = '&Help'
1252
      Hint = 'Help topics'
1253
      object HelpAboutItem: TMenuItem
1254
        Action = HelpAbout1
1255
      end
1256
    end
1257
  end
1258
  object OpenDialog: TOpenDialog
1259
    Filter = 'All files (*.*)|*.*'
1260
    Left = 632
1261
  end
1262
  object ActionList1: TActionList
1263
    Images = ImageList1
1264
    Left = 496
1265
    Top = 8
1266
    object FileNew1: TAction
1267
      Category = 'File'
1268
      Caption = '&New'
1269
      Hint = 'New|Create a new file'
1270
      ImageIndex = 6
1271
      ShortCut = 16462
1272
      OnExecute = FileNew1Execute
1273
    end
1274
    object FileOpen1: TAction
1275
      Category = 'File'
1276
      Caption = '&Open'
1277
      Hint = 'Open|Open a file'
1278
      ImageIndex = 7
1279
      ShortCut = 16463
1280
      OnExecute = FileOpen1Execute
1281
    end
1282
    object FileClose1: TWindowClose
1283
      Category = 'File'
1284
      Caption = '&Close'
1285
      Hint = 'Close|Close current file'
1286
    end
1287
    object FileSave1: TAction
1288
      Category = 'File'
1289
      Caption = '&Save'
1290
      Hint = 'Save|Save current file'
1291
      ImageIndex = 8
1292
      ShortCut = 16467
1293
    end
1294
    object FileSaveAs1: TAction
1295
      Category = 'File'
1296
      Caption = 'Save &As...'
1297
      Hint = 'Save As|Save current file with different name'
1298
    end
1299
    object FileExit1: TAction
1300
      Category = 'File'
1301
      Caption = 'E&xit'
1302
      Hint = 'Exit|Exit application'
1303
      OnExecute = FileExit1Execute
1304
    end
1305
    object EditCut1: TEditCut
1306
      Category = 'Edit'
1307
      Caption = 'Cu&t'
1308
      Hint = 'Cut|Cuts the selection and puts it on the Clipboard'
1309
      ImageIndex = 0
1310
      ShortCut = 16472
1311
    end
1312
    object EditCopy1: TEditCopy
1313
      Category = 'Edit'
1314
      Caption = '&Copy'
1315
      Hint = 'Copy|Copies the selection and puts it on the Clipboard'
1316
      ImageIndex = 1
1317
      ShortCut = 16451
1318
    end
1319
    object EditPaste1: TEditPaste
1320
      Category = 'Edit'
1321
      Caption = '&Paste'
1322
      Hint = 'Paste|Inserts Clipboard contents'
1323
      ImageIndex = 2
1324
      ShortCut = 16470
1325
    end
1326
    object WindowCascade1: TWindowCascade
1327
      Category = 'Window'
1328
      Caption = '&Cascade'
1329
      Hint = 'Cascade'
1330
      ImageIndex = 17
1331
    end
1332
    object WindowTileHorizontal1: TWindowTileHorizontal
1333
      Category = 'Window'
1334
      Caption = 'Tile &Horizontally'
1335
      Hint = 'Tile Horizontally'
1336
      ImageIndex = 15
1337
    end
1338
    object WindowTileVertical1: TWindowTileVertical
1339
      Category = 'Window'
1340
      Caption = 'Tile &Vertically'
1341
      Hint = 'Tile Vertically'
1342
      ImageIndex = 16
1343
    end
1344
    object WindowMinimizeAll1: TWindowMinimizeAll
1345
      Category = 'Window'
1346
      Caption = '&Minimize All'
1347
      Hint = 'Minimize All'
1348
    end
1349
    object WindowArrangeAll1: TWindowArrange
1350
      Category = 'Window'
1351
      Caption = '&Arrange All'
1352
      Hint = 'Arrange All'
1353
    end
1354
    object HelpAbout1: TAction
1355
      Category = 'Help'
1356
      Caption = '&About...'
1357
      Hint = 
1358
        'About|Displays program information, version number, and copyrigh' +
1359
        't'
1360
      OnExecute = HelpAbout1Execute
1361
    end
1362
  end
1363
  object ImageList1: TImageList
1364
    Left = 560
1365
    Top = 8
1366
    Bitmap = {
1367
      494C010112001400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
1368
      0000000000003600000028000000400000005000000001002000000000000050
1369
      0000000000000000000000000000000000000000000000000000000000000000
1370
      0000000000000000000000000000000000000000000000000000000000000000
1371
      0000000000000000000000000000000000000000000000000000000000000000
1372
      0000000000000000000080000000800000008000000080000000800000008000
1373
      0000800000008000000080000000800000000000000000000000000000000000
1374
      0000000000000000000000000000000000000000000000000000000000000000
1375
      0000000000000000000000000000000000000000000000000000000000000000
1376
      0000000000000000000000000000000000000000000000000000000000000000
1377
      0000000000000000000000000000000000000000000080000000800000008000
1378
      0000800000008000000080000000800000008000000080000000800000008000
1379
      0000800000008000000000000000000000000000000000000000000000000000
1380
      0000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1381
      FF00FFFFFF00FFFFFF00FFFFFF00800000000000000000000000000000000000
1382
      0000000000000000000000000000000000000000000000000000000000000000
1383
      0000000000000000000000000000000000000000000000000000000000000000
1384
      0000000000000000000000000000000000000000000000000000000000000000
1385
      0000000000000000000000000000000000000000000080000000FFFFFF00FFFF
1386
      FF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFF
1387
      FF00FFFFFF008000000000000000000000000000000000000000000000000000
1388
      0000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1389
      FF00FFFFFF00FFFFFF00FFFFFF00800000000000000000000000000000000000
1390
      0000000000000000000000000000000000000000000000000000000000000000
1391
      0000000000000000000000000000000000000000000000000000000000000000
1392
      0000000000000000000000000000000000000000000000000000000000000000
1393
      0000000000000000000000000000000000000000000080000000FFFFFF00FFFF
1394
      FF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFF
1395
      FF00FFFFFF008000000000000000000000000000000000000000000000000000
1396
      0000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1397
      FF00FFFFFF00FFFFFF00FFFFFF00800000000000000000000000000000000000
1398
      0000000000000000000000000000000000000000000000000000000000000000
1399
      0000000000000000000000000000000000000000000000000000000000000000
1400
      0000000000000000000000000000000000000000000000000000000000000000
1401
      0000000000000000000000000000000000000000000080000000FFFFFF00FFFF
1402
      FF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFF
1403
      FF00FFFFFF008000000000000000000000000000000000000000000000008000
1404
      0000800000008000000080000000800000008000000080000000800000008000
1405
      0000800000008000000080000000800000000000000000000000000000000000
1406
      0000000000000000000000000000000000000000000000000000000000000000
1407
      0000000000000000000000000000000000000000000000000000000000000000
1408
      0000000000000000000000000000000000000000000000000000000000000000
1409
      0000000000000000000000000000000000000000000080000000FFFFFF00FFFF
1410
      FF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFF
1411
      FF00FFFFFF008000000000000000000000000000000000000000000000008000
1412
      0000FFFFFF00FFFFFF0080000000800000008000000080000000800000008000
1413
      00008000000080000000FFFFFF00800000000000000000000000000000000000
1414
      0000000000000000000000000000000000000000000000000000000000000000
1415
      0000000000000000000000000000000000000000000000000000000000000000
1416
      0000000000000000000000000000000000000000000000000000000000000000
1417
      0000000000000000000000000000000000000000000080000000FFFFFF00FFFF
1418
      FF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFF
1419
      FF00FFFFFF008000000000000000000000000000000000000000000000008000
1420
      0000FFFFFF00FFFFFF0080000000800000008000000080000000800000008000
1421
      0000800000008000000080000000800000000000000000000000000000000000
1422
      0000000000000000000000000000000000000000000000000000000000000000
1423
      0000000000000000000000000000000000000000000000000000000000000000
1424
      0000000000000000000000000000000000000000000000000000000000000000
1425
      0000000000000000000000000000000000000000000080000000FFFFFF00FFFF
1426
      FF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFF
1427
      FF00FFFFFF008000000000000000000000000000000000000000000000008000
1428
      0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1429
      FF00800000000000000000000000000000000000000000000000000000000000
1430
      0000000000000000000000000000000000000000000000000000000000000000
1431
      0000000000000000000000000000000000000000000000000000000000000000
1432
      0000000000000000000000000000000000000000000000000000000000000000
1433
      0000000000000000000000000000000000000000000080000000FFFFFF00FFFF
1434
      FF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFF
1435
      FF00FFFFFF008000000000000000000000000000000080000000800000008000
1436
      0000800000008000000080000000800000008000000080000000800000008000
1437
      0000800000000000000000000000000000000000000000000000000000000000
1438
      0000000000000000000000000000000000000000000000000000000000000000
1439
      0000000000000000000000000000000000000000000000000000000000000000
1440
      0000000000000000000000000000000000000000000000000000000000000000
1441
      0000000000000000000000000000000000000000000080000000FFFFFF00FFFF
1442
      FF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFF
1443
      FF00FFFFFF008000000000000000000000000000000080000000FFFFFF008000
1444
      000080000000800000008000000080000000800000008000000080000000FFFF
1445
      FF00800000000000000000000000000000000000000000000000000000000000
1446
      0000000000000000000000000000000000000000000000000000000000000000
1447
      0000000000000000000000000000000000000000000000000000000000000000
1448
      0000000000000000000000000000000000000000000000000000000000000000
1449
      0000000000000000000000000000000000000000000080000000FFFFFF00FFFF
1450
      FF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFF
1451
      FF00FFFFFF008000000000000000000000000000000080000000FFFFFF008000
1452
      0000800000008000000080000000800000008000000080000000800000008000
1453
      0000800000000000000000000000000000000000000000000000000000000000
1454
      0000000000000000000000000000000000000000000000000000000000000000
1455
      0000000000000000000000000000000000000000000000000000000000000000
1456
      0000000000000000000000000000000000000000000000000000000000000000
1457
      0000000000000000000000000000000000000000000080000000800000008000
1458
      0000800000008000000080000000800000008000000080000000800000008000
1459
      0000800000008000000000000000000000000000000080000000FFFFFF00FFFF
1460
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00800000000000
1461
      0000000000000000000000000000000000000000000000000000000000000000
1462
      0000000000000000000000000000000000000000000000000000000000000000
1463
      0000000000000000000000000000000000000000000000000000000000000000
1464
      0000000000000000000000000000000000000000000000000000000000000000
1465
      0000000000000000000000000000000000000000000080000000800000008000
1466
      00008000000080000000FFFFFF00800000008000000080000000800000008000
1467
      0000FFFFFF008000000000000000000000000000000080000000800000008000
1468
      0000800000008000000080000000800000008000000080000000800000000000
1469
      0000000000000000000000000000000000000000000000000000000000000000
1470
      0000000000000000000000000000000000000000000000000000000000000000
1471
      0000000000000000000000000000000000000000000000000000000000000000
1472
      0000000000000000000000000000000000000000000000000000000000000000
1473
      0000000000000000000000000000000000000000000080000000800000008000
1474
      0000800000008000000080000000800000008000000080000000800000008000
1475
      0000800000008000000000000000000000000000000080000000800000008000
1476
      00008000000080000000800000008000000080000000FFFFFF00800000000000
1477
      0000000000000000000000000000000000000000000000000000000000000000
1478
      0000000000000000000000000000000000000000000000000000000000000000
1479
      0000000000000000000000000000000000000000000000000000000000000000
1480
      0000000000000000000000000000000000000000000000000000000000000000
1481
      0000000000000000000000000000000000000000000000000000000000000000
1482
      0000000000000000000000000000000000000000000000000000000000000000
1483
      0000000000000000000000000000000000000000000080000000800000008000
1484
      0000800000008000000080000000800000008000000080000000800000000000
1485
      0000000000000000000000000000000000000000000000000000000000000000
1486
      0000000000000000000000000000000000000000000000000000000000000000
1487
      0000000000000000000000000000000000000000000000000000000000000000
1488
      0000000000000000000000000000000000000000000000000000000000000000
1489
      0000000000000000000000000000000000000000000000000000000000000000
1490
      0000000000000000000000000000000000000000000000000000000000000000
1491
      0000000000000000000000000000000000000000000000000000000000000000
1492
      0000000000000000000000000000000000000000000000000000000000000000
1493
      0000000000000000000000000000000000000000000000000000000000000000
1494
      0000000000000000000000000000000000000000000000000000000000000000
1495
      0000000000000000000000000000000000000000000000000000000000000000
1496
      0000000000000000000000000000000000000000000000000000000000000000
1497
      0000000000000000000000000000000000000000000000000000000000000000
1498
      0000000000000000000000000000000000000000000000000000000000000000
1499
      0000800000008000000000000000000000000000000000000000000000000000
1500
      0000000000000000000000000000000000000000000000000000000000000000
1501
      0000000000000000000000000000000000000000000000000000000000000000
1502
      0000000000000000000000000000000000000000000000000000000000000000
1503
      0000000000000000000000000000000000000000000000000000000000000000
1504
      0000000000000000000000000000000000000000000000000000000000000000
1505
      0000000000000000000000000000000000000000000000000000000000000000
1506
      0000000000000000000000000000000000000000000000000000000000008000
1507
      0000C0C0C0008000000080000000000000000000000000000000000000000000
1508
      0000000000000000000000000000000000008000000080000000000000000000
1509
      0000000000000000000000000000000000000000000000000000000000000000
1510
      0000000000000000000000000000000000000000000000000000000000000000
1511
      0000000000000000000000000000000000000000000080000000800000008000
1512
      0000800000008000000080000000800000008000000080000000800000008000
1513
      0000800000008000000000000000000000000000000000000000000000000000
1514
      000000000000000000000000000000000000000000000000000080000000C0C0
1515
      C000800000008000000080000000000000000000000000000000000000000000
1516
      0000000000000000000000000000800000008000000080000000000000000000
1517
      0000000000000000000000000000000000000000000000000000C0C0C000C0C0
1518
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000
1519
      0000C0C0C0000000000000000000000000000000000080000000FFFFFF00FFFF
1520
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1521
      FF00FFFFFF008000000000000000000000000000000000000000000000000000
1522
      0000000000000000000000000000000000000000000080000000C0C0C0008000
1523
      0000800000008000000000000000000000000000000000000000000000000000
1524
      0000000000000000000080000000800000008000000000000000000000000000
1525
      0000000000000000000000000000000000000000000000000000000000000000
1526
      0000000000000000000000000000000000000000000000000000000000000000
1527
      000000000000C0C0C00000000000000000000000000080000000FFFFFF00FFFF
1528
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1529
      FF00FFFFFF008000000000000000000000000000000000000000000000000000
1530
      00000000000000000000000000000000000080000000C0C0C000800000008000
1531
      000080000000000000000000000000000000000000000000000080808000C0C0
1532
      C000FFFFFF008080800000000000800000000000000000000000000000000000
1533
      00000000800000000000000000000000000000000000C0C0C000C0C0C000C0C0
1534
      C000C0C0C000C0C0C000C0C0C00000FFFF0000FFFF0000FFFF00C0C0C000C0C0
1535
      C000000000000000000000000000000000000000000080000000FFFFFF00FFFF
1536
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1537
      FF00FFFFFF008000000000000000000000000000000000000000000000000000
1538
      0000C0C0C000C0C0C000C0C0C000FFFFFF008080800080000000800000008000
1539
      0000000000000000000000000000000000000000000080808000C0C0C000C0C0
1540
      C000C0C0C000FFFFFF0080808000000000000000000000000000000000000000
1541
      80000000800000000000000000000000000000000000C0C0C000C0C0C000C0C0
1542
      C000C0C0C000C0C0C000C0C0C000808080008080800080808000C0C0C000C0C0
1543
      C00000000000C0C0C00000000000000000000000000080000000800000008000
1544
      0000800000008000000080000000800000008000000080000000800000008000
1545
      000080000000800000000000000000000000000000000000000080808000C0C0
1546
      C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF0080808000000000000000
1547
      00000000000000000000000000000000000000000000C0C0C000C0C0C000C0C0
1548
      C000C0C0C000C0C0C000FFFFFF00000000000000000000000000000080000000
1549
      8000000080000000800000008000000000000000000000000000000000000000
1550
      0000000000000000000000000000000000000000000000000000000000000000
1551
      000000000000C0C0C000C0C0C000000000000000000080000000800000008000
1552
      0000800000008000000080000000800000008000000080000000800000008000
1553
      0000FFFFFF008000000000000000000000000000000000000000C0C0C000C0C0
1554
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000FFFFFF00000000000000
1555
      00000000000000000000000000000000000000000000C0C0C000FFFFFF00FFFF
1556
      0000C0C0C000C0C0C000C0C0C000000000000000000000000000000000000000
1557
      80000000800000000000000000000000800000000000C0C0C000C0C0C000C0C0
1558
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000
1559
      0000C0C0C00000000000C0C0C000000000000000000080000000800000008000
1560
      0000800000008000000080000000800000008000000080000000800000008000
1561
      00008000000080000000000000000000000000000000C0C0C000C0C0C000C0C0
1562
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000
1563
      0000000000000000000000000000000000000000000080808000FFFFFF00FFFF
1564
      FF00C0C0C000C0C0C00080808000000000000000000000000000000000000000
1565
      0000000080000000000000000000000080000000000000000000000000000000
1566
      000000000000000000000000000000000000000000000000000000000000C0C0
1567
      C00000000000C0C0C00000000000000000000000000080000000FFFFFF00FFFF
1568
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1569
      FF00FFFFFF0080000000000000000000000000000000C0C0C000C0C0C000C0C0
1570
      C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000
1571
      000000000000000000000000000000000000000000000000000080808000C0C0
1572
      C000C0C0C0008080800000000000000000000000000000000000000000000000
1573
      000000000000000000000000000000008000000000000000000000000000FFFF
1574
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
1575
      0000C0C0C00000000000C0C0C000000000000000000080000000FFFFFF00FFFF
1576
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1577
      FF00FFFFFF0080000000000000000000000000000000C0C0C000FFFFFF00FFFF
1578
      0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000
1579
      0000000000000000000000000000000000000000000000000000000000000000
1580
      0000000000000000000000000000000000000000000000008000000000000000
1581
      0000000000000000000000000000000000000000000000000000000000000000
1582
      0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000
1583
      0000000000000000000000000000000000000000000080000000FFFFFF00FFFF
1584
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1585
      FF00FFFFFF0080000000000000000000000000000000C0C0C000FFFFFF00FFFF
1586
      0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C0000000
1587
      0000000000000000000000000000000000000000000000000000000000000000
1588
      0000000000000000000000000000000000000000000000008000000000000000
1589
      0000000080000000000000000000000000000000000000000000000000000000
1590
      0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1591
      FF00000000000000000000000000000000000000000080000000800000008000
1592
      0000800000008000000080000000800000008000000080000000800000008000
1593
      0000800000008000000000000000000000000000000000000000FFFFFF00FFFF
1594
      FF00FFFF0000FFFF0000C0C0C000C0C0C000C0C0C000C0C0C000000000000000
1595
      0000000000000000000000000000000000000000000000000000000000000000
1596
      0000000000000000000000000000000000000000000000008000000000000000
1597
      0000000080000000800000000000000000000000000000000000000000000000
1598
      000000000000FFFFFF000000000000000000000000000000000000000000FFFF
1599
      FF00000000000000000000000000000000000000000080000000800000008000
1600
      0000800000008000000080000000800000008000000080000000800000008000
1601
      0000FFFFFF00800000000000000000000000000000000000000080808000FFFF
1602
      FF00FFFFFF00FFFFFF00C0C0C000C0C0C000C0C0C00080808000000000000000
1603
      0000000000000000000000000000000000000000000000000000000000000000
1604
      0000000000000000000000000000000000000000000000000000000080000000
1605
      8000000080000000800000008000000000000000000000000000000000000000
1606
      000000000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1607
      FF00FFFFFF000000000000000000000000000000000080000000800000008000
1608
      0000800000008000000080000000800000008000000080000000800000008000
1609
      0000800000008000000000000000000000000000000000000000000000000000
1610
      0000C0C0C000C0C0C000C0C0C000C0C0C0000000000000000000000000000000
1611
      0000000000000000000000000000000000000000000000000000000000000000
1612
      0000000000000000000000000000000000000000000000000000000000000000
1613
      0000000080000000800000000000000000000000000000000000000000000000
1614
      0000000000000000000000000000000000000000000000000000000000000000
1615
      0000000000000000000000000000000000000000000000000000000000000000
1616
      0000000000000000000000000000000000000000000000000000000000000000
1617
      0000000000000000000000000000000000000000000000000000000000000000
1618
      0000000000000000000000000000000000000000000000000000000000000000
1619
      0000000000000000000000000000000000000000000000000000000000000000
1620
      0000000000000000000000000000000000000000000000000000000000000000
1621
      0000000080000000000000000000000000000000000000000000000000000000
1622
      0000000000000000000000000000000000000000000000000000000000000000
1623
      0000000000000000000000000000000000000000000000000000000000000000
1624
      0000000000000000000000000000000000000000000000000000000000000000
1625
      0000000000000000000000000000000000000000000000000000000000000000
1626
      0000000000000000000000000000000000000000000000000000000000000000
1627
      0000000000000000000000000000000000000000000000000000000000000000
1628
      0000000000000000000000000000000000000000000000000000000000000000
1629
      0000000000000000000000000000000000000000000000000000000000000000
1630
      0000000000000000000000000000000000000000000000000000000000000000
1631
      0000000000000000000000000000000000000000000000000000000000000000
1632
      0000000000000000000000000000000000000000000000000000000000000000
1633
      0000000000000000000000000000000000000000000000000000000000000000
1634
      0000000000000000000000000000000000000000000000000000000000000000
1635
      0000000000000000000000000000000000000000000000000000000000000000
1636
      0000000000000000000000000000000000000000000000000000000000000000
1637
      0000000000000000000000000000000000000000000000000000000000000000
1638
      0000000000000000000000000000000000000000000000000000000000000000
1639
      0000000000000000000000000000000000000000000000000000000000000000
1640
      0000000000000000000000000000000000000000000000000000000000000000
1641
      0000000000000000000000000000000000000000000000000000008080000080
1642
      8000000000000000000000000000000000000000000000000000C0C0C000C0C0
1643
      C0000000000000808000000000000000000000000000FFFFFF00FFFFFF00FFFF
1644
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
1645
      00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
1646
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
1647
      0000000000000000000000000000000000000000000000000000000000000000
1648
      0000000000000000000000000000000000000000000000000000000000000000
1649
      0000000000000000000000000000000000000000000000000000008080000080
1650
      8000000000000000000000000000000000000000000000000000C0C0C000C0C0
1651
      C0000000000000808000000000000000000000000000FFFFFF00FFFFFF00FFFF
1652
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
1653
      00000000000000000000000000000000000000000000FFFFFF00000000000000
1654
      0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000
1655
      0000000000000000000000000000000000000000000000000000000000000000
1656
      0000000000000000000000000000000000000000000000000000800000008000
1657
      0000800000000000000000000000000000000000000000000000008080000080
1658
      8000000000000000000000000000000000000000000000000000C0C0C000C0C0
1659
      C0000000000000808000000000000000000000000000FFFFFF00FFFFFF00FFFF
1660
      FF00FFFFFF00FFFFFF00FFFFFF000000000080808000C0C0C000C0C0C0008080
1661
      80000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
1662
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
1663
      0000000000000000000000000000000000000000000000000000000000000000
1664
      0000000000000000000000000000000000000000000000000000800000008000
1665
      0000800000000000000000000000000000000000000000000000008080000080
1666
      8000000000000000000000000000000000000000000000000000000000000000
1667
      00000000000000808000000000000000000000000000FFFFFF00FFFFFF00FFFF
1668
      FF00FFFFFF00FFFFFF000000000080808000C0C0C000C0C0C000FFFF00008080
1669
      80008080800000000000000000000000000000000000FFFFFF00000000000000
1670
      0000FFFFFF000000000000000000000000000000000000000000FFFFFF000000
1671
      0000000000000000000000000000000000000000000000000000000000000000
1672
      0000000000000000000000000000000000000000000000000000000000000000
1673
      0000000000000000000000000000000000000000000000000000008080000080
1674
      8000008080000080800000808000008080000080800000808000008080000080
1675
      80000080800000808000000000000000000000000000FFFFFF00FFFFFF00FFFF
1676
      FF00FFFFFF00FFFFFF0000000000C0C0C000C0C0C000C0C0C000C0C0C0008080
1677
      8000C0C0C00000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
1678
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
1679
      0000000000000000000000000000000000000000000000000000000000000000
1680
      0000000000000000000000000000000000000000000000000000800000008000
1681
      0000800000000000000000000000000000000000000000000000008080000080
1682
      8000000000000000000000000000000000000000000000000000000000000000
1683
      00000080800000808000000000000000000000000000FFFFFF00FFFFFF00FFFF
1684
      FF00FFFFFF00FFFFFF0000000000C0C0C000FFFF0000C0C0C000C0C0C0008080
1685
      8000C0C0C00000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
1686
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF00FFFFFF000000
1687
      0000000000000000000000000000000000000000000000000000000000000000
1688
      0000000000000000000000000000000000000000000000000000800000008000
1689
      0000800000000000000000000000000000000000000000000000008080000000
1690
      0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
1691
      C0000000000000808000000000000000000000000000FFFFFF00FFFFFF00FFFF
1692
      FF00FFFFFF00FFFFFF000000000080808000FFFF0000FFFF0000C0C0C0008080
1693
      80008080800000000000000000000000000000000000FFFFFF00000000000000
1694
      0000FFFFFF00FFFFFF00FFFFFF0000000000C0C0C00000000000FFFFFF000000
1695
      0000000000000000000000000000000000000000000000000000000000000000
1696
      0000000000000000000000000000000000000000000000000000000000008000
1697
      0000800000008000000000000000000000000000000000000000008080000000
1698
      0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
1699
      C0000000000000808000000000000000000000000000FFFFFF00FFFFFF00FFFF
1700
      FF00FFFFFF00FFFFFF00FFFFFF000000000080808000C0C0C000C0C0C0008080
1701
      80000000000000000000000000000000000000000000FFFFFF0000000000C0C0
1702
      C00000000000FFFFFF0000000000C0C0C00000000000C0C0C000000000000000
1703
      0000000000000000000080000000800000000000000000000000000000000000
1704
      0000000000000000000000000000000000000000000000000000000000000000
1705
      0000800000008000000080000000000000000000000000000000008080000000
1706
      0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
1707
      C0000000000000808000000000000000000000000000FFFFFF00FFFFFF00FFFF
1708
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
1709
      00000000000000000000000000000000000000000000FFFFFF00FFFFFF000000
1710
      0000C0C0C00000000000C0C0C00000000000C0C0C00000000000C0C0C000C0C0
1711
      C000C0C0C0000000000080000000800000000000000000000000000000000000
1712
      0000000000000000000000000000800000008000000080000000000000000000
1713
      0000000000008000000080000000800000000000000000000000008080000000
1714
      0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
1715
      C0000000000000808000000000000000000000000000FFFFFF00FFFFFF00FFFF
1716
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
1717
      0000000000000000000000000000000000000000000000000000000000000000
1718
      000000000000C0C0C00000000000C0C0C00000000000C0C0C000C0C0C000C0C0
1719
      C000C0C0C000C0C0C00080000000800000000000000000000000000000000000
1720
      0000000000000000000000000000800000008000000080000000000000000000
1721
      0000000000008000000080000000800000000000000000000000008080000000
1722
      0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
1723
      C0000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
1724
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
1725
      0000000000000000000000000000000000000000000000000000000000000000
1726
      00000000000000000000C0C0C00000000000C0C0C000C0C0C000C0C0C000C0C0
1727
      C000C0C0C000C0C0C00080000000800000000000000000000000000000000000
1728
      0000000000000000000000000000800000008000000080000000000000000000
1729
      0000000000008000000080000000800000000000000000000000008080000000
1730
      0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
1731
      C00000000000C0C0C000000000000000000000000000FFFFFF00FFFFFF00FFFF
1732
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000C0C0C000000000000000
1733
      0000000000000000000000000000000000000000000000000000000000000000
1734
      0000000000000000000000000000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
1735
      C000C0C0C0000000000080000000800000000000000000000000000000000000
1736
      0000000000000000000000000000000000008000000080000000800000008000
1737
      0000800000008000000080000000000000000000000000000000000000000000
1738
      0000000000000000000000000000000000000000000000000000000000000000
1739
      00000000000000000000000000000000000000000000FFFFFF00FFFFFF00FFFF
1740
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
1741
      0000000000000000000000000000000000000000000000000000000000000000
1742
      0000000000000000000000000000000000000000000000000000000000000000
1743
      0000000000000000000080000000800000000000000000000000000000000000
1744
      0000000000000000000000000000000000000000000080000000800000008000
1745
      0000800000008000000000000000000000000000000000000000000000000000
1746
      0000000000000000000000000000000000000000000000000000000000000000
1747
      0000000000000000000000000000000000000000000000000000000000000000
1748
      0000000000000000000000000000000000000000000000000000000000000000
1749
      0000000000000000000000000000000000000000000000000000000000000000
1750
      0000000000000000000000000000000000000000000000000000000000000000
1751
      0000000000000000000000000000000000000000000000000000000000000000
1752
      0000000000000000000000000000000000000000000000000000000000000000
1753
      0000000000000000000000000000000000000000000000000000000000000000
1754
      0000000000000000000000000000000000000000000000000000000000000000
1755
      0000000000000000000000000000000000000000000000000000000000000000
1756
      0000000000000000000000000000000000000000000000000000000000000000
1757
      0000000000000000000000000000000000000000000000000000000000000000
1758
      0000000000000000000000000000000000000000000000000000000000000000
1759
      0000000000000000000000000000000000000000000000000000000000000000
1760
      0000000000000000000000000000000000000000000000000000000000000000
1761
      0000000000000000000000000000000000000000000000000000000000000000
1762
      0000000000000000000000000000000000000000000000000000000000000000
1763
      0000000000000000000000000000000000000000000000000000000000000000
1764
      0000000000000000000000000000000000000000000000000000000000000000
1765
      0000000000000000000000000000000000000000000000000000000000000000
1766
      0000000000000000000000000000000000000000000000000000000000000000
1767
      0000000000000000000000000000000000000000000000000000000000000000
1768
      0000000000000000000000000000000000000000000000000000000000000000
1769
      0000000000000000000000000000000000000000000000000000000000000000
1770
      0000000000000000000000000000000000000000000000000000000000000000
1771
      0000000000000000000000000000000000000000000000000000000000000000
1772
      0000000000000000000000000000000000000000000000000000000000000000
1773
      0000000000000000000000000000000000000000000000000000000000000000
1774
      0000000000000000000000000000000000000000000000000000000000000000
1775
      0000000000000000000000000000000000000000000000000000000000000000
1776
      0000000000000000000000000000000000000000000000000000000000000000
1777
      0000000000000000000000000000000000000000000000000000000000000000
1778
      0000000000000000000000000000000000000000000000000000000000000000
1779
      0000000000000000000000000000000000000000000000000000000000000000
1780
      0000000000000000000000000000000000000000000000000000000000000000
1781
      000000000000000000000000000000000000000000000000000000000000FFFF
1782
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1783
      FF00000000000000000000000000000000000000000000000000008080000080
1784
      8000008080000080800000808000008080000080800000808000008080000000
1785
      0000000000000000000000000000000000000000000000000000000000000000
1786
      0000000000000000000000000000000000000000000000000000000000000000
1787
      0000000000000000000000000000000000000000000000000000000000000000
1788
      0000000000000000000000000000000000000000000000000000000000000000
1789
      000000000000000000000000000000000000000000000000000000000000FFFF
1790
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1791
      FF00000000000000000000000000000000000000000000FFFF00000000000080
1792
      8000008080000080800000808000008080000080800000808000008080000080
1793
      8000000000000000000000000000000000000000000000000000000000008000
1794
      0000000000000000000000000000000000000000000000000000000000000000
1795
      0000000000000000000000000000000000000000000000000000000000000000
1796
      0000000000000000000000000000000000000000000000000000000000000000
1797
      000000000000000000000000000000000000000000000000000000000000FFFF
1798
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1799
      FF000000000000000000000000000000000000000000FFFFFF0000FFFF000000
1800
      0000008080000080800000808000008080000080800000808000008080000080
1801
      8000008080000000000000000000000000000000000000000000000000008000
1802
      0000000000000000000000000000000000000000000080000000800000008000
1803
      0000800000008000000000000000000000000000000000000000000000000000
1804
      0000000000000000000000000000000000000000000000000000000000000000
1805
      000000000000000000000000000000000000000000000000000000000000FFFF
1806
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1807
      FF00000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
1808
      FF00000000000080800000808000008080000080800000808000008080000080
1809
      8000008080000080800000000000000000000000000000000000800000000000
1810
      0000000000000000000000000000000000000000000000000000800000008000
1811
      0000800000008000000000000000000000000000000000000000000000000000
1812
      0000000000000000000000000000000000000000000000000000000000000000
1813
      000000000000000000000000000000000000000000000000000000000000FFFF
1814
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1815
      FF000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF
1816
      FF0000FFFF000000000000000000000000000000000000000000000000000000
1817
      0000000000000000000000000000000000000000000000000000800000000000
1818
      0000000000000000000000000000000000000000000000000000000000008000
1819
      0000800000008000000000000000000000000000000000000000000000000000
1820
      0000000000000000000000000000000000000000000000000000000000000000
1821
      000000000000000000000000000000000000000000000000000000000000FFFF
1822
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1823
      FF00000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
1824
      FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000
1825
      0000000000000000000000000000000000000000000000000000800000000000
1826
      0000000000000000000000000000000000000000000000000000800000000000
1827
      0000800000008000000000000000000000000000000000000000000000000000
1828
      0000000000000000000000000000000000000000000000000000000000000000
1829
      000000000000000000000000000000000000000000000000000000000000FFFF
1830
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1831
      FF000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF
1832
      FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000
1833
      0000000000000000000000000000000000000000000000000000000000008000
1834
      0000000000000000000000000000000000008000000080000000000000000000
1835
      0000000000008000000000000000000000000000000000000000000000000000
1836
      0000000000000000000000000000000000000000000000000000000000000000
1837
      000000000000000000000000000000000000000000000000000000000000FFFF
1838
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1839
      FF00000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
1840
      FF00000000000000000000000000000000000000000000000000000000000000
1841
      0000000000000000000000000000000000000000000000000000000000000000
1842
      0000800000008000000080000000800000000000000000000000000000000000
1843
      0000000000000000000000000000000000000000000000000000000000000000
1844
      0000000000000000000000000000000000000000000000000000000000000000
1845
      000000000000000000000000000000000000000000000000000000000000FFFF
1846
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
1847
      0000000000000000000000000000000000000000000000000000000000000000
1848
      0000000000000000000000000000000000000000000000000000000000000000
1849
      0000000000000000000000000000000000000000000000000000000000000000
1850
      0000000000000000000000000000000000000000000000000000000000000000
1851
      0000000000000000000000000000000000000000000000000000000000000000
1852
      0000000000000000000000000000000000000000000000000000000000000000
1853
      000000000000000000000000000000000000000000000000000000000000FFFF
1854
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF000000
1855
      0000000000000000000000000000000000000000000000000000000000000000
1856
      0000000000000000000000000000000000000000000000000000000000000000
1857
      0000000000000000000000000000000000000000000000000000000000000000
1858
      0000000000000000000000000000000000000000000000000000000000000000
1859
      0000000000000000000000000000000000000000000000000000000000000000
1860
      0000000000000000000000000000000000000000000000000000000000000000
1861
      000000000000000000000000000000000000000000000000000000000000FFFF
1862
      FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
1863
      0000000000000000000000000000000000000000000000000000000000000000
1864
      0000000000000000000000000000000000000000000000000000000000000000
1865
      0000000000000000000000000000000000000000000000000000000000000000
1866
      0000000000000000000000000000000000000000000000000000000000000000
1867
      0000000000000000000000000000000000000000000000000000000000000000
1868
      0000000000000000000000000000000000000000000000000000000000000000
1869
      0000000000000000000000000000000000000000000000000000000000000000
1870
      0000000000000000000000000000000000000000000000000000000000000000
1871
      0000000000000000000000000000000000000000000000000000000000000000
1872
      0000000000000000000000000000000000000000000000000000000000000000
1873
      0000000000000000000000000000000000000000000000000000000000000000
1874
      0000000000000000000000000000000000000000000000000000000000000000
1875
      0000000000000000000000000000000000000000000000000000000000000000
1876
      0000000000000000000000000000000000000000000000000000000000000000
1877
      0000000000000000000000000000000000000000000000000000000000000000
1878
      0000000000000000000000000000000000000000000000000000000000000000
1879
      0000000000000000000000000000000000000000000000000000000000000000
1880
      0000000000000000000000000000000000000000000000000000000000000000
1881
      0000000000000000000000000000000000000000000000000000000000000000
1882
      0000000000000000000000000000000000000000000000000000000000000000
1883
      0000000000000000000000000000000000000000000000000000000000000000
1884
      0000000000000000000000000000000000000000000000000000000000000000
1885
      0000000000000000000000000000000000000000000000000000000000000000
1886
      0000000000000000000000000000000000000000000000000000000000000000
1887
      0000000000000000000000000000000000000000000000000000000000000000
1888
      0000000000000000000000000000000000000000000000000000000000000000
1889
      0000000000000000000000000000000000000000000000000000000000000000
1890
      0000000000008000000080000000000000000000000000000000000000000000
1891
      0000000000000000000000000000000000000000000000000000000000000000
1892
      0000000000000000000000000000000000000000000000000000000000000000
1893
      0000000000000000000000000000000000000000000000000000000000000000
1894
      0000000000000000000080000000800000008000000080000000800000008000
1895
      0000800000008000000080000000800000000000000000000000000000000000
1896
      0000000000000000000000000000000000000000000000000000000000000000
1897
      0000000000000000000000000000000000000000000000000000000000000000
1898
      0000800000000000000000000000800000000000000000000000800000008000
1899
      0000000000000000000000000000000000000000000000000000000000000000
1900
      0000000000000000000000000000800000008000000080000000800000008000
1901
      0000800000008000000080000000800000000000000000000000000000000000
1902
      0000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1903
      FF00FFFFFF00FFFFFF00FFFFFF00800000000000000000000000000000000000
1904
      0000000000000000000000000000000000000000000000000000000000000000
1905
      0000000000000000000000000000000000000000000000000000000000000000
1906
      0000800000000000000000000000800000000000000080000000000000000000
1907
      0000800000000000000000000000000000000000000000000000000000000000
1908
      000000000000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFF
1909
      FF00FFFFFF00FFFFFF00FFFFFF00800000000000000080808000008080008080
1910
      8000008080008080800080000000FFFFFF000000000000000000000000000000
1911
      00000000000000000000FFFFFF00800000000000000000000000000000000000
1912
      0000000000000000000000000000000000000000000000000000000000000000
1913
      0000000000000000000000000000000000000000000000000000000000000000
1914
      0000800000000000000000000000800000000000000080000000000000000000
1915
      0000800000000000000000000000000000000000000000000000000000000000
1916
      000000000000000000000000000080000000FFFFFF0000000000000000000000
1917
      00000000000000000000FFFFFF00800000000000000000808000808080000080
1918
      8000808080000080800080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1919
      FF00FFFFFF00FFFFFF00FFFFFF00800000000000000000000000000000000000
1920
      0000000000000000000000000000000000000000000000000000000000000000
1921
      0000000000000000000000000000000000000000000000000000000000000000
1922
      0000000000008000000080000000800000000000000080000000000000000000
1923
      0000800000000000000000000000000000000000000000000000000000000000
1924
      000000000000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFF
1925
      FF00FFFFFF00FFFFFF00FFFFFF00800000000000000080808000008080008080
1926
      8000008080008080800080000000FFFFFF00000000000000000000000000FFFF
1927
      FF00800000008000000080000000800000000000000000000000000000000000
1928
      0000000000000000000000000000000000000000000000000000000000000000
1929
      0000800000000000000000000000000000000000000000000000000000000000
1930
      0000000000000000000000000000800000000000000080000000800000008000
1931
      0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
1932
      FF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF0000000000000000000000
1933
      00000000000000000000FFFFFF00800000000000000000808000808080000080
1934
      8000808080000080800080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1935
      FF0080000000FFFFFF0080000000000000000000000000000000800000008000
1936
      0000800000008000000080000000000000000000000000000000000000000000
1937
      0000800000000000000000000000000000000000000000000000000000000000
1938
      0000000000000000000000000000800000000000000080000000000000000000
1939
      0000000000000000000000000000000000000000000000000000FFFFFF000000
1940
      000000000000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFF
1941
      FF00FFFFFF00FFFFFF00FFFFFF00800000000000000080808000008080008080
1942
      8000008080008080800080000000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1943
      FF00800000008000000000000000000000000000000000000000800000008000
1944
      0000800000008000000000000000000000000000000000000000000000000000
1945
      0000000000008000000000000000000000000000000000000000000000000000
1946
      0000000000000000000000000000000000000000000000000000000000000000
1947
      0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
1948
      FF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF000000000000000000FFFF
1949
      FF00800000008000000080000000800000000000000000808000808080000080
1950
      8000808080000080800080000000800000008000000080000000800000008000
1951
      0000800000000000000000000000000000000000000000000000800000008000
1952
      0000800000000000000000000000000000000000000000000000000000000000
1953
      0000000000008000000000000000000000000000000000000000000000000000
1954
      0000000000000000000000000000000000000000000000000000000000000000
1955
      0000000000000000000000000000000000000000000000000000FFFFFF000000
1956
      000000000000000000000000000080000000FFFFFF00FFFFFF00FFFFFF00FFFF
1957
      FF0080000000FFFFFF0080000000000000000000000080808000008080008080
1958
      8000008080008080800000808000808080000080800080808000008080008080
1959
      8000008080000000000000000000000000000000000000000000800000008000
1960
      0000000000008000000000000000000000000000000000000000000000000000
1961
      0000000000008000000000000000000000000000000000000000000000000000
1962
      0000000000000000000000000000000000000000000000000000000000000000
1963
      0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
1964
      FF00FFFFFF00FFFFFF00FFFFFF0080000000FFFFFF00FFFFFF00FFFFFF00FFFF
1965
      FF00800000008000000000000000000000000000000000808000808080000000
1966
      0000000000000000000000000000000000000000000000000000000000008080
1967
      8000808080000000000000000000000000000000000000000000800000000000
1968
      0000000000000000000080000000800000000000000000000000000000000000
1969
      0000800000000000000000000000000000000000000000000000000000000000
1970
      0000000000000000000000000000000000000000000000000000000000000000
1971
      0000000000000000000000000000000000000000000000000000FFFFFF000000
1972
      000000000000FFFFFF0000000000800000008000000080000000800000008000
1973
      0000800000000000000000000000000000000000000080808000808080000000
1974
      0000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000000000008080
1975
      8000008080000000000000000000000000000000000000000000000000000000
1976
      0000000000000000000000000000000000008000000080000000800000008000
1977
      0000000000000000000000000000000000000000000000000000000000000000
1978
      0000000000000000000000000000000000000000000000000000000000000000
1979
      0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
1980
      FF00FFFFFF00FFFFFF0000000000FFFFFF000000000000000000000000000000
1981
      0000000000000000000000000000000000000000000000808000808080000080
1982
      80000000000000FFFF00000000000000000000FFFF0000000000808080000080
1983
      8000808080000000000000000000000000000000000000000000000000000000
1984
      0000000000000000000000000000000000000000000000000000000000000000
1985
      0000000000000000000000000000000000000000000000000000000000000000
1986
      0000000000000000000000000000000000000000000000000000000000000000
1987
      0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
1988
      FF00FFFFFF00FFFFFF0000000000000000000000000000000000000000000000
1989
      0000000000000000000000000000000000000000000000000000000000000000
1990
      0000000000000000000000FFFF0000FFFF000000000000000000000000000000
1991
      0000000000000000000000000000000000000000000000000000000000000000
1992
      0000000000000000000000000000000000000000000000000000000000000000
1993
      0000000000000000000000000000000000000000000000000000000000000000
1994
      0000000000000000000000000000000000000000000000000000000000000000
1995
      0000000000000000000000000000000000000000000000000000000000000000
1996
      0000000000000000000000000000000000000000000000000000000000000000
1997
      0000000000000000000000000000000000000000000000000000000000000000
1998
      0000000000000000000000000000000000000000000000000000000000000000
1999
      0000000000000000000000000000000000000000000000000000000000000000
2000
      0000000000000000000000000000000000000000000000000000000000000000
2001
      0000000000000000000000000000000000000000000000000000000000000000
2002
      0000000000000000000000000000000000000000000000000000000000000000
2003
      0000000000000000000000000000000000000000000000000000000000000000
2004
      0000000000000000000000000000000000000000000000000000000000000000
2005
      0000000000000000000000000000000000000000000000000000000000000000
2006
      0000000000000000000000000000000000000000000000000000000000000000
2007
      0000000000000000000000000000000000000000000000000000000000000000
2008
      0000000000000000000000000000000000000000000000000000000000000000
2009
      000000000000000000000000000000000000424D3E000000000000003E000000
2010
      2800000040000000500000000100010000000000800200000000000000000000
2011
      000000000000000000000000FFFFFF00FFFFFC00000000008003FC0000000000
2012
      8003FC00000000008003FC00000000008003E000000000008003E00000000000
2013
      8003E000000000008003E0070000000080038007000000008003800700000000
2014
      80038007000000008003801F000000008003801F000000008003801F00000000
2015
      FFFF801F00000000FFFFFFFF00000000FFF3FFFFFFFFFFFFFFE1FF3FC0078003
2016
      FFC1FE3F80038003FF83C07F00018003F00780F700018003C00F00E700018003
2017
      801F00C100008003801F00E600008003000F00F680008003000F81FEC0008003
2018
      000FC3BFE0018003000FFFB7E0078003801FFFB3F0078003801FFFC1F0038003
2019
      C03FFFF3F803FFFFF0FFFFF7FFFFFFFFFFFFFFFFFFFFFFFFC001000C000FF9FF
2020
      80010008000FF9FF80010001000FF3C780010003000F73C780010003000F27FF
2021
      80010003000F07C780010003000F00C780010003000F01E380010007000403F1
2022
      8001000F000006388001000F00000E388001000FF8001E388001001FFC003F01
2023
      8001003FFE047F83FFFF007FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
2024
      FFFFEFFDC007001FFFFFC7FFC007000FFFFFC3FBC0070007EFFFE3F7C0070003
2025
      EF83F1E7C0070001DFC3F8CFC0070000DFE3FC1FC007001FDFD3FE3FC007001F
2026
      EF3BFC1FC007001FF0FFF8CFC0078FF1FFFFE1E7C00FFFF9FFFFC3F3C01FFF75
2027
      FFFFC7FDC03FFF8FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9FFFFFFFC00FFFF
2028
      F6CFFE008000FFFFF6B7FE000000FFFFF6B7FE000000FFFFF8B780000000FFF7
2029
      FE8F80000001C1F7FE3F80000003C3FBFF7F80000003C7FBFE3F80010003CBFB
2030
      FEBF80030003DCF7FC9F80070003FF0FFDDF807F0003FFFFFDDF80FF8007FFFF
2031
      FDDF81FFF87FFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000
2032
      000000000000}
2033
  end
2034
  object GLScene1: TGLScene
2035
    Left = 288
2036
    Top = 10
2037
    object CameraCube: TGLDummyCube
2038
      ShowAxes = True
2039
      Visible = False
2040
      CubeSize = 1.000000000000000000
2041
      EdgeColor.Color = {CDCC0C3FD7A3F03E295C0F3E0000803F}
2042
      object Camera: TGLCamera
2043
        DepthOfView = 1000.000000000000000000
2044
        FocalLength = 250.000000000000000000
2045
        NearPlaneBias = 0.009999999776482582
2046
        TargetObject = CameraCube
2047
        Position.Coordinates = {00004842000048420000F0410000803F}
2048
        object GLLightSource1: TGLLightSource
2049
          ConstAttenuation = 1.000000000000000000
2050
          LightStyle = lsOmni
2051
          SpotCutOff = 180.000000000000000000
2052
        end
2053
      end
2054
    end
2055
    object ObjectsCube: TGLDummyCube
2056
      Position.Coordinates = {000000000000803F000000000000803F}
2057
      CubeSize = 1.000000000000000000
2058
      EdgeColor.Color = {0000803F00000000000000000000803F}
2059
      object GLHUDText1: TGLHUDText
2060
        Position.Coordinates = {0000804000000000000000000000803F}
2061
        BitmapFont = GLWindowsBitmapFont1
2062
        Rotation = 0.000000000000000000
2063
        ModulateColor.Color = {EC51B83ECDCC4C3EEC51B83D0000803F}
2064
      end
2065
      object ArrowZ: TGLArrowLine
2066
        Material.FrontProperties.Emission.Color = {00000000000000000000803F0000803F}
2067
        Position.Coordinates = {0000000000000000000000400000803F}
2068
        BottomRadius = 0.050000000745058060
2069
        Height = 4.000000000000000000
2070
        TopRadius = 0.050000000745058060
2071
        TopArrowHeadHeight = 0.500000000000000000
2072
        TopArrowHeadRadius = 0.100000001490116100
2073
        BottomArrowHeadHeight = 0.500000000000000000
2074
        BottomArrowHeadRadius = 0.200000002980232200
2075
      end
2076
      object ArrowY: TGLArrowLine
2077
        Material.FrontProperties.Emission.Color = {000000000000003F000000000000803F}
2078
        Direction.Coordinates = {000000000000803F0000000000000000}
2079
        Position.Coordinates = {0000000000000040000000000000803F}
2080
        Up.Coordinates = {00000000000000000000803F00000000}
2081
        BottomRadius = 0.050000000745058060
2082
        Height = 4.000000000000000000
2083
        TopRadius = 0.050000000745058060
2084
        TopArrowHeadHeight = 0.500000000000000000
2085
        TopArrowHeadRadius = 0.100000001490116100
2086
        BottomArrowHeadHeight = 0.500000000000000000
2087
        BottomArrowHeadRadius = 0.200000002980232200
2088
      end
2089
      object ArrowX: TGLArrowLine
2090
        Material.FrontProperties.Emission.Color = {0000803F00000000000000000000803F}
2091
        Direction.Coordinates = {0000803F000000000000000000000000}
2092
        Position.Coordinates = {0000004000000000000000000000803F}
2093
        BottomRadius = 0.050000000745058060
2094
        Height = 4.000000000000000000
2095
        TopRadius = 0.050000000745058060
2096
        TopArrowHeadHeight = 0.500000000000000000
2097
        TopArrowHeadRadius = 0.100000001490116100
2098
        BottomArrowHeadHeight = 0.500000000000000000
2099
        BottomArrowHeadRadius = 0.200000002980232200
2100
      end
2101
      object GLXYZGridXZ: TGLXYZGrid
2102
        LineColor.Color = {B1A8A83EB1A8A83EB1A8A83E0000803F}
2103
        XSamplingScale.Min = -10.000000000000000000
2104
        XSamplingScale.Max = 10.000000000000000000
2105
        XSamplingScale.Step = 1.000000000000000000
2106
        YSamplingScale.Step = 1.000000000000000000
2107
        ZSamplingScale.Min = -10.000000000000000000
2108
        ZSamplingScale.Max = 10.000000000000000000
2109
        ZSamplingScale.Step = 1.000000000000000000
2110
        Parts = [gpX, gpZ]
2111
      end
2112
      object CubeL0L1L2: TGLCube
2113
        Visible = False
2114
      end
2115
      object GLRenderPoint1: TGLRenderPoint
2116
      end
2117
      object GLSuperellipsoid1: TGLSuperellipsoid
2118
        Position.Coordinates = {00004040000000400000A0400000803F}
2119
        Radius = 0.500000000000000000
2120
        VCurve = 1.000000000000000000
2121
        HCurve = 1.000000000000000000
2122
      end
2123
      object GLSuperellipsoid2: TGLSuperellipsoid
2124
        Material.BackProperties.Emission.Color = {EBE0E03EE4DB5B3F9A93133F0000803F}
2125
        Material.FrontProperties.Emission.Color = {BEBEBE3E999F1F3F999F1F3F0000803F}
2126
        Position.Coordinates = {000000C0000000C0000000C00000803F}
2127
        Radius = 3.000000000000000000
2128
        VCurve = 1.000000000000000000
2129
        HCurve = 1.000000000000000000
2130
      end
2131
    end
2132
  end
2133
  object GLWindowsBitmapFont1: TGLWindowsBitmapFont
2134
    Font.Charset = ANSI_CHARSET
2135
    Font.Color = clBlue
2136
    Font.Height = -16
2137
    Font.Name = 'Calibri'
2138
    Font.Style = []
2139
    Ranges = <
2140
      item
2141
        StartASCII = ' '
2142
        StopASCII = #176
2143
        StartGlyphIdx = 0
2144
      end>
2145
    Left = 368
2146
    Top = 2
2147
  end
2148
end
2149

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

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

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

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