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

GUI2K4.UT2K4ArenaConfig

Extends
BlackoutWindow

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

Variables Summary
GUIButtonb_OK
moComboBoxco_Weapon
GUILabell_Title

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool InternalOnClick (GUIComponent Sender)


Variables Detail

b_OK Source code

var automated GUIButton b_OK;

co_Weapon Source code

var automated moComboBox co_Weapon;

l_Title Source code

var automated GUILabel l_Title;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )


Defaultproperties

defaultproperties
{
     Begin Object Class=moComboBox Name=WeaponSelect
         bReadOnly=True
         bVerticalLayout=True
         LabelJustification=TXTA_Center
         ComponentJustification=TXTA_Center
         ComponentWidth=0.250000
         Caption="Choose the weapon to populate your Arena."
         OnCreateComponent=WeaponSelect.InternalOnCreateComponent
         WinTop=0.442760
         WinLeft=0.255078
         WinWidth=0.500782
         WinHeight=0.126563
         TabOrder=0
         bStandardized=False
     End Object
     co_Weapon=moComboBox'GUI2K4.UT2K4ArenaConfig.WeaponSelect'

     Begin Object Class=GUIButton Name=OkButton
         Caption="OK"
         WinTop=0.563333
         WinLeft=0.400000
         WinWidth=0.200000
         TabOrder=1
         OnClick=UT2K4ArenaConfig.InternalOnClick
         OnKeyEvent=OkButton.InternalOnKeyEvent
     End Object
     b_OK=GUIButton'GUI2K4.UT2K4ArenaConfig.OkButton'

     Begin Object Class=GUILabel Name=DialogText
         Caption="Weapon Arena"
         TextAlign=TXTA_Center
         FontScale=FNS_Large
         StyleName="TextLabel"
         WinTop=0.391667
         WinHeight=0.058750
     End Object
     l_Title=GUILabel'GUI2K4.UT2K4ArenaConfig.DialogText'

}

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