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
{
PanelCaption="Login"
OnLogIn=LoggedIn
OnLogout=LoggedOut
WaitingForLoginText="Please wait while your login credentials are verified..."
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."
LoggedText="Successfully logged into match setup!"
PleaseWaitText="Complete data transfer will take a few seconds..."
ButtonLoginText="Login"
ButtonLogoutText="Logout"
Begin Object class=GUILabel Name=TitleLabel
WinWidth=0.521077
WinHeight=0.152803
WinLeft=0.244935
WinTop=0.012808
Caption="Match Setup Login"
TextAlign=TXTA_Center
RenderWeight=1
StyleName="TextLabel"
FontScale=FNS_Large
bBoundToParent=True
bScaleToParent=True
End Object
Begin Object class=GUILabel Name=StatusLabel
TextAlign=TXTA_Center
bMultiLine=True
VertAlign=TXTA_Center
FontScale=FNS_Large
StyleName="TextLabel"
WinTop=0.571450
WinLeft=0.167765
WinWidth=0.670595
WinHeight=0.413253
RenderWeight=1.000000
bBoundToParent=True
bScaleToParent=True
End Object
l_Status=StatusLabel
Begin Object class=moEditBox Name=UserIDEditBox
WinWidth=0.659385
WinHeight=0.081981
WinLeft=0.174240
WinTop=0.209260
Caption="UserID"
TabOrder=1
CaptionWidth=0.1
OnKeyEvent=UserNameKeyEvent
bBoundToParent=True
bScaleToParent=True
End Object
ed_LoginName=UserIDEditBox
Begin Object class=moEditBox Name=PasswordEditBox
WinWidth=0.659385
WinHeight=0.081981
WinLeft=0.174240
WinTop=0.326729
Caption="Password"
TabOrder=2
CaptionWidth=0.1
OnKeyEvent=PasswordKeyEvent
bBoundToParent=True
bScaleToParent=True
bMaskText=True
End Object
ed_LoginPassword=PasswordEditBox
Begin Object class=GUIButton Name=LoginButton
Caption="Login"
WinWidth=0.137685
WinHeight=0.070180
WinLeft=0.680482
WinTop=0.477284
OnClick=InternalOnClick
TabOrder=3
RenderWeight=1.0
bBoundToParent=True
bScaleToParent=True
End Object
b_Submit=LoginButton
Begin Object class=GUIButton Name=CancelButton
Caption="Cancel"
WinWidth=0.139293
WinHeight=0.076611
WinLeft=0.513741
WinTop=0.474198
OnClick=InternalOnClick
TabOrder=4
RenderWeight=1.0
bBoundToParent=True
bScaleToParent=True
End Object
b_Cancel=CancelButton
WinTop=0.248697
WinHeight=0.352864
WinWidth=1.0
WinLeft=0.0
bKeepHistory=True
}
|
Creation time: Do 14.8.2014 09:58:14.037 - Created with
UnCodeX