UE2:MyTestPanelA (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> TestPanelBase >> MyTestPanelA
Package:
GUI2K4
This class in other games:

(C) 2002, Epic Games

Properties

CheckTest

Type: moCheckBox

Modifiers: automated


Default value: moCheckBox'cTwo'

EditTest

Type: moEditBox

Modifiers: automated


Default value: moEditBox'cThree'

FloatTest

Type: moFloatEdit

Modifiers: automated


Default value: moFloatEdit'cFour'

lbSliderTest

Type: GUILabel

Modifiers: automated


Default value: GUILabel'laSix'

NumEditTest

Type: moNumericEdit

Modifiers: automated


Default value: moNumericEdit'cFive'

SliderTest

Type: GUISlider

Modifiers: automated


Default value: GUISlider'cSix'

Default values

Property Value
Background Material'InterfaceContent.Backgrounds.bg11'
WinHeight 0.807813
WinTop 55.9805

Subobjects

cFive

Class: XInterface.moNumericEdit

Property Value
Caption "moNumericEdit Test"
CaptionWidth 0.6
Hint "This is an INT numeric Edit box"
MaxValue 16
MinValue 1
TabOrder 4
WinHeight 0.05
WinLeft 0.25
WinTop 0.4
WinWidth 0.5

cFour

Class: XInterface.moFloatEdit

Property Value
Caption "moFloatEdit Test"
CaptionWidth 0.725
ComponentJustification TXTA_Left
Hint "This is a FLOAT numeric Edit Box"
MaxValue 1.0
MinValue 0.0
Step 0.05
TabOrder 3
WinHeight 0.05
WinLeft 0.25
WinTop 0.5
WinWidth 0.5

cSix

Class: XInterface.GUISlider

Property Value
Hint "This is a Slider Test."
MaxValue 1.0
MinValue 0.0
TabOrder 5
WinLeft 0.367188
WinTop 0.713997
WinWidth 0.25

cThree

Class: XInterface.moEditBox

Property Value
Caption "moEditBox Test"
CaptionWidth 0.4
Hint "This is an Edit Box"
TabOrder 2
WinHeight 0.05
WinLeft 0.25
WinTop 0.3
WinWidth 0.5

cTwo

Class: XInterface.moCheckBox

Property Value
bSquare True
Caption "moCheckBox Test"
CaptionWidth 0.9
ComponentJustification TXTA_Left
Hint "This is a check Box"
TabOrder 1
WinHeight 0.05
WinLeft 0.25
WinTop 0.2
WinWidth 0.5

laSix

Class: XInterface.GUILabel

Property Value
Caption "Slider Test"
TextAlign TXTA_Center
WinHeight 0.05
WinLeft 0.375
WinTop 0.654545
WinWidth 0.226563

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: GUIPanel.InitComponent