-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathaboutfrm.lfm
296 lines (296 loc) · 8.82 KB
/
aboutfrm.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
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
object AboutForm: TAboutForm
Left = 530
Height = 376
Top = 262
Width = 460
ActiveControl = Notebook
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'About fpcupdeluxe'
ClientHeight = 376
ClientWidth = 460
OnCreate = AboutFormCreate
Position = poScreenCenter
LCLVersion = '2.1.0.0'
object Notebook: TPageControl
Left = 0
Height = 326
Top = 0
Width = 460
ActivePage = VersionPage
Align = alClient
TabIndex = 0
TabOrder = 0
object VersionPage: TTabSheet
Caption = 'Version'
ClientHeight = 298
ClientWidth = 452
object LogoImage: TImage
AnchorSideLeft.Control = VersionPage
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VersionPage
Left = 71
Height = 186
Top = 0
Width = 311
AutoSize = True
end
object VersionLabel: TLabel
AnchorSideLeft.Control = LogoImage
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = LogoImage
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = LogoImage
AnchorSideBottom.Side = asrBottom
Left = 201
Height = 15
Top = 186
Width = 51
Alignment = taCenter
Caption = 'Version #:'
ParentColor = False
end
object BuildDateLabel: TLabel
AnchorSideLeft.Control = LogoImage
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VersionLabel
AnchorSideTop.Side = asrBottom
Left = 213
Height = 15
Top = 207
Width = 27
Alignment = taCenter
BorderSpacing.Around = 6
Caption = 'Date:'
ParentColor = False
end
object PlatformLabel: TLabel
AnchorSideLeft.Control = LogoImage
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Side = asrBottom
Left = 189
Height = 15
Top = 256
Width = 74
BorderSpacing.Around = 6
Caption = 'PlatformLabel'
Font.Color = clBlue
ParentColor = False
ParentFont = False
OnMouseDown = LabelMouseDown
OnMouseEnter = LabelMouseEnter
OnMouseLeave = LabelMouseLeave
end
object FPCVersionLabel: TLabel
AnchorSideLeft.Control = LogoImage
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = BuildDateLabel
AnchorSideTop.Side = asrBottom
Left = 175
Height = 15
Top = 228
Width = 102
BorderSpacing.Around = 6
Caption = 'FPCUPVersionLabel'
ParentColor = False
end
end
object CreditsPage: TTabSheet
Caption = 'Credits'
ClientHeight = 298
ClientWidth = 452
object OfficialLabel: TLabel
AnchorSideLeft.Control = CreditsPage
AnchorSideBottom.Control = DocumentationLabel
Left = 6
Height = 15
Top = 200
Width = 66
Anchors = [akLeft, akBottom]
BorderSpacing.Around = 6
Caption = 'OfficialLabel'
ParentColor = False
end
object OfficialURLLabel: TLabel
AnchorSideLeft.Control = OfficialLabel
AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = DocumentationLabel
Left = 78
Height = 15
Top = 200
Width = 87
Anchors = [akLeft, akBottom]
BorderSpacing.Around = 6
Caption = 'OfficialURLLabel'
Font.Color = clBlue
ParentColor = False
ParentFont = False
OnMouseDown = LabelMouseDown
OnMouseEnter = LabelMouseEnter
OnMouseLeave = LabelMouseLeave
end
object DocumentationLabel: TLabel
AnchorSideLeft.Control = CreditsPage
AnchorSideBottom.Control = ForumLabel
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 15
Top = 221
Width = 111
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 14
BorderSpacing.Around = 6
Caption = 'DocumentationLabel'
ParentColor = False
end
object DocumentationURLLabel: TLabel
AnchorSideLeft.Control = DocumentationLabel
AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = ForumLabel
AnchorSideBottom.Side = asrBottom
Left = 123
Height = 15
Top = 221
Width = 132
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 14
BorderSpacing.Around = 6
Caption = 'DocumentationURLLabel'
Font.Color = clBlue
ParentColor = False
ParentFont = False
OnMouseDown = LabelMouseDown
OnMouseEnter = LabelMouseEnter
OnMouseLeave = LabelMouseLeave
end
object AboutMemo: TMemo
AnchorSideLeft.Control = CreditsPage
AnchorSideTop.Control = CreditsPage
AnchorSideRight.Control = CreditsPage
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = OfficialLabel
Left = 0
Height = 194
Top = 0
Width = 452
Anchors = [akTop, akLeft, akRight, akBottom]
Lines.Strings = (
'fpcupdeluxe / fpcup / fpclazup'
''
'Original: https://bitbucket.org/reiniero/fpcup/'
'New (this) : https://github.com/LongDirtyAnimAlf/Reiniero-fpcup'
''
'Acknowledgement.'
'Reinier Olieslagers was the original creator/maintainer of fpcup. May he rest in peace.'
''
'Fpcupdeluxe is a wrapper around the original fpclazup.'
'Fpclazup is a tool that gets both the current version of FreePascal Compiler (FPC) and Lazarus IDE from their subversion repositories and compiles/installs them.'
'It adds CHM documentation and configures the Lazarus help for you.'
''
'Shortcut on your desktop are created that point to the new (Lazarus) installation.'
''
'Meant to be used side by side with other FPC/Lazarus installations. It creates a separate primary config path directory for the new Lazarus installation, so it doesn''t interfere with existing Lazarus installs.'
)
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
end
object ForumLabel: TLabel
AnchorSideLeft.Control = CreditsPage
AnchorSideBottom.Control = ReinierLabel
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 15
Top = 241
Width = 63
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 30
BorderSpacing.Around = 6
Caption = 'ForumLabel'
ParentColor = False
end
object ForumURLLabel: TLabel
AnchorSideLeft.Control = ForumLabel
AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = ReinierLabel
AnchorSideBottom.Side = asrBottom
Left = 75
Height = 15
Top = 241
Width = 84
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 30
BorderSpacing.Around = 6
Caption = 'ForumURLLabel'
Font.Color = clBlue
ParentColor = False
ParentFont = False
OnMouseDown = LabelMouseDown
OnMouseEnter = LabelMouseEnter
OnMouseLeave = LabelMouseLeave
end
object ReinierLabel: TLabel
AnchorSideLeft.Control = CreditsPage
AnchorSideBottom.Control = CreditsPage
AnchorSideBottom.Side = asrBottom
Left = 6
Height = 15
Top = 277
Width = 64
Anchors = [akLeft, akBottom]
BorderSpacing.Around = 6
Caption = 'ReinierLabel'
ParentColor = False
end
object ReinierURLLabel: TLabel
AnchorSideLeft.Control = ReinierLabel
AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = CreditsPage
AnchorSideBottom.Side = asrBottom
Left = 76
Height = 15
Top = 277
Width = 85
Anchors = [akLeft, akBottom]
BorderSpacing.Around = 6
Caption = 'ReinierURLLabel'
Font.Color = clBlue
ParentColor = False
ParentFont = False
OnMouseDown = LabelMouseDown
OnMouseEnter = LabelMouseEnter
OnMouseLeave = LabelMouseLeave
end
end
end
object ButtonPanel: TPanel
Left = 0
Height = 50
Top = 326
Width = 460
Align = alBottom
BevelOuter = bvNone
ClientHeight = 50
ClientWidth = 460
TabOrder = 1
TabStop = True
object CloseButton: TBitBtn
AnchorSideLeft.Control = ButtonPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = ButtonPanel
AnchorSideTop.Side = asrCenter
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 193
Height = 26
Top = 12
Width = 75
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = '&Close'
Kind = bkClose
ModalResult = 1
TabOrder = 0
end
end
end