home *** CD-ROM | disk | FTP | other *** search
/ Game Level Design / GLDesign.bin / Software / UnrealEngine2Runtime / UE2Runtime-22262001_Demo.exe / GUI / Classes / MySubTestPanelA.uc < prev    next >
Text File  |  2003-06-30  |  672b  |  28 lines

  1. // ====================================================================
  2. // (C) 2002, Epic Games
  3. // ====================================================================
  4.  
  5. class MySubTestPanelA extends GUITabPanel;
  6.  
  7. var Automated GUIMultiColumnListBox MultiColumnListBoxTest;
  8.  
  9. defaultproperties
  10. {
  11.     Begin Object class=GUIMultiColumnListBox Name=cOne
  12.         WinWidth=1
  13.         WinHeight=1
  14.         WinLeft=0
  15.         WinTop=0
  16.         bVisibleWhenEmpty=true
  17.         DefaultListClass="GUI.MyTestMultiColumnList"
  18.     End Object
  19.  
  20.     MultiColumnListBoxTest=cOne
  21.  
  22.     Background=Material'GUIContent.EpicLogo'
  23.  
  24.     WinWidth=1.000000
  25.     WinHeight=0.807813
  26.     WinLeft=0.000000
  27.     WinTop=55.980499
  28. }