-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcopyright.lfm
353 lines (353 loc) · 8.69 KB
/
copyright.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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
object CopyrightF: TCopyrightF
Left = 587
Height = 400
Top = 296
Width = 700
BorderStyle = bsToolWindow
Caption = 'Copyright'
ClientHeight = 400
ClientWidth = 700
Color = 7452927
DesignTimePPI = 120
FormStyle = fsStayOnTop
OnActivate = DisableMovement
OnChangeBounds = DisableMovement
LCLVersion = '1.8.4.0'
object TopPanel: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 100
Top = 0
Width = 700
Anchors = [akTop, akLeft, akRight]
BevelOuter = bvNone
ClientHeight = 100
ClientWidth = 700
Color = 16512
ParentColor = False
TabOrder = 0
object CopyrightDisclaimerA: TLabel
AnchorSideLeft.Control = TopPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = TopPanel
AnchorSideTop.Side = asrCenter
Left = 172
Height = 37
Top = 32
Width = 357
Anchors = [akLeft]
Caption = 'COPYRIGHT DISCLAIMER'
Font.CharSet = ANSI_CHARSET
Font.Height = -33
Font.Name = 'Britannic Bold'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object CopyrightDisclaimerB: TLabel
AnchorSideTop.Control = CopyrightDisclaimerA
AnchorSideTop.Side = asrBottom
Left = 253
Height = 20
Top = 69
Width = 231
Anchors = [akTop]
Caption = '(I do not own any of the following)'
ParentColor = False
end
object Images: TToggleBox
AnchorSideTop.Control = Soundtrack
AnchorSideBottom.Control = Soundtrack
AnchorSideBottom.Side = asrBottom
Left = 536
Height = 50
Top = 24
Width = 150
Anchors = [akTop, akBottom]
Caption = 'Images'
Font.CharSet = EASTEUROPE_CHARSET
Font.Height = -27
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnClick = ImagesClick
ParentFont = False
TabOrder = 1
end
object Soundtrack: TToggleBox
Left = 14
Height = 50
Top = 24
Width = 150
Caption = 'Soundtrack'
Checked = True
Font.CharSet = EASTEUROPE_CHARSET
Font.Height = -27
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
OnClick = SoundtrackClick
ParentFont = False
State = cbChecked
TabOrder = 0
end
end
object ImagePage: TPanel
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 175
Height = 60
Top = 304
Width = 350
Anchors = [akLeft]
BorderSpacing.Bottom = 20
Caption = 'Pieces'
Color = clSilver
Font.CharSet = ANSI_CHARSET
Font.Height = -33
Font.Name = 'Britannic Bold'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
TabOrder = 1
Visible = False
end
object Copyright6B: TLabel
AnchorSideLeft.Control = Copyright1B
AnchorSideTop.Control = Copyright6A
AnchorSideTop.Side = asrCenter
Left = 175
Height = 1
Top = 245
Width = 1
Font.CharSet = EASTEUROPE_CHARSET
Font.Height = -20
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object ArrowRight: TArrow
AnchorSideTop.Control = ImagePage
Left = 544
Height = 60
Top = 304
Width = 60
Anchors = [akTop]
ArrowType = atRight
Constraints.MinHeight = 10
Constraints.MinWidth = 10
OnClick = ArrowRightClick
Visible = False
end
object ArrowLeft: TArrow
AnchorSideTop.Control = ImagePage
Left = 104
Height = 60
Top = 304
Width = 60
Anchors = [akTop]
Constraints.MinHeight = 10
Constraints.MinWidth = 10
OnClick = ArrowLeftClick
Visible = False
end
object Copyright1A: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = TopPanel
AnchorSideTop.Side = asrBottom
Left = 10
Height = 27
Top = 110
Width = 226
BorderSpacing.Left = 10
BorderSpacing.Top = 10
Caption = 'Misconception by Myuuji'
Font.CharSet = EASTEUROPE_CHARSET
Font.Height = -23
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Copyright2A: TLabel
AnchorSideLeft.Control = Copyright1A
AnchorSideTop.Control = Copyright1A
AnchorSideTop.Side = asrBottom
Left = 10
Height = 27
Top = 137
Width = 205
Caption = 'Prey Reprise by Myuuji'
Font.CharSet = EASTEUROPE_CHARSET
Font.Height = -23
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Copyright3A: TLabel
AnchorSideLeft.Control = Copyright1A
AnchorSideTop.Control = Copyright2A
AnchorSideTop.Side = asrBottom
Left = 10
Height = 27
Top = 164
Width = 266
Caption = 'Round That Corner by Myuuji'
Font.CharSet = ANSI_CHARSET
Font.Height = -23
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Copyright4A: TLabel
AnchorSideLeft.Control = Copyright1A
AnchorSideTop.Control = Copyright3A
AnchorSideTop.Side = asrBottom
Left = 10
Height = 27
Top = 191
Width = 221
Caption = 'Scent of Night by Myuuji'
Font.CharSet = EASTEUROPE_CHARSET
Font.Height = -23
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Copyright5A: TLabel
AnchorSideLeft.Control = Copyright1A
AnchorSideTop.Control = Copyright4A
AnchorSideTop.Side = asrBottom
Left = 10
Height = 27
Top = 218
Width = 214
Caption = 'The Forsaken by Myuuji'
Font.CharSet = ANSI_CHARSET
Font.Height = -23
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Copyright6A: TLabel
AnchorSideLeft.Control = Copyright1A
AnchorSideTop.Control = Copyright5A
AnchorSideTop.Side = asrBottom
Left = 10
Height = 1
Top = 245
Width = 1
Font.CharSet = EASTEUROPE_CHARSET
Font.Height = -23
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Copyright1B: TLabel
AnchorSideLeft.Control = ImagePage
AnchorSideTop.Control = Copyright1A
AnchorSideTop.Side = asrCenter
Left = 175
Height = 1
Top = 123
Width = 1
Font.CharSet = EASTEUROPE_CHARSET
Font.Height = -20
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object Copyright2B: TLabel
AnchorSideLeft.Control = Copyright1B
AnchorSideTop.Control = Copyright2A
AnchorSideTop.Side = asrCenter
Left = 175
Height = 1
Top = 150
Width = 1
Font.CharSet = EASTEUROPE_CHARSET
Font.Height = -20
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object Copyright3B: TLabel
AnchorSideLeft.Control = Copyright1B
AnchorSideTop.Control = Copyright3A
AnchorSideTop.Side = asrCenter
Left = 175
Height = 24
Top = 165
Width = 155
Caption = '=> thedarkpiano.com'
Font.CharSet = EASTEUROPE_CHARSET
Font.Height = -20
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object Copyright4B: TLabel
AnchorSideLeft.Control = Copyright1B
AnchorSideTop.Control = Copyright4A
AnchorSideTop.Side = asrCenter
Left = 175
Height = 1
Top = 204
Width = 1
Font.CharSet = EASTEUROPE_CHARSET
Font.Height = -20
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
object Copyright5B: TLabel
AnchorSideLeft.Control = Copyright1B
AnchorSideTop.Control = Copyright5A
AnchorSideTop.Side = asrCenter
Left = 175
Height = 1
Top = 231
Width = 1
Font.CharSet = EASTEUROPE_CHARSET
Font.Height = -20
Font.Name = 'Arial Narrow'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
end