object FormSplash: TFormSplash Left = 293 Top = 328 BorderStyle = bsNone ClientHeight = 220 ClientWidth = 388 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnDeactivate = FormDeactivate OnHide = FormHide PixelsPerInch = 96 TextHeight = 13 object Image: TImage Left = 0 Top = 0 Width = 388 Height = 220 Align = alClient end object Timer: TTimer Enabled = False Interval = 3000 OnTimer = TimerTimer Left = 8 Top = 8 end end