object Splash: TSplash Left = 589 Top = 472 BorderIcons = [] BorderStyle = bsNone Caption = 'Splash' ClientHeight = 150 ClientWidth = 200 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False OnActivate = Activate OnClick = Click OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 201 Height = 151 OnClick = Click end object shareware: TLabel Left = 86 Top = 16 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