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

GUI2K4.UT2K4Tab_ServerMOTD

Extends
MidGamePanel

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.MidGamePanel
                     |   
                     +-- GUI2K4.UT2K4Tab_ServerMOTD

Variables Summary
GUIScrollTextBoxlb_Text
GUILabell_AdminName
GUILabell_Email
GUISectionBackgroundsb_Admin
GUISectionBackgroundsb_MOTD
Inherited Variables from GUI2K4.MidGamePanel
bLocked

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionbool InternalOnPreDraw (Canvas C))
Inherited Functions from GUI2K4.MidGamePanel
Free, LevelChanged, PlayerIDIsMine, UpdateChatRestriction


Variables Detail

lb_Text Source code

var automated GUIScrollTextBox lb_Text;

l_AdminName Source code

var automated GUILabel l_AdminName;

l_Email Source code

var automated GUILabel l_Email;

sb_Admin Source code

var automated GUISectionBackground sb_Admin;

sb_MOTD Source code

var automated GUISectionBackground sb_MOTD;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnPreDraw Source code

function bool InternalOnPreDraw ( Canvas C) )


Defaultproperties

defaultproperties
{


	Begin Object Class=AltSectionBackground Name=sbMOTD
        Caption="Message of the Day"
        LeftPadding=0.00000
        RightPadding=0.00000
        TopPadding=0.00000
        BottomPadding=0.00000
		WinWidth=0.922427
		WinHeight=0.644637
		WinLeft=0.035693
		WinTop=0.030325
        bBoundToParent=True
        bScaleToParent=True
	End Object
	sb_MOTD=sbMOTD


	Begin Object Class=AltSectionBackground Name=sbAdmin
        Caption="Your Admin is"
        LeftPadding=0.00000
        RightPadding=0.00000
        TopPadding=0.00000
        BottomPadding=0.00000
		WinWidth=0.922427
		WinHeight=0.258224
		WinLeft=0.035693
		WinTop=0.678274
        bBoundToParent=True
        bScaleToParent=True
	End Object
	sb_Admin=sbAdmin


	Begin Object Class=GUIScrollTextBox Name=MOTDText
		WinWidth=1.000000
		WinHeight=0.558333
		WinLeft=0.000000
		WinTop=0.441667
		CharDelay=0.0025
		EOLDelay=0
		StyleName="NoBackground"
        bNoTeletype=true
        bNeverFocus=true
        TextAlign=TXTA_Center
        bBoundToParent=true
        bScaleToParent=true
	End Object
	lb_Text=MOTDText


	Begin Object class=GUILabel Name=lEmail
		Caption=""
		FontScale=FNS_Small
		TextALign=TXTA_Center
		TextColor=(R=255,G=255,B=255,A=255)
		WinWidth=0.893120
		WinHeight=0.069115
		WinLeft=0.049329
		WinTop=0.801416
        bBoundToParent=true
        bScaleToParent=true
	End Object
	l_Email=lEmail


	Begin Object class=GUILabel Name=lAdminName
		Caption=""
		TextALign=TXTA_Center
		TextColor=(R=255,G=255,B=255,A=255)
		TextFont="UT2HeaderFont"
		WinWidth=0.901341
		WinHeight=0.069115
		WinLeft=0.049329
		WinTop=0.747420
        bBoundToParent=true
        bScaleToParent=true
	End Object
	l_AdminName=lAdminName


    WinWidth=1
    WinHeight=0.7
    OnPreDraw=InternalOnPreDraw


}

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