-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathunit1.lfm
457 lines (457 loc) · 9.55 KB
/
unit1.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
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
object Form1: TForm1
Left = 349
Height = 851
Top = 107
Width = 1227
Caption = 'Form1'
ClientHeight = 851
ClientWidth = 1227
OnClose = FormClose
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '2.3.0.0'
object PaintBox1: TPaintBox
Left = 8
Height = 830
Top = 8
Width = 816
Anchors = [akTop, akLeft, akRight, akBottom]
OnPaint = PaintBox1Paint
end
object GroupBox1: TGroupBox
Left = 832
Height = 516
Top = 8
Width = 217
Anchors = [akTop, akRight, akBottom]
Caption = ' Series settings '
ClientHeight = 499
ClientWidth = 215
TabOrder = 0
object Button1: TButton
Left = 114
Height = 25
Top = 472
Width = 94
Caption = 'Add series'
OnClick = Button1Click
TabOrder = 0
end
object Label1: TLabel
Left = 8
Height = 16
Top = 8
Width = 47
Caption = 'Caption'
end
object Edit1: TEdit
Left = 64
Height = 26
Top = 0
Width = 136
TabOrder = 1
Text = 'Edit1'
end
object SpinEdit1: TSpinEdit
Left = 64
Height = 26
Top = 32
Width = 136
MaxValue = 15
MinValue = 1
TabOrder = 2
Value = 1
end
object Label2: TLabel
Left = 8
Height = 16
Top = 40
Width = 36
Caption = 'Width'
end
object Label3: TLabel
Left = 8
Height = 16
Top = 72
Width = 33
Caption = 'Color'
end
object Shape1: TShape
Left = 64
Height = 23
Top = 64
Width = 136
end
object Label4: TLabel
Left = 8
Height = 16
Top = 104
Width = 50
Caption = 'Gridolor'
end
object Shape2: TShape
Left = 64
Height = 23
Top = 96
Width = 136
end
object GroupBox2: TGroupBox
Left = 8
Height = 192
Top = 128
Width = 200
Caption = ' Y-achis '
ClientHeight = 175
ClientWidth = 198
TabOrder = 3
object RadioGroup1: TRadioGroup
Left = 8
Height = 41
Top = 0
Width = 185
AutoFill = True
Caption = ' Position '
ChildSizing.LeftRightSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 3
ClientHeight = 24
ClientWidth = 183
Columns = 3
ItemIndex = 0
Items.Strings = (
'Left'
'Right'
'None'
)
TabOrder = 0
end
object Label5: TLabel
Left = 8
Height = 16
Top = 56
Width = 25
Caption = 'Unit'
end
object Edit2: TEdit
Left = 54
Height = 26
Top = 48
Width = 139
TabOrder = 1
Text = 'Edit2'
end
object CheckBox1: TCheckBox
Left = 8
Height = 22
Top = 84
Width = 106
Caption = 'use min value'
TabOrder = 2
end
object Edit3: TEdit
Left = 120
Height = 26
Top = 80
Width = 73
TabOrder = 3
Text = 'Edit3'
end
object CheckBox2: TCheckBox
Left = 8
Height = 22
Top = 112
Width = 109
Caption = 'use max value'
TabOrder = 4
end
object Edit4: TEdit
Left = 120
Height = 26
Top = 108
Width = 73
TabOrder = 5
Text = 'Edit4'
end
object Label6: TLabel
Left = 8
Height = 16
Top = 141
Width = 75
Caption = 'Mark format'
end
object Edit5: TEdit
Left = 120
Height = 26
Top = 136
Width = 73
TabOrder = 6
Text = 'Edit5'
end
end
object GroupBox3: TGroupBox
Left = 8
Height = 136
Top = 328
Width = 200
Caption = ' Random options '
ClientHeight = 119
ClientWidth = 198
TabOrder = 4
object Label7: TLabel
Left = 8
Height = 16
Top = 8
Width = 41
Caption = 'X-Start'
end
object Edit6: TEdit
Left = 120
Height = 26
Top = 0
Width = 73
TabOrder = 0
Text = 'Edit6'
end
object Label8: TLabel
Left = 8
Height = 16
Top = 36
Width = 36
Caption = 'X-End'
end
object Edit7: TEdit
Left = 121
Height = 26
Top = 28
Width = 72
TabOrder = 1
Text = 'Edit7'
end
object Label9: TLabel
Left = 8
Height = 16
Top = 64
Width = 34
Caption = 'Y-Min'
end
object Label10: TLabel
Left = 8
Height = 16
Top = 92
Width = 37
Caption = 'Y-Max'
end
object Edit8: TEdit
Left = 121
Height = 26
Top = 84
Width = 72
TabOrder = 2
Text = 'Edit8'
end
object Edit9: TEdit
Left = 121
Height = 26
Top = 56
Width = 72
TabOrder = 3
Text = 'Edit9'
end
end
object Button3: TButton
Left = 8
Height = 25
Top = 472
Width = 94
Caption = 'Update series'
OnClick = Button3Click
TabOrder = 5
end
end
object Button2: TButton
Left = 832
Height = 25
Top = 813
Width = 384
Anchors = [akRight, akBottom]
Caption = 'Close'
OnClick = Button2Click
TabOrder = 1
end
object ListBox1: TListBox
Left = 1056
Height = 741
Top = 32
Width = 160
Anchors = [akTop, akRight, akBottom]
ItemHeight = 0
OnClick = ListBox1Click
TabOrder = 2
TopIndex = -1
end
object Label11: TLabel
Left = 1056
Height = 16
Top = 8
Width = 35
Anchors = [akTop, akRight]
Caption = 'Series'
end
object Button4: TButton
Left = 1141
Height = 25
Top = 780
Width = 75
Anchors = [akRight, akBottom]
Caption = 'Del series'
OnClick = Button4Click
TabOrder = 3
end
object GroupBox4: TGroupBox
Left = 832
Height = 240
Top = 533
Width = 217
Anchors = [akRight, akBottom]
Caption = ' Chart '
ClientHeight = 223
ClientWidth = 215
TabOrder = 4
object Label12: TLabel
Left = 8
Height = 16
Top = 8
Width = 27
Caption = 'Title'
end
object Edit10: TEdit
Left = 64
Height = 26
Top = 0
Width = 136
OnChange = Edit10Change
TabOrder = 0
Text = 'Edit10'
end
object CheckBox3: TCheckBox
Left = 0
Height = 22
Top = 32
Width = 102
Caption = 'Show legend'
Checked = True
OnClick = CheckBox3Click
State = cbChecked
TabOrder = 1
end
object GroupBox5: TGroupBox
Left = 8
Height = 144
Top = 64
Width = 200
Caption = ' X-achis '
ClientHeight = 127
ClientWidth = 198
TabOrder = 2
object Label13: TLabel
Left = 8
Height = 16
Top = 16
Width = 25
Caption = 'Unit'
end
object Edit11: TEdit
Left = 54
Height = 26
Top = 8
Width = 139
OnChange = Edit11Change
TabOrder = 0
Text = 'Edit11'
end
object CheckBox4: TCheckBox
Left = 8
Height = 22
Top = 44
Width = 106
Caption = 'use min value'
OnClick = CheckBox4Click
TabOrder = 1
end
object Edit12: TEdit
Left = 120
Height = 26
Top = 40
Width = 73
OnChange = Edit12Change
TabOrder = 2
Text = 'Edit12'
end
object CheckBox5: TCheckBox
Left = 8
Height = 22
Top = 72
Width = 109
Caption = 'use max value'
OnClick = CheckBox5Click
TabOrder = 3
end
object Edit13: TEdit
Left = 120
Height = 26
Top = 68
Width = 73
OnChange = Edit13Change
TabOrder = 4
Text = 'Edit13'
end
object Label14: TLabel
Left = 8
Height = 16
Top = 101
Width = 75
Caption = 'Mark format'
end
object Edit14: TEdit
Left = 120
Height = 26
Top = 96
Width = 73
OnChange = Edit14Change
TabOrder = 5
Text = 'Edit14'
end
end
end
object ColorDialog1: TColorDialog
Color = clBlack
CustomColors.Strings = (
'ColorA=000000'
'ColorB=000080'
'ColorC=008000'
'ColorD=008080'
'ColorE=800000'
'ColorF=800080'
'ColorG=808000'
'ColorH=808080'
'ColorI=C0C0C0'
'ColorJ=0000FF'
'ColorK=00FF00'
'ColorL=00FFFF'
'ColorM=FF0000'
'ColorN=FF00FF'
'ColorO=FFFF00'
'ColorP=FFFFFF'
'ColorQ=C0DCC0'
'ColorR=F0CAA6'
'ColorS=F0FBFF'
'ColorT=A4A0A0'
)
Left = 414
Top = 133
end
end