-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOptionsVessel.dfm
executable file
·619 lines (619 loc) · 12.9 KB
/
OptionsVessel.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
object OptionsForm: TOptionsForm
Left = 0
Top = 0
BorderStyle = bsSingle
Caption = 'Helium Management :: Vessel Options'
ClientHeight = 671
ClientWidth = 430
Color = clHighlightText
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object cShortIntLab: TLabel
Left = 24
Top = 220
Width = 80
Height = 11
Caption = 'Short Interval (sec)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object cLongIntLab: TLabel
Left = 24
Top = 262
Width = 79
Height = 11
Caption = 'Long Interval (min)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object cMaxResLab: TLabel
Left = 24
Top = 346
Width = 90
Height = 11
Caption = 'Max Resistance (ohm)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object cMinResLab: TLabel
Left = 24
Top = 304
Width = 88
Height = 11
Caption = 'Min Resistance (ohm)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object cHeatLab: TLabel
Left = 24
Top = 388
Width = 74
Height = 11
Caption = 'Heat Time (msec)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object cAdcLab: TLabel
Left = 24
Top = 430
Width = 125
Height = 11
Caption = 'ADC Loop (number of cycles) '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object cFillTimeLab: TLabel
Left = 24
Top = 472
Width = 73
Height = 11
Caption = 'Fill Timeout (min)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object curLab: TLabel
Left = 32
Top = 184
Width = 139
Height = 19
Caption = 'Current Settings '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold, fsItalic, fsUnderline]
ParentFont = False
end
object newLab: TLabel
Left = 224
Top = 184
Width = 133
Height = 19
Caption = 'Settings by User'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold, fsItalic, fsUnderline]
ParentFont = False
end
object typeLab: TLabel
Left = 119
Top = 56
Width = 22
Height = 11
Caption = 'Type'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object tareLab: TLabel
Left = 119
Top = 98
Width = 38
Height = 11
Caption = 'Tare (kg)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object volumeLab: TLabel
Left = 119
Top = 140
Width = 43
Height = 11
Caption = 'Volume (l)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object dNameLab: TLabel
Left = 119
Top = 14
Width = 63
Height = 11
Caption = 'Vessel Number'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object cSpanLab: TLabel
Left = 24
Top = 514
Width = 70
Height = 11
Caption = 'Span (mbar/volt)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object cZeroLab: TLabel
Left = 24
Top = 556
Width = 48
Height = 11
Caption = 'Zero (mbar)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -9
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object AcceptBtn: TButton
Left = 236
Top = 599
Width = 75
Height = 25
Caption = 'Accept'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 31
OnClick = AcceptBtnClick
end
object DiscardBtn: TButton
Left = 317
Top = 599
Width = 75
Height = 25
Caption = 'Discard'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 32
OnClick = DiscardBtnClick
end
object CancelBtn: TButton
Left = 317
Top = 639
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 33
OnClick = CancelBtnClick
end
object cShortIntEd: TEdit
Left = 16
Top = 232
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 4
end
object cLongIntEd: TEdit
Left = 16
Top = 274
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 7
end
object cMaxResEd: TEdit
Left = 16
Top = 358
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 13
end
object cMinResEd: TEdit
Left = 16
Top = 316
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 10
end
object cHeatEd: TEdit
Left = 16
Top = 400
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 16
end
object cAdcEd: TEdit
Left = 16
Top = 442
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 19
end
object cFillTimeEd: TEdit
Left = 16
Top = 484
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 22
end
object uShortIntEd: TEdit
Left = 207
Top = 232
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 5
end
object uLongIntEd: TEdit
Left = 207
Top = 274
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 8
end
object uMinResEd: TEdit
Left = 207
Top = 316
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 11
end
object uMaxResEd: TEdit
Left = 207
Top = 358
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 14
end
object uHeatEd: TEdit
Left = 207
Top = 400
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 17
end
object uAdcEd: TEdit
Left = 207
Top = 442
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 20
end
object uFillTimeEd: TEdit
Left = 207
Top = 484
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 23
end
object shortIntChBox: TCheckBox
Left = 398
Top = 234
Width = 19
Height = 17
TabOrder = 6
end
object longIntChBox: TCheckBox
Left = 398
Top = 276
Width = 19
Height = 17
TabOrder = 9
end
object minResChBox: TCheckBox
Left = 398
Top = 318
Width = 19
Height = 17
TabOrder = 12
end
object maxResChBox: TCheckBox
Left = 398
Top = 360
Width = 19
Height = 17
TabOrder = 15
end
object heatChBox: TCheckBox
Left = 398
Top = 402
Width = 19
Height = 17
TabOrder = 18
end
object adcChBox: TCheckBox
Left = 398
Top = 444
Width = 19
Height = 17
TabOrder = 21
end
object filltimeChBox: TCheckBox
Left = 398
Top = 486
Width = 19
Height = 17
TabOrder = 24
end
object typeEd: TEdit
Left = 111
Top = 68
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object tareEd: TEdit
Left = 111
Top = 110
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object volumeEd: TEdit
Left = 111
Top = 152
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
end
object nameCoBox: TComboBox
Left = 111
Top = 26
Width = 98
Height = 21
ItemHeight = 0
TabOrder = 0
Text = 'please select ...'
OnChange = nameCoBoxChange
end
object cSpanEd: TEdit
Left = 16
Top = 526
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 25
end
object uSpanEd: TEdit
Left = 207
Top = 526
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 26
end
object spanChBox: TCheckBox
Left = 398
Top = 528
Width = 19
Height = 17
TabOrder = 27
end
object cZeroEd: TEdit
Left = 16
Top = 568
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 28
end
object uZeroEd: TEdit
Left = 207
Top = 568
Width = 185
Height = 21
Enabled = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 29
end
object zeroChBox: TCheckBox
Left = 398
Top = 570
Width = 19
Height = 17
TabOrder = 30
end
end