home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / fifa rankings.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.1 KB  |  32 lines

  1. <panel>
  2.     
  3.     <layout kind="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  4.  
  5.     <widget kind="titled_box" id="uctt" title="World Rankings">
  6.         <layout kind="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
  7.     
  8.         <!-- fifa rankings table -->    
  9.         <widget kind="table" id="tabl" mode="fill_rows,printable,keyboard" layout="60, -1, 80"  row_span="0" auto_size_rows="true">
  10.  
  11.             <list id="headings">
  12.                 <record indx="0" text="Rank" alignment="left,centre_y"/>
  13.                 <record indx="1" text="Nation" alignment="left,centre_y"/>
  14.                 <record indx="2" text="Points"/>
  15.             </list>
  16.                     
  17.             <list id="column_properties">
  18.                 <record indx="0" alignment="left,centre_y"/>
  19.                 <record indx="1" alignment="left,centre_y"/>
  20.                 <record indx="2" alignment="centre"/>
  21.             </list>
  22.             
  23.             <list id="column_display_properties">
  24.                 <record indx="0" left="4" sort_disabled="true"/>
  25.                 <record indx="1" sort_disabled="true"/>
  26.                 <record indx="2" sort_disabled="true"/>
  27.             </list>            
  28.         </widget>
  29.         
  30.         
  31.     </widget>
  32. </panel>