-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathumain.lfm
97 lines (97 loc) · 1.89 KB
/
umain.lfm
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
object Form1: TForm1
Left = 471
Height = 230
Top = 278
Width = 395
Caption = 'Atmospheric Electricity Logger 1.0'
ClientHeight = 230
ClientWidth = 395
OnClose = FormClose
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '2.0.6.0'
Visible = True
object btSetup: TButton
Left = 310
Height = 25
Top = 8
Width = 75
Anchors = [akTop, akRight]
Caption = 'Setup...'
OnClick = btSetupClick
TabOrder = 0
end
object ListBox1: TListBox
Left = 8
Height = 181
Top = 8
Width = 286
Anchors = [akTop, akLeft, akRight, akBottom]
ClickOnSelChange = False
DoubleBuffered = True
ExtendedSelect = False
ItemHeight = 0
ParentDoubleBuffered = False
ScrollWidth = 284
TabOrder = 1
TopIndex = -1
end
object btStart: TButton
Left = 310
Height = 25
Top = 40
Width = 75
Anchors = [akTop, akRight]
Caption = 'Start'
OnClick = btStartClick
TabOrder = 2
end
object btStop: TButton
Left = 310
Height = 25
Top = 72
Width = 75
Anchors = [akTop, akRight]
Caption = 'Stop'
OnClick = btStopClick
TabOrder = 3
end
object btClose: TButton
Left = 310
Height = 25
Top = 196
Width = 75
Anchors = [akRight, akBottom]
Caption = 'Close'
OnClick = btCloseClick
TabOrder = 4
end
object lbRecordingInfo: TLabel
Left = 8
Height = 15
Top = 200
Width = 99
Anchors = [akLeft, akBottom]
Caption = 'lbRecordingInfo'
ParentColor = False
end
object LazSerial1: TLazSerial
Active = False
BaudRate = br__9600
DataBits = db8bits
Parity = pNone
FlowControl = fcNone
StopBits = sbOne
Device = 'COM3'
RcvLineCRLF = True
left = 272
top = 192
end
object BackupTime: TTimer
Enabled = False
Interval = 600000
OnTimer = BackupTimeTimer
left = 240
top = 192
end
end