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

  1. <panel title="Advanced/Extra Player Stats Panel">
  2.  
  3.     <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0" />    
  4.     <!--><layout class="fit_children_attachment" alignment="vertical" offset="0" /> </!-->
  5.     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  6.     
  7.     <comment>
  8.         - colour codes:
  9.             csv1 : alternating stat value colour 1 (column 1,3,5,etc)
  10.             csv2 : alternating stat value colour 2 (column 2,4,6,etc)
  11.             csnm : stat name colour
  12.             cavr : average rating colour
  13.     </comment>
  14.     
  15.     <colour id="csv1" red="255" green="208" blue="0" />
  16.     <colour id="csv2" red="255" green="240" blue="0" />
  17.     <colour id="csnm" red="255" green="255" blue="255" />
  18.     <colour id="cavr" red="255" green="112" blue="0" />
  19.     
  20.     <widget class="titled_box" title="Additional Statistics">
  21.         <boolean id="sdst" value="true"/>
  22.  
  23.         <layout class="arrange_horizontal_attachment" alignment="left" offset="0" gap="0" />
  24.         <!--><layout class="fit_children_attachment" alignment="vertical" offset="0" /> </!-->
  25.         <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" />
  26.         <layout class="stick_to_sides_attachment" alignment="horizontal,top" inset="0" layout_children="true"/>
  27.  
  28.         <widget class="table" id="pstt" mode="fill_columns,stripe_rows,printable" layout="50,45,45,45,45,45,45"  name="Player Advances Stats" >
  29.             <boolean id="stretch_to_fit_rows" value="true"/>
  30.             
  31.             <integer id="row_height" value="20"/>
  32.  
  33.             <record id="defp">
  34.                 <flags id="algn" value="centre"/>
  35.             </record>
  36.             
  37.             <list id="column_properties">
  38.                 <record indx="0">
  39.                     <flags id="algn" value="left, centre_y"/>
  40.                 </record>
  41.             </list>
  42.             
  43.         </widget>
  44.     </widget>
  45.     
  46. </panel>