MathgeomGLS

Форк
0
/
faGridOptions.dfm 
1111 строк · 25.8 Кб
1
object FormGridOptions: TFormGridOptions
2
  Left = 0
3
  Top = 0
4
  Margins.Left = 5
5
  Margins.Top = 5
6
  Margins.Right = 5
7
  Margins.Bottom = 5
8
  BorderIcons = [biSystemMenu]
9
  BorderStyle = bsDialog
10
  ClientHeight = 614
11
  ClientWidth = 574
12
  Color = clBtnFace
13
  Font.Charset = DEFAULT_CHARSET
14
  Font.Color = clWindowText
15
  Font.Height = -19
16
  Font.Name = 'Tahoma'
17
  Font.Style = []
18
  PixelsPerInch = 168
19
  DesignSize = (
20
    574
21
    614)
22
  TextHeight = 23
23
  object GroupBoxXY: TGroupBox
24
    Left = 7
25
    Top = 4
26
    Width = 546
27
    Height = 141
28
    Margins.Left = 5
29
    Margins.Top = 5
30
    Margins.Right = 5
31
    Margins.Bottom = 5
32
    Anchors = [akTop, akRight]
33
    Caption = '  X, Y '#1088#1072#1084#1082#1080' '#1075#1088#1080#1076#1072
34
    ParentShowHint = False
35
    ShowHint = True
36
    TabOrder = 0
37
    object Label7: TLabel
38
      Left = 72
39
      Top = 26
40
      Width = 81
41
      Height = 23
42
      Margins.Left = 5
43
      Margins.Top = 5
44
      Margins.Right = 5
45
      Margins.Bottom = 5
46
      Caption = #1052#1080#1085#1080#1084#1091#1084
47
      Font.Charset = ANSI_CHARSET
48
      Font.Color = clBlack
49
      Font.Height = -19
50
      Font.Name = 'Tahoma'
51
      Font.Style = []
52
      ParentFont = False
53
    end
54
    object Label8: TLabel
55
      Left = 186
56
      Top = 26
57
      Width = 87
58
      Height = 23
59
      Margins.Left = 5
60
      Margins.Top = 5
61
      Margins.Right = 5
62
      Margins.Bottom = 5
63
      Caption = #1052#1072#1082#1089#1080#1084#1091#1084
64
      Font.Charset = ANSI_CHARSET
65
      Font.Color = clBlack
66
      Font.Height = -19
67
      Font.Name = 'Tahoma'
68
      Font.Style = []
69
      ParentFont = False
70
    end
71
    object Label9: TLabel
72
      Left = 291
73
      Top = 26
74
      Width = 96
75
      Height = 23
76
      Margins.Left = 5
77
      Margins.Top = 5
78
      Margins.Right = 5
79
      Margins.Bottom = 5
80
      Alignment = taRightJustify
81
      Caption = #1048#1085#1082#1088#1077#1084#1077#1085#1090
82
      Font.Charset = ANSI_CHARSET
83
      Font.Color = clBlack
84
      Font.Height = -19
85
      Font.Name = 'Tahoma'
86
      Font.Style = []
87
      ParentFont = False
88
    end
89
    object Label11: TLabel
90
      Left = -4
91
      Top = 54
92
      Width = 36
93
      Height = 23
94
      Margins.Left = 5
95
      Margins.Top = 5
96
      Margins.Right = 5
97
      Margins.Bottom = 5
98
      Alignment = taRightJustify
99
      AutoSize = False
100
      Caption = 'x :'
101
      Font.Charset = ANSI_CHARSET
102
      Font.Color = clBlack
103
      Font.Height = -19
104
      Font.Name = 'Tahoma'
105
      Font.Style = []
106
      ParentFont = False
107
    end
108
    object Label12: TLabel
109
      Left = -4
110
      Top = 93
111
      Width = 36
112
      Height = 23
113
      Margins.Left = 5
114
      Margins.Top = 5
115
      Margins.Right = 5
116
      Margins.Bottom = 5
117
      Alignment = taRightJustify
118
      AutoSize = False
119
      Caption = 'y :'
120
      Font.Charset = ANSI_CHARSET
121
      Font.Color = clBlack
122
      Font.Height = -19
123
      Font.Name = 'Tahoma'
124
      Font.Style = []
125
      ParentFont = False
126
    end
127
    object Label10: TLabel
128
      Left = 424
129
      Top = 26
130
      Width = 115
131
      Height = 23
132
      Margins.Left = 5
133
      Margins.Top = 5
134
      Margins.Right = 5
135
      Margins.Bottom = 5
136
      Caption = #1055#1086#1079#1080#1094#1080#1103' ( z )'
137
    end
138
    object EditxyGridMinx: TEdit
139
      Left = 37
140
      Top = 51
141
      Width = 128
142
      Height = 31
143
      Margins.Left = 5
144
      Margins.Top = 5
145
      Margins.Right = 5
146
      Margins.Bottom = 5
147
      Font.Charset = ANSI_CHARSET
148
      Font.Color = clBlack
149
      Font.Height = -19
150
      Font.Name = 'Tahoma'
151
      Font.Style = []
152
      ParentFont = False
153
      TabOrder = 0
154
      OnChange = EditxyGridMinxChange
155
      OnKeyPress = FloatKeyPress
156
    end
157
    object EditxyGridMaxx: TEdit
158
      Left = 161
159
      Top = 51
160
      Width = 128
161
      Height = 31
162
      Margins.Left = 5
163
      Margins.Top = 5
164
      Margins.Right = 5
165
      Margins.Bottom = 5
166
      Font.Charset = ANSI_CHARSET
167
      Font.Color = clBlack
168
      Font.Height = -19
169
      Font.Name = 'Tahoma'
170
      Font.Style = []
171
      ParentFont = False
172
      TabOrder = 1
173
      OnChange = EditxyGridMaxxChange
174
      OnKeyPress = FloatKeyPress
175
    end
176
    object EditxyGridStpx: TEdit
177
      Left = 287
178
      Top = 51
179
      Width = 128
180
      Height = 31
181
      Margins.Left = 5
182
      Margins.Top = 5
183
      Margins.Right = 5
184
      Margins.Bottom = 5
185
      Font.Charset = ANSI_CHARSET
186
      Font.Color = clBlack
187
      Font.Height = -19
188
      Font.Name = 'Tahoma'
189
      Font.Style = []
190
      ParentFont = False
191
      TabOrder = 2
192
      OnChange = EditxyGridStpxChange
193
      OnKeyPress = PositiveKeyPress
194
    end
195
    object EditxyGridMiny: TEdit
196
      Left = 37
197
      Top = 89
198
      Width = 128
199
      Height = 31
200
      Margins.Left = 5
201
      Margins.Top = 5
202
      Margins.Right = 5
203
      Margins.Bottom = 5
204
      Font.Charset = ANSI_CHARSET
205
      Font.Color = clBlack
206
      Font.Height = -19
207
      Font.Name = 'Tahoma'
208
      Font.Style = []
209
      ParentFont = False
210
      TabOrder = 4
211
      OnChange = EditxyGridMinyChange
212
      OnKeyPress = FloatKeyPress
213
    end
214
    object EditxyGridMaxy: TEdit
215
      Left = 161
216
      Top = 89
217
      Width = 128
218
      Height = 31
219
      Margins.Left = 5
220
      Margins.Top = 5
221
      Margins.Right = 5
222
      Margins.Bottom = 5
223
      Font.Charset = ANSI_CHARSET
224
      Font.Color = clBlack
225
      Font.Height = -19
226
      Font.Name = 'Tahoma'
227
      Font.Style = []
228
      ParentFont = False
229
      TabOrder = 5
230
      OnChange = EditxyGridMaxyChange
231
      OnKeyPress = FloatKeyPress
232
    end
233
    object EditxyGridStpy: TEdit
234
      Left = 287
235
      Top = 89
236
      Width = 128
237
      Height = 31
238
      Margins.Left = 5
239
      Margins.Top = 5
240
      Margins.Right = 5
241
      Margins.Bottom = 5
242
      Font.Charset = ANSI_CHARSET
243
      Font.Color = clBlack
244
      Font.Height = -19
245
      Font.Name = 'Tahoma'
246
      Font.Style = []
247
      ParentFont = False
248
      TabOrder = 6
249
      OnChange = EditxyGridStpyChange
250
      OnKeyPress = PositiveKeyPress
251
    end
252
    object EditxyGridPosz: TEdit
253
      Left = 413
254
      Top = 51
255
      Width = 128
256
      Height = 31
257
      Margins.Left = 5
258
      Margins.Top = 5
259
      Margins.Right = 5
260
      Margins.Bottom = 5
261
      Font.Charset = ANSI_CHARSET
262
      Font.Color = clBlack
263
      Font.Height = -19
264
      Font.Name = 'Tahoma'
265
      Font.Style = []
266
      ParentFont = False
267
      TabOrder = 3
268
      OnChange = EditxyGridPoszChange
269
      OnKeyPress = FloatKeyPress
270
    end
271
    object xyLock: TCheckBox
272
      Left = 422
273
      Top = 93
274
      Width = 115
275
      Height = 30
276
      Cursor = crHandPoint
277
      Margins.Left = 5
278
      Margins.Top = 5
279
      Margins.Right = 5
280
      Margins.Bottom = 5
281
      Caption = 'Lock x,y'
282
      Checked = True
283
      Font.Charset = ANSI_CHARSET
284
      Font.Color = clMaroon
285
      Font.Height = -19
286
      Font.Name = 'Tahoma'
287
      Font.Style = [fsBold]
288
      ParentFont = False
289
      State = cbChecked
290
      TabOrder = 7
291
      OnClick = xyLockClick
292
    end
293
  end
294
  object GroupBoxXZ: TGroupBox
295
    Left = 7
296
    Top = 147
297
    Width = 546
298
    Height = 142
299
    Margins.Left = 5
300
    Margins.Top = 5
301
    Margins.Right = 5
302
    Margins.Bottom = 5
303
    Anchors = [akTop, akRight]
304
    Caption = '  X, Z '#1088#1072#1084#1082#1080' '#1075#1088#1080#1076#1072
305
    ParentShowHint = False
306
    ShowHint = True
307
    TabOrder = 1
308
    object Label13: TLabel
309
      Left = 72
310
      Top = 26
311
      Width = 81
312
      Height = 23
313
      Margins.Left = 5
314
      Margins.Top = 5
315
      Margins.Right = 5
316
      Margins.Bottom = 5
317
      Caption = #1052#1080#1085#1080#1084#1091#1084
318
      Font.Charset = ANSI_CHARSET
319
      Font.Color = clBlack
320
      Font.Height = -19
321
      Font.Name = 'Tahoma'
322
      Font.Style = []
323
      ParentFont = False
324
    end
325
    object Label18: TLabel
326
      Left = 186
327
      Top = 26
328
      Width = 87
329
      Height = 23
330
      Margins.Left = 5
331
      Margins.Top = 5
332
      Margins.Right = 5
333
      Margins.Bottom = 5
334
      Caption = #1052#1072#1082#1089#1080#1084#1091#1084
335
      Font.Charset = ANSI_CHARSET
336
      Font.Color = clBlack
337
      Font.Height = -19
338
      Font.Name = 'Tahoma'
339
      Font.Style = []
340
      ParentFont = False
341
    end
342
    object Label20: TLabel
343
      Left = 291
344
      Top = 26
345
      Width = 96
346
      Height = 23
347
      Margins.Left = 5
348
      Margins.Top = 5
349
      Margins.Right = 5
350
      Margins.Bottom = 5
351
      Alignment = taRightJustify
352
      Caption = #1048#1085#1082#1088#1077#1084#1077#1085#1090
353
      Font.Charset = ANSI_CHARSET
354
      Font.Color = clBlack
355
      Font.Height = -19
356
      Font.Name = 'Tahoma'
357
      Font.Style = []
358
      ParentFont = False
359
    end
360
    object Label21: TLabel
361
      Left = -4
362
      Top = 54
363
      Width = 36
364
      Height = 23
365
      Margins.Left = 5
366
      Margins.Top = 5
367
      Margins.Right = 5
368
      Margins.Bottom = 5
369
      Alignment = taRightJustify
370
      AutoSize = False
371
      Caption = 'x :'
372
      Font.Charset = ANSI_CHARSET
373
      Font.Color = clBlack
374
      Font.Height = -19
375
      Font.Name = 'Tahoma'
376
      Font.Style = []
377
      ParentFont = False
378
    end
379
    object Label22: TLabel
380
      Left = -4
381
      Top = 93
382
      Width = 36
383
      Height = 23
384
      Margins.Left = 5
385
      Margins.Top = 5
386
      Margins.Right = 5
387
      Margins.Bottom = 5
388
      Alignment = taRightJustify
389
      AutoSize = False
390
      Caption = 'z :'
391
      Font.Charset = ANSI_CHARSET
392
      Font.Color = clBlack
393
      Font.Height = -19
394
      Font.Name = 'Tahoma'
395
      Font.Style = []
396
      ParentFont = False
397
    end
398
    object Label23: TLabel
399
      Left = 424
400
      Top = 26
401
      Width = 116
402
      Height = 23
403
      Margins.Left = 5
404
      Margins.Top = 5
405
      Margins.Right = 5
406
      Margins.Bottom = 5
407
      Caption = #1055#1086#1079#1080#1094#1080#1103' ( y )'
408
    end
409
    object EditxzGridMinx: TEdit
410
      Left = 37
411
      Top = 51
412
      Width = 128
413
      Height = 31
414
      Margins.Left = 5
415
      Margins.Top = 5
416
      Margins.Right = 5
417
      Margins.Bottom = 5
418
      Font.Charset = ANSI_CHARSET
419
      Font.Color = clBlack
420
      Font.Height = -19
421
      Font.Name = 'Tahoma'
422
      Font.Style = []
423
      ParentFont = False
424
      TabOrder = 0
425
      OnChange = EditxzGridMinxChange
426
      OnKeyPress = FloatKeyPress
427
    end
428
    object EditxzGridMaxx: TEdit
429
      Left = 161
430
      Top = 51
431
      Width = 128
432
      Height = 31
433
      Margins.Left = 5
434
      Margins.Top = 5
435
      Margins.Right = 5
436
      Margins.Bottom = 5
437
      Font.Charset = ANSI_CHARSET
438
      Font.Color = clBlack
439
      Font.Height = -19
440
      Font.Name = 'Tahoma'
441
      Font.Style = []
442
      ParentFont = False
443
      TabOrder = 1
444
      OnChange = EditxzGridMaxxChange
445
      OnKeyPress = FloatKeyPress
446
    end
447
    object EditxzGridStpx: TEdit
448
      Left = 287
449
      Top = 51
450
      Width = 128
451
      Height = 31
452
      Margins.Left = 5
453
      Margins.Top = 5
454
      Margins.Right = 5
455
      Margins.Bottom = 5
456
      Font.Charset = ANSI_CHARSET
457
      Font.Color = clBlack
458
      Font.Height = -19
459
      Font.Name = 'Tahoma'
460
      Font.Style = []
461
      ParentFont = False
462
      TabOrder = 2
463
      OnChange = EditxzGridStpxChange
464
      OnExit = EditxzGridStpxExit
465
      OnKeyPress = PositiveKeyPress
466
    end
467
    object EditxzGridMinz: TEdit
468
      Left = 37
469
      Top = 89
470
      Width = 128
471
      Height = 31
472
      Margins.Left = 5
473
      Margins.Top = 5
474
      Margins.Right = 5
475
      Margins.Bottom = 5
476
      Font.Charset = ANSI_CHARSET
477
      Font.Color = clBlack
478
      Font.Height = -19
479
      Font.Name = 'Tahoma'
480
      Font.Style = []
481
      ParentFont = False
482
      TabOrder = 4
483
      OnChange = EditxzGridMinzChange
484
      OnKeyPress = FloatKeyPress
485
    end
486
    object EditxzGridMaxz: TEdit
487
      Left = 161
488
      Top = 89
489
      Width = 128
490
      Height = 31
491
      Margins.Left = 5
492
      Margins.Top = 5
493
      Margins.Right = 5
494
      Margins.Bottom = 5
495
      Font.Charset = ANSI_CHARSET
496
      Font.Color = clBlack
497
      Font.Height = -19
498
      Font.Name = 'Tahoma'
499
      Font.Style = []
500
      ParentFont = False
501
      TabOrder = 5
502
      OnChange = EditxzGridMaxzChange
503
      OnKeyPress = FloatKeyPress
504
    end
505
    object EditxzGridStpz: TEdit
506
      Left = 287
507
      Top = 89
508
      Width = 128
509
      Height = 31
510
      Margins.Left = 5
511
      Margins.Top = 5
512
      Margins.Right = 5
513
      Margins.Bottom = 5
514
      Font.Charset = ANSI_CHARSET
515
      Font.Color = clBlack
516
      Font.Height = -19
517
      Font.Name = 'Tahoma'
518
      Font.Style = []
519
      ParentFont = False
520
      TabOrder = 6
521
      OnChange = EditxzGridStpzChange
522
      OnKeyPress = PositiveKeyPress
523
    end
524
    object EditxzGridPosy: TEdit
525
      Left = 413
526
      Top = 51
527
      Width = 128
528
      Height = 31
529
      Margins.Left = 5
530
      Margins.Top = 5
531
      Margins.Right = 5
532
      Margins.Bottom = 5
533
      Font.Charset = ANSI_CHARSET
534
      Font.Color = clBlack
535
      Font.Height = -19
536
      Font.Name = 'Tahoma'
537
      Font.Style = []
538
      ParentFont = False
539
      TabOrder = 3
540
      OnChange = EditxzGridPosyChange
541
      OnKeyPress = FloatKeyPress
542
    end
543
    object zLock: TCheckBox
544
      Left = 422
545
      Top = 98
546
      Width = 115
547
      Height = 30
548
      Cursor = crHandPoint
549
      Margins.Left = 5
550
      Margins.Top = 5
551
      Margins.Right = 5
552
      Margins.Bottom = 5
553
      Caption = 'Lock z'
554
      Checked = True
555
      Font.Charset = ANSI_CHARSET
556
      Font.Color = clMaroon
557
      Font.Height = -19
558
      Font.Name = 'Tahoma'
559
      Font.Style = [fsBold]
560
      ParentFont = False
561
      State = cbChecked
562
      TabOrder = 7
563
      OnClick = zLockClick
564
    end
565
  end
566
  object GroupBoxYZ: TGroupBox
567
    Left = 7
568
    Top = 291
569
    Width = 546
570
    Height = 141
571
    Margins.Left = 5
572
    Margins.Top = 5
573
    Margins.Right = 5
574
    Margins.Bottom = 5
575
    Anchors = [akTop, akRight]
576
    Caption = '  Y, Z '#1088#1072#1084#1082#1080' '#1075#1088#1080#1076#1072
577
    ParentShowHint = False
578
    ShowHint = True
579
    TabOrder = 2
580
    object Label24: TLabel
581
      Left = 72
582
      Top = 26
583
      Width = 81
584
      Height = 23
585
      Margins.Left = 5
586
      Margins.Top = 5
587
      Margins.Right = 5
588
      Margins.Bottom = 5
589
      Caption = #1052#1080#1085#1080#1084#1091#1084
590
      Font.Charset = ANSI_CHARSET
591
      Font.Color = clBlack
592
      Font.Height = -19
593
      Font.Name = 'Tahoma'
594
      Font.Style = []
595
      ParentFont = False
596
    end
597
    object Label25: TLabel
598
      Left = 186
599
      Top = 26
600
      Width = 87
601
      Height = 23
602
      Margins.Left = 5
603
      Margins.Top = 5
604
      Margins.Right = 5
605
      Margins.Bottom = 5
606
      Caption = #1052#1072#1082#1089#1080#1084#1091#1084
607
      Font.Charset = ANSI_CHARSET
608
      Font.Color = clBlack
609
      Font.Height = -19
610
      Font.Name = 'Tahoma'
611
      Font.Style = []
612
      ParentFont = False
613
    end
614
    object Label26: TLabel
615
      Left = 291
616
      Top = 26
617
      Width = 96
618
      Height = 23
619
      Margins.Left = 5
620
      Margins.Top = 5
621
      Margins.Right = 5
622
      Margins.Bottom = 5
623
      Alignment = taRightJustify
624
      Caption = #1048#1085#1082#1088#1077#1084#1077#1085#1090
625
      Font.Charset = ANSI_CHARSET
626
      Font.Color = clBlack
627
      Font.Height = -19
628
      Font.Name = 'Tahoma'
629
      Font.Style = []
630
      ParentFont = False
631
    end
632
    object Label27: TLabel
633
      Left = -2
634
      Top = 56
635
      Width = 35
636
      Height = 23
637
      Margins.Left = 5
638
      Margins.Top = 5
639
      Margins.Right = 5
640
      Margins.Bottom = 5
641
      Alignment = taRightJustify
642
      AutoSize = False
643
      Caption = 'y :'
644
      Font.Charset = ANSI_CHARSET
645
      Font.Color = clBlack
646
      Font.Height = -19
647
      Font.Name = 'Tahoma'
648
      Font.Style = []
649
      ParentFont = False
650
    end
651
    object Label28: TLabel
652
      Left = -4
653
      Top = 93
654
      Width = 36
655
      Height = 23
656
      Margins.Left = 5
657
      Margins.Top = 5
658
      Margins.Right = 5
659
      Margins.Bottom = 5
660
      Alignment = taRightJustify
661
      AutoSize = False
662
      Caption = 'z :'
663
      Font.Charset = ANSI_CHARSET
664
      Font.Color = clBlack
665
      Font.Height = -19
666
      Font.Name = 'Tahoma'
667
      Font.Style = []
668
      ParentFont = False
669
    end
670
    object Label29: TLabel
671
      Left = 424
672
      Top = 26
673
      Width = 116
674
      Height = 23
675
      Margins.Left = 5
676
      Margins.Top = 5
677
      Margins.Right = 5
678
      Margins.Bottom = 5
679
      Caption = #1055#1086#1079#1080#1094#1080#1103' ( x )'
680
    end
681
    object EdityzGridMiny: TEdit
682
      Left = 37
683
      Top = 51
684
      Width = 128
685
      Height = 31
686
      Margins.Left = 5
687
      Margins.Top = 5
688
      Margins.Right = 5
689
      Margins.Bottom = 5
690
      Font.Charset = ANSI_CHARSET
691
      Font.Color = clBlack
692
      Font.Height = -19
693
      Font.Name = 'Tahoma'
694
      Font.Style = []
695
      ParentFont = False
696
      TabOrder = 0
697
      OnChange = EdityzGridMinyChange
698
      OnKeyPress = FloatKeyPress
699
    end
700
    object EdityzGridMaxy: TEdit
701
      Left = 161
702
      Top = 51
703
      Width = 128
704
      Height = 31
705
      Margins.Left = 5
706
      Margins.Top = 5
707
      Margins.Right = 5
708
      Margins.Bottom = 5
709
      Font.Charset = ANSI_CHARSET
710
      Font.Color = clBlack
711
      Font.Height = -19
712
      Font.Name = 'Tahoma'
713
      Font.Style = []
714
      ParentFont = False
715
      TabOrder = 1
716
      OnChange = EdityzGridMaxyChange
717
      OnKeyPress = FloatKeyPress
718
    end
719
    object EdityzGridStpy: TEdit
720
      Left = 287
721
      Top = 51
722
      Width = 128
723
      Height = 31
724
      Margins.Left = 5
725
      Margins.Top = 5
726
      Margins.Right = 5
727
      Margins.Bottom = 5
728
      Font.Charset = ANSI_CHARSET
729
      Font.Color = clBlack
730
      Font.Height = -19
731
      Font.Name = 'Tahoma'
732
      Font.Style = []
733
      ParentFont = False
734
      TabOrder = 2
735
      OnChange = EdityzGridStpyChange
736
      OnExit = EdityzGridStpyExit
737
      OnKeyPress = PositiveKeyPress
738
    end
739
    object EdityzGridMinz: TEdit
740
      Left = 37
741
      Top = 89
742
      Width = 128
743
      Height = 31
744
      Margins.Left = 5
745
      Margins.Top = 5
746
      Margins.Right = 5
747
      Margins.Bottom = 5
748
      Font.Charset = ANSI_CHARSET
749
      Font.Color = clBlack
750
      Font.Height = -19
751
      Font.Name = 'Tahoma'
752
      Font.Style = []
753
      ParentFont = False
754
      TabOrder = 4
755
      OnChange = EdityzGridMinzChange
756
      OnKeyPress = FloatKeyPress
757
    end
758
    object EdityzGridMaxz: TEdit
759
      Left = 161
760
      Top = 89
761
      Width = 128
762
      Height = 31
763
      Margins.Left = 5
764
      Margins.Top = 5
765
      Margins.Right = 5
766
      Margins.Bottom = 5
767
      Font.Charset = ANSI_CHARSET
768
      Font.Color = clBlack
769
      Font.Height = -19
770
      Font.Name = 'Tahoma'
771
      Font.Style = []
772
      ParentFont = False
773
      TabOrder = 5
774
      OnChange = EdityzGridMaxzChange
775
      OnKeyPress = FloatKeyPress
776
    end
777
    object EdityzGridStpz: TEdit
778
      Left = 287
779
      Top = 89
780
      Width = 128
781
      Height = 31
782
      Margins.Left = 5
783
      Margins.Top = 5
784
      Margins.Right = 5
785
      Margins.Bottom = 5
786
      Font.Charset = ANSI_CHARSET
787
      Font.Color = clBlack
788
      Font.Height = -19
789
      Font.Name = 'Tahoma'
790
      Font.Style = []
791
      ParentFont = False
792
      TabOrder = 6
793
      OnChange = EdityzGridStpzChange
794
      OnExit = EdityzGridStpzExit
795
      OnKeyPress = PositiveKeyPress
796
    end
797
    object EdityzGridPosx: TEdit
798
      Left = 413
799
      Top = 51
800
      Width = 128
801
      Height = 31
802
      Margins.Left = 5
803
      Margins.Top = 5
804
      Margins.Right = 5
805
      Margins.Bottom = 5
806
      Font.Charset = ANSI_CHARSET
807
      Font.Color = clBlack
808
      Font.Height = -19
809
      Font.Name = 'Tahoma'
810
      Font.Style = []
811
      ParentFont = False
812
      TabOrder = 3
813
      OnChange = EdityzGridPosxChange
814
      OnKeyPress = FloatKeyPress
815
    end
816
    object MinLock: TCheckBox
817
      Left = 422
818
      Top = 93
819
      Width = 115
820
      Height = 30
821
      Cursor = crHandPoint
822
      Margins.Left = 5
823
      Margins.Top = 5
824
      Margins.Right = 5
825
      Margins.Bottom = 5
826
      Caption = 'Minimum'
827
      Checked = True
828
      Font.Charset = ANSI_CHARSET
829
      Font.Color = clMaroon
830
      Font.Height = -16
831
      Font.Name = 'Tahoma'
832
      Font.Style = [fsBold]
833
      ParentFont = False
834
      State = cbChecked
835
      TabOrder = 7
836
      OnClick = MinLockClick
837
    end
838
  end
839
  object GroupBoxOp: TGroupBox
840
    Left = 7
841
    Top = 431
842
    Width = 546
843
    Height = 173
844
    Margins.Left = 5
845
    Margins.Top = 5
846
    Margins.Right = 5
847
    Margins.Bottom = 5
848
    Anchors = [akTop, akRight]
849
    Caption = '  '#1054#1087#1094#1080#1080
850
    ParentShowHint = False
851
    ShowHint = True
852
    TabOrder = 3
853
    object Label14: TLabel
854
      Left = 7
855
      Top = 26
856
      Width = 63
857
      Height = 23
858
      Margins.Left = 5
859
      Margins.Top = 5
860
      Margins.Right = 5
861
      Margins.Bottom = 5
862
      AutoSize = False
863
      Caption = 'Show :'
864
    end
865
    object Label19: TLabel
866
      Left = 334
867
      Top = 70
868
      Width = 109
869
      Height = 23
870
      Margins.Left = 5
871
      Margins.Top = 5
872
      Margins.Right = 5
873
      Margins.Bottom = 5
874
      Caption = 'View Depth :'
875
      Font.Charset = ANSI_CHARSET
876
      Font.Color = clBlack
877
      Font.Height = -19
878
      Font.Name = 'Tahoma'
879
      Font.Style = []
880
      ParentFont = False
881
    end
882
    object Colors: TSpeedButton
883
      Left = 301
884
      Top = 112
885
      Width = 95
886
      Height = 37
887
      Cursor = crHandPoint
888
      Margins.Left = 5
889
      Margins.Top = 5
890
      Margins.Right = 5
891
      Margins.Bottom = 5
892
      Caption = '&'#1062#1074#1077#1090
893
      Flat = True
894
      Font.Charset = ANSI_CHARSET
895
      Font.Color = clMaroon
896
      Font.Height = -19
897
      Font.Name = 'Tahoma'
898
      Font.Style = [fsBold]
899
      NumGlyphs = 2
900
      ParentFont = False
901
      OnClick = ColorsClick
902
    end
903
    object Label1: TLabel
904
      Left = 7
905
      Top = 70
906
      Width = 71
907
      Height = 23
908
      Margins.Left = 5
909
      Margins.Top = 5
910
      Margins.Right = 5
911
      Margins.Bottom = 5
912
      Caption = 'Scale z :'
913
    end
914
    object Centre: TSpeedButton
915
      Left = 156
916
      Top = 112
917
      Width = 136
918
      Height = 37
919
      Cursor = crHandPoint
920
      Margins.Left = 5
921
      Margins.Top = 5
922
      Margins.Right = 5
923
      Margins.Bottom = 5
924
      Caption = 'Grids Centre '
925
      Flat = True
926
      Font.Charset = ANSI_CHARSET
927
      Font.Color = clMaroon
928
      Font.Height = -19
929
      Font.Name = 'Tahoma'
930
      Font.Style = [fsBold]
931
      NumGlyphs = 2
932
      ParentFont = False
933
      OnClick = CentreClick
934
    end
935
    object Label4: TLabel
936
      Left = 170
937
      Top = 70
938
      Width = 83
939
      Height = 23
940
      Margins.Left = 5
941
      Margins.Top = 5
942
      Margins.Right = 5
943
      Margins.Bottom = 5
944
      Caption = 'Box Line :'
945
      Font.Charset = ANSI_CHARSET
946
      Font.Color = clBlack
947
      Font.Height = -19
948
      Font.Name = 'Tahoma'
949
      Font.Style = []
950
      ParentFont = False
951
    end
952
    object PlotValues: TSpeedButton
953
      Left = 12
954
      Top = 112
955
      Width = 130
956
      Height = 37
957
      Cursor = crHandPoint
958
      Margins.Left = 5
959
      Margins.Top = 5
960
      Margins.Right = 5
961
      Margins.Bottom = 5
962
      Caption = 'Plot Values'
963
      Flat = True
964
      Font.Charset = ANSI_CHARSET
965
      Font.Color = clMaroon
966
      Font.Height = -19
967
      Font.Name = 'Tahoma'
968
      Font.Style = [fsBold]
969
      NumGlyphs = 2
970
      ParentFont = False
971
      OnClick = PlotValuesClick
972
    end
973
    object xyGridCB: TCheckBox
974
      Left = 72
975
      Top = 25
976
      Width = 96
977
      Height = 29
978
      Cursor = crHandPoint
979
      Margins.Left = 5
980
      Margins.Top = 5
981
      Margins.Right = 5
982
      Margins.Bottom = 5
983
      Caption = 'xy '#1075#1088#1080#1076
984
      TabOrder = 0
985
      OnClick = xyGridCBClick
986
    end
987
    object xzGridCB: TCheckBox
988
      Left = 182
989
      Top = 25
990
      Width = 96
991
      Height = 29
992
      Cursor = crHandPoint
993
      Margins.Left = 5
994
      Margins.Top = 5
995
      Margins.Right = 5
996
      Margins.Bottom = 5
997
      Caption = 'xz '#1075#1088#1080#1076
998
      TabOrder = 1
999
      OnClick = xzGridCBClick
1000
    end
1001
    object yzGridCB: TCheckBox
1002
      Left = 292
1003
      Top = 25
1004
      Width = 97
1005
      Height = 29
1006
      Cursor = crHandPoint
1007
      Margins.Left = 5
1008
      Margins.Top = 5
1009
      Margins.Right = 5
1010
      Margins.Bottom = 5
1011
      Caption = 'yz '#1075#1088#1080#1076
1012
      TabOrder = 2
1013
      OnClick = yzGridCBClick
1014
    end
1015
    object EditViewDepth: TEdit
1016
      Left = 445
1017
      Top = 65
1018
      Width = 91
1019
      Height = 31
1020
      Margins.Left = 5
1021
      Margins.Top = 5
1022
      Margins.Right = 5
1023
      Margins.Bottom = 5
1024
      Font.Charset = ANSI_CHARSET
1025
      Font.Color = clBlack
1026
      Font.Height = -19
1027
      Font.Name = 'Tahoma'
1028
      Font.Style = []
1029
      ParentFont = False
1030
      TabOrder = 6
1031
      Text = '10000'
1032
      OnChange = EditViewDepthChange
1033
      OnKeyPress = PositiveKeyPress
1034
    end
1035
    object EditzScale: TEdit
1036
      Left = 82
1037
      Top = 65
1038
      Width = 79
1039
      Height = 31
1040
      Margins.Left = 5
1041
      Margins.Top = 5
1042
      Margins.Right = 5
1043
      Margins.Bottom = 5
1044
      Font.Charset = ANSI_CHARSET
1045
      Font.Color = clBlack
1046
      Font.Height = -19
1047
      Font.Name = 'Tahoma'
1048
      Font.Style = []
1049
      ParentFont = False
1050
      TabOrder = 4
1051
      OnKeyPress = PositiveKeyPress
1052
      OnKeyUp = EditzScaleKeyUp
1053
    end
1054
    object BoxOutlineCB: TCheckBox
1055
      Left = 403
1056
      Top = 21
1057
      Width = 133
1058
      Height = 30
1059
      Cursor = crHandPoint
1060
      Margins.Left = 5
1061
      Margins.Top = 5
1062
      Margins.Right = 5
1063
      Margins.Bottom = 5
1064
      Caption = #1082#1086#1085#1090#1077#1081#1085#1077#1088
1065
      TabOrder = 3
1066
      OnClick = BoxOutlineCBClick
1067
    end
1068
    object EditBoxLnWidth: TEdit
1069
      Tag = 1
1070
      Left = 254
1071
      Top = 65
1072
      Width = 75
1073
      Height = 31
1074
      Margins.Left = 5
1075
      Margins.Top = 5
1076
      Margins.Right = 5
1077
      Margins.Bottom = 5
1078
      Font.Charset = ANSI_CHARSET
1079
      Font.Color = clBlack
1080
      Font.Height = -19
1081
      Font.Name = 'Tahoma'
1082
      Font.Style = []
1083
      ParentFont = False
1084
      TabOrder = 5
1085
      OnKeyPress = IntKeyPress
1086
      OnKeyUp = EditBoxLnWidthKeyUp
1087
    end
1088
    object BitBtn1: TBitBtn
1089
      Left = 403
1090
      Top = 107
1091
      Width = 131
1092
      Height = 51
1093
      Margins.Left = 5
1094
      Margins.Top = 5
1095
      Margins.Right = 5
1096
      Margins.Bottom = 5
1097
      Caption = '&'#1047#1072#1082#1088#1099#1090#1100
1098
      Glyph.Data = {
1099
        F6000000424DF600000000000000760000002800000010000000100000000100
1100
        040000000000800000000000000000000000100000001000000000000000FFFF
1101
        000000008400FF00FF0000FFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
1102
        FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00330000000000
1103
        0333330244444444033333022444444403333302224444440333330222044444
1104
        0333330222044444033333022204444403333302220444440333330222044444
1105
        0333330222044444033333022240444403333302220444440333330222044444
1106
        0333330212044444033333021104444403333300000000000333}
1107
      TabOrder = 7
1108
      OnClick = BitBtn1Click
1109
    end
1110
  end
1111
end
1112

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

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

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

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