object StartUpForm: TStartUpForm Left = 192 Top = 84 BorderStyle = bsNone Caption = 'Dialog' ClientHeight = 137 ClientWidth = 302 Color = clMaroon Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object elImage: TImage Left = 0 Top = 0 Width = 270 Height = 170 AutoSize = True Picture.Data = {} end object elTimer: TTimer Interval = 5000 OnTimer = elTimerTimer Left = 8 Top = 8 end end