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

GUI2K4.MyTestPanelB

Extends
TestPanelBase

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

Variables Summary
moComboBoxComboTest
GUILabellbListBoxTest
GUILabellbScrollTextBox
GUIListBoxListBoxTest
GUIScrollTextBoxScrollTextBoxTest
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

ComboTest Source code

var Automated moComboBox ComboTest;

lbListBoxTest Source code

var Automated GUILabel lbListBoxTest;

lbScrollTextBox Source code

var Automated GUILabel lbScrollTextBox;

ListBoxTest Source code

var Automated GUIListBox ListBoxTest;

ScrollTextBoxTest Source code

var Automated GUIScrollTextBox ScrollTextBoxTest;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )


Defaultproperties

defaultproperties
{
	Begin Object class=moComboBox Name=caOne
		WinWidth=0.500000
		WinHeight=0.060000
		WinLeft=0.031250
		WinTop=0.079339
		Caption="moComboBox Test"
		CaptionWidth=0.5
		ComponentJustification=TXTA_Left
        TabOrder=0
        Hint="This is a combo box"
	End Object


    Begin Object class=GUILabel Name=laTwo
		WinWidth=0.156250
		WinHeight=0.050000
		WinLeft=0.031250
		WinTop=0.200000
		Caption="ListBox Test"
    End Object


	Begin Object class=GUIListBox Name=caTwo
		WinWidth=0.445313
		WinHeight=0.706250
		WinLeft=0.031250
		WinTop=0.251653
        TabOrder=1
        bVisibleWhenEmpty=true
	End Object


    Begin Object class=GUILabel Name=laThree
		WinWidth=0.257813
		WinHeight=0.050000
		WinLeft=0.515625
		WinTop=0.200000
		Caption="Scrolling Text Test"
    End Object


	Begin Object class=GUIScrollTextBox Name=caThree
		WinWidth=0.445313
		WinHeight=0.706250
		WinLeft=0.515625
		WinTop=0.251653
        TabOrder=2
        bVisibleWhenEmpty=true
       	CharDelay=0.05
	End Object



	ComboTest=caOne
    lbListBoxTest=laTwo
    ListBoxTest=caTwo
	lbScrollTextBox=laThree
	ScrollTextBoxTest=caThree


	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.356 - Created with UnCodeX