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

GUI2K4.UT2K4SP_DetailsTeam

Extends
LargeWindow

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

Variables Summary
GUIButtonbtnOk
GUIScrollTextBoxcbDescription
GUIImageimgPicture
GUILabellblTitle
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
functionbool btnOkOnClick (GUIComponent Sender)
event HandleParameters (string Param1, string Param2)
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

btnOk Source code

var automated GUIButton btnOk;

cbDescription Source code

var automated GUIScrollTextBox cbDescription;

imgPicture Source code

var automated GUIImage imgPicture;

lblTitle Source code

var automated GUILabel lblTitle;


Functions Detail

btnOkOnClick Source code

function bool btnOkOnClick ( GUIComponent Sender )

HandleParameters Source code

event HandleParameters ( string Param1, string Param2 )
Param1 is the fully qualified name for the team


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIImage Name=SPDTimgPicture
         ImageStyle=ISTY_Justified
         ImageAlign=IMGA_Center
         WinTop=0.162500
         WinLeft=0.031250
         WinWidth=0.225000
         WinHeight=0.412500
         RenderWeight=0.300000
         bBoundToParent=True
     End Object
     imgPicture=GUIImage'GUI2K4.UT2K4SP_DetailsTeam.SPDTimgPicture'

     Begin Object Class=GUIButton Name=SPDTbtnOk
         Caption="CLOSE"
         FontScale=FNS_Small
         WinTop=0.865625
         WinLeft=0.337813
         WinWidth=0.200000
         bBoundToParent=True
         OnClick=UT2K4SP_DetailsTeam.btnOkOnClick
         OnKeyEvent=SPDTbtnOk.InternalOnKeyEvent
     End Object
     btnOK=GUIButton'GUI2K4.UT2K4SP_DetailsTeam.SPDTbtnOk'

     Begin Object Class=GUILabel Name=SPDTlblTitle
         TextAlign=TXTA_Center
         FontScale=FNS_Large
         StyleName="TextLabel"
         WinTop=0.068333
         WinLeft=0.027500
         WinWidth=0.567500
         WinHeight=0.053750
         bBoundToParent=True
     End Object
     lblTitle=GUILabel'GUI2K4.UT2K4SP_DetailsTeam.SPDTlblTitle'

     Begin Object Class=GUIScrollTextBox Name=SPDTcbDescription
         bNoTeletype=True
         OnCreateComponent=SPDTcbDescription.InternalOnCreateComponent
         WinTop=0.166667
         WinLeft=0.425000
         WinWidth=0.324999
         WinHeight=0.412500
         bBoundToParent=True
     End Object
     cbDescription=GUIScrollTextBox'GUI2K4.UT2K4SP_DetailsTeam.SPDTcbDescription'

     DefaultLeft=0.080000
     DefaultTop=0.193333
     DefaultWidth=0.827500
     DefaultHeight=0.598749
     WinTop=0.193333
     WinLeft=0.080000
     WinWidth=0.827500
     WinHeight=0.598749
}

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