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

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