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 salary.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  3.1 KB  |  105 lines

  1. <panel>
  2.  
  3.     <record id="smry">
  4.         <flags id="mode" value="1"/>             <!-- draw box -->
  5.         <flags id="bsty" value="no_border"/>     <!-- box style -->
  6.         <colour id="bcol" name="black"/>        <!-- box colour -->
  7.         <real id="btrn" value="0.2"/>
  8.     </record>
  9.  
  10.     <container class="titled_box" title="Finances - Salary">
  11.     
  12.         <layout class="arrange_vertical_attachment" alignment="top, extend" offset="0"/>
  13.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true" />
  14.         <layout class="stick_to_sides_attachment" alignment="all" inset="0" />        
  15.  
  16.         <boolean id="save_current_state" value="true"/>
  17.         <boolean id="save_default_state" value="true"/>
  18.  
  19.         <widget class="table" id="fnws" select_event="slrw">
  20.         
  21.             <flags id="layo" value="-5, -11"/>
  22.             <flags id="mode" value="fill_rows,printable,select_rows,show_bullets,dont_allow_empty_selection"/>
  23.             <boolean id="stretch_to_fit_rows" value="true"/>
  24.             <boolean id="scst" value="true"/>
  25.             
  26.             <!-- default properties adopted by every item in table -->
  27.             <record id="default_properties">
  28.                 <flags id="algn" value="left,centre_y"/>
  29.             </record>
  30.             
  31.             <list id="column_properties">
  32.                 <record indx="1">
  33.                     <colour name="selection"/>
  34.                 </record>
  35.             </list>
  36.             
  37.             <!-- disable sorting on all columns -->                
  38.             <list id="column_display_properties">
  39.                 <record indx="0" sort_disabled="true">
  40.                 </record>
  41.                 <record indx="1" sort_diabled="true"/>
  42.             </list>
  43.             
  44.             <list id="headings">
  45.                 <record text="Wage Budget" alignment="left,centre_y" column_span="2"/>
  46.             </list>            
  47.         </widget>
  48.                         
  49.         <widget class="table" id="fnwg">
  50.         
  51.             <flags id="layo" value="-5, -2, -2, -2, -2, -3"/>
  52.             <flags id="mode" value="fill_rows,fill_custom_rows"/>
  53.             <boolean id="stretch_to_fit_rows" value="true"/>
  54.             <boolean id="scst" value="true"/>
  55.  
  56.             <!-- default properties adopted by every item in table -->
  57.             <record id="defp">
  58.                 <flags id="algn" value="left,centre_y"/>
  59.             </record>
  60.             
  61.             <!-- table headings -->
  62.             <list id="headings">
  63.                 <record><string value="Player Type"/><flags id="algn" value="left,centre_y"/></record>
  64.                 <record><string value="Allowed"/></record>
  65.                 <record><string value="Minimum"/></record>
  66.                 <record><string value="Average"/></record>
  67.                 <record><string value="Maximum"/></record>
  68.                 <record><string value="Total"/></record>
  69.             </list>
  70.             
  71.             <list id="column_properties">
  72.                 <record indx="0">
  73.                     <flags id="algn" value="left,centre_y"/>
  74.                 </record>
  75.             </list>
  76.  
  77.             <!-- disable sorting on all columns -->                
  78.             <list id="column_display_properties">
  79.                 <record indx="0">
  80.                     <boolean id="sort_disabled" value="true"/>
  81.                 </record>
  82.                 <record indx="1">
  83.                     <boolean id="sort_disabled" value="true"/>
  84.                 </record>
  85.                 <record indx="2">
  86.                     <boolean id="sort_disabled" value="true"/>
  87.                 </record>
  88.                 <record indx="3">
  89.                     <boolean id="sort_disabled" value="true"/>
  90.                 </record>
  91.                 <record indx="4">
  92.                     <boolean id="sort_disabled" value="true"/>
  93.                 </record>
  94.                 <record indx="5">
  95.                     <boolean id="sort_disabled" value="true"/>
  96.                 </record>
  97.             </list>
  98.  
  99.         </widget>        
  100.         
  101.         <!-- finance history panel-->
  102.         <widget class="finance_history_panel" id="fnhs"/>
  103.         
  104.     </container>
  105. </panel>