-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSplash.dfm
More file actions
28 lines (28 loc) · 620 Bytes
/
Splash.dfm
File metadata and controls
28 lines (28 loc) · 620 Bytes
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
object FormSplash: TFormSplash
Left = 192
Top = 124
BorderStyle = bsNone
Caption = 'FormSplash'
ClientHeight = 442
ClientWidth = 912
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object TimerSplash: TTimer
Interval = 3000
OnTimer = TimerSplashTimer
Left = 136
Top = 152
end
end