There is no spoon
UE2:MatchSetupLoginPanel (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> MatchSetupPanelBase >> MatchSetupLoginPanel |
- Package:
- xVoting
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Created on: 01/02/2004 Login panel for Match Setup
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
Property group 'MatchSetupLoginPanel'
bAutoLogin
Type: bool
Modifiers: config
bKeepHistory
Type: bool
Modifiers: config
Default value: True
ButtonLoginText
Type: string
Modifiers: localized
Default value: "Login"
ButtonLogoutText
Type: string
Modifiers: localized
Default value: "Logout"
CurrentIP
Type: string
Modifiers: editconst, noexport
CurrentPort
Type: string
Modifiers: editconst, noexport
InvalidLoginText
Type: string
Modifiers: localized
Default value: "Login attempt failed - invalid username or password."
LoggedText
Type: string
Modifiers: localized
Default value: "Successfully logged into match setup!"
LoginHistory
Type: array<GUI.AutoLoginInfo>
Modifiers: config
NoPasswordSpecified
Type: string
Modifiers: localized
Default value: "In order to login to match setup, you must supply a password."
NoUsernameSpecified
Type: string
Modifiers: localized
Default value: "In order to login to match setup, you must supply a username."
PleaseWaitText
Type: string
Modifiers: localized
Default value: "Complete data transfer will take a few seconds..."
WaitingForLoginText
Type: string
Modifiers: localized
Default value: "Please wait while your login credentials are verified..."
Internal variables
b_Cancel
Type: GUIButton
Modifiers: automated
Default value: GUIButton'CancelButton'
b_Submit
Type: GUIButton
Modifiers: automated
Default value: GUIButton'LoginButton'
ed_LoginName
Type: moEditBox
Modifiers: automated
Default value: moEditBox'UserIDEditBox'
ed_LoginPassword
Type: moEditBox
Modifiers: automated
Default value: moEditBox'PasswordEditBox'
l_Status
Type: GUILabel
Modifiers: automated
Default value: GUILabel'StatusLabel'
l_Title
Type: GUILabel
Modifiers: automated
Default values
Property | Value |
---|---|
OnLogIn | LoggedIn |
OnLogOut | LoggedOut |
PanelCaption | "Login" |
WinHeight | 0.352864 |
WinTop | 0.248697 |
Subobjects
CancelButton
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
Caption | "Cancel" |
OnClick | InternalOnClick |
RenderWeight | 1.0 |
TabOrder | 4 |
WinHeight | 0.076611 |
WinLeft | 0.513741 |
WinTop | 0.474198 |
WinWidth | 0.139293 |
LoginButton
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
Caption | "Login" |
OnClick | InternalOnClick |
RenderWeight | 1.0 |
TabOrder | 3 |
WinHeight | 0.07018 |
WinLeft | 0.680482 |
WinTop | 0.477284 |
WinWidth | 0.137685 |
PasswordEditBox
Class: XInterface.moEditBox
Property | Value |
---|---|
bBoundToParent | True |
bMaskText | True |
bScaleToParent | True |
Caption | "Password" |
CaptionWidth | 0.1 |
OnKeyEvent | PasswordKeyEvent |
TabOrder | 2 |
WinHeight | 0.081981 |
WinLeft | 0.17424 |
WinTop | 0.326729 |
WinWidth | 0.659385 |
StatusLabel
Class: XInterface.GUILabel
Property | Value |
---|---|
bBoundToParent | True |
bMultiLine | True |
bScaleToParent | True |
FontScale | FNS_Large |
RenderWeight | 1.0 |
StyleName | "TextLabel" |
TextAlign | TXTA_Center |
VertAlign | TXTA_Center |
WinHeight | 0.413253 |
WinLeft | 0.167765 |
WinTop | 0.57145 |
WinWidth | 0.670595 |
TitleLabel
Class: XInterface.GUILabel
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
Caption | "Match Setup Login" |
FontScale | FNS_Large |
RenderWeight | 1.0 |
StyleName | "TextLabel" |
TextAlign | TXTA_Center |
WinHeight | 0.152803 |
WinLeft | 0.244935 |
WinTop | 0.012808 |
WinWidth | 0.521077 |
UserIDEditBox
Class: XInterface.moEditBox
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
Caption | "UserID" |
CaptionWidth | 0.1 |
OnKeyEvent | UserNameKeyEvent |
TabOrder | 1 |
WinHeight | 0.081981 |
WinLeft | 0.17424 |
WinTop | 0.20926 |
WinWidth | 0.659385 |
Functions
Events
InitComponent
Overrides: GUIPanel.InitComponent
Opened
Overrides: GUIMultiComponent.Opened
Other instance functions
FindCredentials
InternalOnClick
LoggedIn
Overrides: MatchSetupPanelBase.LoggedIn
LoggedOut
Overrides: MatchSetupPanelBase.LoggedOut
LoginFailed
PasswordKeyEvent
ReceiveComplete
Overrides: MatchSetupPanelBase.ReceiveComplete