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 / player positions details.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  2.4 KB  |  75 lines

  1. <panel title="Player Positions Details Panel">
  2.  
  3.     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  4.     <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  5.  
  6.     <container class="titled_box" id="ppdt" title="Overview">
  7.  
  8.         <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" gap="16" /> 
  9.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  10.  
  11.         <!-- position rankings table -->
  12.         <widget class="table" id="posr" mode="fill_rows" layout="-1, -1" default_sort_column="leve" stretch_to_fit_rows="true">
  13.  
  14.             <list id="headings">
  15.                 <record text="Positions" alignment="left,centre_y" column_span="2" />
  16.             </list>
  17.  
  18.             <list id="column_properties">
  19.                 <record index="0" alignment="left,centre_y" />
  20.                 <record index="1" alignment="right,centre_y" colour="selection"/>
  21.             </list>
  22.  
  23.             <list id="column_display_properties">
  24.                 <record indx="0" id="posi" left="4" sort_disabled="true"/>
  25.                 <record indx="1" id="leve" rght="4" sort_ascending="false"/>
  26.             </list>
  27.  
  28.         </widget>
  29.  
  30.         <!-- footedness table -->
  31.         <widget class="table" id="foot" mode="fill_rows" layout="-1,-1" stretch_to_fit_rows="true">
  32.  
  33.             <list id="headings">
  34.                 <record text="Feet" alignment="left,centre_y" column_span="2" />
  35.             </list>
  36.  
  37.             <list id="column_properties">
  38.                 <record index="0" alignment="left,centre_y" />
  39.                 <record index="1" alignment="right,centre_y" colour="selection"/>
  40.             </list>
  41.  
  42.             <list id="column_display_properties">
  43.                 <record indx="0" left="4" sort_disabled="true"/>
  44.                 <record indx="1" rght="4" sort_disabled="true"/>
  45.             </list>
  46.  
  47.             <widget class="label" id="lfoo" text="Left Foot" col="0" row="0" />
  48.             <widget class="label" id="lfol" text="" col="1" row="0" />
  49.             <widget class="label" id="rfoo" text="Right Foot" col="0" row="1" />
  50.             <widget class="label" id="rfol" text="" col="1" row="1" />
  51.  
  52.         </widget>
  53.  
  54.         <!-- preferred moves table -->
  55.         <widget class="table" id="pref" mode="fill_rows" layout="-1">
  56.  
  57.             <layout class="stick_to_sides_attachment" alignment="horizontal,bottom" inset="0" />
  58.  
  59.             <list id="headings">
  60.                 <record text="Preferred Moves" alignment="left,centre_y" />
  61.             </list>
  62.  
  63.             <list id="column_properties">
  64.                 <record index="0" alignment="left,centre_y" />
  65.             </list>
  66.  
  67.             <list id="column_display_properties">
  68.                 <record indx="0" left="4" sort_disabled="true"/>
  69.             </list>
  70.  
  71.         </widget>
  72.  
  73.     </container>
  74.     
  75. </panel>