-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathalert_unit.lfm
More file actions
742 lines (742 loc) · 20.3 KB
/
alert_unit.lfm
File metadata and controls
742 lines (742 loc) · 20.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
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
object alert_box: Talert_box
Left = 300
Height = 437
Top = 100
Width = 439
HorzScrollBar.Tracking = True
HorzScrollBar.Visible = False
VertScrollBar.Tracking = True
VertScrollBar.Visible = False
BorderIcons = [biSystemMenu]
Caption = ' important ... '
ClientHeight = 437
ClientWidth = 439
Color = 16771272
DesignTimePPI = 120
DoubleBuffered = False
Font.Color = clBlack
Font.Height = -24
Font.Name = 'Arial'
Font.Style = [fsBold]
KeyPreview = True
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnDeactivate = FormDeactivate
OnKeyDown = FormKeyDown
OnKeyPress = FormKeyPress
OnMouseMove = FormMouseMove
OnResize = FormResize
OnShow = FormShow
ParentDoubleBuffered = False
LCLVersion = '3.4.0.0'
Scaled = False
object alert_header_label: TLabel
Left = 4
Height = 24
Top = 40
Width = 429
Alignment = taCenter
AutoSize = False
Caption = 'PROGRAM ALERT'
Font.Color = clFuchsia
Font.Height = -20
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
ParentShowHint = False
OnMouseMove = FormMouseMove
end
object whats_this_label: TLabel
Cursor = crHandPoint
Left = 8
Height = 14
Top = 410
Width = 68
AutoSize = False
Caption = 'what''s this ?'
Font.Color = clBlue
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = whats_this_labelClick
end
object online_help_label: TLabel
Cursor = crHandPoint
Left = 60
Height = 16
Top = 3
Width = 124
AutoSize = False
Caption = 'what''s this about ?'
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = online_help_labelClick
end
object ref_label: TLabel
Left = 230
Height = 15
Top = 9
Width = 26
AutoSize = False
Caption = '000'
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
OnDblClick = ref_labelDblClick
end
object dummy_label: TLabel
Left = 386
Height = 16
Top = 405
Width = 50
AutoSize = False
Caption = 'dummy'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
ParentFont = False
Visible = False
end
object alert_panel1: TPanel
Left = 6
Height = 30
Top = 188
Width = 427
BevelOuter = bvNone
Caption = 'alert_panel1'
ClientHeight = 30
ClientWidth = 427
Color = clAqua
ParentBackground = False
ParentColor = False
TabOrder = 1
Visible = False
OnClick = alert_panel1Click
OnMouseMove = alert_panel1MouseMove
object reply_button_1: TButton
Left = 402
Height = 22
Top = 4
Width = 21
Caption = '&1'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = alert_panel1Click
OnMouseMove = alert_panel1MouseMove
end
object option1a_checkbox: TCheckBox
Left = 12
Height = 20
Top = 6
Width = 223
Caption = 'delete the underlying templates'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
Visible = False
end
object option1b_checkbox: TCheckBox
Left = 250
Height = 20
Top = 6
Width = 144
Caption = 'option1b_checkbox'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
Visible = False
end
end
object alert_panel2: TPanel
Left = 6
Height = 30
Top = 224
Width = 427
BevelOuter = bvNone
Caption = 'alert_panel2'
ClientHeight = 30
ClientWidth = 427
Color = clAqua
ParentBackground = False
ParentColor = False
TabOrder = 2
Visible = False
OnClick = alert_panel2Click
OnMouseMove = alert_panel2MouseMove
object reply_button_2: TButton
Left = 402
Height = 22
Top = 4
Width = 21
Caption = '&2'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = alert_panel2Click
OnMouseMove = alert_panel2MouseMove
end
object option2a_button: TButton
Left = 96
Height = 22
Top = 0
Width = 90
Caption = 'option2a_button'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
Visible = False
OnClick = option2a_buttonClick
end
object option2b_button: TButton
Left = 196
Height = 22
Top = 0
Width = 90
Caption = 'option2b_button'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
Visible = False
OnClick = option2b_buttonClick
end
object down_panbutton: TBitBtn
Left = 360
Height = 22
Hint = ' pan trackpad down - hold down '
Top = 0
Width = 30
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000084120000841200001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
33333333333333333333333333333333333333333333333333333333333C3333
3333333333CCC333333333333CCCCC3333333333CCCCCCC33333333CCCCCCCCC
333333CCCCCCCCCCC3333CCCCCCCCCCCCC333333333333333333333333333333
3333333333333333333333333333333333333333333333333333
}
OnMouseDown = down_panbuttonMouseDown
OnMouseUp = left_panbuttonMouseUp
ParentShowHint = False
ShowHint = True
TabOrder = 3
Visible = False
end
object left_panbutton: TBitBtn
Left = 296
Height = 22
Hint = ' pan trackpad left - hold down '
Top = 0
Width = 30
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000084120000841200001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
333333333333333333333333333333C33333333333333CC3333333333333CCC3
33333333333CCCC33333333333CCCCC3333333333CCCCCC333333333CCCCCCC3
333333333CCCCCC33333333333CCCCC333333333333CCCC3333333333333CCC3
3333333333333CC333333333333333C333333333333333333333
}
OnMouseDown = left_panbuttonMouseDown
OnMouseUp = left_panbuttonMouseUp
ParentShowHint = False
ShowHint = True
Spacing = 0
TabOrder = 4
Visible = False
end
object right_panbutton: TBitBtn
Left = 328
Height = 22
Hint = ' pan trackpad right - hold down '
Top = 0
Width = 30
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000084120000841200001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333333333333333333333333C333333333333333CC33333333333333CCC3333
333333333CCCC333333333333CCCCC33333333333CCCCCC3333333333CCCCCCC
333333333CCCCCC3333333333CCCCC33333333333CCCC333333333333CCC3333
333333333CC33333333333333C33333333333333333333333333
}
OnMouseDown = right_panbuttonMouseDown
OnMouseUp = left_panbuttonMouseUp
ParentShowHint = False
ShowHint = True
TabOrder = 5
Visible = False
end
object up_panbutton: TBitBtn
Left = 392
Height = 22
Hint = ' pan trackpad up - hold down '
Top = 0
Width = 30
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000084120000841200001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333333333333333333333333333333333333333333333333333333333333333
33333CCCCCCCCCCCCC3333CCCCCCCCCCC333333CCCCCCCCC33333333CCCCCCC3
333333333CCCCC333333333333CCC33333333333333C33333333333333333333
3333333333333333333333333333333333333333333333333333
}
OnMouseDown = up_panbuttonMouseDown
OnMouseUp = left_panbuttonMouseUp
ParentShowHint = False
ShowHint = True
TabOrder = 6
Visible = False
end
end
object alert_panel3: TPanel
Left = 6
Height = 30
Top = 260
Width = 427
BevelOuter = bvNone
Caption = 'alert_panel3'
ClientHeight = 30
ClientWidth = 427
Color = clAqua
ParentBackground = False
ParentColor = False
TabOrder = 3
Visible = False
OnClick = alert_panel3Click
OnMouseMove = alert_panel3MouseMove
object reply_button_3: TButton
Left = 402
Height = 22
Top = 4
Width = 21
Caption = '&3'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = alert_panel3Click
OnMouseMove = alert_panel3MouseMove
end
end
object alert_panel4: TPanel
Left = 6
Height = 30
Top = 296
Width = 427
BevelOuter = bvNone
Caption = 'alert_panel4'
ClientHeight = 30
ClientWidth = 427
Color = clAqua
ParentBackground = False
ParentColor = False
TabOrder = 4
Visible = False
OnClick = alert_panel4Click
OnMouseMove = alert_panel4MouseMove
object reply_button_4: TButton
Left = 402
Height = 22
Top = 4
Width = 21
Caption = '&4'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = alert_panel4Click
OnMouseMove = alert_panel4MouseMove
end
end
object alert_panel5: TPanel
Left = 6
Height = 30
Top = 332
Width = 427
BevelOuter = bvNone
Caption = 'alert_panel5'
ClientHeight = 30
ClientWidth = 427
Color = clYellow
ParentBackground = False
ParentColor = False
TabOrder = 5
Visible = False
OnClick = alert_panel5Click
OnMouseMove = alert_panel5MouseMove
object reply_button_5: TButton
Left = 378
Height = 22
Top = 4
Width = 45
Cancel = True
Caption = 'Esc &5'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = alert_panel5Click
OnMouseMove = alert_panel5MouseMove
end
end
object alert_panel6: TPanel
Left = 6
Height = 30
Top = 368
Width = 427
BevelOuter = bvNone
Caption = 'alert_panel6'
ClientHeight = 30
ClientWidth = 427
Color = clLime
ParentBackground = False
ParentColor = False
TabOrder = 0
OnClick = alert_panel6Click
OnMouseMove = alert_panel6MouseMove
object reply_button_6: TButton
Left = 402
Height = 22
Top = 4
Width = 21
Caption = '&6'
Default = True
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = alert_panel6Click
OnMouseMove = alert_panel6MouseMove
end
end
object blue_corner_panel: TPanel
Left = 0
Height = 47
Top = 0
Width = 40
BevelOuter = bvNone
ClientHeight = 47
ClientWidth = 40
Color = clBlue
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 8
OnMouseMove = FormMouseMove
object how_panel: TPanel
Left = 22
Height = 24
Hint = ' what next ? '
Top = 2
Width = 16
Caption = '?'
Color = clBlack
Font.Color = clLime
Font.Height = -17
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = how_panelClick
OnMouseMove = FormMouseMove
end
object chat_panel: TPanel
Left = 22
Height = 16
Hint = ' chat '
Top = 28
Width = 16
Caption = '='
Color = clBlack
Font.Color = clLime
Font.Height = -17
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = chat_panelClick
OnMouseMove = FormMouseMove
end
object colour_panel: TPanel
Left = 3
Height = 16
Top = 28
Width = 15
ClientHeight = 16
ClientWidth = 15
ParentBackground = False
TabOrder = 2
OnClick = colour_panelClick
object colour_patch: TImage
Left = 1
Height = 14
Hint = ' change colour '
Top = 1
Width = 13
Align = alClient
AutoSize = True
OnClick = colour_panelClick
OnMouseMove = FormMouseMove
ParentShowHint = False
Picture.Data = {
07544269746D6170B6040000424DB60400000000000036000000280000001800
0000100000000100180000000000800400008412000084120000000000000000
0000008080008080008080008080008080008080008080008080FF00FFFF00FF
FF00FFFF00FFFF00FFFF00FFFF00FFFF00FF00FF0000FF0000FF0000FF0000FF
0000FF0000FF0000FF0000808000808000808000808000808000808000808000
8080FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF00FF0000FF00
00FF0000FF0000FF0000FF0000FF0000FF000080800080800080800080800080
80008080008080008080FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
00FF00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00008080008080
008080008080008080008080008080008080FF00FFFF00FFFF00FFFF00FFFF00
FFFF00FFFF00FFFF00FF00FF0000FF0000FF0000FF0000FF0000FF0000FF0000
FF00008080008080008080008080008080008080008080008080FF00FFFF00FF
FF00FFFF00FFFF00FFFF00FFFF00FFFF00FF00FF0000FF0000FF0000FF0000FF
0000FF0000FF0000FF0000808000808000808000808000808000808000808000
8080FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF00FF0000FF00
00FF0000FF0000FF0000FF0000FF0000FF000080800080800080800080800080
80008080008080008080FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF
00FF00FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00008080008080
008080008080008080008080008080008080FF00FFFF00FFFF00FFFF00FFFF00
FFFF00FFFF00FFFF00FF00FF0000FF0000FF0000FF0000FF0000FF0000FF0000
FF000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00FFFF00FFFF
00FFFF00FFFF00FFFF00FFFF00FFFF00FFFFFF0000FF0000FF0000FF0000FF00
00FF0000FF0000FF00000000FF0000FF0000FF0000FF0000FF0000FF0000FF00
00FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFFFF0000FF0000
FF0000FF0000FF0000FF0000FF0000FF00000000FF0000FF0000FF0000FF0000
FF0000FF0000FF0000FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
FFFFFF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00000000FF0000FF
0000FF0000FF0000FF0000FF0000FF0000FF00FFFF00FFFF00FFFF00FFFF00FF
FF00FFFF00FFFF00FFFFFF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
00000000FF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00FFFF00FFFF
00FFFF00FFFF00FFFF00FFFF00FFFF00FFFFFF0000FF0000FF0000FF0000FF00
00FF0000FF0000FF00000000FF0000FF0000FF0000FF0000FF0000FF0000FF00
00FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFFFF0000FF0000
FF0000FF0000FF0000FF0000FF0000FF00000000FF0000FF0000FF0000FF0000
FF0000FF0000FF0000FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00
FFFFFF0000FF0000FF0000FF0000FF0000FF0000FF0000FF00000000FF0000FF
0000FF0000FF0000FF0000FF0000FF0000FF00FFFF00FFFF00FFFF00FFFF00FF
FF00FFFF00FFFF00FFFFFF0000FF0000FF0000FF0000FF0000FF0000FF0000FF
0000
}
ShowHint = True
Stretch = True
end
end
object size_updown: TUpDown
Tag = 4
Left = 3
Height = 24
Hint = ' reduce / enlarge '
Top = 2
Width = 16
Max = 10
Min = 1
OnClick = size_updownClick
OnMouseMove = FormMouseMove
ParentShowHint = False
Position = 4
ShowHint = True
TabOrder = 3
end
end
object preferences_checkbox: TCheckBox
Left = 76
Height = 20
Hint = ' click the top ? button for explanation '
Top = 408
Width = 264
Caption = 'don''t show this message again in this session'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 7
Visible = False
end
object online_help_button: TButton
Left = 258
Height = 22
Hint = ' go online to get more information about this '
Top = 5
Width = 176
Caption = 'more information &online'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 6
OnClick = online_help_buttonClick
end
object alert_html_viewer: THtmlViewer
Left = 0
Height = 117
Top = 64
Width = 439
BorderStyle = htNone
DefBackground = 15663103
DefFontColor = clBlack
DefFontName = 'Trebuchet MS'
DefFontSize = 9
DefOverLinkColor = clRed
DefPreFontName = 'Courier New'
DefVisitedLinkColor = clBlue
HistoryMaxCount = 0
HtOptions = [htOverLinksActive, htNoLinkUnderline, htPrintTableBackground, htPrintMonochromeBlack]
ImageCacheCount = 0
MarginHeight = 0
MarginWidth = 12
NoSelect = False
PrintMarginBottom = 1
PrintMarginLeft = 1
PrintMarginRight = 1
PrintMarginTop = 1
PrintScale = 1.25
ScrollBars = ssVertical
OnHotSpotClick = HotSpotClick
PopupMenu = html_popup_menu
TabOrder = 9
end
object drop_panel: TPanel
Left = 8
Height = 130
Top = 72
Width = 424
BevelOuter = bvNone
BorderStyle = bsSingle
ClientHeight = 126
ClientWidth = 420
Color = clWhite
Font.Color = 6316128
Font.Height = -15
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentBackground = False
ParentColor = False
ParentFont = False
TabOrder = 10
Visible = False
object drop_label: TLabel
Left = 4
Height = 16
Top = 60
Width = 410
Alignment = taCenter
AutoSize = False
Caption = '( this panel will show the centre section of the image only )'
Font.Color = 6316128
Font.Height = -13
Font.Name = 'Arial'
ParentFont = False
end
object drop_top_label: TLabel
Left = 1
Height = 18
Top = 24
Width = 420
Alignment = taCenter
AutoSize = False
Caption = 'you can drop the image here - then click the green bar'
Font.Color = 7368816
Font.Height = -15
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object drop_image: TImage
Left = 0
Height = 128
Top = 0
Width = 422
Center = True
Visible = False
end
object open_mystuff_button: TButton
Left = 270
Height = 23
Top = 90
Width = 134
Caption = 'go to My Pictures'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = open_mystuff_buttonClick
end
end
object html_popup_menu: TPopupMenu
Left = 184
Top = 4
object select_all_popup_entry: TMenuItem
Caption = 'select all'
ShortCut = 16449
OnClick = select_all_popup_entryClick
end
object N1: TMenuItem
Caption = '-'
end
object copy_popup_entry: TMenuItem
Caption = 'copy'
ShortCut = 16451
OnClick = copy_popup_entryClick
end
end
end