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=GUIButton Name=OkButton
		Caption="OK"
		WinWidth=0.200000
		WinHeight=0.040000
		WinLeft=0.400000
		WinTop=0.563333
		OnClick=InternalOnClick
		TabOrder=1
	End Object
    b_Ok=OKButton


	Begin Object class=GUILabel Name=DialogText
		Caption="Weapon Arena"
		TextAlign=TXTA_Center
		StyleName="TextLabel"
		FontScale=FNS_Large
		WinWidth=1.000000
		WinHeight=0.058750
		WinLeft=0.000000
		WinTop=0.391667
	End Object


	Begin Object class=moComboBox Name=WeaponSelect
		WinWidth=0.500782
		WinHeight=0.126563
		WinLeft=0.255078
		WinTop=0.442760
		bStandardized=false
		Caption="Choose the weapon to populate your Arena."
		LabelJustification=TXTA_Center
		ComponentJustification=TXTA_Center
		ComponentWidth=0.25
		bReadOnly=true
		bVerticalLayout=True
		TabOrder=0
	End Object



	l_Title=DialogText

	co_Weapon=WeaponSelect
}

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