home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 November / Gamestar_67_2004-11_dvd.iso / Dema / footballmanager2005_betademo.exe / Data1.cab / _3186FB832CEF444BA37BC7DF972E8EAA < prev    next >
Text File  |  2004-08-30  |  2KB  |  40 lines

  1. <screen title="Player & Staff Search" subtitle="" version="1.0">
  2.     <!-- the "sect" box contains the section panels for this screen -->
  3.     <flags id="asub" value="sect"/>
  4.     
  5.     <!-- the default panel is the shortlist -->
  6.     <flags id="dsub" value="pssh"/>
  7.  
  8.     <!-- we have two boxes - the main one with the panels in, and a small box at
  9.          the bottom of the screen with a summary of the club finances -->
  10.          
  11.     <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0" /> 
  12.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  13.  
  14.     <container id="sect">
  15.         <!-- all of them fill this panel (only one is visible at a time) -->
  16.         <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>    
  17.  
  18.         <!-- panels -->
  19.         <widget kind="pssp" file="draft" id="psdr" title="Draft"/>
  20.     </container>
  21.  
  22.     <!-- budget panel -->
  23.     <widget class="collapsable_box" title="Budget" id="bdgp">
  24.     
  25.         <!-- save toggle state of this box -->
  26.         <boolean id="scst" value="true"/>
  27.         <boolean id="sdst" value="true"/>
  28.         
  29.         <!-- text should be as wide as box, and box should be as high as text -->
  30.         <layout class="fit_children_attachment" alignment="vertical" offset="0" /> 
  31.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  32.         
  33.         <widget class="text" id="budg" auto_size="vertical">
  34.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" />
  35.             <flags id="spec" value="text"/>
  36.         </widget>
  37.     </widget>
  38.     
  39. </screen>
  40.