-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaboutunit.lfm
More file actions
73 lines (73 loc) · 1.54 KB
/
aboutunit.lfm
File metadata and controls
73 lines (73 loc) · 1.54 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
object AboutForm: TAboutForm
Left = 282
Height = 252
Top = 121
Width = 430
Caption = 'About'
ClientHeight = 252
ClientWidth = 430
OnCreate = FormCreate
LCLVersion = '2.0.8.0'
object PageControl: TPageControl
Left = 0
Height = 252
Top = 0
Width = 430
ActivePage = TabSheet1
Align = alClient
ParentFont = False
TabIndex = 0
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'About'
ClientHeight = 218
ClientWidth = 426
ParentFont = False
object mAbout: TMemo
Left = 0
Height = 218
Top = 0
Width = 426
Align = alClient
Font.Name = 'Monospace'
ParentFont = False
ScrollBars = ssAutoVertical
TabOrder = 0
end
end
object TabSheet2: TTabSheet
Caption = 'Licence'
ClientHeight = 218
ClientWidth = 422
ParentFont = False
object mLicence: TMemo
Left = 0
Height = 217
Top = 0
Width = 422
Align = alClient
Font.Name = 'Monospace'
ParentFont = False
ScrollBars = ssAutoVertical
TabOrder = 0
end
end
object TabSheet3: TTabSheet
Caption = 'Credits'
ClientHeight = 217
ClientWidth = 422
ParentFont = False
object mCredits: TMemo
Left = 0
Height = 217
Top = 0
Width = 422
Align = alClient
Font.Name = 'Monospace'
ParentFont = False
ScrollBars = ssAutoVertical
TabOrder = 0
end
end
end
end