forked from graemeg/epiktimer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
splash.lfm
64 lines (64 loc) · 1.25 KB
/
splash.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
object Form3: TForm3
Left = 475
Height = 167
Top = 384
Width = 400
HorzScrollBar.Page = 401
VertScrollBar.Page = 168
Caption = 'EpikTimer Demo Initialization - Please wait'
ClientHeight = 167
ClientWidth = 400
Position = poScreenCenter
LCLVersion = '1.1'
Visible = True
object Progressbar1: TProgressBar
Left = 60
Height = 20
Top = 105
Width = 294
DragCursor = crDefault
Max = 9
Min = 1
Position = 1
Smooth = True
Step = 1
TabOrder = 0
TabStop = True
end
object Label1: TLabel
Left = 5
Height = 15
Top = 25
Width = 164
Alignment = taCenter
Caption = 'EpikTimer Test application'
ParentColor = False
end
object Label2: TLabel
Left = 0
Height = 15
Top = 65
Width = 147
Alignment = taCenter
Caption = 'Beta release: 7-3-2003'
ParentColor = False
end
object Label3: TLabel
Left = 0
Height = 15
Top = 45
Width = 281
Alignment = taCenter
Caption = 'By Tom Lisjac <[email protected]>'
ParentColor = False
end
object Label4: TLabel
Left = 0
Height = 15
Top = 135
Width = 202
Alignment = taCenter
Caption = 'System initializing... please wait'
ParentColor = False
end
end