object SplashLomake: TSplashLomake Left = 377 Top = 188 BorderIcons = [] BorderStyle = bsNone Caption = 'SplashLomake' ClientHeight = 250 ClientWidth = 453 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClick = FormClick OnKeyPress = FormKeyPress PixelsPerInch = 120 TextHeight = 16 object Image1: TImage Left = 0 Top = 0 Width = 453 Height = 250 Cursor = crHandPoint Align = alClient AutoSize = True Center = True Picture.Data = {} OnClick = Image1Click end object Timer1: TTimer Interval = 2000 OnTimer = Timer1Timer Left = 40 Top = 312 end end