object frmAutoGo: TfrmAutoGo Left = 114 Top = 124 BorderStyle = bsNone ClientHeight = 348 ClientWidth = 574 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True Position = poScreenCenter OnActivate = FormActivate OnClick = Image1Click OnCreate = FormCreate OnDblClick = FormDblClick OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Media: TMediaPlayer Left = 112 Top = 16 Width = 253 Height = 30 DeviceType = dtAVIVideo Visible = False TabOrder = 0 end object Panel1: TPanel Left = 120 Top = 56 Width = 320 Height = 200 BevelOuter = bvNone Caption = 'Panel1' Color = clBlack TabOrder = 1 object Image1: TImage Left = 0 Top = 0 Width = 320 Height = 200 Align = alClient Center = True Stretch = True OnClick = Image1Click end end object Panel2: TPanel Left = 0 Top = 307 Width = 574 Height = 41 Align = alBottom BevelOuter = bvNone Caption = 'ESCAPE - Koniec, SPACJA - Eksploracja, ENTER - Uruchom Menu' Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 end object ExecFile1: TExecFile Associate = False Wait = False Left = 243 Top = 88 end object Timer1: TTimer Interval = 200 OnTimer = Timer1Timer Left = 200 Top = 88 end end