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
		WinWidth=0.382813
		WinHeight=0.053125
		WinLeft=0.302813
		WinTop=0.287500
		Caption="Match Setup Login"
		TextALign=TXTA_Center
		TextFont="UT2SmallFont"
		TextColor=(R=0,G=0,B=255,A=255)
		RenderWeight=1
	End Object
	l_Title=TitleLabel


	Begin Object class=moEditBox Name=UserIDEditBox
		WinWidth=0.381250
		WinHeight=0.033750
		WinLeft=0.301250
		WinTop=0.366667
		Caption="UserID"
		TabOrder=1
		CaptionWidth=0.5
		OnKeyEvent=UserIDKeyPress
	End Object
	ed_UserID=UserIDEditBox


	Begin Object class=moEditBox Name=PasswordEditBox
		WinWidth=0.382500
		WinHeight=0.031250
		WinLeft=0.300000
		WinTop=0.431667
		Caption="Password"
		TabOrder=2
		CaptionWidth=0.5
		OnKeyEvent=PasswordKeyPress
	End Object
	ed_Password=PasswordEditBox


	Begin Object class=GUIButton Name=LoginButton
		Caption="Login"
		StyleName="SquareButton"
		WinWidth=0.120000
		WinHeight=0.033203
		WinLeft=0.330000
		WinTop=0.526667
		OnClick=InternalOnClick
		TabOrder=3
		RenderWeight=1.0
	End Object
	b_Login=LoginButton


	Begin Object class=GUIButton Name=CancelButton
		Caption="Cancel"
		StyleName="SquareButton"
		WinWidth=0.120000
		WinHeight=0.033203
		WinLeft=0.536249
		WinTop=0.526667
		OnClick=InternalOnClick
		TabOrder=4
		RenderWeight=1.0
	End Object
	b_Cancel=CancelButton


	OpenSound=sound'MenuSounds.SelectDshort'


	bAllowedAsLast=true
	WinTop=0.248697
	WinHeight=0.352864
	WinWidth=1.0;
	WinLeft=0.0;
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:14.021 - Created with UnCodeX