File: Unit1.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 (164 lines) | stat: -rw-r--r-- 3,495 bytes parent folder | download | duplicates (10)
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
object Form1: TForm1
  Left = 285
  Height = 666
  Hint = 'Form'
  Top = 111
  Width = 870
  Caption = 'Test Control Hint'
  ClientHeight = 666
  ClientWidth = 870
  Color = clBtnFace
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  OnCreate = FormCreate
  LCLVersion = '1.1'
  object ListBox1: TListBox
    Left = 472
    Height = 569
    Top = 8
    Width = 353
    ItemHeight = 0
    TabOrder = 0
  end
  object ButtonClear: TButton
    Left = 752
    Height = 25
    Top = 584
    Width = 75
    Caption = 'Clear'
    OnClick = ButtonClearClick
    TabOrder = 1
  end
  object GroupBoxNoShowHint: TGroupBox
    Left = 8
    Height = 177
    Hint = 'GroupBox'
    Top = 192
    Width = 449
    Caption = 'ShowHint = False'
    ClientHeight = 159
    ClientWidth = 445
    TabOrder = 2
    object ButtonShowHintNoParent1: TButton
      Left = 14
      Height = 25
      Hint = 'Button'
      Top = 26
      Width = 209
      Caption = 'ShowHint = True Parent = False'
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
    end
    object Button1: TButton
      Left = 14
      Height = 25
      Hint = 'Button'
      Top = 74
      Width = 209
      Caption = 'ShowHint = False Parent = False'
      ParentShowHint = False
      TabOrder = 1
    end
    object Button2: TButton
      Left = 230
      Height = 25
      Top = 26
      Width = 209
      Caption = 'ShowHint = True Parent = True'
      Enabled = False
      TabOrder = 2
    end
    object ButtonNoShowHintShowParent: TButton
      Left = 230
      Height = 25
      Hint = 'Button'
      Top = 74
      Width = 209
      Caption = 'ShowHint = False Parent = True'
      TabOrder = 3
    end
    object Button8: TButton
      Left = 78
      Height = 25
      Top = 115
      Width = 296
      Caption = 'ShowHint = True Parent = False / Hint = '''''
      ParentShowHint = False
      ShowHint = True
      TabOrder = 4
    end
  end
  object GroupBoxShowHint: TGroupBox
    Left = 8
    Height = 217
    Hint = 'GroupBox'
    Top = 392
    Width = 449
    Caption = 'ShowHint = True'
    ClientHeight = 199
    ClientWidth = 445
    ParentShowHint = False
    ShowHint = True
    TabOrder = 3
    object Button3: TButton
      Left = 14
      Height = 25
      Hint = 'Button'
      Top = 26
      Width = 209
      Caption = 'ShowHint = True Parent = False'
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
    end
    object Button4: TButton
      Left = 14
      Height = 25
      Hint = 'Button'
      Top = 74
      Width = 209
      Caption = 'ShowHint = False Parent = False'
      ParentShowHint = False
      TabOrder = 1
    end
    object Button5: TButton
      Left = 230
      Height = 25
      Hint = 'Button'
      Top = 26
      Width = 209
      Caption = 'ShowHint = True Parent = True'
      TabOrder = 2
    end
    object Button6: TButton
      Left = 230
      Height = 25
      Hint = 'Button'
      Top = 74
      Width = 209
      Caption = 'ShowHint = False Parent = True'
      Enabled = False
      ParentShowHint = False
      TabOrder = 3
    end
    object Button7: TButton
      Left = 78
      Height = 25
      Top = 123
      Width = 296
      Caption = 'ShowHint = True Parent = True / Hint = '''''
      TabOrder = 4
    end
  end
  object CheckBox1: TCheckBox
    Left = 8
    Height = 19
    Top = 160
    Width = 146
    Caption = 'GroupBox With Empty Hint'
    OnChange = CheckBox1Change
    TabOrder = 4
  end
end