-
Notifications
You must be signed in to change notification settings - Fork 3
/
About.lfm
126 lines (126 loc) · 3.73 KB
/
About.lfm
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
object fAbout: TfAbout
Left = 783
Top = 462
HelpContext = 540
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 297
ClientWidth = 316
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
object Label2: TLabel
Left = 5
Top = 60
Width = 40
Height = 13
Caption = 'Credits'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 50
Top = 10
Width = 59
Height = 13
Caption = 'TurboRisk'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 50
Top = 25
Width = 154
Height = 13
Caption = '© 1999-2010, Mario Ferrari'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object lblVersion: TLabel
Left = 225
Top = 10
Width = 69
Height = 13
Caption = 'Version x.xx'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label6: TLabel
Left = 225
Top = 25
Width = 53
Height = 13
Caption = 'Freeware'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Image1: TImage
Left = 5
Top = 10
Width = 32
Height = 32
Picture.Data = {
055449636F6E0000010001002020100000000000E80200001600000028000000
2000000040000000010004000000000080020000000000000000000000000000
0000000000000000000080000080000000808000800000008000800080800000
C0C0C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000
FFFFFF0000000000000000000000000000000000444444444444444444444444
4444444044444444444444444444444444444440444444444444444444444444
4444444044444444B4444444444444444444444044444444B444444444444444
4444444044444444B4444444444444444477444044444444BB44444DD4444444
7777444044444444BBB4444DD4D444447777444044444444BBB4444DD4D44444
4777444044444444BBB4444DDD444444444444404444444BBBB4444DDD444444
744744404444444BBB44444DDD444447744444404444444BBB44444DDDD4444C
444444404444449444444DDDDD44CC4C444444404444449944444DDDDDC4CC4C
444444404444994444444DDDD4CCCCCCC44444404444994444444DDDDCCCCCCC
C444444044499994444444D44CCCCCCCCCC44440444999994444444A4CCCCCCC
C444444044499999444444AAA4CCCCCCCC4C444044499999444444AAAAACCCCC
CCCC444044499999944444AAAAACCCCCCCCC44404449999994444A4AAAAACCCC
CC44C4409499994944444A4AAAAACCCCCCCC44409999994944444444AAAACCCC
CCCCCC40999999994494A44A4AAACCCCCCCCCCC0999999944494444AAAAACCCC
CCCCCC40999999944499444AAA4A4CCCCCCCCC4044499999449944444444CCCC
C44C44404449499449994444444444CCC44444404444444449999444444444CC
C444444000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000
}
Stretch = True
end
object txtCredits: TMemo
Left = 5
Top = 75
Width = 306
Height = 216
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
end
end