xVoting.MatchSetupLoginPage
- Extends
- LargeWindow
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.UT2K4GUIPage
|
+-- GUI2K4.PopupPageBase
|
+-- GUI2K4.FloatingWindow
|
+-- GUI2K4.LargeWindow
|
+-- xVoting.MatchSetupLoginPage
Inherited Variables from GUI2K4.FloatingWindow |
BLSizing, bMoveAllowed, bMoving, bResizeHeightAllowed, bResizeWidthAllowed, bResizing, BRSizing, BtSizing, b_ExitButton, DefaultHeight, DefaultLeft, DefaultTop, DefaultWidth, HeaderMouseCursorIndex, LSizing, MaxPageHeight, MaxPageWidth, MinPageHeight, MinPageWidth, RSizing, TLSizing, TRSizing, TSizing, t_WindowTitle, WindowName |
Inherited Functions from GUI2K4.FloatingWindow |
AddSystemMenu, AlignFrame, CheckBounds, FloatingHover, FloatingMousePressed, FloatingMouseRelease, FloatingPreDraw, FloatingRendered, HoveringBottomBorder, HoveringBottomLeft, HoveringLeftBorder, HoveringRightBorder, HoveringTopBorder, HoveringTopLeft, InitComponent, InternalOnCreateComponent, ResizeAllowed, ResizedBoth, ResizedHeight, ResizedWidth, ResolutionChanged, SaveCurrentPosition, SetDefaultPosition, SetFocus, SetMouseCursorIndex, SetPanelPosition, SystemMenuPreDraw, XButtonClicked |
event bool NotifyLevelChange ( )
function bool PasswordKeyPress ( out byte Key, out byte State, float delta )
function timer ( )
function bool UserIDKeyPress ( out byte Key, out byte State, float delta )
defaultproperties
{
Begin Object Class=GUILabel Name=TitleLabel
Caption="Match Setup Login"
TextAlign=TXTA_Center
TextColor=(B=255)
TextFont="UT2SmallFont"
WinTop=0.287500
WinLeft=0.302813
WinWidth=0.382813
WinHeight=0.053125
RenderWeight=1.000000
End Object
l_Title=GUILabel'xVoting.MatchSetupLoginPage.TitleLabel'
Begin Object Class=moEditBox Name=UserIDEditBox
Caption="UserID"
OnCreateComponent=UserIDEditBox.InternalOnCreateComponent
WinTop=0.366667
WinLeft=0.301250
WinWidth=0.381250
WinHeight=0.033750
TabOrder=1
OnKeyEvent=MatchSetupLoginPage.UserIDKeyPress
End Object
ed_UserID=moEditBox'xVoting.MatchSetupLoginPage.UserIDEditBox'
Begin Object Class=moEditBox Name=PasswordEditBox
Caption="Password"
OnCreateComponent=PasswordEditBox.InternalOnCreateComponent
WinTop=0.431667
WinLeft=0.300000
WinWidth=0.382500
WinHeight=0.031250
TabOrder=2
OnKeyEvent=MatchSetupLoginPage.PasswordKeyPress
End Object
ed_Password=moEditBox'xVoting.MatchSetupLoginPage.PasswordEditBox'
Begin Object Class=GUIButton Name=LoginButton
Caption="Login"
WinTop=0.526667
WinLeft=0.330000
WinWidth=0.120000
WinHeight=0.033203
RenderWeight=1.000000
TabOrder=3
OnClick=MatchSetupLoginPage.InternalOnClick
OnKeyEvent=LoginButton.InternalOnKeyEvent
End Object
b_Login=GUIButton'xVoting.MatchSetupLoginPage.LoginButton'
Begin Object Class=GUIButton Name=CancelButton
Caption="Cancel"
WinTop=0.526667
WinLeft=0.536249
WinWidth=0.120000
WinHeight=0.033203
RenderWeight=1.000000
TabOrder=4
OnClick=MatchSetupLoginPage.InternalOnClick
OnKeyEvent=CancelButton.InternalOnKeyEvent
End Object
b_Cancel=GUIButton'xVoting.MatchSetupLoginPage.CancelButton'
bAllowedAsLast=Wahr
OpenSound=Sound'MenuSounds.selectDshort'
WinTop=0.248697
WinLeft=0.000000
WinWidth=1.000000
WinHeight=0.352864
}
|
Creation time: Mo 16.4.2007 11:20:24.250 - Created with
UnCodeX