home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1998 December / PCA1298.ISO / Updates / 22 / unrealbeta218.exe / gspylite.exe / 0 / RCDATA / TQUAKE2CONFIGFORM / TQUAKE2CONFIGFORM.txt
Text File  |  1998-10-13  |  1KB  |  64 lines

  1. inherited Quake2ConfigForm: TQuake2ConfigForm
  2.   Left = 461
  3.   Top = 181
  4.   Caption = 'Quake 2 Configuration'
  5.   ClientHeight = 206
  6.   PixelsPerInch = 96
  7.   TextHeight = 14
  8.   object Label4: TLabel [5]
  9.     Left = 64
  10.     Top = 108
  11.     Width = 30
  12.     Height = 14
  13.     Caption = 'Hand:'
  14.   end
  15.   object Label5: TLabel [6]
  16.     Left = 56
  17.     Top = 140
  18.     Width = 37
  19.     Height = 14
  20.     Caption = 'Model:'
  21.   end
  22.   inherited Label6: TLabel
  23.     Top = 172
  24.   end
  25.   inherited gamedir: TEdit
  26.     OnKeyPress = nil
  27.   end
  28.   object handbox: TComboBox [12]
  29.     Left = 96
  30.     Top = 104
  31.     Width = 121
  32.     Height = 22
  33.     Style = csDropDownList
  34.     ItemHeight = 14
  35.     Items.Strings = (
  36.       'Right'
  37.       'Left'
  38.       'Center')
  39.     TabOrder = 4
  40.     OnDropDown = customconfigDropDown
  41.   end
  42.   object modelbox: TComboBox [13]
  43.     Left = 96
  44.     Top = 136
  45.     Width = 121
  46.     Height = 22
  47.     Style = csDropDownList
  48.     ItemHeight = 14
  49.     Items.Strings = (
  50.       'Center'
  51.       'Left'
  52.       'Right')
  53.     Sorted = True
  54.     TabOrder = 5
  55.     OnChange = modelboxChange
  56.     OnDropDown = modelboxDropDown
  57.   end
  58.   inherited skinbox: TComboBox
  59.     Top = 168
  60.     TabOrder = 6
  61.     OnDropDown = skinboxDropDown
  62.   end
  63. end
  64.