home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1998 December / PCA1298.ISO / Updates / 22 / unrealbeta218.exe / gspylite.exe / 0 / RCDATA / TUNREALCONFIGFORM / TUNREALCONFIGFORM.txt
Text File  |  1998-10-13  |  956b  |  51 lines

  1. inherited UnrealConfigForm: TUnrealConfigForm
  2.   Left = 264
  3.   Top = 114
  4.   Caption = 'Unreal Configuration'
  5.   ClientHeight = 199
  6.   PixelsPerInch = 96
  7.   TextHeight = 14
  8.   inherited Label6: TLabel
  9.     Top = 140
  10.   end
  11.   object Label4: TLabel [6]
  12.     Left = 57
  13.     Top = 108
  14.     Width = 37
  15.     Height = 14
  16.     Caption = 'Model:'
  17.   end
  18.   object Label5: TLabel [8]
  19.     Left = 12
  20.     Top = 172
  21.     Width = 82
  22.     Height = 14
  23.     Caption = 'Master Server:'
  24.   end
  25.   object modelbox: TComboBox [13]
  26.     Left = 96
  27.     Top = 104
  28.     Width = 121
  29.     Height = 22
  30.     Style = csDropDownList
  31.     ItemHeight = 14
  32.     TabOrder = 5
  33.     OnChange = modelboxChange
  34.     OnDropDown = modelboxDropDown
  35.   end
  36.   inherited skinbox: TComboBox
  37.     Top = 136
  38.     OnDropDown = skinboxDropDown
  39.   end
  40.   object masterip: TEdit [15]
  41.     Left = 96
  42.     Top = 169
  43.     Width = 121
  44.     Height = 22
  45.     Ctl3D = True
  46.     ParentCtl3D = False
  47.     TabOrder = 6
  48.     Text = 'master0.gamespy.com'
  49.   end
  50. end
  51.