-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.lfm
190 lines (190 loc) · 4.61 KB
/
main.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
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
object Form1: TForm1
Left = 402
Height = 313
Top = 238
Width = 761
Caption = 'FLUKE'
ClientHeight = 291
ClientWidth = 761
Menu = MainMenu1
OnClose = FormClose
LCLVersion = '2.0.10.0'
object PageControl1: TPageControl
Left = 0
Height = 267
Top = 0
Width = 761
ActivePage = TabSheet1
Align = alClient
TabIndex = 0
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Trace'
ClientHeight = 233
ClientWidth = 755
object Chart1: TChart
Left = 0
Height = 233
Top = 0
Width = 755
AxisList = <
item
Intervals.Count = 8
Intervals.Options = [aipUseCount]
Marks.Margins.Left = 0
Marks.Margins.Top = 0
Marks.Margins.Right = 0
Marks.Margins.Bottom = 0
Marks.Format = '%0:.4g'
Marks.LabelBrush.Style = bsClear
Marks.Range.Max = 6
Marks.Range.Min = 3
Marks.Range.UseMax = True
Marks.Range.UseMin = True
Marks.Style = smsCustom
Minors = <>
Range.Max = 1
Title.LabelFont.Orientation = 900
Title.LabelBrush.Style = bsClear
end
item
Intervals.Count = 8
Intervals.Options = [aipUseCount]
Visible = False
Alignment = calRight
Marks.Format = '%0:.4g'
Marks.LabelBrush.Style = bsClear
Marks.Range.Max = 2
Marks.Range.Min = 1
Marks.Style = smsCustom
Minors = <>
Range.Max = 2
Range.Min = 1
Title.LabelFont.Orientation = 900
Title.LabelBrush.Style = bsClear
Transformations = RightAxisTransform
end
item
Intervals.Count = 10
Intervals.MaxLength = 20
Intervals.MinLength = 5
Intervals.Options = [aipUseCount, aipUseNiceSteps]
Alignment = calBottom
Marks.Margins.Right = 10
Marks.LabelBrush.Style = bsClear
Minors = <>
Title.LabelBrush.Style = bsClear
end>
Foot.Brush.Color = clBtnFace
Foot.Font.Color = clBlue
Legend.BackgroundBrush.Color = clForm
Legend.UseSidebar = False
Legend.Visible = True
Title.Brush.Color = clBtnFace
Title.Font.Color = clBlue
Title.Text.Strings = (
'TAChart'
)
Align = alClient
object ASeries: TLineSeries
Title = 'A'
AxisIndexY = 0
LinePen.Color = clBlue
LinePen.Width = 2
end
object BSeries: TLineSeries
Title = 'B'
AxisIndexY = 1
LinePen.Color = clRed
LinePen.Width = 2
end
end
end
object TabSheet3: TTabSheet
Caption = 'Screen capture'
ClientHeight = 233
ClientWidth = 755
object Image1: TImage
Left = 0
Height = 233
Top = 0
Width = 755
Align = alClient
Center = True
end
end
object TabSheet2: TTabSheet
Caption = 'Log'
ClientHeight = 233
ClientWidth = 755
object Memo1: TMemo
Left = 0
Height = 233
Top = 0
Width = 755
Align = alClient
ScrollBars = ssBoth
TabOrder = 0
end
end
end
object StatusBar1: TStatusBar
Left = 0
Height = 24
Top = 267
Width = 761
BorderWidth = 1
Panels = <
item
Alignment = taRightJustify
Bevel = pbNone
Text = 'Port'
Width = 80
end
item
Bevel = pbRaised
Width = 100
end
item
Alignment = taRightJustify
Text = 'Status'
Width = 80
end
item
Text = 'Not connected'
Width = 50
end>
ParentColor = False
SimplePanel = False
end
object MainMenu1: TMainMenu
Left = 524
Top = 51
object MenuItem1: TMenuItem
Caption = 'Connect'
OnClick = MenuItem1Click
end
object MenuItem2: TMenuItem
Caption = 'Screen Capture'
Enabled = False
OnClick = MenuItem2Click
end
object MenuItem3: TMenuItem
Caption = 'TraceA'
Enabled = False
OnClick = MenuItem3Click
end
object MenuItem4: TMenuItem
Caption = 'TraceB'
Enabled = False
OnClick = MenuItem4Click
end
end
object RightAxisTransform: TChartAxisTransformations
Left = 649
Top = 203
object LinearAxisTransform: TLinearAxisTransform
Scale = 3
end
end
end