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

GUI2K4.UT2K4TryAMod

Extends
LockedFloatingWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LockedFloatingWindow
                        |   
                        +-- GUI2K4.UT2K4TryAMod

Variables Summary
stringInfoCaption
stringInfoText
GUIImagei_bk
GUIScrollTextBoxsb_Info
Inherited Variables from GUI2K4.LockedFloatingWindow
b_Cancel, b_OK, EdgeBorder[4], sb_Main, SubCaption
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 InitComponent (GUIController MyController, GUIComponent MyOwner)
Inherited Functions from GUI2K4.LockedFloatingWindow
AlignButtons, InitComponent, InternalOnClick, InternalOnCreateComponent
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

InfoCaption Source code

var localized string InfoCaption;

InfoText Source code

var localized string InfoText;

i_bk Source code

var automated GUIImage i_bk;

sb_Info Source code

var automated GUIScrollTextBox sb_Info;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIScrollTextBox Name=sbInfo
         bNoTeletype=True
         TextAlign=TXTA_Center
         OnCreateComponent=sbInfo.InternalOnCreateComponent
         WinHeight=1.000000
         TabOrder=0
     End Object
     sb_Info=GUIScrollTextBox'GUI2K4.UT2K4TryAMod.sbInfo'

     Begin Object Class=GUIImage Name=imgBack
         Image=Texture'2K4Menus.NewControls.NewFooter'
         ImageColor=(A=180)
         ImageStyle=ISTY_Stretched
         WinTop=0.050000
         WinLeft=0.010937
         WinWidth=0.978125
         WinHeight=0.900000
         RenderWeight=0.000010
         bBoundToParent=True
         bScaleToParent=True
     End Object
     i_bk=GUIImage'GUI2K4.UT2K4TryAMod.imgBack'

     InfoText="At the bottom of the server browser, there is a checkbox marked [Show Standard Servers Only], which is checked by default.  If you uncheck this box, the server browser will display servers running gameplay modifications which may radically alter gameplay.  If you are looking for something different, try unchecking that box."
     InfoCaption="Special Message..."
     DefaultLeft=0.100000
     DefaultTop=0.195833
     DefaultWidth=0.800000
     DefaultHeight=0.556250
     DesiredFade=150
     WinTop=0.195833
     WinLeft=0.100000
     WinWidth=0.800000
     WinHeight=0.556250
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:24.421 - Created with UnCodeX