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
         ComponentJustification=TXTA_Left
         Caption="moComboBox Test"
         OnCreateComponent=caOne.InternalOnCreateComponent
         Hint="This is a combo box"
         WinTop=0.079339
         WinLeft=0.031250
         WinHeight=0.060000
         TabOrder=0
     End Object
     ComboTest=moComboBox'GUI2K4.MyTestPanelB.caOne'

     Begin Object Class=GUILabel Name=laTwo
         Caption="ListBox Test"
         WinTop=0.200000
         WinLeft=0.031250
         WinWidth=0.156250
         WinHeight=0.050000
     End Object
     lbListBoxTest=GUILabel'GUI2K4.MyTestPanelB.laTwo'

     Begin Object Class=GUIListBox Name=caTwo
         bVisibleWhenEmpty=True
         OnCreateComponent=caTwo.InternalOnCreateComponent
         WinTop=0.251653
         WinLeft=0.031250
         WinWidth=0.445313
         WinHeight=0.706250
         TabOrder=1
     End Object
     ListBoxTest=GUIListBox'GUI2K4.MyTestPanelB.caTwo'

     Begin Object Class=GUILabel Name=laThree
         Caption="Scrolling Text Test"
         WinTop=0.200000
         WinLeft=0.515625
         WinWidth=0.257813
         WinHeight=0.050000
     End Object
     lbScrollTextBox=GUILabel'GUI2K4.MyTestPanelB.laThree'

     Begin Object Class=GUIScrollTextBox Name=caThree
         CharDelay=0.050000
         bVisibleWhenEmpty=True
         OnCreateComponent=caThree.InternalOnCreateComponent
         WinTop=0.251653
         WinLeft=0.515625
         WinWidth=0.445313
         WinHeight=0.706250
         TabOrder=2
     End Object
     ScrollTextBoxTest=GUIScrollTextBox'GUI2K4.MyTestPanelB.caThree'

     Background=Texture'InterfaceContent.Backgrounds.bg11'
     WinTop=55.980499
     WinHeight=0.807813
}

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