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

  1. object CustomConfigForm: TCustomConfigForm
  2.   Left = 178
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = ' Configuration'
  6.   ClientHeight = 186
  7.   ClientWidth = 361
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = [fsBold]
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   ShowHint = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 14
  24.   object Bevel1: TBevel
  25.     Left = 264
  26.     Top = 0
  27.     Width = 17
  28.     Height = 241
  29.     Shape = bsRightLine
  30.   end
  31.   object Label1: TLabel
  32.     Left = 6
  33.     Top = 12
  34.     Width = 88
  35.     Height = 14
  36.     Caption = 'Game Directory:'
  37.   end
  38.   object dirfind_butt: TSpeedButton
  39.     Left = 224
  40.     Top = 8
  41.     Width = 22
  42.     Height = 22
  43.     Hint = 'Auto-Find Game Directory'
  44.     Flat = True
  45.     Glyph.Data = {
  46.       4E010000424D4E01000000000000760000002800000012000000120000000100
  47.       040000000000D8000000120B0000120B00001000000010000000000000000000
  48.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  49.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  50.       DDDDDD000000DDDDDDDDDDDDDDDDDD000000DDDDDDDDDDDDD7777D000000DDDD
  51.       DDDDDDDDD7007D000000DDDDDDDD777770007D000000DDDDDDD700008007DD00
  52.       0000DDDDDD7087780877DD000000D777770877E8807DDD000000780000077778
  53.       707DDD00000070FBFB07E778707DDD00000070BFBF08EE78807DDD00000070FB
  54.       FBF0877807DDDD00000070BFBFBF00007DDDDD00000070FBFBFBFBF07DDDDD00
  55.       000070BFBFBFBFB07DDDDD00000070FBF00000087DDDDD000000770007777777
  56.       DDDDDD000000DD777DDDDDDDDDDDDD000000}
  57.     OnClick = dirfind_buttClick
  58.   end
  59.   object Label2: TLabel
  60.     Left = 23
  61.     Top = 44
  62.     Width = 71
  63.     Height = 14
  64.     Caption = 'Player Name:'
  65.   end
  66.   object Label3: TLabel
  67.     Left = 8
  68.     Top = 76
  69.     Width = 86
  70.     Height = 14
  71.     Caption = 'Custom Config:'
  72.   end
  73.   object Label6: TLabel
  74.     Left = 67
  75.     Top = 108
  76.     Width = 27
  77.     Height = 14
  78.     Caption = 'Skin:'
  79.   end
  80.   object verlabel: TVersionLabel
  81.     Left = 8
  82.     Top = 160
  83.     Width = 263
  84.     Height = 0
  85.     Hint = 'wrightd@stanford.edu'
  86.     VersionResource = vrFileVersion
  87.     VersionResourceKey = 'FileVersion'
  88.     InfoPrefix = 'GameSpy Lite by David Wright'
  89.     ShowInfoPrefix = True
  90.     LangCharset = '-1'
  91.     AutoSize = False
  92.   end
  93.   object rightpanel: TPanel
  94.     Left = 280
  95.     Top = -16
  96.     Width = 113
  97.     Height = 321
  98.     Color = clNavy
  99.     TabOrder = 1
  100.     object ok_butt: TSpeedButton
  101.       Left = 1
  102.       Top = 16
  103.       Width = 79
  104.       Height = 25
  105.       Caption = 'OK'
  106.       Flat = True
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clWhite
  109.       Font.Height = -11
  110.       Font.Name = 'Arial'
  111.       Font.Style = [fsBold]
  112.       ParentFont = False
  113.       OnClick = ok_buttClick
  114.     end
  115.     object cancel_butt: TSpeedButton
  116.       Left = 1
  117.       Top = 41
  118.       Width = 79
  119.       Height = 25
  120.       Caption = 'Cancel'
  121.       Flat = True
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clWhite
  124.       Font.Height = -11
  125.       Font.Name = 'Arial'
  126.       Font.Style = [fsBold]
  127.       ParentFont = False
  128.       OnClick = cancel_buttClick
  129.     end
  130.     object about_butt: TSpeedButton
  131.       Left = 1
  132.       Top = 169
  133.       Width = 79
  134.       Height = 25
  135.       Caption = 'About'
  136.       Flat = True
  137.       Font.Charset = DEFAULT_CHARSET
  138.       Font.Color = clWhite
  139.       Font.Height = -11
  140.       Font.Name = 'Arial'
  141.       Font.Style = [fsBold]
  142.       ParentFont = False
  143.       OnClick = about_buttClick
  144.     end
  145.     object findanim: TAnimate
  146.       Left = 16
  147.       Top = 80
  148.       Width = 48
  149.       Height = 50
  150.       Active = False
  151.       CommonAVI = aviFindFile
  152.       StopFrame = 23
  153.       Visible = False
  154.     end
  155.   end
  156.   object gamedir: TEdit
  157.     Left = 96
  158.     Top = 9
  159.     Width = 121
  160.     Height = 22
  161.     Ctl3D = True
  162.     ParentCtl3D = False
  163.     ReadOnly = True
  164.     TabOrder = 0
  165.     OnChange = gamedirChange
  166.     OnClick = gamedirClick
  167.     OnKeyPress = gamedirKeyPress
  168.   end
  169.   object pname: TEdit
  170.     Left = 96
  171.     Top = 41
  172.     Width = 121
  173.     Height = 22
  174.     Ctl3D = True
  175.     ParentCtl3D = False
  176.     TabOrder = 2
  177.     Text = 'Joe_Player[GSL]'
  178.     OnKeyPress = pnameKeyPress
  179.   end
  180.   object customconfig: TComboBox
  181.     Left = 96
  182.     Top = 72
  183.     Width = 121
  184.     Height = 22
  185.     ItemHeight = 14
  186.     TabOrder = 3
  187.     OnDropDown = customconfigDropDown
  188.   end
  189.   object skinbox: TComboBox
  190.     Left = 96
  191.     Top = 104
  192.     Width = 121
  193.     Height = 22
  194.     Style = csDropDownList
  195.     ItemHeight = 14
  196.     Sorted = True
  197.     TabOrder = 4
  198.     OnDropDown = customconfigDropDown
  199.   end
  200.   object TreeScanner1: TTreeScanner
  201.     OnFileFound = TreeScanner1FileFound
  202.     Left = 248
  203.     Top = 16
  204.   end
  205.   object BrowseFolder1: TBrowseFolder
  206.     Title = 'Select Game Directory'
  207.     Flags = [bfFileSysDirsOnly, bfStatusText]
  208.     ShowPathInStatusArea = True
  209.     SyncCustomButton = False
  210.     Left = 240
  211.     Top = 48
  212.   end
  213. end
  214.