-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplatemain.lfm
More file actions
74 lines (74 loc) · 1.39 KB
/
templatemain.lfm
File metadata and controls
74 lines (74 loc) · 1.39 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
object frmTemplateMain: TfrmTemplateMain
Left = 362
Height = 200
Top = 246
Width = 355
Caption = 'TemplateMain'
ClientHeight = 200
ClientWidth = 355
OnClose = FormClose
OnCreate = FormCreate
LCLVersion = '1.1'
object CDButton1: TCDButton
Left = 15
Height = 25
Top = 12
Width = 75
Caption = 'Count'
DrawStyle = dsDefault
OnClick = CDButton1Click
TabOrder = 0
TabStop = True
end
object Label1: TLabel
Left = 17
Height = 13
Top = 56
Width = 31
Caption = 'Label1'
ParentColor = False
end
object CDButton2: TCDButton
Left = 103
Height = 25
Top = 11
Width = 75
Caption = 'Timer'
DrawStyle = dsDefault
OnClick = CDButton2Click
TabOrder = 1
TabStop = True
end
object CDButton3: TCDButton
Left = 17
Height = 25
Top = 112
Width = 72
Caption = 'Close App'
DrawStyle = dsDefault
OnClick = CDButton3Click
TabOrder = 2
TabStop = True
end
object Label2: TLabel
Left = 17
Height = 27
Top = 152
Width = 166
Caption = 'Lazarus Rocks!'
Font.CharSet = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -24
Font.Name = 'Arial'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object Timer1: TTimer
Enabled = False
OnTimer = Timer1Timer
left = 185
top = 15
end
end