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