-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathscannerscreen.lfm
More file actions
580 lines (580 loc) · 14.3 KB
/
scannerscreen.lfm
File metadata and controls
580 lines (580 loc) · 14.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
object Form1: TForm1
Left = 1337
Height = 914
Top = 157
Width = 1666
Anchors = []
Caption = 'Scanner Screen - Version 2.672MAC - By Von Wallace'
ClientHeight = 914
ClientWidth = 1666
Color = clWhite
DefaultMonitor = dmPrimary
DesignTimePPI = 144
Menu = MainMenu1
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '3.2.0.0'
object StringGridRealTimeGrid: TStringGrid
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = StaticTextchannelname
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GroupBoxSettings
Left = 0
Height = 573
Top = 55
Width = 1666
Anchors = [akTop, akLeft, akRight, akBottom]
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goDblClickAutoSize, goSmoothScroll]
PopupMenu = PopupMenu1
RowCount = 1
TabOrder = 6
Visible = False
end
object statictexttime: TStaticText
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 3
Top = 8
Width = 1666
Alignment = taCenter
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 8
BorderStyle = sbsSunken
Font.CharSet = ANSI_CHARSET
Font.Height = -120
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object StaticTextsystemname: TStaticText
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = StaticTextFreq
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 3
Top = 30
Width = 1666
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 8
BorderStyle = sbsSunken
Font.CharSet = ANSI_CHARSET
Font.Height = -56
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 1
end
object StaticTextdepartmentname: TStaticText
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = StaticTextsystemname
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 3
Top = 41
Width = 1666
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 8
BorderStyle = sbsSunken
Font.CharSet = ANSI_CHARSET
Font.Height = -56
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 2
end
object StaticTextchannelname: TStaticText
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = StaticTextdepartmentname
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 3
Top = 52
Width = 1666
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 8
BorderStyle = sbsSunken
Font.CharSet = ANSI_CHARSET
Font.Height = -56
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 3
end
object StaticTextFreq: TStaticText
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = statictexttime
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 3
Top = 19
Width = 1666
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 8
BorderStyle = sbsSunken
Font.CharSet = ANSI_CHARSET
Font.Height = -56
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
TabOrder = 4
end
object GroupBoxSettings: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = StaticTextchannelname
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 278
Top = 636
Width = 1666
Anchors = [akLeft, akRight, akBottom]
AutoSize = True
BorderSpacing.Top = 8
ClientHeight = 248
ClientWidth = 1662
Color = clWhite
ParentBackground = False
ParentColor = False
TabOrder = 5
object GroupBox2: TGroupBox
Left = 390
Height = 248
Top = 0
Width = 348
Caption = 'Raw Data'
ClientHeight = 218
ClientWidth = 344
Color = clWhite
ParentBackground = False
ParentColor = False
TabOrder = 0
object Memo1: TMemo
Left = 9
Height = 80
Top = 4
Width = 322
Font.CharSet = ANSI_CHARSET
Font.Height = -20
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object CheckBoxlogdata: TCheckBox
Left = 9
Height = 29
Top = 90
Width = 97
Caption = 'Log Data'
TabOrder = 1
OnChange = CheckBoxlogdataChange
end
object Label7: TLabel
Left = 12
Height = 25
Top = 168
Width = 168
Caption = '(Select Log Directory)'
ParentColor = False
end
object Editlogdir: TEdit
Left = 12
Height = 33
Top = 126
Width = 320
ReadOnly = True
TabOrder = 2
end
object Button1: TButton
Left = 219
Height = 38
Top = 168
Width = 112
Caption = 'Select'
TabOrder = 3
OnClick = Button1Click
end
end
object GroupBox3: TGroupBox
Left = 1290
Height = 248
Top = 0
Width = 360
Caption = 'Text to Speech'
ClientHeight = 218
ClientWidth = 356
Color = clWhite
ParentBackground = False
ParentColor = False
TabOrder = 1
object TrackBarRate: TTrackBar
Left = 69
Height = 38
Top = 48
Width = 204
Max = 220
OnChange = TrackBarRateChange
Position = 0
TabOrder = 0
end
object Label2: TLabel
Left = 21
Height = 25
Top = 48
Width = 35
Caption = 'Rate'
ParentColor = False
end
object LabelRate: TLabel
Left = 285
Height = 25
Top = 48
Width = 20
Caption = '(0)'
ParentColor = False
end
object Label3: TLabel
Left = 24
Height = 25
Top = 100
Width = 218
Caption = '(0 = Normal rate of speech)'
ParentColor = False
end
object CheckBoxtexttospeech: TCheckBox
Left = 21
Height = 29
Top = 12
Width = 198
Caption = 'Enable Text to Speech'
TabOrder = 1
end
end
object GroupBox4: TGroupBox
Left = 0
Height = 248
Top = 0
Width = 378
Caption = 'Communications'
ClientHeight = 218
ClientWidth = 374
Color = clWhite
ParentBackground = False
ParentColor = False
TabOrder = 2
object Label1: TLabel
Left = 8
Height = 25
Top = 12
Width = 52
Caption = 'Device'
ParentColor = False
end
object Buttonconnecttoscanner: TButton
Left = 8
Height = 38
Top = 130
Width = 246
Caption = 'Connect to Scanner'
TabOrder = 0
OnClick = ButtonconnecttoscannerClick
end
object Buttondisconnectfromscanner: TButton
Left = 9
Height = 38
Top = 176
Width = 246
Caption = 'Disconnect from Scanner'
Enabled = False
TabOrder = 1
OnClick = ButtondisconnectfromscannerClick
end
object ComboBoxcomport: TComboBox
Left = 96
Height = 33
Top = 12
Width = 252
ItemHeight = 25
ParentBidiMode = False
ParentShowHint = False
ReadOnly = True
Style = csDropDownList
TabOrder = 2
OnDropDown = ComboBoxcomportDropDown
end
object Label8: TLabel
Left = 9
Height = 25
Top = 88
Width = 62
Caption = 'Scanner'
ParentColor = False
end
object ComboBoxScanner: TComboBox
Left = 96
Height = 33
Top = 88
Width = 252
ItemHeight = 25
Items.Strings = (
'396/996/436/536/SDS'
'HP-#'
)
ParentShowHint = False
ReadOnly = True
ShowHint = True
Style = csDropDownList
TabOrder = 3
end
object ComboBoxrate: TComboBox
Left = 96
Height = 33
Top = 51
Width = 252
ItemHeight = 25
Items.Strings = (
'4800'
'9600'
'19200'
'38400'
'57600'
'115200'
)
ParentShowHint = False
ReadOnly = True
Style = csDropDownList
TabOrder = 4
end
object Label9: TLabel
Left = 10
Height = 25
Top = 51
Width = 35
Caption = 'Rate'
end
end
object GroupBox5: TGroupBox
Left = 750
Height = 248
Top = 0
Width = 528
Caption = 'Display'
ClientHeight = 218
ClientWidth = 524
Color = clWhite
ParentBackground = False
ParentColor = False
TabOrder = 3
object TrackBarfontheight: TTrackBar
Left = 9
Height = 38
Top = 45
Width = 180
Max = 190
Min = 10
OnChange = TrackBarfontheightChange
Position = 55
TabOrder = 0
end
object Labelfontheight: TLabel
Left = 201
Height = 25
Top = 51
Width = 20
Caption = '(0)'
ParentColor = False
end
object Label4: TLabel
Left = 9
Height = 25
Top = 9
Width = 94
Caption = 'Font Height'
ParentColor = False
end
object CheckBoxstayontop: TCheckBox
Left = 21
Height = 29
Top = 92
Width = 192
Caption = 'Window Stay on Top'
TabOrder = 1
OnChange = CheckBoxstayontopChange
end
object ColorBoxwindow: TColorBox
Left = 357
Height = 30
Top = 9
Width = 150
DefaultColorColor = clWhite
NoneColorColor = clWhite
Selected = clWhite
ItemHeight = 24
OnChange = ColorBoxwindowChange
TabOrder = 2
end
object Label5: TLabel
Left = 225
Height = 25
Top = 9
Width = 114
Caption = 'Window Color'
ParentColor = False
end
object ColorBoxfont: TColorBox
Left = 357
Height = 30
Top = 54
Width = 150
ItemHeight = 24
OnChange = ColorBoxfontChange
TabOrder = 3
end
object Label6: TLabel
Left = 255
Height = 25
Top = 51
Width = 84
Caption = 'Font Color'
ParentColor = False
end
object CheckBoxwindowflash: TCheckBox
Left = 256
Height = 29
Top = 90
Width = 136
Caption = 'Window Flash'
TabOrder = 4
end
object CheckBoxhold: TCheckBox
Left = 21
Height = 29
Top = 135
Width = 127
Caption = 'Hold Display'
TabOrder = 5
end
object SpinEditscanner: TSpinEdit
Left = 416
Height = 33
Top = 135
Width = 91
EditorEnabled = False
MaxValue = 99
TabOrder = 6
end
object Label10: TLabel
Left = 256
Height = 25
Top = 135
Width = 110
Caption = 'Scanner Index'
end
end
end
object Timerprobescanner: TTimer
Enabled = False
OnTimer = TimerprobescannerTimer
Left = 1044
Top = 432
end
object TimerClock: TTimer
OnTimer = TimerClockTimer
Left = 348
Top = 600
end
object MainMenu1: TMainMenu
Left = 144
Top = 125
object MenuItem4: TMenuItem
Caption = 'View'
object MenuItemRealTimeGrid: TMenuItem
AutoCheck = True
Caption = 'Real-time Log'
OnClick = MenuItemRealTimeGridClick
end
object MenuItemSettingsPanel: TMenuItem
AutoCheck = True
Caption = 'Settings Panel'
Checked = True
Default = True
OnClick = MenuItemSettingsPanelClick
end
object MilitaryTimemenu: TMenuItem
AutoCheck = True
Caption = 'Military Time'
Checked = True
end
end
object MenuItem1: TMenuItem
Caption = 'Settings'
object MenuItemSaveSettings: TMenuItem
Caption = 'Save Settings'
OnClick = MenuItemSaveSettingsClick
end
end
object MenuItem2: TMenuItem
Caption = 'Help'
object MenuItemcodes: TMenuItem
Caption = 'CODES'
OnClick = MenuItemcodesClick
end
object MenuItemDonate: TMenuItem
Caption = 'Donate'
OnClick = MenuItemDonateClick
end
object MenuItemAbout: TMenuItem
Caption = 'About'
OnClick = MenuItemAboutClick
end
object MenuItem3: TMenuItem
Caption = 'Visit VONWALLACE.COM'
OnClick = MenuItem3Click
end
end
end
object PopupMenu1: TPopupMenu
Left = 644
Top = 311
object MenuItemclearlog: TMenuItem
Caption = 'Clear Log'
OnClick = MenuItemclearlogClick
end
end
object SelectDirectoryDialog1: TSelectDirectoryDialog
Left = 360
Top = 168
end
end