-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathmain.lfm
More file actions
871 lines (871 loc) · 21.3 KB
/
main.lfm
File metadata and controls
871 lines (871 loc) · 21.3 KB
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
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
object frmMain: TfrmMain
Left = 473
Height = 520
Top = 257
Width = 1000
Caption = 'EBC controller'
ClientHeight = 520
ClientWidth = 1000
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PopupMenu = mnPopup
Position = poDefault
LCLVersion = '2.2.0.4'
object Chart: TChart
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = gbSettings
Left = 0
Height = 430
Top = 0
Width = 720
AxisList = <
item
Grid.Color = clGray
TickColor = clBlue
AxisPen.Color = clBlue
Marks.LabelFont.Color = clBlue
Marks.Format = '%0:2.2fV'
Marks.Frame.Color = clBlue
Marks.LabelBrush.Style = bsClear
Marks.Range.UseMin = True
Marks.Style = smsCustom
Minors = <
item
Intervals.Count = 1
Intervals.MinLength = 5
Intervals.Options = [aipUseCount, aipUseMinLength]
TickColor = clMaroon
Marks.LabelBrush.Style = bsClear
end>
Range.Max = 10
Range.UseMin = True
Title.LabelFont.Orientation = 900
Title.Caption = '[V]'
Title.LabelBrush.Style = bsClear
Transformations = ChartAxisTransformationsVoltage
end
item
Alignment = calBottom
Marks.Format = '%2:s'
Marks.LabelBrush.Style = bsClear
Marks.OverlapPolicy = opHideNeighbour
Marks.Source = DateTimeIntervalChartSource
Marks.Style = smsLabel
Minors = <>
Title.Caption = 'Time'
Title.LabelBrush.Style = bsClear
end
item
Alignment = calRight
Marks.LabelFont.Color = clRed
Marks.Format = '%0:2.2fA'
Marks.LabelBrush.Style = bsClear
Marks.Style = smsCustom
Minors = <>
Range.UseMin = True
Title.Caption = '[A]'
Title.LabelBrush.Style = bsClear
Transformations = ChartAxisTransformationsCurrent
end>
BackColor = clWhite
Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue
Title.Brush.Color = clBtnFace
Title.Font.Color = clBlue
Title.Text.Strings = (
'TAChart'
)
Toolset = ChartToolset1
Anchors = [akTop, akLeft, akRight, akBottom]
Color = clWhite
object lsCurrent: TLineSeries
Title = 'A'
AxisIndexX = 1
AxisIndexY = 2
LinePen.Color = clRed
LinePen.Width = 2
end
object lsVoltage: TLineSeries
Title = 'V'
AxisIndexX = 1
AxisIndexY = 0
LinePen.Color = clBlue
LinePen.Width = 2
end
object lsInvisibleCurrent: TLineSeries
AxisIndexX = 1
AxisIndexY = 2
LinePen.Color = clWhite
end
object lsInvisibleVoltage: TLineSeries
AxisIndexX = 1
AxisIndexY = 0
LinePen.Color = clWhite
end
end
object gbConn: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 94
Top = 426
Width = 262
Anchors = [akLeft, akBottom]
Caption = 'Connection'
ClientHeight = 73
ClientWidth = 258
Constraints.MaxHeight = 94
Constraints.MaxWidth = 280
TabOrder = 0
object edtDevice: TEdit
Left = 3
Height = 29
Top = 16
Width = 219
PopupMenu = mnSerial
TabOrder = 0
end
object Label5: TLabel
Left = 3
Height = 19
Top = 0
Width = 41
Caption = 'Device'
end
object lblModel: TLabel
Left = 93
Height = 19
Top = 49
Width = 92
Caption = 'Not connected'
end
object chkAccept: TCheckBox
Left = 119
Height = 23
Top = -4
Width = 96
Caption = 'Ignore CRC'
Checked = True
State = cbChecked
TabOrder = 1
end
object btnConnect: TBitBtn
Left = 4
Height = 25
Top = 46
Width = 84
Caption = 'Connect'
ImageIndex = 1
ImageWidth = 1
OnClick = btnConnectClick
TabOrder = 2
end
object shpConn: TShape
Left = 231
Height = 20
Top = 20
Width = 20
Brush.Color = clDefault
Shape = stCircle
Visible = False
end
end
object gbSettings: TGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 720
Height = 448
Top = 72
Width = 280
Anchors = [akRight, akBottom]
ClientHeight = 444
ClientWidth = 276
Constraints.MaxWidth = 280
Constraints.MinHeight = 448
PopupMenu = mnPopup
TabOrder = 1
object btnStart: TButton
Left = 8
Height = 25
Top = 392
Width = 75
Caption = 'Start'
Enabled = False
OnClick = btnStartClick
TabOrder = 0
end
object btnStop: TButton
Left = 82
Height = 25
Top = 392
Width = 75
Caption = 'Stop'
OnClick = btnStopClick
TabOrder = 1
end
object btnCont: TButton
Left = 8
Height = 25
Top = 416
Width = 75
Caption = 'Cont'
Enabled = False
OnClick = btnContClick
TabOrder = 2
end
object btnAdjust: TButton
Left = 82
Height = 25
Top = 416
Width = 75
Caption = 'Adjust'
Enabled = False
OnClick = btnAdjustClick
TabOrder = 3
end
object pcProgram: TPageControl
Left = 0
Height = 280
Top = 0
Width = 272
ActivePage = tsConsole
Constraints.MaxWidth = 280
TabIndex = 3
TabOrder = 4
OnChange = pcProgramChange
object tsCharge: TTabSheet
Caption = 'Charge'
ClientHeight = 243
ClientWidth = 266
OnEnter = tsChargeEnter
object rgCharge: TRadioGroup
Left = 0
Height = 136
Top = 0
Width = 266
Align = alTop
AutoFill = True
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 115
ClientWidth = 262
ItemIndex = 4
Items.Strings = (
'NiMH - Nickel-metal Hydride'
'NiCd - Nickel-cadmium'
'LiPo - Lithium Ion or Polymer'
'LiFe - Lithium Iron Phosphate'
'PbAc - Lead Acid'
'CCCV - CC and CV charging'
)
OnClick = rgChargeClick
TabOrder = 0
end
object lblMin: TLabel
Left = 216
Height = 19
Top = 216
Width = 45
Caption = 'minues'
end
object Label10: TLabel
Left = 126
Height = 19
Top = 216
Width = 29
Caption = 'after'
end
object edtCells: TJLabeledIntegerEdit
Left = 8
Height = 29
Top = 160
Width = 116
DisplayFormat = '0'
Value = 0
NegativeColor = clDefault
EditLabel.Height = 19
EditLabel.Width = 116
EditLabel.Caption = 'Cells'
TabOrder = 1
OnChange = edtCellsChange
OnClick = edtCellsClick
OnEditingDone = edtCellsEditingDone
OnExit = edtCellsExit
OnKeyDown = edtCellsKeyDown
OnKeyUp = edtCellsKeyUp
end
object edtCutA: TJLabeledFloatEdit
Left = 8
Height = 29
Top = 212
Width = 116
DisplayFormat = '#,0.00'
Decimals = 2
NegativeColor = clDefault
EditLabel.Height = 19
EditLabel.Width = 116
EditLabel.Caption = 'Cutoff current (A)'
TabOrder = 2
end
object edtCutM: TJLabeledIntegerEdit
Left = 160
Height = 29
Top = 212
Width = 56
DisplayFormat = '0'
Value = 0
NegativeColor = clDefault
EditLabel.Height = 19
EditLabel.Width = 56
EditLabel.Caption = ' '
TabOrder = 3
end
object edtChargeV: TJLabeledFloatEdit
Left = 144
Height = 29
Top = 160
Width = 114
DisplayFormat = '#,0.00'
Decimals = 2
NegativeColor = clDefault
EditLabel.Height = 19
EditLabel.Width = 114
EditLabel.Caption = 'Voltage'
Enabled = False
TabOrder = 4
end
end
object tsDischarge: TTabSheet
Caption = 'Discharge'
ClientHeight = 243
ClientWidth = 266
OnEnter = tsDischargeEnter
object rgDischarge: TRadioGroup
Left = 0
Height = 115
Top = 0
Width = 266
Align = alTop
AutoFill = True
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 94
ClientWidth = 262
ItemIndex = 0
Items.Strings = (
'CC - Constant Current'
'CP - Constant Power'
'CR - Constant Resistance(SW)'
)
OnClick = rgDischargeClick
TabOrder = 0
end
object lblCutoffV1: TLabel
Left = 128
Height = 19
Top = 152
Width = 12
Caption = 'V'
Font.Height = -16
Font.Name = 'Sans'
Font.Style = [fsBold]
ParentFont = False
end
object edtCutV: TJLabeledFloatEdit
Left = 8
Height = 29
Top = 149
Width = 114
DisplayFormat = '#,0.00'
Decimals = 2
NegativeColor = clDefault
EditLabel.Height = 19
EditLabel.Width = 114
EditLabel.Caption = 'Cutoff Voltage'
TabOrder = 1
end
end
object tsProgram: TTabSheet
Caption = 'Program'
ClientHeight = 243
ClientWidth = 266
object Label1: TLabel
Left = 8
Height = 19
Top = 1
Width = 81
Caption = 'Current step:'
end
object btnProg: TButton
Left = 185
Height = 25
Top = 216
Width = 75
Caption = 'Edit...'
OnClick = btnProgClick
TabOrder = 0
end
object lblStep: TLabel
Left = 121
Height = 19
Top = 1
Width = 46
Caption = 'Testing'
Color = clYellow
Transparent = False
end
object lblStepNum: TLabel
Left = 100
Height = 19
Top = 1
Width = 9
Caption = '0'
end
object lblProgTime: TLabel
Left = 137
Height = 19
Top = 71
Width = 62
Caption = '00:00:00'
end
object shaCapI: TShape
Left = 12
Height = 12
Top = 105
Width = 12
Brush.Color = clLime
Enabled = False
Shape = stCircle
end
object lblCapI: TLabel
Left = 30
Height = 19
Top = 100
Width = 61
Caption = 'CapI/EneI'
Enabled = False
end
object btnSkip: TButton
Left = 104
Height = 25
Top = 216
Width = 75
Caption = 'Skip step'
Enabled = False
OnClick = btnSkipClick
TabOrder = 1
end
object lblTimer: TLabel
Left = 8
Height = 19
Top = 223
Width = 9
Caption = '0'
end
object edtDelim: TEdit
Left = 12
Height = 29
Top = 65
Width = 100
MaxLength = 2
TabOrder = 2
Text = '|'
end
object Label2: TLabel
Left = 12
Height = 19
Top = 44
Width = 84
Caption = 'Log separator'
end
object stStepFile: TStaticText
Left = 7
Height = 24
Top = 192
Width = 255
Caption = '(no file)'
TabOrder = 3
end
object Label3: TLabel
Left = 9
Height = 19
Top = 172
Width = 22
Caption = 'File'
end
end
object tsConsole: TTabSheet
Caption = 'Console'
ClientHeight = 243
ClientWidth = 266
object edtTerm: TEdit
Left = 0
Height = 29
Top = 214
Width = 266
Align = alBottom
TabOrder = 0
end
object memLog: TMemo
AnchorSideLeft.Control = tsConsole
AnchorSideTop.Control = tsConsole
AnchorSideRight.Control = tsConsole
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = edtTerm
Left = 0
Height = 214
Top = 0
Width = 266
Anchors = [akTop, akLeft, akRight, akBottom]
Font.Height = -9
Font.Name = 'Liberation Mono'
Lines.Strings = (
'R:FA7400C83A5D00040000013E0C6C044C06CEF8 CE'
)
OnChange = memLogChange
ParentFont = False
ScrollBars = ssVertical
TabOrder = 1
end
end
end
object lblCutEnergy: TLabel
Left = 104
Height = 19
Top = 368
Width = 23
Caption = 'Wh'
Enabled = False
end
object chkCutCap: TCheckBox
Left = 244
Height = 22
Top = 336
Width = 22
Font.Height = -16
Font.Name = 'Sans'
OnChange = chkCutCapChange
ParentFont = False
TabOrder = 5
end
object chkCutEnergy: TCheckBox
Left = 104
Height = 22
Top = 336
Width = 22
Font.Height = -16
Font.Name = 'Sans'
OnChange = chkCutEnergyChange
ParentFont = False
TabOrder = 6
end
object lblCutCap: TLabel
Left = 248
Height = 19
Top = 368
Width = 18
Caption = 'Ah'
Enabled = False
end
object lblTestUnit: TLabel
Left = 104
Height = 19
Top = 312
Width = 12
Caption = 'A'
Font.Height = -16
Font.Name = 'Sans'
Font.Style = [fsBold]
ParentFont = False
end
object tbxMonitor: TToggleBox
Left = 157
Height = 49
Top = 392
Width = 116
Caption = '&Monitor'
OnChange = tbxMonitorChange
TabOrder = 7
end
object edtTestVal: TJLabeledFloatEdit
Left = 8
Height = 29
Top = 304
Width = 90
DisplayFormat = '#,0.00'
Decimals = 2
NegativeColor = clDefault
EditLabel.Height = 19
EditLabel.Width = 90
EditLabel.Caption = 'TestVal'
TabOrder = 8
end
object edtCutCap: TJLabeledFloatEdit
Left = 144
Height = 29
Top = 360
Width = 98
DisplayFormat = '#,0.00'
Decimals = 2
NegativeColor = clDefault
EditLabel.Height = 19
EditLabel.Width = 98
EditLabel.Caption = 'Cutoff capacity(Ah)'
Enabled = False
TabOrder = 9
end
object edtCutTime: TJLabeledIntegerEdit
Left = 144
Height = 29
Top = 304
Width = 98
DisplayFormat = '0'
Value = 0
NegativeColor = clDefault
EditLabel.Height = 19
EditLabel.Width = 98
EditLabel.Caption = 'Max time (min)'
TabOrder = 10
OnChange = edtCutTimeChange
end
object edtCutEnergy: TJLabeledFloatEdit
Left = 8
Height = 29
Top = 360
Width = 90
DisplayFormat = '#,0.00'
Decimals = 2
NegativeColor = clDefault
EditLabel.Height = 19
EditLabel.Width = 90
EditLabel.Caption = 'Cutoff energy'
Enabled = False
TabOrder = 11
end
end
object gbStatus: TGroupBox
AnchorSideLeft.Control = Chart
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = gbSettings
Left = 720
Height = 72
Top = 0
Width = 280
Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'Status'
Constraints.MaxWidth = 280
TabOrder = 2
end
object memStepLog: TMemo
AnchorSideLeft.Control = gbConn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Chart
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = gbSettings
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 262
Height = 90
Top = 430
Width = 458
Anchors = [akTop, akLeft, akRight, akBottom]
Font.Height = -11
Font.Name = 'Liberation Mono'
Lines.Strings = (
' Step CMD (Ah) (Wh) Time StartV EndV'
'111:111|C_NiMH |999.999|999.999|DDD:HH:MM:SS|12.000|16.000'
'111:112|WAIT 9999| | | |16.000|15.000'
'111:113|LOOP 9998| | | | |'
'111:111|C_NiMH |999.999|999.999|DDD:HH:MM:SS|12.000|16.000'
'111:112|WAIT 9999| | | |16.000|15.000'
'111:113|LOOP 9998| | | | |'
)
ParentFont = False
ScrollBars = ssVertical
TabOrder = 4
end
object stRunMode: TStaticText
Left = 62
Height = 20
Top = 12
Width = 15
Caption = 'O'
Color = clWindow
Font.Color = clMoneyGreen
ParentFont = False
ParentColor = False
TabOrder = 5
end
object Button1: TButton
Left = 663
Height = 25
Top = 490
Width = 75
Caption = 'Button1'
OnClick = Button1Click
TabOrder = 6
Visible = False
end
object Serial: TLazSerial
Active = False
BaudRate = br__9600
DataBits = db8bits
Parity = pOdd
FlowControl = fcNone
StopBits = sbOne
Device = '/dev/ttyUSB0'
RcvLineCRLF = False
Left = 1240
Top = 720
end
object DateTimeIntervalChartSource: TDateTimeIntervalChartSource
DateTimeFormat = 'HH:MM:SS'
Steps = [dtsHour, dtsMinute, dtsSecond]
Left = 440
Top = 80
end
object ChartAxisTransformationsCurrent: TChartAxisTransformations
Left = 416
Top = 200
object ChartAxisTransformationsCurrentAutoScaleAxisTransform: TAutoScaleAxisTransform
end
end
object ChartAxisTransformationsVoltage: TChartAxisTransformations
Left = 416
Top = 280
object ChartAxisTransformationsVoltageAutoScaleAxisTransform: TAutoScaleAxisTransform
end
end
object ChartToolset1: TChartToolset
Left = 312
Top = 80
object ChartToolset1ZoomMouseWheelTool1: TZoomMouseWheelTool
end
end
object mnPopup: TPopupMenu
Left = 192
Top = 263
object mniSavePNG: TMenuItem
Caption = 'Save to &PNG...'
ShortCut = 113
OnClick = mniSavePNGClick
end
object mniSaveCSV: TMenuItem
Caption = 'Save to &CSV...'
ShortCut = 16467
OnClick = mniSaveCSVClick
end
object N1: TMenuItem
Caption = '-'
end
object mniDoLog: TMenuItem
Caption = '&Auto log'
Checked = True
end
object mniSetCSVLogfile: TMenuItem
Caption = 'Set CSV &Log file...'
OnClick = mniSetCSVLogfileClick
end
object N2: TMenuItem
Caption = '-'
end
object mniLoadStep: TMenuItem
Caption = 'Load step file'
ShortCut = 114
OnClick = mniLoadStepClick
end
object N3: TMenuItem
Caption = '-'
end
object mniSetName: TMenuItem
Caption = 'Set taskbar name'
ShortCut = 115
OnClick = mniSetNameClick
end
object N4: TMenuItem
Caption = '-'
end
object mniSettings: TMenuItem
Caption = '&Settings'
ShortCut = 120
OnClick = mniSettingsClick
end
end
object sdCSV: TSaveDialog
DefaultExt = '.csv'
Filter = 'CSV files|*.csv|All files|*.*'
Left = 168
Top = 392
end
object sdPNG: TSaveDialog
DefaultExt = '.png'
Filter = 'PNG files|*.png|All files|*.*'
Left = 152
Top = 208
end
object sdLogCSV: TSaveDialog
DefaultExt = '.csv'
Filter = 'CSV files|*.csv|All files|*.*'
Left = 290
Top = 367
end
object tmrWait: TTimer
Enabled = False
OnTimer = tmrWaitTimer
Left = 892
Top = 232
end
object alList: TActionList
Left = 168
Top = 113
object acSavePNG: TAction
Caption = 'Save'
OnExecute = mniSavePNGClick
end
object acSaveCSV: TAction
Caption = 'acSaveCSV'
OnExecute = mniSaveCSVClick
ShortCut = 16467
end
object acBorderName: TAction
Caption = 'acBorderName'
OnExecute = mniSetNameClick
ShortCut = 115
end
object acLoadStep: TAction
Caption = 'acLoadStep'
OnExecute = mniLoadStepClick
ShortCut = 114
end
object acSettings: TAction
Caption = 'acSettings'
OnExecute = mniSettingsClick
ShortCut = 120
end
end
object mnSerial: TPopupMenu
Left = 175
Top = 459
end
end