// ==================================================================== // (C) 2002, Epic Games // ==================================================================== class MyTestPanelB extends TestPanelBase; var Automated moComboBox ComboTest; var Automated GUILabel lbListBoxTest; var Automated GUIListBox ListBoxTest; var Automated GUILabel lbScrollTextBox; var Automated GUIScrollTextBox ScrollTextBoxTest; function InitComponent(GUIController MyController, GUIComponent MyOwner) { local int i,c; local string t; Super.Initcomponent(MyController, MyOwner); c = rand(30)+5; for (i=0;i