-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathhelp_sheet.lfm
More file actions
602 lines (602 loc) · 16 KB
/
help_sheet.lfm
File metadata and controls
602 lines (602 loc) · 16 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
object help_form: Thelp_form
Left = 21
Height = 680
Top = 20
Width = 530
HorzScrollBar.Smooth = True
HorzScrollBar.Tracking = True
VertScrollBar.Smooth = True
VertScrollBar.Tracking = True
BorderIcons = [biSystemMenu]
Caption = ' TEMPLOT help information'
ClientHeight = 680
ClientWidth = 530
Color = 15269887
DesignTimePPI = 120
Font.Color = clBlack
Font.Height = -39
Font.Name = 'Arial'
Font.Style = [fsBold]
FormStyle = fsStayOnTop
KeyPreview = True
OnActivate = FormActivate
OnCreate = FormCreate
OnHide = FormHide
OnKeyDown = FormKeyDown
OnResize = FormResize
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '3.4.0.0'
Scaled = False
object top_line_shape: TShape
Left = 0
Height = 1
Top = 135
Width = 530
Anchors = []
Pen.Color = 10526880
end
object scroll_label: TLabel
Left = 0
Height = 24
Top = 464
Width = 530
Alignment = taRightJustify
AutoSize = False
Caption = ' ...use the scroll bar, arrow keys, or mouse wheel to read all of these notes down to the © end marker. '
Font.Color = 5263440
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsItalic]
ParentFont = False
OnDblClick = scroll_labelDblClick
end
object html_view: THtmlViewer
Left = 0
Height = 360
Top = 96
Width = 530
BorderStyle = htNone
DefBackground = 15663103
DefFontColor = clBlack
DefFontName = 'Trebuchet MS'
DefFontSize = 9
DefOverLinkColor = clRed
DefPreFontName = 'Courier New'
DefVisitedLinkColor = clBlue
HistoryMaxCount = 10
HtOptions = [htOverLinksActive, htPrintTableBackground, htPrintMonochromeBlack]
NoSelect = False
PrintMarginBottom = 1
PrintMarginLeft = 1
PrintMarginRight = 1
PrintMarginTop = 1
PrintScale = 1
ScrollBars = ssVertical
OnHotSpotClick = HotSpotClick
OnPrintHTMLHeader = html_viewPrintHTMLHeader
PopupMenu = help_popup_menu
TabOrder = 1
TabStop = True
end
object top_panel: TPanel
Left = 0
Height = 98
Top = 0
Width = 530
BevelOuter = bvNone
ClientHeight = 98
ClientWidth = 530
Color = 15263968
ParentBackground = False
ParentColor = False
TabOrder = 0
object help_top_label: TLabel
Left = 6
Height = 35
Top = 38
Width = 505
AutoSize = False
Caption = 'Use the scroll bars or arrow keys to read all of these notes. Drag a corner to enlarge this window. Text can be selected with the mouse for copying. Right-click for options.'
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Arial'
ParentFont = False
WordWrap = True
end
object index_label: TLabel
Left = 20
Height = 25
Hint = ' current page slot '
Top = 4
Width = 16
Alignment = taCenter
AutoSize = False
Caption = 'a'
Font.Color = clBlue
Font.Height = -21
Font.Name = 'Verdana'
Layout = tlCenter
ParentFont = False
ParentShowHint = False
ShowHint = True
end
object blue_corner_panel: TPanel
Left = 0
Height = 34
Top = 0
Width = 20
BevelOuter = bvNone
ClientHeight = 34
ClientWidth = 20
Color = clBlue
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 0
object size_updown: TUpDown
Tag = 4
Left = 0
Height = 30
Hint = ' enlarge / shrink top controls '
Top = 0
Width = 16
Max = 10
Min = 1
OnClick = size_updownClick
ParentShowHint = False
Position = 4
ShowHint = True
TabOrder = 0
end
end
object print_button: TButton
Left = 94
Height = 25
Hint = ' print this page '
Top = 4
Width = 46
Caption = 'pri&nt'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnClick = print_buttonClick
end
object scroll_groupbox: TGroupBox
Left = 314
Height = 37
Top = 0
Width = 206
Caption = ' scroll with &arrow keys : '
ClientHeight = 16
ClientWidth = 202
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentBackground = False
ParentFont = False
TabOrder = 6
object slow_scroll_radiobutton: TRadioButton
Left = 4
Height = 20
Top = 3
Width = 50
Caption = '&slow'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = slow_scroll_radiobuttonClick
end
object fast_scroll_radiobutton: TRadioButton
Left = 142
Height = 20
Top = 3
Width = 43
Caption = '&fast'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = fast_scroll_radiobuttonClick
end
object gentle_scroll_radiobutton: TRadioButton
Left = 70
Height = 20
Top = 3
Width = 61
Caption = 'g&entle'
Checked = True
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
TabStop = True
OnClick = gentle_scroll_radiobuttonClick
end
end
object options_button: TButton
Left = 228
Height = 25
Hint = ' show options menu '
Top = 4
Width = 78
Caption = '&options ...'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 5
OnClick = options_buttonClick
end
object goto_companion_panel: TPanel
Left = 0
Height = 25
Top = 68
Width = 530
Alignment = taLeftJustify
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 530
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Arial'
ParentBackground = False
ParentFont = False
TabOrder = 7
object web_label: TLabel
Left = 0
Height = 15
Top = 4
Width = 360
Alignment = taRightJustify
AutoSize = False
Caption = 'For more help information visit the Templot user guide at: '
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Arial'
ParentFont = False
end
object go_companion_label: TLabel
Cursor = crHandPoint
Left = 362
Height = 16
Hint = ' go to Templot web site '
Top = 3
Width = 162
AutoSize = False
Caption = 'Templot Companion >>>'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsUnderline]
ParentFont = False
ParentShowHint = False
ShowHint = True
OnClick = go_companion_labelClick
end
end
object forward_history_button: TBitBtn
Left = 64
Height = 25
Hint = ' forward again '
Top = 4
Width = 26
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000084120000841200001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333333333333333333333333C333333333333333CC33333333333333CCC3333
333333333CCCC333333333333CCCCC33333333333CCCCCC3333333333CCCCCCC
333333333CCCCCC3333333333CCCCC33333333333CCCC333333333333CCC3333
333333333CC33333333333333C33333333333333333333333333
}
OnClick = forward_history_buttonClick
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object back_history_button: TBitBtn
Left = 38
Height = 25
Hint = ' back to previous page '
Top = 4
Width = 26
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000084120000841200001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
333333333333333333333333333333C33333333333333CC3333333333333CCC3
33333333333CCCC33333333333CCCCC3333333333CCCCCC333333333CCCCCCC3
333333333CCCCCC33333333333CCCCC333333333333CCCC3333333333333CCC3
3333333333333CC333333333333333C333333333333333333333
}
OnClick = back_history_buttonClick
ParentShowHint = False
ShowHint = True
Spacing = 0
TabOrder = 1
end
object pdf_button: TButton
Left = 142
Height = 25
Hint = ' create a PDF file containing this page '
Top = 4
Width = 84
Caption = 'create P&DF'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 4
OnClick = pdf_buttonClick
end
end
object more_button: TButton
Left = 42
Height = 28
Top = 486
Width = 384
Font.Color = clBlack
Font.Height = -15
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = more_buttonClick
end
object continue_button: TButton
Left = 438
Height = 28
Top = 486
Width = 86
Caption = '&continue'
Default = True
Font.Color = clBlack
Font.Height = -15
Font.Name = 'Arial'
Font.Style = [fsBold]
ModalResult = 1
ParentFont = False
TabOrder = 4
OnClick = continue_buttonClick
end
object escape_button: TButton
Left = 4
Height = 21
Hint = ' cancel '
Top = 490
Width = 32
Cancel = True
Caption = 'Esc'
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Arial'
ModalResult = 2
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object help_popup_menu: TPopupMenu
Left = 240
Top = 190
object back_page_popup_entry: TMenuItem
Caption = 'back to previous page'
OnClick = back_history_buttonClick
end
object forward_page_popup_entry: TMenuItem
Caption = 'forward again'
OnClick = forward_history_buttonClick
end
object N5: TMenuItem
Caption = '-'
end
object go_companion_popup_entry: TMenuItem
Caption = 'Templot Companion online >>>'
OnClick = go_companion_labelClick
end
object stay_visible_popup_entry: TMenuItem
Caption = 'make stay-visible page copy'
OnClick = stay_visible_popup_entryClick
end
object N1: TMenuItem
Caption = '-'
end
object copy_selected_popup_entry: TMenuItem
Caption = 'copy selected text Ctrl-C'
OnClick = copy_selected_popup_entryClick
end
object copy_all_popup_entry: TMenuItem
Caption = 'copy all text'
OnClick = copy_all_popup_entryClick
end
object jot_all_popup_entry: TMenuItem
Caption = 'copy all text to jotter'
OnClick = jot_all_popup_entryClick
end
object N2: TMenuItem
Caption = '-'
end
object help_font_popup_entry: TMenuItem
Caption = 'text font'
OnClick = help_font_popup_entryClick
object help_font_normal_popup_entry: TMenuItem
Caption = 'normal'
Checked = True
GroupIndex = 10
RadioItem = True
OnClick = help_font_normal_popup_entryClick
end
object help_font_bold_popup_entry: TMenuItem
Caption = 'bold'
GroupIndex = 10
RadioItem = True
OnClick = help_font_bold_popup_entryClick
end
object N9: TMenuItem
Caption = '-'
GroupIndex = 10
end
object size1: TMenuItem
Caption = 'text size : '
Enabled = False
GroupIndex = 20
end
object help_font_12_popup_entry: TMenuItem
Caption = '1'
GroupIndex = 30
RadioItem = True
OnClick = help_font_12_popup_entryClick
end
object help_font_13_popup_entry: TMenuItem
Caption = '2'
GroupIndex = 30
RadioItem = True
OnClick = help_font_13_popup_entryClick
end
object help_font_14_popup_entry: TMenuItem
Caption = '3'
GroupIndex = 30
RadioItem = True
OnClick = help_font_14_popup_entryClick
end
object help_font_15_popup_entry: TMenuItem
Caption = '4'
GroupIndex = 30
RadioItem = True
OnClick = help_font_15_popup_entryClick
end
object help_font_16_popup_entry: TMenuItem
Caption = '5'
GroupIndex = 30
RadioItem = True
OnClick = help_font_16_popup_entryClick
end
object help_font_17_popup_entry: TMenuItem
Caption = '6'
Checked = True
GroupIndex = 30
RadioItem = True
OnClick = help_font_17_popup_entryClick
end
object help_font_18_popup_entry: TMenuItem
Caption = '7'
GroupIndex = 30
RadioItem = True
OnClick = help_font_18_popup_entryClick
end
object help_font_19_popup_entry: TMenuItem
Caption = '8'
GroupIndex = 30
RadioItem = True
OnClick = help_font_19_popup_entryClick
end
object help_font_20_popup_entry: TMenuItem
Caption = '9'
GroupIndex = 30
RadioItem = True
OnClick = help_font_20_popup_entryClick
end
end
object N3: TMenuItem
Caption = '-'
end
object print_popup_entry: TMenuItem
Caption = 'print'
OnClick = print_buttonClick
end
object printer_setup_popup_entry: TMenuItem
Caption = 'printer setup ...'
OnClick = printer_setup_popup_entryClick
end
object printer_margins_popup_entry: TMenuItem
Caption = 'printed page margins ...'
OnClick = printer_margins_popup_entryClick
end
object N4: TMenuItem
Caption = '-'
end
object create_pdf_file_popup_entry: TMenuItem
Caption = 'create PDF file'
OnClick = pdf_buttonClick
end
object create_emf_file_popup_entry: TMenuItem
Caption = 'create EMF file'
OnClick = create_emf_file_popup_entryClick
end
object N7: TMenuItem
Caption = '-'
end
object scroll_slow_popup_entry: TMenuItem
Caption = 'scroll slow'
GroupIndex = 50
RadioItem = True
OnClick = slow_scroll_radiobuttonClick
end
object scroll_gentle_popup_entry: TMenuItem
Caption = 'scroll gentle'
Checked = True
GroupIndex = 50
RadioItem = True
OnClick = gentle_scroll_radiobuttonClick
end
object scroll_fast_popup_entry: TMenuItem
Caption = 'scroll fast'
GroupIndex = 50
RadioItem = True
OnClick = fast_scroll_radiobuttonClick
end
object N6: TMenuItem
Caption = '-'
GroupIndex = 150
OnClick = fast_scroll_radiobuttonClick
end
object page_colour_popup_entry: TMenuItem
Caption = 'page colour ...'
GroupIndex = 150
OnClick = page_colour_popup_entryClick
end
object hide_top_controls_popup_entry: TMenuItem
Caption = 'hide top controls'
GroupIndex = 150
OnClick = hide_top_controls_popup_entryClick
end
end
object print_setup_dialog: TPrinterSetupDialog
Left = 317
Top = 265
end
object save_file_dialog: TSaveDialog
Title = ' save page as PDF file ...'
DefaultExt = '.pdf'
Filter = 'PDF documents (*.pdf)|*.pdf'
Options = [ofReadOnly, ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Left = 336
Top = 360
end
end