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

  1. object MainWindow: TMainWindow
  2.   Left = 664
  3.   Top = 147
  4.   BorderStyle = bsDialog
  5.   Caption = 'MainWindow'
  6.   ClientHeight = 362
  7.   ClientWidth = 378
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Banner: TImage
  19.     Left = 13
  20.     Top = 13
  21.     Width = 189
  22.     Height = 196
  23.   end
  24.   object PlayGame: TButton
  25.     Left = 215
  26.     Top = 18
  27.     Width = 150
  28.     Height = 26
  29.     Caption = 'Play Game'
  30.     TabOrder = 0
  31.     OnClick = PlayGameClick
  32.   end
  33.   object InstallGame: TButton
  34.     Left = 215
  35.     Top = 50
  36.     Width = 150
  37.     Height = 27
  38.     Caption = 'Install Game'
  39.     TabOrder = 1
  40.     OnClick = InstallGameClick
  41.   end
  42.   object UninstallGame: TButton
  43.     Left = 215
  44.     Top = 152
  45.     Width = 150
  46.     Height = 27
  47.     Caption = 'Uninstall Game'
  48.     TabOrder = 2
  49.     OnClick = UninstallGameClick
  50.   end
  51.   object InstallDirectX: TButton
  52.     Left = 215
  53.     Top = 83
  54.     Width = 150
  55.     Height = 26
  56.     Caption = 'Install DirectX 7.0a'
  57.     TabOrder = 3
  58.     OnClick = InstallDirectXClick
  59.   end
  60.   object Cancel: TButton
  61.     Left = 215
  62.     Top = 185
  63.     Width = 150
  64.     Height = 26
  65.     Caption = 'Cancel'
  66.     TabOrder = 4
  67.     OnClick = CancelClick
  68.   end
  69.   object CopyrightMessage: TMemo
  70.     Left = 13
  71.     Top = 224
  72.     Width = 352
  73.     Height = 124
  74.     Lines.Strings = (
  75.       'CopyrightMessage')
  76.     TabOrder = 5
  77.   end
  78. end
  79.