xVoting.MatchSetupLoginPanel
- Extends
- MatchSetupPanelBase
- Modifiers
- config ( LoginCache )
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- XInterface.GUITabPanel
|
+-- XInterface.UT2K4TabPanel
|
+-- xVoting.MatchSetupPanelBase
|
+-- xVoting.MatchSetupLoginPanel
MatchSetupLoginPanel
protected function int FindCredentials ( coerce string IP, coerce string Port )
function LoggedIn ( )
function LoggedOut ( )
function LoginFailed ( )
function bool PasswordKeyEvent ( out byte Key, out byte State, float Delta )
function ReceiveComplete ( )
protected function SaveCredentials ( )
function SendLogin ( string UserName, string Password )
function SendLogout ( )
protected function UpdateStatus ( string NewStatusMsg )
function UpdateSubmitButton ( )
function bool UserNameKeyEvent ( out byte Key, out byte State, float Delta )
defaultproperties
{
bKeepHistory=Wahr
Begin Object Class=GUILabel Name=StatusLabel
TextAlign=TXTA_Center
bMultiLine=Wahr
VertAlign=TXTA_Center
FontScale=FNS_Large
StyleName="TextLabel"
WinTop=0.571450
WinLeft=0.167765
WinWidth=0.670595
WinHeight=0.413253
RenderWeight=1.000000
bBoundToParent=Wahr
bScaleToParent=Wahr
End Object
l_Status=GUILabel'xVoting.MatchSetupLoginPanel.StatusLabel'
Begin Object Class=moEditBox Name=UserIDEditBox
CaptionWidth=0.100000
Caption="UserID"
OnCreateComponent=UserIDEditBox.InternalOnCreateComponent
WinTop=0.209260
WinLeft=0.174240
WinWidth=0.659385
WinHeight=0.081981
TabOrder=1
bBoundToParent=Wahr
bScaleToParent=Wahr
OnKeyEvent=MatchSetupLoginPanel.UserNameKeyEvent
End Object
ed_LoginName=moEditBox'xVoting.MatchSetupLoginPanel.UserIDEditBox'
Begin Object Class=moEditBox Name=PasswordEditBox
bMaskText=Wahr
CaptionWidth=0.100000
Caption="Password"
OnCreateComponent=PasswordEditBox.InternalOnCreateComponent
WinTop=0.326729
WinLeft=0.174240
WinWidth=0.659385
WinHeight=0.081981
TabOrder=2
bBoundToParent=Wahr
bScaleToParent=Wahr
OnKeyEvent=MatchSetupLoginPanel.PasswordKeyEvent
End Object
ed_LoginPassword=moEditBox'xVoting.MatchSetupLoginPanel.PasswordEditBox'
Begin Object Class=GUIButton Name=LoginButton
Caption="Login"
WinTop=0.477284
WinLeft=0.680482
WinWidth=0.137685
WinHeight=0.070180
RenderWeight=1.000000
TabOrder=3
bBoundToParent=Wahr
bScaleToParent=Wahr
OnClick=MatchSetupLoginPanel.InternalOnClick
OnKeyEvent=LoginButton.InternalOnKeyEvent
End Object
b_Submit=GUIButton'xVoting.MatchSetupLoginPanel.LoginButton'
Begin Object Class=GUIButton Name=CancelButton
Caption="Cancel"
WinTop=0.474198
WinLeft=0.513741
WinWidth=0.139293
WinHeight=0.076611
RenderWeight=1.000000
TabOrder=4
bBoundToParent=Wahr
bScaleToParent=Wahr
OnClick=MatchSetupLoginPanel.InternalOnClick
OnKeyEvent=CancelButton.InternalOnKeyEvent
End Object
b_Cancel=GUIButton'xVoting.MatchSetupLoginPanel.CancelButton'
NoUsernameSpecified="In order to login to match setup, you must supply a username."
NoPasswordSpecified="In order to login to match setup, you must supply a password."
InvalidLoginText="Login attempt failed - invalid username or password."
WaitingForLoginText="Please wait while your login credentials are verified..."
LoggedText="Successfully logged into match setup!"
ButtonLoginText="Login"
ButtonLogoutText="Logout"
PleaseWaitText="Complete data transfer will take a few seconds..."
OnLogIn=MatchSetupLoginPanel.LoggedIn
OnLogOut=MatchSetupLoginPanel.LoggedOut
PanelCaption="Login"
WinTop=0.248697
WinHeight=0.352864
}
|
Creation time: Mo 16.4.2007 11:20:24.265 - Created with
UnCodeX