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=GUIImage Name=SPMimgPictureBg
         Image=Texture'2K4Menus.Controls.sectionback'
         ImageStyle=ISTY_Scaled
         ImageRenderStyle=MSTY_Normal
         WinTop=0.278166
         WinLeft=0.239000
         WinWidth=0.520750
         WinHeight=0.463250
         RenderWeight=0.200000
     End Object
     imgPictureBg=GUIImage'GUI2K4.UT2K4SP_PictureMessage.SPMimgPictureBg'

     Begin Object Class=GUIImage Name=SPMimgPicture
         Image=Texture'2K4Menus.Controls.sectionback'
         ImageStyle=ISTY_Scaled
         ImageRenderStyle=MSTY_Normal
         X1=0
         Y1=0
         X2=1023
         Y2=767
         WinTop=0.292500
         WinLeft=0.240000
         WinWidth=0.518750
         WinHeight=0.435000
         RenderWeight=0.300000
     End Object
     imgPicture=GUIImage'GUI2K4.UT2K4SP_PictureMessage.SPMimgPicture'

     Begin Object Class=GUIButton Name=SPMbtnOk
         Caption="OK"
         FontScale=FNS_Small
         WinTop=0.765625
         WinLeft=0.401563
         WinWidth=0.200000
         OnClick=UT2K4SP_PictureMessage.btnOkOnClick
         OnKeyEvent=SPMbtnOk.InternalOnKeyEvent
     End Object
     btnOK=GUIButton'GUI2K4.UT2K4SP_PictureMessage.SPMbtnOk'

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

     WinTop=0.150000
     WinLeft=0.150000
     WinWidth=0.700000
     WinHeight=0.700000
}

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