home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2002 March / CMEXTRA4.iso / super1karting / Data / Nutts / sector.nbp / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2000-03-21  |  2KB  |  82 lines

  1. object Form1: TForm1
  2.   Left = 687
  3.   Top = 124
  4.   BorderStyle = bsDialog
  5.   Caption = 'Castrol Honda Superbikes 2000'
  6.   ClientHeight = 484
  7.   ClientWidth = 401
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Image1: TImage
  19.     Left = 10
  20.     Top = 20
  21.     Width = 231
  22.     Height = 306
  23.     Picture.Data = {<image001.bmp>}
  24.   end
  25.   object PlayButton: TButton
  26.     Left = 256
  27.     Top = 20
  28.     Width = 137
  29.     Height = 30
  30.     Caption = 'Play Game'
  31.     TabOrder = 0
  32.     OnClick = PlayButtonClick
  33.   end
  34.   object InstallButton: TButton
  35.     Left = 256
  36.     Top = 69
  37.     Width = 137
  38.     Height = 31
  39.     Caption = 'Install Game'
  40.     TabOrder = 1
  41.     OnClick = InstallButtonClick
  42.   end
  43.   object DirectXButton: TButton
  44.     Left = 256
  45.     Top = 118
  46.     Width = 137
  47.     Height = 31
  48.     Caption = 'Install DirectX 5.0'
  49.     TabOrder = 2
  50.     OnClick = DirectXButtonClick
  51.   end
  52.   object CancelButton: TButton
  53.     Left = 256
  54.     Top = 286
  55.     Width = 137
  56.     Height = 30
  57.     Caption = 'Cancel'
  58.     TabOrder = 3
  59.     OnClick = CancelButtonClick
  60.   end
  61.   object UninstallButton: TButton
  62.     Left = 256
  63.     Top = 236
  64.     Width = 137
  65.     Height = 31
  66.     Caption = 'Uninstall Game'
  67.     TabOrder = 4
  68.     OnClick = UninstallButtonClick
  69.   end
  70.   object Memo1: TMemo
  71.     Left = 10
  72.     Top = 335
  73.     Width = 383
  74.     Height = 139
  75.     Lines.Strings = (
  76.       '')
  77.     ReadOnly = True
  78.     ScrollBars = ssVertical
  79.     TabOrder = 5
  80.   end
  81. end
  82.