home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Polskie / Cdromgen / CDROMGEN.exe / CDMENUGEN / CDMENU / GOMENU.exe / 0 / RCDATA / TFRMAUTOGO / TFRMAUTOGO.txt
Text File  |  1998-05-10  |  2KB  |  82 lines

  1. object frmAutoGo: TfrmAutoGo
  2.   Left = 114
  3.   Top = 124
  4.   BorderStyle = bsNone
  5.   ClientHeight = 348
  6.   ClientWidth = 574
  7.   Color = clBlack
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClick = Image1Click
  18.   OnCreate = FormCreate
  19.   OnDblClick = FormDblClick
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Media: TMediaPlayer
  24.     Left = 112
  25.     Top = 16
  26.     Width = 253
  27.     Height = 30
  28.     DeviceType = dtAVIVideo
  29.     Visible = False
  30.     TabOrder = 0
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 120
  34.     Top = 56
  35.     Width = 320
  36.     Height = 200
  37.     BevelOuter = bvNone
  38.     Caption = 'Panel1'
  39.     Color = clBlack
  40.     TabOrder = 1
  41.     object Image1: TImage
  42.       Left = 0
  43.       Top = 0
  44.       Width = 320
  45.       Height = 200
  46.       Align = alClient
  47.       Center = True
  48.       Stretch = True
  49.       OnClick = Image1Click
  50.     end
  51.   end
  52.   object Panel2: TPanel
  53.     Left = 0
  54.     Top = 307
  55.     Width = 574
  56.     Height = 41
  57.     Align = alBottom
  58.     BevelOuter = bvNone
  59.     Caption = 'ESCAPE - Koniec, SPACJA - Eksploracja, ENTER - Uruchom Menu'
  60.     Color = clBlack
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clWhite
  63.     Font.Height = -13
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.     TabOrder = 2
  68.   end
  69.   object ExecFile1: TExecFile
  70.     Associate = False
  71.     Wait = False
  72.     Left = 243
  73.     Top = 88
  74.   end
  75.   object Timer1: TTimer
  76.     Interval = 200
  77.     OnTimer = Timer1Timer
  78.     Left = 200
  79.     Top = 88
  80.   end
  81. end
  82.