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

GUI2K4.UT2K4BadCDKeyMsg

Extends
BlackoutWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.MessageWindow
                     |   
                     +-- GUI2K4.BlackoutWindow
                        |   
                        +-- GUI2K4.UT2K4BadCDKeyMsg

Variables Summary
GUIButtonb_OK
GUILabell_Title

Functions Summary
functionbool InternalOnClick (GUIComponent Sender)
functionbool InternalOnKeyEvent (out byte Key, out byte State, float delta)


Variables Detail

b_OK Source code

var automated GUIButton b_OK;

l_Title Source code

var automated GUILabel l_Title;


Functions Detail

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

InternalOnKeyEvent Source code

function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIButton Name=OkButton
         Caption="OK"
         WinTop=0.550000
         WinLeft=0.400000
         WinWidth=0.200000
         OnClick=UT2K4BadCDKeyMsg.InternalOnClick
         OnKeyEvent=OkButton.InternalOnKeyEvent
     End Object
     b_OK=GUIButton'GUI2K4.UT2K4BadCDKeyMsg.OkButton'

     Begin Object Class=GUILabel Name=BadCDLabel
         Caption="Your CD key is invalid or in use by another player"
         TextAlign=TXTA_Center
         bMultiLine=True
         FontScale=FNS_Large
         StyleName="TextLabel"
         WinTop=0.383333
         WinHeight=0.231250
         bBoundToParent=True
     End Object
     l_Title=GUILabel'GUI2K4.UT2K4BadCDKeyMsg.BadCDLabel'

     OnKeyEvent=UT2K4BadCDKeyMsg.InternalOnKeyEvent
}

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