home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 June / CMYCHA200506_broken.iso / Knights / AutoRun.exe / 0 / RCDATA / TFMAIN / TFMAIN.txt < prev   
Text File  |  2005-04-15  |  2KB  |  85 lines

  1. object FMain: TFMain
  2.   Left = 402
  3.   Top = 242
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'FMain'
  7.   ClientHeight = 201
  8.   ClientWidth = 384
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 8
  22.     Top = 8
  23.     Width = 209
  24.     Height = 185
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Button1: TButton
  28.     Left = 232
  29.     Top = 8
  30.     Width = 145
  31.     Height = 25
  32.     Caption = '&Uruchom gr'#281
  33.     Default = True
  34.     TabOrder = 0
  35.     OnClick = Button1Click
  36.   end
  37.   object Button2: TButton
  38.     Left = 64
  39.     Top = 72
  40.     Width = 145
  41.     Height = 25
  42.     Caption = 'Instaluj Direct&X'
  43.     TabOrder = 1
  44.     Visible = False
  45.     OnClick = Button2Click
  46.   end
  47.   object Button5: TButton
  48.     Left = 232
  49.     Top = 48
  50.     Width = 145
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Zam&knij'
  54.     TabOrder = 4
  55.     OnClick = Button5Click
  56.   end
  57.   object Button4: TButton
  58.     Left = 64
  59.     Top = 104
  60.     Width = 145
  61.     Height = 25
  62.     Caption = '&Dema'
  63.     TabOrder = 3
  64.     Visible = False
  65.     OnClick = Button4Click
  66.   end
  67.   object Button3: TButton
  68.     Left = 64
  69.     Top = 136
  70.     Width = 145
  71.     Height = 25
  72.     Caption = 'Instaluj &Acrobat Reader'
  73.     TabOrder = 2
  74.     Visible = False
  75.     OnClick = Button3Click
  76.   end
  77.   object Timer1: TTimer
  78.     Enabled = False
  79.     Interval = 500
  80.     OnTimer = Timer1Timer
  81.     Left = 8
  82.     Top = 8
  83.   end
  84. end
  85.