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

  1. <panel title="Non-Player Records Panel">
  2.  
  3.      <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  4.  
  5.     <comment>
  6.         - colour codes:
  7.             crte : record descriptive text colour
  8.             crva : record value colour
  9.     </comment>
  10.     
  11.     <container class="titled_box" title="Manager Information" >
  12.     
  13.         <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="12"/>
  14.          <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  15.          <layout class="stick_to_sides_attachment" alignment="horizontal,top" inset="0" layout_children="true"/>
  16.  
  17.     
  18.         <widget class="table" mode="fill_rows" id="npit" layout="-1,-2" >
  19.             <boolean id="stretch_to_fit_rows" value="true"/>
  20.             <boolean id="auto_size_rows" value="true"/>
  21.             <boolean id="scst" value="true"/>
  22.             <boolean id="sdst" value="true"/>
  23.         
  24.             <list id="headings">
  25.                 <record text="Manager Statistics" alignment="left, centre_y" column_span="2"/>
  26.             </list>
  27.         </widget>
  28.         
  29.         <widget class="table" mode="fill_rows" id="nphf" layout="-3, -1, -3, -1" >
  30.             <boolean id="stretch_to_fit_rows" value="true"/>
  31.             <boolean id="auto_size_rows" value="true"/>
  32.             <boolean id="scst" value="true"/>
  33.             <boolean id="sdst" value="true"/>
  34.         
  35.             <list id="headings">
  36.                 <record text="Hall of Fame" alignment="left, centre_y" column_span="4"/>
  37.             </list>
  38.         </widget>
  39.         
  40.         <widget class="table" mode="fill_rows" id="npst" layout="-3,-2,-3,-2,-3,-2" >            
  41.             <boolean id="stretch_to_fit_rows" value="true"/>
  42.             <boolean id="auto_size_rows" value="true"/>
  43.             <boolean id="scst" value="true"/>
  44.             <boolean id="sdst" value="true"/>
  45.                 
  46.             <list id="headings">
  47.                 <record text="Match Statistics" alignment="left, centre_y" column_span="6"/>
  48.             </list>
  49.         </widget>
  50.     
  51.     </container>
  52.     
  53.  
  54.     
  55.     
  56. </panel>