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 / finances transfers.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.7 KB  |  54 lines

  1. <panel>
  2.     <container class="titled_box" title="Finances - Transfers">
  3.     
  4.         <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />
  5.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  6.  
  7.         <boolean id="save_current_state" value="true"/>
  8.         <boolean id="save_default_state" value="true"/>
  9.         
  10.         <widget class="table" id="fntr"  name="Transfer Details" auto_size_rows="true" fixed_size_rows="false">
  11.             
  12.             <integer id="row_spacing" value="0"/> <!-- space between rows -->
  13.             
  14.             <flags id="layo" value="-50, -40, -80"/>
  15.             <flags id="mode" value="fill_rows,printable"/>
  16.             <boolean id="save_current_state" value="true"/>
  17.             
  18.             <!-- default properties adopted by every item in table -->
  19.             <record id="default_properties">
  20.                 <flags id="algn" value="left,centre_y"/>
  21.             </record>
  22.             
  23.             <list id="headings">
  24.                 <record><string value="Player Name"/><flags id="algn" value="left,centre_y"/></record>
  25.                 <record><string value="Clause"/><flags id="algn" value="left,centre_y"/></record>
  26.                 <record><string value="Description"/><flags id="algn" value="left,centre_y"/></record>
  27.             </list>
  28.  
  29.             <!-- column properties -->                
  30.             <list id="column_properties">
  31.                 <record indx="1">
  32.                     <flags id="spec" value="text"/>
  33.                 </record>
  34.                 <record indx="2">
  35.                     <flags id="spec" value="text"/>
  36.                     <colour name="selection"/>
  37.                 </record>
  38.             </list>
  39.             
  40.             <!-- disable sorting on all columns -->                
  41.             <list id="column_display_properties">
  42.                 <record indx="0">
  43.                     <boolean id="sort_disabled" value="true"/>
  44.                 </record>
  45.                 <record indx="1">
  46.                     <boolean id="sort_disabled" value="true"/>
  47.                 </record>
  48.                 <record indx="2">
  49.                     <boolean id="sort_disabled" value="true"/>
  50.                 </record>
  51.             </list>
  52.         </widget>        
  53.     </container>
  54. </panel>