GUI2K4.UT2K4ChatPassword
- Extends
- UT2K4GetDataMenu
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.MessageWindow
|
+-- GUI2K4.UT2K4GenericMessageBox
|
+-- GUI2K4.UT2K4GetDataMenu
|
+-- GUI2K4.UT2K4ChatPassword
var string ChatRoomTitle;
var localized string IncorrectPassword;
function HandleParameters ( string Title, string FailCode )
function RetryPassword ( )
defaultproperties
{
IncorrectPassword="Incorrect password specified for channel '%ChatRoom%' ."
Begin Object Class=GUIButton Name=GetPassFail
Caption="CANCEL"
WinTop=0.561667
WinLeft=0.586523
WinWidth=0.147500
WinHeight=0.045000
TabOrder=2
bBoundToParent=Wahr
OnClick=UT2K4ChatPassword.InternalOnClick
OnKeyEvent=GetPassFail.InternalOnKeyEvent
End Object
b_Cancel=GUIButton'GUI2K4.UT2K4ChatPassword.GetPassFail'
Begin Object Class=moEditBox Name=GetPassPW
CaptionWidth=0.400000
Caption="Chat Room Password"
OnCreateComponent=GetPassPW.InternalOnCreateComponent
WinTop=0.497450
WinLeft=0.212500
WinWidth=0.643751
WinHeight=0.047305
TabOrder=0
End Object
ed_Data=moEditBox'GUI2K4.UT2K4ChatPassword.GetPassPW'
Begin Object Class=GUIButton Name=GetPassRetry
Caption="RETRY"
WinTop=0.561667
WinLeft=0.346289
WinWidth=0.131641
TabOrder=1
bBoundToParent=Wahr
OnClick=UT2K4ChatPassword.InternalOnClick
OnKeyEvent=GetPassRetry.InternalOnKeyEvent
End Object
b_OK=GUIButton'GUI2K4.UT2K4ChatPassword.GetPassRetry'
Begin Object Class=GUILabel Name=GetPassLabel
Caption="A password is required to join this chat room"
TextAlign=TXTA_Center
bMultiLine=Wahr
FontScale=FNS_Large
StyleName="TextLabel"
WinTop=0.318897
WinLeft=0.010742
WinWidth=0.995117
WinHeight=0.054688
bBoundToParent=Wahr
End Object
l_Text=GUILabel'GUI2K4.UT2K4ChatPassword.GetPassLabel'
bAllowedAsLast=Wahr
OpenSound=Sound'MenuSounds.selectDshort'
}
|
Creation time: Mo 16.4.2007 11:20:34.328 - Created with
UnCodeX