object dlgSplach: TdlgSplach Left = 250 Top = 189 BorderStyle = bsNone Caption = 'dlgSplach' ClientHeight = 85 ClientWidth = 203 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 203 Height = 85 Align = alClient BevelInner = bvRaised Caption = 'Panel1' Color = clSilver TabOrder = 0 object Image1: TImage Left = 13 Top = 2 Width = 188 Height = 81 Align = alClient Picture.Data = {} OnClick = Image1Click end object labelinfo: TLabel Left = 8 Top = 54 Width = 185 Height = 16 Alignment = taCenter AutoSize = False Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object RotateLabel1: TRotateLabel Left = 135 Top = 4 Width = 34 Height = 16 Escapement = 0 TextStyle = tsNone Caption = 'X.043' Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object Panel2: TPanel Left = 2 Top = 2 Width = 11 Height = 81 Align = alLeft BevelOuter = bvNone Color = clBlack TabOrder = 0 object Shape2: TShape Left = 0 Top = 1 Width = 11 Height = 80 Align = alBottom Brush.Color = 16711808 Pen.Width = 3 end end end object Timer1: TTimer Enabled = False Interval = 3000 OnTimer = Timer1Timer Left = 336 Top = 144 end object Timer2: TTimer Enabled = False Interval = 50 OnTimer = Timer2Timer Left = 296 Top = 200 end end