MathgeomGLS

Форк
0
/
fDerivativeOptions.dfm 
784 строки · 22.2 Кб
1
object FormDerivatives: TFormDerivatives
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 = 651
11
  ClientWidth = 571
12
  Color = clBtnFace
13
  Font.Charset = DEFAULT_CHARSET
14
  Font.Color = clWindowText
15
  Font.Height = -19
16
  Font.Name = 'Tahoma'
17
  Font.Style = []
18
  FormStyle = fsStayOnTop
19
  OnCloseQuery = FormCloseQuery
20
  OnShow = FormShow
21
  PixelsPerInch = 168
22
  TextHeight = 23
23
  object GroupBox1: TGroupBox
24
    Left = 4
25
    Top = 5
26
    Width = 546
27
    Height = 641
28
    Margins.Left = 5
29
    Margins.Top = 5
30
    Margins.Right = 5
31
    Margins.Bottom = 5
32
    Caption = '  Plot Range  '
33
    ParentShowHint = False
34
    ShowHint = True
35
    TabOrder = 0
36
    DesignSize = (
37
      546
38
      641)
39
    object Label1: TLabel
40
      Left = 95
41
      Top = 26
42
      Width = 77
43
      Height = 23
44
      Margins.Left = 5
45
      Margins.Top = 5
46
      Margins.Right = 5
47
      Margins.Bottom = 5
48
      Caption = 'Minimum'
49
      Font.Charset = ANSI_CHARSET
50
      Font.Color = clBlack
51
      Font.Height = -19
52
      Font.Name = 'Tahoma'
53
      Font.Style = []
54
      ParentFont = False
55
    end
56
    object Label2: TLabel
57
      Left = 249
58
      Top = 26
59
      Width = 81
60
      Height = 23
61
      Margins.Left = 5
62
      Margins.Top = 5
63
      Margins.Right = 5
64
      Margins.Bottom = 5
65
      Caption = 'Maximum'
66
      Font.Charset = ANSI_CHARSET
67
      Font.Color = clBlack
68
      Font.Height = -19
69
      Font.Name = 'Tahoma'
70
      Font.Style = []
71
      ParentFont = False
72
    end
73
    object Label3: TLabel
74
      Left = 405
75
      Top = 26
76
      Width = 87
77
      Height = 23
78
      Margins.Left = 5
79
      Margins.Top = 5
80
      Margins.Right = 5
81
      Margins.Bottom = 5
82
      Alignment = taRightJustify
83
      Caption = 'Increment'
84
      Font.Charset = ANSI_CHARSET
85
      Font.Color = clBlack
86
      Font.Height = -19
87
      Font.Name = 'Tahoma'
88
      Font.Style = []
89
      ParentFont = False
90
    end
91
    object Label4: TLabel
92
      Left = 20
93
      Top = 54
94
      Width = 24
95
      Height = 23
96
      Margins.Left = 5
97
      Margins.Top = 5
98
      Margins.Right = 5
99
      Margins.Bottom = 5
100
      Alignment = taRightJustify
101
      Caption = 'X :'
102
      Font.Charset = ANSI_CHARSET
103
      Font.Color = clBlack
104
      Font.Height = -19
105
      Font.Name = 'Tahoma'
106
      Font.Style = []
107
      ParentFont = False
108
    end
109
    object Label5: TLabel
110
      Left = 20
111
      Top = 93
112
      Width = 24
113
      Height = 23
114
      Margins.Left = 5
115
      Margins.Top = 5
116
      Margins.Right = 5
117
      Margins.Bottom = 5
118
      Alignment = taRightJustify
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 Label6: TLabel
128
      Left = 5
129
      Top = 131
130
      Width = 35
131
      Height = 23
132
      Margins.Left = 5
133
      Margins.Top = 5
134
      Margins.Right = 5
135
      Margins.Bottom = 5
136
      Alignment = taRightJustify
137
      AutoSize = False
138
      Caption = 'Z :'
139
      Font.Charset = ANSI_CHARSET
140
      Font.Color = clBlack
141
      Font.Height = -19
142
      Font.Name = 'Tahoma'
143
      Font.Style = []
144
      ParentFont = False
145
    end
146
    object Label8: TLabel
147
      Left = 22
148
      Top = 224
149
      Width = 67
150
      Height = 23
151
      Margins.Left = 5
152
      Margins.Top = 5
153
      Margins.Right = 5
154
      Margins.Bottom = 5
155
      Alignment = taRightJustify
156
      Caption = 'Modes :'
157
    end
158
    object zCountLabel: TLabel
159
      Left = 12
160
      Top = 263
161
      Width = 520
162
      Height = 38
163
      Margins.Left = 5
164
      Margins.Top = 5
165
      Margins.Right = 5
166
      Margins.Bottom = 5
167
      Alignment = taCenter
168
      AutoSize = False
169
      Color = clWhite
170
      Font.Charset = DEFAULT_CHARSET
171
      Font.Color = clGreen
172
      Font.Height = -23
173
      Font.Name = 'Tahoma'
174
      Font.Style = [fsBold]
175
      ParentColor = False
176
      ParentFont = False
177
      Layout = tlCenter
178
    end
179
    object GridValues: TSpeedButton
180
      Left = 371
181
      Top = 172
182
      Width = 158
183
      Height = 38
184
      Cursor = crHandPoint
185
      Hint = 'Set Plot Range values to the function'#39's grid values'
186
      Margins.Left = 5
187
      Margins.Top = 5
188
      Margins.Right = 5
189
      Margins.Bottom = 5
190
      Caption = 'Grid Values'
191
      Flat = True
192
      Font.Charset = ANSI_CHARSET
193
      Font.Color = clMaroon
194
      Font.Height = -19
195
      Font.Name = 'Tahoma'
196
      Font.Style = [fsBold]
197
      NumGlyphs = 2
198
      ParentFont = False
199
      OnClick = GridValuesClick
200
      OnMouseUp = GridValuesMouseUp
201
    end
202
    object PlotValues: TSpeedButton
203
      Left = 371
204
      Top = 128
205
      Width = 158
206
      Height = 37
207
      Cursor = crHandPoint
208
      Hint = 'Set Plot Range values to the function'#39's plot values'
209
      Margins.Left = 5
210
      Margins.Top = 5
211
      Margins.Right = 5
212
      Margins.Bottom = 5
213
      Caption = 'Plot Values'
214
      Flat = True
215
      Font.Charset = ANSI_CHARSET
216
      Font.Color = clMaroon
217
      Font.Height = -19
218
      Font.Name = 'Tahoma'
219
      Font.Style = [fsBold]
220
      NumGlyphs = 2
221
      ParentFont = False
222
      OnClick = PlotValuesClick
223
      OnMouseUp = PlotValuesMouseUp
224
    end
225
    object Label7: TLabel
226
      Left = 16
227
      Top = 502
228
      Width = 98
229
      Height = 23
230
      Margins.Left = 5
231
      Margins.Top = 5
232
      Margins.Right = 5
233
      Margins.Bottom = 5
234
      Alignment = taRightJustify
235
      AutoSize = False
236
      Caption = 'Line width:'
237
    end
238
    object ColorButton: TSpeedButton
239
      Left = 317
240
      Top = 490
241
      Width = 175
242
      Height = 51
243
      Margins.Left = 5
244
      Margins.Top = 5
245
      Margins.Right = 5
246
      Margins.Bottom = 5
247
      Caption = 'Line Color...'
248
      Glyph.Data = {
249
        F6060000424DF606000000000000360000002800000018000000180000000100
250
        180000000000C00600000000000000000000000000000000000082C9F77FC8F7
251
        86CBF78CCEF792D0F898D3F89FD6F8A5D8F9AADBF9B1DDFAB7E0FABCE3FBC2E5
252
        FBC7E7FBCDE9FCD2ECFCD7EEFCDCF0FDE1F3FDE6F5FDE9F7FEEDF8FEF2F9FEF5
253
        FBFE70C3F570C2F677C5F67EC8F784CBF78BCDF792D0F898D3F89ED6F9A6D9F9
254
        ACDBFAB2DEFAB8E1FBBFE3FBC4E6FBCAE9FCCFEBFCD5EDFCDAEFFDDFF2FDE4F4
255
        FDE8F6FEEDF7FEF2F9FE6DC1F66ABFF571C2F678C5F6FF0000FF0000FF0000FF
256
        0000FF00009FD6F9FF0000FF0000FF0000B8E1FAFF0000C4E6FBFF0000FF0000
257
        D5EDFCDAF0FDDFF2FDE4F4FDE8F6FEEEF8FE67BEF563BDF56BC0F571C3F6FF00
258
        007EC8F785CBF78CCDF892D0F7FF00009FD6F9A6D9F9FF0000B2DEFAFF0000BF
259
        E4FBFF0000CAE8FCCFEBFCD5EDFCDAF0FDDFF2FDE4F4FDEAF7FE60BBF55EBAF4
260
        64BDF56BC0F5FF000077C5F67EC8F785CBF78CCEF7FF000098D3F89FD6F9FF00
261
        00ABDCFAFF0000B9E1FBFF0000C4E6FBCAE9FCCFEBFCD5EDFCDAEFFDDFF2FDE6
262
        F5FD5BB9F557B7F45EBAF464BDF5FF0000FF0000FF0000FF0000FF0000FF0000
263
        C0C0C099D4F8FF0000C0C0C0FF0000C0C0C0FF0000BFE3FBC4E6FBCAE9FCD0EA
264
        FCD5EDFCDAF0FDE2F3FD56B7F451B5F458B8F45EBAF5FF00006BC0F5FF00FFFF
265
        00FFFF00FFFF00FFFF0000FF0000FF000000FFFFFF0000FF0000FF0000FF0000
266
        BFE4FBC4E6FBCAE9FCD0EBFCD6EEFCDDF1FD50B5F44AB2F351B5F457B7F4FF00
267
        00FF00FFFF00FFFF00FFFF00FFFF00FF0000FF0000FFFF000000FFFF00FFFF00
268
        FFFFFF000000FFFF00FFFFBFE3FBC5E6FBCAE9FCCFEBFCD8EFFC49B2F344B0F3
269
        4BB2F352B5F4FF0000FF0000FF0000FF0000FF0000FF00FF0000FF0000FFFF00
270
        000000FFFF000000FFFF00FFFF00FFFF00FFFFB9E1FBBFE4FBC5E6FBCAE9FCD3
271
        ECFC45AFF33FADF346AFF34CB2F3FF00FFFF00FFFF00FFFF00FFFF00FFFF00FF
272
        0000FF0000FF0000FF0000FF00FFFF00FFFF00FFFF00FFFF00FFFFC0C0C0B9E1
273
        FBBFE4FBC5E6FBCEE9FC3FADF339AAF240ADF346B0F3FF00FFFF00FFFF00FFFF
274
        00FFFF00FF80008000008000000000000000008000808000FFFF00FFFF00FFFF
275
        00FFFF00FFFFB3DEFAB9E1FBBFE4FBC8E7FB3AABF234A8F239ABF23FADF2FF00
276
        FFFF00FFFF00FFFF00FFFF00FF80000000000000000000000000000000800000
277
        FF0000FFFF00FFFF00FFFFC0C0C0ADDCFAB3DFFABAE1FBC4E6FB36A8F22EA6F1
278
        34A8F23AAAF240ADF2FF00FFFF00FFFF00FFFF0000FF00000000000000000000
279
        0000000000FF0000FF0000FFFF00FFFF00FFFFA0D6F9A7D9F9ADDCFAB4DFFABE
280
        E3FB30A7F229A3F12FA6F134A9F239ABF2FF00FFFF00FFFF0000FF0000FF0000
281
        80000000000000000000800000FF0000FF0000FF0000FFFF00FFFF99D4F8A0D7
282
        F9A6D9F9ADDCFAB8E1FA2CA6F124A2F029A4F12FA6F134A8F23AABF2FF00FFFF
283
        0000FF0000FF0000FF000000000000800000FF0000FF0000FF0000FF0000FFFF
284
        8DCEF894D1F89AD4F8A1D7F9A7DAF9B3DEFA28A3F11F9FF024A1F129A3F12FA5
285
        F134A9F239ABF2FFFF00FF0000FF0000FF0000FFFF00FFFF0000FF0000FF0000
286
        FF00FFFF0080C8F786CCF78DCEF894D1F89AD4F9A1D7F9ACDBF924A1F11A9DF0
287
        1FA0F024A2F129A4F12FA6F134A8F2FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
288
        00FFFF00FFFF00FFFF00FFFF0079C6F680C9F786CBF78DCEF893D1F89AD4F8A7
289
        D9F920A0F0169BF01A9EF00000FF0000FF2AA3F12FA7F1C0C0C00000FF0000FF
290
        FFFF00FFFF000000FFFFFF00FFFF000000FF0000FF72C3F67AC6F60000FF87CC
291
        F78DCFF893D1F8A1D7F81C9DF01299EF0000FF1A9EF020A0F00000FF29A4F100
292
        00FFFFFF00FFFF000000FFFFFF000000FFFFFF000000FFFFFF0066BEF50000FF
293
        73C3F60000FF80C9F787CCF78DCFF89AD4F8189CF00E98EF0000FF169BF01B9E
294
        F01F9FF025A1F10000FF2FA6F1FFFF000000FFFFFF000000FFFFFF000000FF59
295
        B8F45FBBF50000FF6DC1F60000FF79C6F680C9F787CBF794D1F8159BF00A97EF
296
        0000FF129AEF169CF00000FF1FA0F00000FF2AA4F12FA7F10000FFC0C0C00000
297
        FF47B0F30000FF53B6F459B8F40000FF66BEF50000FF73C3F67AC6F681C9F78E
298
        CFF71299EF0695EF0A97EF0000FF0000FF169CF01B9DF01FA0F00000FF0000FF
299
        2FA6F134A8F20000FF41AEF347B0F30000FF0000FF59B8F45FBBF50000FF0000
300
        FF0000FF7AC6F688CCF70C97EF0394EE0795EF0A96EF0E98EF1299EF169CF01B
301
        9DF0209FF025A1F12AA4F12FA7F10000FF3AABF240AEF347B0F34CB3F352B6F4
302
        59B8F460BBF566BEF56DC1F573C3F680C8F61E9FF01098EF129AEF159BF0189D
303
        F01C9EF020A1F024A1F128A3F12DA6F132A7F237A9F20000FF41AEF346B0F34C
304
        B3F452B5F457B7F45DBAF563BCF569BFF66FC2F676C5F683CBF7}
305
      OnClick = ColorButtonClick
306
    end
307
    object VolumeLabel: TLabel
308
      Left = 7
309
      Top = 420
310
      Width = 529
311
      Height = 28
312
      Margins.Left = 5
313
      Margins.Top = 5
314
      Margins.Right = 5
315
      Margins.Bottom = 5
316
      Alignment = taCenter
317
      AutoSize = False
318
      Font.Charset = DEFAULT_CHARSET
319
      Font.Color = clWindowText
320
      Font.Height = -23
321
      Font.Name = 'Tahoma'
322
      Font.Style = []
323
      ParentFont = False
324
    end
325
    object PosVolLabel: TLabel
326
      Left = 7
327
      Top = 350
328
      Width = 529
329
      Height = 28
330
      Margins.Left = 5
331
      Margins.Top = 5
332
      Margins.Right = 5
333
      Margins.Bottom = 5
334
      Alignment = taCenter
335
      AutoSize = False
336
      Font.Charset = DEFAULT_CHARSET
337
      Font.Color = clWindowText
338
      Font.Height = -23
339
      Font.Name = 'Tahoma'
340
      Font.Style = []
341
      ParentFont = False
342
    end
343
    object NegVolLabel: TLabel
344
      Left = 7
345
      Top = 385
346
      Width = 529
347
      Height = 28
348
      Margins.Left = 5
349
      Margins.Top = 5
350
      Margins.Right = 5
351
      Margins.Bottom = 5
352
      Alignment = taCenter
353
      AutoSize = False
354
      Font.Charset = DEFAULT_CHARSET
355
      Font.Color = clWindowText
356
      Font.Height = -23
357
      Font.Name = 'Tahoma'
358
      Font.Style = []
359
      ParentFont = False
360
    end
361
    object TotalLabel: TLabel
362
      Left = 7
363
      Top = 455
364
      Width = 529
365
      Height = 28
366
      Margins.Left = 5
367
      Margins.Top = 5
368
      Margins.Right = 5
369
      Margins.Bottom = 5
370
      Alignment = taCenter
371
      Anchors = [akLeft, akBottom]
372
      AutoSize = False
373
      Font.Charset = DEFAULT_CHARSET
374
      Font.Color = clWindowText
375
      Font.Height = -23
376
      Font.Name = 'Tahoma'
377
      Font.Style = []
378
      ParentFont = False
379
    end
380
    object EditMinX: TEdit
381
      Left = 49
382
      Top = 51
383
      Width = 158
384
      Height = 31
385
      Hint = 'Minimum x axis value'
386
      Margins.Left = 5
387
      Margins.Top = 5
388
      Margins.Right = 5
389
      Margins.Bottom = 5
390
      Font.Charset = ANSI_CHARSET
391
      Font.Color = clBlack
392
      Font.Height = -19
393
      Font.Name = 'Tahoma'
394
      Font.Style = []
395
      ParentFont = False
396
      TabOrder = 0
397
      OnKeyDown = EditKeyDown
398
      OnKeyPress = FloatKeyPress
399
      OnKeyUp = EditMinXKeyUp
400
    end
401
    object EditMaxX: TEdit
402
      Left = 210
403
      Top = 51
404
      Width = 158
405
      Height = 31
406
      Hint = 'Maximum x axis value'
407
      Margins.Left = 5
408
      Margins.Top = 5
409
      Margins.Right = 5
410
      Margins.Bottom = 5
411
      Font.Charset = ANSI_CHARSET
412
      Font.Color = clBlack
413
      Font.Height = -19
414
      Font.Name = 'Tahoma'
415
      Font.Style = []
416
      ParentFont = False
417
      TabOrder = 1
418
      OnKeyDown = EditKeyDown
419
      OnKeyPress = FloatKeyPress
420
      OnKeyUp = EditMaxXKeyUp
421
    end
422
    object EditdX: TEdit
423
      Left = 371
424
      Top = 51
425
      Width = 158
426
      Height = 31
427
      Hint = 'Increment x '
428
      Margins.Left = 5
429
      Margins.Top = 5
430
      Margins.Right = 5
431
      Margins.Bottom = 5
432
      Font.Charset = ANSI_CHARSET
433
      Font.Color = clBlack
434
      Font.Height = -19
435
      Font.Name = 'Tahoma'
436
      Font.Style = []
437
      ParentFont = False
438
      TabOrder = 2
439
      OnKeyDown = EditKeyDown
440
      OnKeyPress = IncKeyPress
441
      OnKeyUp = EditdXKeyUp
442
    end
443
    object EditMinY: TEdit
444
      Left = 49
445
      Top = 89
446
      Width = 158
447
      Height = 31
448
      Hint = 'Minimum y axis value'
449
      Margins.Left = 5
450
      Margins.Top = 5
451
      Margins.Right = 5
452
      Margins.Bottom = 5
453
      Font.Charset = ANSI_CHARSET
454
      Font.Color = clBlack
455
      Font.Height = -19
456
      Font.Name = 'Tahoma'
457
      Font.Style = []
458
      ParentFont = False
459
      TabOrder = 3
460
      OnKeyDown = EditKeyDown
461
      OnKeyPress = FloatKeyPress
462
      OnKeyUp = EditMinYKeyUp
463
    end
464
    object EditMaxY: TEdit
465
      Left = 210
466
      Top = 89
467
      Width = 158
468
      Height = 31
469
      Hint = 'Maximum y axis value'
470
      Margins.Left = 5
471
      Margins.Top = 5
472
      Margins.Right = 5
473
      Margins.Bottom = 5
474
      Font.Charset = ANSI_CHARSET
475
      Font.Color = clBlack
476
      Font.Height = -19
477
      Font.Name = 'Tahoma'
478
      Font.Style = []
479
      ParentFont = False
480
      TabOrder = 4
481
      OnKeyDown = EditKeyDown
482
      OnKeyPress = FloatKeyPress
483
      OnKeyUp = EditMaxYKeyUp
484
    end
485
    object EditdY: TEdit
486
      Left = 371
487
      Top = 89
488
      Width = 158
489
      Height = 31
490
      Hint = 'Increment y'
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
      OnKeyDown = EditKeyDown
503
      OnKeyPress = IncKeyPress
504
      OnKeyUp = EditdYKeyUp
505
    end
506
    object EditMinZ: TEdit
507
      Left = 49
508
      Top = 128
509
      Width = 158
510
      Height = 31
511
      Hint = 'Minimum z axis value'
512
      Margins.Left = 5
513
      Margins.Top = 5
514
      Margins.Right = 5
515
      Margins.Bottom = 5
516
      Font.Charset = ANSI_CHARSET
517
      Font.Color = clBlack
518
      Font.Height = -19
519
      Font.Name = 'Tahoma'
520
      Font.Style = []
521
      ParentFont = False
522
      TabOrder = 6
523
      OnKeyDown = EditKeyDown
524
      OnKeyPress = FloatKeyPress
525
      OnKeyUp = EditMinZKeyUp
526
    end
527
    object EditMaxZ: TEdit
528
      Left = 210
529
      Top = 128
530
      Width = 158
531
      Height = 31
532
      Hint = 'Maximum z axis value'
533
      Margins.Left = 5
534
      Margins.Top = 5
535
      Margins.Right = 5
536
      Margins.Bottom = 5
537
      Font.Charset = ANSI_CHARSET
538
      Font.Color = clBlack
539
      Font.Height = -19
540
      Font.Name = 'Tahoma'
541
      Font.Style = []
542
      ParentFont = False
543
      TabOrder = 7
544
      OnKeyDown = EditKeyDown
545
      OnKeyPress = FloatKeyPress
546
      OnKeyUp = EditMaxZKeyUp
547
    end
548
    object zLimitCB: TCheckBox
549
      Left = 37
550
      Top = 179
551
      Width = 170
552
      Height = 29
553
      Cursor = crHandPoint
554
      Hint = 'Plot z values between minZ <= z <= maxZ  '
555
      Margins.Left = 5
556
      Margins.Top = 5
557
      Margins.Right = 5
558
      Margins.Bottom = 5
559
      Caption = 'Apply z Limit'
560
      Font.Charset = ANSI_CHARSET
561
      Font.Color = clMaroon
562
      Font.Height = -19
563
      Font.Name = 'Tahoma'
564
      Font.Style = [fsBold]
565
      ParentFont = False
566
      TabOrder = 8
567
      OnClick = zLimitCBClick
568
    end
569
    object ModeComboBox: TComboBox
570
      Left = 95
571
      Top = 219
572
      Width = 211
573
      Height = 31
574
      Cursor = crHandPoint
575
      Margins.Left = 5
576
      Margins.Top = 5
577
      Margins.Right = 5
578
      Margins.Bottom = 5
579
      Style = csDropDownList
580
      ItemIndex = 0
581
      TabOrder = 10
582
      Text = 'Ambient'
583
      OnChange = ModeComboBoxChange
584
      Items.Strings = (
585
        'Ambient'
586
        'Ambient and Diffuse'
587
        'Diffuse'
588
        'Emission'
589
        'None')
590
    end
591
    object StyleComboBox: TComboBox
592
      Left = 317
593
      Top = 219
594
      Width = 212
595
      Height = 31
596
      Cursor = crHandPoint
597
      Margins.Left = 5
598
      Margins.Top = 5
599
      Margins.Right = 5
600
      Margins.Bottom = 5
601
      Style = csDropDownList
602
      ItemIndex = 0
603
      TabOrder = 11
604
      Text = 'Fill'
605
      OnChange = StyleComboBoxChange
606
      Items.Strings = (
607
        'Fill'
608
        'Lines'
609
        'Points')
610
    end
611
    object zCapCB: TCheckBox
612
      Left = 210
613
      Top = 179
614
      Width = 158
615
      Height = 29
616
      Cursor = crHandPoint
617
      Hint = 'Cap z value to minZ <= z <= maxZ  '
618
      Margins.Left = 5
619
      Margins.Top = 5
620
      Margins.Right = 5
621
      Margins.Bottom = 5
622
      Caption = 'Apply z cap'
623
      Font.Charset = ANSI_CHARSET
624
      Font.Color = clMaroon
625
      Font.Height = -19
626
      Font.Name = 'Tahoma'
627
      Font.Style = [fsBold]
628
      ParentFont = False
629
      TabOrder = 9
630
      OnClick = zCapCBClick
631
    end
632
    object ApplyBtn: TBitBtn
633
      Left = 61
634
      Top = 560
635
      Width = 158
636
      Height = 47
637
      Cursor = crHandPoint
638
      Hint = 'Update any changes made'
639
      Margins.Left = 5
640
      Margins.Top = 5
641
      Margins.Right = 5
642
      Margins.Bottom = 5
643
      Caption = 'Apply'
644
      Default = True
645
      Glyph.Data = {
646
        36030000424D3603000000000000360000002800000010000000100000000100
647
        18000000000000030000120B0000120B00000000000000000000FF00FFFF00FF
648
        FF00FFFF00FFFF00FF936035936035936035936035936035936035FF00FFFF00
649
        FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF936035936035C6923DE3B445F7
650
        CE4AF7CF4BE3BB47C79940936035936035FF00FFFF00FFFF00FFFF00FFFF00FF
651
        936035B57A36DD9838F0AD38F3B538F5BC3BF6BE3CF5BB3BF3B63BE1A33DB87F
652
        38936035FF00FFFF00FFFF00FF936035B27233DC872FE4922DDCA457D7BC8FD7
653
        C097D8C096D8C199D5B582E69E38E09233B47634936035FF00FFFF00FF936035
654
        CD6F28DA7B25D2A374F9FDFEF9FDFEF9FDFEF9FDFEF9FDFEF9FDFEDF8E32E08A
655
        2FD0782C936035FF00FF936035B4652BD3661FD27A37F9FDFED5B69ADA8229DE
656
        892DDF8A2FD9852DDC8227DD832DDA7B2AD67226B5682C936035936035C05A21
657
        CE5A17D07D47F9FDFED18C57DA711CDB7B29DC7822F9FDFED2905BD76D1CD56E
658
        25D26722C25E24936035936035C64C18CA5015CB6A36F9FDFED8AD91CD5F16D0
659
        641BCF5E0FF9FDFEF9FDFECD7F4CCF5A15CD5B1EC7521B936035936035C24212
660
        C54613C5480FD5A38CF5FCFFF9FDFEF9FDFEF9FDFEF9FDFEF9FDFEF9FDFECB70
661
        43C84B12C34917936035936035C15F39C9552DC95124C54918D08464E4BDAEE7
662
        C8BCE6C5B8F9FDFEF9FDFEF9FDFEC7663FC33E0CB84618936035936035B5704B
663
        D3765CD4785BD47555D06842CD6239CC5E33C74D1DF9FDFEF7F5F4CA7252C23D
664
        0FC24119AD5428936035FF00FF936035CD7C64D6816AD7836AD8846BD8856BD8
665
        846AD77F63F9FDFED59B89D27154D4775CC86F55936035FF00FFFF00FF936035
666
        B17855D88B7ADA8E7BDA8E7BDA8E7ADA8D79DB8C78D58974D78570D98974D483
667
        70B07450936035FF00FFFF00FFFF00FF936035B37F5DD79886E09E90E09E8FDF
668
        9D8EDF9C8CDF9A8ADE9888D38F7DB27B59936035FF00FFFF00FFFF00FFFF00FF
669
        FF00FF936035936035BE8E71D6A28FE4AEA1E4ADA0D5A08CBE8B6E9360359360
670
        35FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF93603593603593
671
        6035936035936035936035FF00FFFF00FFFF00FFFF00FFFF00FF}
672
      TabOrder = 16
673
      Visible = False
674
      OnClick = ApplyBtnClick
675
    end
676
    object CloseBtn: TBitBtn
677
      Left = 317
678
      Top = 560
679
      Width = 175
680
      Height = 47
681
      Margins.Left = 5
682
      Margins.Top = 5
683
      Margins.Right = 5
684
      Margins.Bottom = 5
685
      Caption = '&Close'
686
      Glyph.Data = {
687
        F6000000424DF600000000000000760000002800000010000000100000000100
688
        040000000000800000000000000000000000100000001000000000000000FFFF
689
        000000008400FF00FF0000FFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
690
        FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00330000000000
691
        0333330244444444033333022444444403333302224444440333330222044444
692
        0333330222044444033333022204444403333302220444440333330222044444
693
        0333330222044444033333022240444403333302220444440333330222044444
694
        0333330212044444033333021104444403333300000000000333}
695
      TabOrder = 17
696
      OnClick = CloseBtnClick
697
    end
698
    object DerivXRB: TRadioButton
699
      Left = 23
700
      Top = 298
701
      Width = 103
702
      Height = 43
703
      Cursor = crHandPoint
704
      Margins.Left = 5
705
      Margins.Top = 5
706
      Margins.Right = 5
707
      Margins.Bottom = 5
708
      Caption = 'dz/dx'
709
      Font.Charset = ANSI_CHARSET
710
      Font.Color = clWindowText
711
      Font.Height = -28
712
      Font.Name = 'Sylfaen'
713
      Font.Style = []
714
      ParentFont = False
715
      TabOrder = 12
716
      OnClick = DerivXRBClick
717
    end
718
    object DerivYRB: TRadioButton
719
      Left = 182
720
      Top = 298
721
      Width = 105
722
      Height = 43
723
      Cursor = crHandPoint
724
      Margins.Left = 5
725
      Margins.Top = 5
726
      Margins.Right = 5
727
      Margins.Bottom = 5
728
      Caption = 'dz/dy'
729
      Font.Charset = ANSI_CHARSET
730
      Font.Color = clWindowText
731
      Font.Height = -28
732
      Font.Name = 'Sylfaen'
733
      Font.Style = []
734
      ParentFont = False
735
      TabOrder = 13
736
      OnClick = DerivYRBClick
737
    end
738
    object VolumeRB: TRadioButton
739
      Left = 334
740
      Top = 298
741
      Width = 175
742
      Height = 43
743
      Cursor = crHandPoint
744
      Margins.Left = 5
745
      Margins.Top = 5
746
      Margins.Right = 5
747
      Margins.Bottom = 5
748
      Caption = #8747#8747'f(x,y)dydx'
749
      Font.Charset = ANSI_CHARSET
750
      Font.Color = clWindowText
751
      Font.Height = -28
752
      Font.Name = 'Sylfaen'
753
      Font.Style = []
754
      ParentFont = False
755
      TabOrder = 14
756
      OnClick = VolumeRBClick
757
    end
758
    object EditAddLineWidth: TEdit
759
      Tag = 1
760
      Left = 121
761
      Top = 497
762
      Width = 98
763
      Height = 31
764
      Margins.Left = 5
765
      Margins.Top = 5
766
      Margins.Right = 5
767
      Margins.Bottom = 5
768
      Font.Charset = ANSI_CHARSET
769
      Font.Color = clBlack
770
      Font.Height = -19
771
      Font.Name = 'Tahoma'
772
      Font.Style = []
773
      ParentFont = False
774
      TabOrder = 15
775
      OnKeyPress = EditAddLineWidthKeyPress
776
      OnKeyUp = EditAddLineWidthKeyUp
777
    end
778
  end
779
  object ColorDialog: TColorDialog
780
    Options = [cdFullOpen]
781
    Left = 264
782
    Top = 307
783
  end
784
end
785

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

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

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

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