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

GUI2K4.MyTestPanelA

Extends
TestPanelBase

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.TestPanelBase
                  |   
                  +-- GUI2K4.MyTestPanelA

Variables Summary
moCheckBoxCheckTest
moEditBoxEditTest
moFloatEditFloatTest
GUILabellbSliderTest
moNumericEditNumEditTest
GUISliderSliderTest
Inherited Variables from XInterface.GUITabPanel
bFillHeight, FadeInTime, MyButton, PanelCaption

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
Inherited Functions from XInterface.GUITabPanel
CanShowPanel, Free, InitPanel, OnDestroyPanel, Refresh, ShowPanel


Variables Detail

CheckTest Source code

var Automated moCheckBox CheckTest;

EditTest Source code

var Automated moEditBox EditTest;

FloatTest Source code

var Automated moFloatEdit FloatTest;

lbSliderTest Source code

var Automated GUILabel lbSliderTest;

NumEditTest Source code

var Automated moNumericEdit NumEditTest;

SliderTest Source code

var Automated GUISlider SliderTest;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )


Defaultproperties

defaultproperties
{


	Begin Object class=moCheckBox Name=cTwo
		WinWidth=0.5
		WinHeight=0.050000
		WinLeft=0.25
		WinTop=0.2
		Caption="moCheckBox Test"
		CaptionWidth=0.9
		bSquare=true
		ComponentJustification=TXTA_Left
        TabOrder=1
        Hint="This is a check Box"
	End Object


	Begin Object class=moEditBox Name=cThree
		WinWidth=0.5
		WinHeight=0.050000
		WinLeft=0.25
		WinTop=0.3
		Caption="moEditBox Test"
		CaptionWidth=0.4
        TabOrder=2
        Hint="This is an Edit Box"
	End Object


	Begin Object class=moNumericEdit Name=cFive
		WinWidth=0.5
		WinHeight=0.050000
		WinLeft=0.25
		WinTop=0.4
		Caption="moNumericEdit Test"
		CaptionWidth=0.6
		MinValue=1
		MaxValue=16
        TabOrder=4
        Hint="This is an INT numeric Edit box"
	End Object


	Begin Object class=moFloatEdit Name=cFour
		WinWidth=0.5
		WinHeight=0.050000
		WinLeft=0.25
		WinTop=0.5
		MinValue=0.0
		MaxValue=1.0
        Step=0.05
		Caption="moFloatEdit Test"
		CaptionWidth=0.725
		ComponentJustification=TXTA_Left
        TabOrder=3
        Hint="This is a FLOAT numeric Edit Box";
	End Object


    Begin Object class=GUILabel Name=laSix
		WinWidth=0.226563
		WinHeight=0.050000
		WinLeft=0.375000
		WinTop=0.654545
        TextAlign=TXTA_Center
		Caption="Slider Test"
    End Object


	Begin Object class=GUISlider Name=cSix
		WinWidth=0.250000
		WinLeft=0.367188
		WinTop=0.713997
		MinValue=0
		MaxValue=1
		Hint="This is a Slider Test."
        TabOrder=5
	End Object


	CheckTest=cTwo
	EditTest=cThree
	FloatTest=cFour
	NumEditTest=cFive
	lbSliderTest=laSix
	SliderTest=cSix


	Background=Material'InterfaceContent.Backgrounds.bg11'


	WinWidth=1.000000
	WinHeight=0.807813
	WinLeft=0.000000
	WinTop=55.980499
}

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