object Spash: TSpash Left = 265 Top = 138 VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsNone ClientHeight = 207 ClientWidth = 477 Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] FormStyle = fsStayOnTop Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Image1: TImage Left = 0 Top = 0 Width = 475 Height = 164 Picture.Data = {} end object Timer1: TTimer Interval = 5000 OnTimer = Timer1Timer Left = 24 Top = 40 end end