object Splash: TSplash Left = 462 Top = 465 BorderIcons = [] BorderStyle = bsNone Caption = 'Splash' ClientHeight = 150 ClientWidth = 200 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnActivate = Activate OnClick = Click PixelsPerInch = 96 TextHeight = 13 object bm: TImage Left = 0 Top = 0 Width = 200 Height = 150 OnClick = Click end object shareware: TLabel Left = 6 Top = 124 Width = 106 Height = 24 Caption = 'Shareware' Font.Color = clRed Font.Height = -21 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True Visible = False end object Timer1: TTimer Interval = 3000 OnTimer = Click Left = 12 Top = 12 end end