Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

xVoting.MatchSetupLoginPage

Extends
LargeWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LargeWindow
                        |   
                        +-- xVoting.MatchSetupLoginPage

Variables Summary
GUIButtonb_Cancel
GUIButtonb_LogIn
moEditBoxed_Password
moEditBoxed_UserID
GUILabell_Title
VotingReplicationInfoVRI
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

Functions Summary
function Closed (GUIComponent Sender, bool bCancelled))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionbool InternalOnClick (GUIComponent Sender))
eventbool NotifyLevelChange ()))
functionbool PasswordKeyPress (out byte Key, out byte State, float delta))
function timer ()))
functionbool UserIDKeyPress (out byte Key, out byte State, float delta))
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


Variables Detail

b_Cancel Source code

var automated GUIButton b_Cancel;

b_LogIn Source code

var automated GUIButton b_LogIn;

ed_Password Source code

var automated moEditBox ed_Password;

ed_UserID Source code

var automated moEditBox ed_UserID;

l_Title Source code

var automated GUILabel l_Title;

VRI Source code

var VotingReplicationInfo VRI;


Functions Detail

Closed Source code

function Closed ( GUIComponent Sender, bool bCancelled) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender) )

NotifyLevelChange Source code

event bool NotifyLevelChange ( ) )

PasswordKeyPress Source code

function bool PasswordKeyPress ( out byte Key, out byte State, float delta) )

timer Source code

function timer ( ) )

UserIDKeyPress Source code

function bool UserIDKeyPress ( out byte Key, out byte State, float delta) )


Defaultproperties

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=True
     OpenSound=Sound'MenuSounds.selectDshort'
     WinTop=0.248697
     WinLeft=0.000000
     WinWidth=1.000000
     WinHeight=0.352864
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 09:49:44.128 - Created with UnCodeX