File: frmtest.lfm

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (86 lines) | stat: -rw-r--r-- 2,489 bytes parent folder | download | duplicates (6)
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
object frmTrayTest: TfrmTrayTest
  Left = 183
  Height = 238
  Top = 176
  Width = 410
  ActiveControl = btnShow
  Caption = 'TTrayIcon test application'
  ClientHeight = 238
  ClientWidth = 410
  OnCreate = FormCreate
  OnPaint = FormPaint
  LCLVersion = '1.9.0.0'
  object btnShow: TButton
    Left = 32
    Height = 33
    Top = 32
    Width = 136
    BorderSpacing.InnerBorder = 4
    Caption = 'Show'
    OnClick = btnShowClick
    TabOrder = 0
  end
  object btnHide: TButton
    Left = 32
    Height = 33
    Top = 88
    Width = 136
    BorderSpacing.InnerBorder = 4
    Caption = 'Hide'
    OnClick = btnHideClick
    TabOrder = 1
  end
  object btnDisplayMessage: TButton
    Left = 32
    Height = 33
    Top = 144
    Width = 136
    Caption = 'Display Message'
    OnClick = HandleClick
    TabOrder = 2
  end
  object chkOnPaintDrawing: TCheckBox
    Left = 32
    Height = 19
    Top = 200
    Width = 284
    Caption = 'Test drawing the icon in the Form''s OnPaint event'
    OnChange = chkOnPaintDrawingChange
    TabOrder = 3
  end
  object PopupMenu: TPopupMenu
    left = 192
    top = 96
    object MenuItem1: TMenuItem
      Caption = 'New Item1'
    end
    object MenuItem3: TMenuItem
      Caption = 'New Item3'
    end
    object MenuItem2: TMenuItem
      Caption = 'New Item2'
    end
  end
  object SystrayIcon: TTrayIcon
    Icon.Data = {
      DE0100000000010001001616100001000400C801000016000000280000001600
      00002C0000000100040000000000000000000000000000000000000000000000
      000000000000FF2FA00000C6D200000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000002222222221111111111100002222222221111111111100002222222221
      1111111111000022222222211111111111000022222222211111111111000002
      2222221111111111110000002222211111111111110000022222111111111111
      1100000222221111111111111100000222211111111111111100000222211111
      1111111111000000022111111111111111000000022111111111111111000000
      0221111111111111110000000221111111111111110000000222221111111122
      2200000022222222222222222200000002222222222222222200000002222222
      2222222222000000022222222222222222000000002222222222222222000000
      0022222222222222220000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000
    }
    left = 237
    top = 96
  end
end