home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 1999 October / CD-Gamer_1999-10_01_cd.bin / Games / Warham40 / autorun.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1999-06-08  |  867 b   |  44 lines

  1. object Form1: TForm1
  2.   Left = 220
  3.   Top = 88
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Warhammer 40K: Rites of War'
  7.   ClientHeight = 318
  8.   ClientWidth = 503
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = -8
  21.     Width = 505
  22.     Height = 329
  23.     Picture.Data = {<image001.bmp>}
  24.   end
  25.   object Button1: TButton
  26.     Left = 8
  27.     Top = 288
  28.     Width = 217
  29.     Height = 25
  30.     Caption = 'Install Warhammer 40K: Rites of War Demo'
  31.     TabOrder = 0
  32.     OnClick = Button1Click
  33.   end
  34.   object Button2: TButton
  35.     Left = 280
  36.     Top = 288
  37.     Width = 217
  38.     Height = 25
  39.     Caption = 'Exit'
  40.     TabOrder = 1
  41.     OnClick = Button2Click
  42.   end
  43. end
  44.