home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1998 December
/
PCA1298.ISO
/
Updates
/
22
/
unrealbeta218.exe
/
gspylite.exe
/
0
/
RCDATA
/
TCUSTOMCONFIGFORM
/
TCUSTOMCONFIGFORM.txt
Wrap
Text File
|
1998-10-13
|
5KB
|
214 lines
object CustomConfigForm: TCustomConfigForm
Left = 178
Top = 109
BorderStyle = bsDialog
Caption = ' Configuration'
ClientHeight = 186
ClientWidth = 361
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
OldCreateOrder = True
Position = poScreenCenter
Scaled = False
ShowHint = True
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 14
object Bevel1: TBevel
Left = 264
Top = 0
Width = 17
Height = 241
Shape = bsRightLine
end
object Label1: TLabel
Left = 6
Top = 12
Width = 88
Height = 14
Caption = 'Game Directory:'
end
object dirfind_butt: TSpeedButton
Left = 224
Top = 8
Width = 22
Height = 22
Hint = 'Auto-Find Game Directory'
Flat = True
Glyph.Data = {
4E010000424D4E01000000000000760000002800000012000000120000000100
040000000000D8000000120B0000120B00001000000010000000000000000000
BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
DDDDDD000000DDDDDDDDDDDDDDDDDD000000DDDDDDDDDDDDD7777D000000DDDD
DDDDDDDDD7007D000000DDDDDDDD777770007D000000DDDDDDD700008007DD00
0000DDDDDD7087780877DD000000D777770877E8807DDD000000780000077778
707DDD00000070FBFB07E778707DDD00000070BFBF08EE78807DDD00000070FB
FBF0877807DDDD00000070BFBFBF00007DDDDD00000070FBFBFBFBF07DDDDD00
000070BFBFBFBFB07DDDDD00000070FBF00000087DDDDD000000770007777777
DDDDDD000000DD777DDDDDDDDDDDDD000000}
OnClick = dirfind_buttClick
end
object Label2: TLabel
Left = 23
Top = 44
Width = 71
Height = 14
Caption = 'Player Name:'
end
object Label3: TLabel
Left = 8
Top = 76
Width = 86
Height = 14
Caption = 'Custom Config:'
end
object Label6: TLabel
Left = 67
Top = 108
Width = 27
Height = 14
Caption = 'Skin:'
end
object verlabel: TVersionLabel
Left = 8
Top = 160
Width = 263
Height = 0
Hint = 'wrightd@stanford.edu'
VersionResource = vrFileVersion
VersionResourceKey = 'FileVersion'
InfoPrefix = 'GameSpy Lite by David Wright'
ShowInfoPrefix = True
LangCharset = '-1'
AutoSize = False
end
object rightpanel: TPanel
Left = 280
Top = -16
Width = 113
Height = 321
Color = clNavy
TabOrder = 1
object ok_butt: TSpeedButton
Left = 1
Top = 16
Width = 79
Height = 25
Caption = 'OK'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
OnClick = ok_buttClick
end
object cancel_butt: TSpeedButton
Left = 1
Top = 41
Width = 79
Height = 25
Caption = 'Cancel'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
OnClick = cancel_buttClick
end
object about_butt: TSpeedButton
Left = 1
Top = 169
Width = 79
Height = 25
Caption = 'About'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
OnClick = about_buttClick
end
object findanim: TAnimate
Left = 16
Top = 80
Width = 48
Height = 50
Active = False
CommonAVI = aviFindFile
StopFrame = 23
Visible = False
end
end
object gamedir: TEdit
Left = 96
Top = 9
Width = 121
Height = 22
Ctl3D = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 0
OnChange = gamedirChange
OnClick = gamedirClick
OnKeyPress = gamedirKeyPress
end
object pname: TEdit
Left = 96
Top = 41
Width = 121
Height = 22
Ctl3D = True
ParentCtl3D = False
TabOrder = 2
Text = 'Joe_Player[GSL]'
OnKeyPress = pnameKeyPress
end
object customconfig: TComboBox
Left = 96
Top = 72
Width = 121
Height = 22
ItemHeight = 14
TabOrder = 3
OnDropDown = customconfigDropDown
end
object skinbox: TComboBox
Left = 96
Top = 104
Width = 121
Height = 22
Style = csDropDownList
ItemHeight = 14
Sorted = True
TabOrder = 4
OnDropDown = customconfigDropDown
end
object TreeScanner1: TTreeScanner
OnFileFound = TreeScanner1FileFound
Left = 248
Top = 16
end
object BrowseFolder1: TBrowseFolder
Title = 'Select Game Directory'
Flags = [bfFileSysDirsOnly, bfStatusText]
ShowPathInStatusArea = True
SyncCustomButton = False
Left = 240
Top = 48
end
end