-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunit_about.lfm
62 lines (62 loc) · 1.15 KB
/
unit_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
object FormAbout: TFormAbout
Left = 483
Height = 424
Top = 382
Width = 383
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 424
ClientWidth = 383
OnCreate = Create
Position = poScreenCenter
LCLVersion = '2.2.6.0'
object ImageFLLLogo: TImage
Left = 64
Height = 256
Top = 8
Width = 256
Center = True
Stretch = True
Transparent = True
end
object Label1: TLabel
Left = 16
Height = 16
Top = 280
Width = 345
Alignment = taCenter
AutoSize = False
Caption = 'Flax Launcher Lite'
ParentColor = False
end
object Label2: TLabel
Left = 16
Height = 16
Top = 304
Width = 347
Alignment = taCenter
AutoSize = False
Caption = 'Created with Love from the USA'
ParentColor = False
end
object ButtonClose: TButton
Left = 152
Height = 25
Top = 384
Width = 75
Caption = 'Close'
OnClick = ButtonCloseClick
TabOrder = 0
end
object LabelDBInUse: TLabel
Left = 16
Height = 40
Top = 336
Width = 345
Alignment = taCenter
AutoSize = False
Caption = 'SQLite3 DB'
ParentColor = False
WordWrap = True
end
end