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

  1. <panel>
  2.     <container class="titled_box" title="Finances - Income">
  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.  
  9.         <boolean id="save_current_state" value="true"/>
  10.         <boolean id="save_default_state" value="true"/>
  11.         
  12.         <widget class="table" id="fnic" name="Income">
  13.         
  14.             <integer id="row_span" value="0"/> <!-- space between rows -->
  15.             
  16.             <flags id="layo" value="-100, -40, -40, -40, -40"/>
  17.             <flags id="mode" value="fill_rows,fill_custom_rows,printable"/>
  18.             <boolean id="stretch_to_fit_rows" value="true"/>
  19.             <boolean id="scst" value="true"/>
  20.             
  21.             
  22.             <!-- default properties adopted by every item in table -->
  23.             <record id="default_properties">
  24.                 <flags id="algn" value="left,centre_y"/>
  25.             </record>
  26.  
  27.             <!-- table headings -->
  28.             <list id="headings">
  29.                 <record><string value="Item"/><flags id="algn" value="left,centre_y"/></record>
  30.                 <record><string value="This Month"/><flags id="algn" value="left,centre_y"/></record>
  31.                 <record><string value="Last Month"/><flags id="algn" value="left,centre_y"/></record>
  32.                 <record><string value="This Season"/><flags id="algn" value="left,centre_y"/></record>
  33.                 <record><string value="Last Season"/><flags id="algn" value="left,centre_y"/></record>
  34.             </list>
  35.             
  36.             <!-- column properties -->                
  37.             <list id="column_properties">
  38.                 <record indx="0">
  39.                     <flags id="algn" value="left,centre_y"/>
  40.                 </record>
  41.             </list>
  42.  
  43.             <!-- disable sorting on all columns -->                
  44.             <list id="column_display_properties">
  45.                 <record indx="0">
  46.                     <boolean id="sort_disabled" value="true"/>
  47.                 </record>
  48.                 <record indx="1">
  49.                     <boolean id="sort_disabled" value="true"/>
  50.                 </record>
  51.                 <record indx="2">
  52.                     <boolean id="sort_disabled" value="true"/>
  53.                 </record>
  54.                 <record indx="3">
  55.                     <boolean id="sort_disabled" value="true"/>
  56.                 </record>
  57.                 <record indx="4">
  58.                     <boolean id="sort_disabled" value="true"/>
  59.                 </record>
  60.             </list>
  61.  
  62.         </widget>        
  63.     </container>
  64. </panel>