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

  1. <panel title="League Stage Panel">
  2.  
  3.     <!-- Promotion Styles -->
  4.     <flags id="cham" value="table/custom/champions"/>
  5.  
  6.     <flags id="prom" value="table/custom/promotion"/>
  7.     
  8.     <flags id="tppo" value="table/custom/topplayoff"/>
  9.     
  10.     <flags id="btpo" value="table/custom/botplayoff"/>
  11.     
  12.     <flags id="rleg" value="table/custom/relegation"/>
  13.     
  14.     <flags id="nrml" value="table/row"/>
  15.     
  16.     <!-- normal layout -->
  17.     <flags id="nlay" value="50, 25, -1, 50, 50, 50, 50, 50, 50, 50, 50, 50"/>
  18.     
  19.     <!-- extended layout -->
  20.     <flags id="xlay" value="50, 25, -1, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 50"/>
  21.     
  22.     <!-- small layout -->
  23.     <flags id="slay" value="50, 25, -1, 50, 50, 50, 50, 50"/>
  24.  
  25.     <!-- normal table properties -->    
  26.     <flags id="mode" value="fill_rows, fill_custom_rows,keyboard"/>
  27.     
  28.     <!-- use sortable heading class -->
  29.     <flags id="heading_class" value="column_heading"/>
  30.     
  31.  
  32.     <boolean id="auto_size_rows" value="true"/>
  33.     <boolean id="scst" value="true"/>
  34.     
  35.     <!-- column display properties - we aren't using the normal id here, because
  36.          the code has to reload these properties every time it rebuilds the table -->
  37.     <list id="cold">
  38.         <record indx="2">
  39.             <flags id="spec" value="title,large"/>
  40.         </record>
  41.  
  42.         <record indx="4">
  43.             <flags id="imod" value="2"/>
  44.             <colour id="bcol" name="grey"/>
  45.             <flags id="lsty" value="right"/>
  46.         </record>
  47.         
  48.         <record indx="7">
  49.             <flags id="imod" value="2"/>
  50.             <colour id="bcol" name="grey"/>
  51.             <flags id="lsty" value="right"/>
  52.         </record>
  53.  
  54.         <record indx="9">
  55.             <flags id="imod" value="2"/>
  56.             <colour id="bcol" name="grey"/>
  57.             <flags id="lsty" value="right"/>
  58.         </record>
  59.  
  60.         <record indx="12">
  61.             <flags id="imod" value="2"/>
  62.             <colour id="bcol" name="grey"/>
  63.             <flags id="lsty" value="right"/>
  64.         </record>
  65.  
  66.         <record indx="14">
  67.             <flags id="imod" value="2"/>
  68.             <colour id="bcol" name="grey"/>
  69.             <flags id="lsty" value="right"/>
  70.         </record>
  71.  
  72.     </list>
  73. </panel>
  74.