-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsplashscreen.lfm
56 lines (56 loc) · 1.07 KB
/
splashscreen.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
object SplashScreenForm: TSplashScreenForm
Left = 778
Height = 102
Top = 630
Width = 320
BorderIcons = []
BorderStyle = bsNone
BorderWidth = 1
ClientHeight = 102
ClientWidth = 320
FormStyle = fsStayOnTop
OnCreate = FormCreate
Position = poMainFormCenter
ShowInTaskBar = stNever
LCLVersion = '1.8.2.0'
object Panel1: TPanel
Left = 1
Height = 100
Top = 1
Width = 318
Align = alClient
BevelInner = bvSpace
ClientHeight = 100
ClientWidth = 318
TabOrder = 0
object Logo: TImage
Left = 2
Height = 73
Top = 2
Width = 96
Align = alLeft
Proportional = True
Stretch = True
Transparent = True
end
object SplashScreenText: TLabel
Left = 98
Height = 73
Top = 2
Width = 219
Align = alLeft
Alignment = taCenter
AutoSize = False
Layout = tlCenter
ParentColor = False
WordWrap = True
end
object Status: TStatusBar
Left = 2
Height = 23
Top = 75
Width = 314
Panels = <>
end
end
end