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

GUI2K4.UT2K4SP_PictureMessage

Extends
LargeWindow

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

Variables Summary
GUIButtonbtnOk
GUIImageimgPicture
GUIImageimgPictureBg
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;

imgPicture Source code

var automated GUIImage imgPicture;

imgPictureBg Source code

var automated GUIImage imgPictureBg;

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 = title, param2 = image


Defaultproperties

defaultproperties
{

	Begin Object Class=GUIButton Name=SPMbtnOk
		Caption="OK"
		WinWidth=0.200000
		WinHeight=0.040000
		WinLeft=0.401563
		WinTop=0.765625
		OnClick=btnOkOnClick
		FontScale=FNS_Small
	End Object
	btnOk=SPMbtnOk


	Begin Object class=GUIImage name=SPMimgPicture
		WinWidth=0.518750
		WinHeight=0.435000
		WinLeft=0.240000
		WinTop=0.292500
		X1=0
		Y1=0
		X2=1023
		Y2=767
		Image=Material'2K4Menus.Controls.sectionback'
		ImageColor=(R=255,G=255,B=255,A=255);
		ImageRenderStyle=MSTY_Normal
		ImageStyle=ISTY_Scaled
		RenderWeight=0.3
	End Object
	imgPicture=SPMimgPicture


	Begin Object class=GUIImage name=SPMimgPictureBg
		WinWidth=0.520750
		WinHeight=0.463250
		WinLeft=0.239000
		WinTop=0.278166
		Image=Material'2K4Menus.Controls.sectionback'
		ImageColor=(R=255,G=255,B=255,A=255);
		ImageRenderStyle=MSTY_Normal
		ImageStyle=ISTY_Scaled
		RenderWeight=0.2
	End Object
	imgPictureBg=SPMimgPictureBg


	Begin Object Class=GUILabel Name=SPLlblTitle
		WinWidth=0.680000
		WinHeight=0.078750
		WinLeft=0.160000
		WinTop=0.176667
		Caption="no title"
		StyleName="TextLabel"
		FontScale=FNS_Large
		TextAlign=TXTA_Center
		RenderWeight=0.4
	End Object
	lblTitle=SPLlblTitle


	WinWidth=0.7
	WinHeight=0.7
	WinLeft=0.15
	WinTop=0.15
}

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