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=GUIButton Name=SPDTbtnOk
		Caption="CLOSE"
		WinWidth=0.200000
		WinHeight=0.040000
		WinLeft=0.337813
		WinTop=0.865625
		OnClick=btnOkOnClick
		FontScale=FNS_Small
		bBoundToParent=true
	End Object
	btnOk=SPDTbtnOk


	Begin Object class=GUIImage name=SPDTimgPicture
		WinWidth=0.225000
		WinHeight=0.412500
		WinLeft=0.031250
		WinTop=0.162500
		ImageColor=(R=255,G=255,B=255,A=255);
		ImageRenderStyle=MSTY_Alpha
		ImageAlign=IMGA_Center
		ImageStyle=ISTY_Justified
		RenderWeight=0.3
		bBoundToParent=true
	End Object
	imgPicture=SPDTimgPicture


	Begin Object Class=GUILabel Name=SPDTlblTitle
		WinWidth=0.567500
		WinHeight=0.053750
		WinLeft=0.027500
		WinTop=0.068333
		StyleName="TextLabel"
		FontScale=FNS_Large
		TextAlign=TXTA_Center
		RenderWeight=0.4
		bBoundToParent=true
	End Object
	lblTitle=SPDTlblTitle


	Begin Object Class=GUIScrollTextBox Name=SPDTcbDescription
		WinWidth=0.324999
		WinHeight=0.412500
		WinLeft=0.425000
		WinTop=0.166667
		bNoTeletype=true
		FontScale=FNS_Medium
		bBoundToParent=true
	End Object
	cbDescription=SPDTcbDescription


	DefaultLeft=0.080000
	DefaultTop=0.193333
	DefaultWidth=0.827500
	DefaultHeight=0.598749


	WinLeft=0.080000
	WinTop=0.193333
	WinWidth=0.827500
	WinHeight=0.598749
}

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