GUI2K4.UT2K4GetPassword
- Extends
- UT2K4GetDataMenu
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.MessageWindow
|
+-- GUI2K4.UT2K4GenericMessageBox
|
+-- GUI2K4.UT2K4GetDataMenu
|
+-- GUI2K4.UT2K4GetPassword
var localized string IncorrectPassword;
var string RetryURL;
function HandleParameters (
string URL,
string FailCode) )
function RetryPassword ( ) )
defaultproperties
{
IncorrectPassword="Incorrect password specified. Please try again."
Begin Object class=moEditBox Name=GetPassPW
Caption="Server Password"
CaptionWidth=0.4
TabOrder=0
WinWidth=0.562500
WinHeight=0.030000
WinLeft=0.209375
WinTop=0.485366
End Object
ed_Data=GetPassPW
Begin Object Class=GUIButton Name=GetPassRetry
Caption="SUBMIT"
StyleName="SquareButton"
OnClick=InternalOnClick
bBoundToParent=true
WinWidth=0.1475
WinHeight=0.045
WinLeft=0.320899
WinTop=0.730455
TabOrder=1
End Object
b_OK=GetPassRetry
Begin Object Class=GUIButton Name=GetPassFail
Caption="CANCEL"
StyleName="SquareButton"
OnClick=InternalOnClick
bBoundToParent=true
WinWidth=0.1475
WinHeight=0.045000
WinLeft=0.586523
WinTop=0.547122
TabOrder=2
End Object
b_Cancel=GetPassFail
Begin Object Class=GUILabel Name=GetPassLabel
Caption="A password is required to play on this server."
TextAlign=TXTA_Center
StyleName="TextLabel"
FontScale=FNS_Large
WinWidth=0.940430
WinHeight=0.054688
WinLeft=0.027930
WinTop=0.302230
bBoundToParent=true
End Object
l_Text=GetPassLabel
OpenSound=sound'MenuSounds.SelectDshort'
bAllowedAsLast=true
}
|
Creation time: Do 14.8.2014 09:58:26.756 - Created with
UnCodeX