object Splash: TSplash Left = 222 Top = 120 BorderStyle = bsNone ClientHeight = 300 ClientWidth = 300 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 300 Height = 300 AutoSize = True Picture.Data = {} OnClick = Image1Click end object PaintBox1: TPaintBox Left = 54 Top = 261 Width = 190 Height = 16 end object Timer1: TTimer Interval = 0 OnTimer = Timer1Timer Left = 8 Top = 8 end end