object fSplash: TfSplash Left = 222 Top = 132 BorderStyle = bsNone ClientHeight = 446 ClientWidth = 688 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poDefaultPosOnly WindowState = wsMaximized OnCreate = FormCreate OnKeyPress = FormKeyPress DesignSize = ( 688 446) PixelsPerInch = 96 TextHeight = 13 object Img: TImage Left = 0 Top = 0 Width = 688 Height = 446 Align = alClient Center = True OnClick = ImgClick end object lblSkip: TLabel Left = 620 Top = 426 Width = 61 Height = 13 Cursor = crHandPoint Anchors = [akRight, akBottom] Caption = 'Pomi'#324' pokaz' Color = 6401617 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentColor = False ParentFont = False Transparent = True OnClick = lblSkipClick end object Timer: TTimer Enabled = False OnTimer = TimerTimer Left = 10 Top = 400 end end