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

  1. <!-- panel for a single tie in a cup tree -->
  2.  
  3. <panel height="52">
  4.     <layout class="stick_to_sides_attachment" alignment="top, horizontal" inset="0" layout_children="true"/>
  5.     
  6.     <widget class="plain_box" height="52">
  7.     
  8.         <layout class="arrange_vertical_attachment" alignment="top"/>
  9.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  10.         
  11.           <record id="aprn">
  12.             <flags id="bsty" value="no_border"/>
  13.             <colour id="bcol" name="green"/>
  14.             <integer id="imod" value="1"/>
  15.             <real id="btrn" value="0.1"/>
  16.         </record>
  17.         
  18.         <!-- home team / teams -->
  19.         <widget class="group_box" id="home" height="20">
  20.             
  21.             <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0"/>
  22.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  23.             
  24.             <widget kind="tmbt" id="team"/>
  25.             <widget class="label" id="scor" auto_size="horizontal"/>
  26.             
  27.             <widget class="group_box" id="list"/>
  28.             
  29.         </widget>
  30.  
  31.         <!-- away team / teams -->
  32.         <widget class="group_box" id="away" height="20">
  33.  
  34.             <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0"/>
  35.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  36.             
  37.             <widget kind="tmbt" id="team"/>
  38.             <widget class="label" id="scor" auto_size="horizontal"/>
  39.             
  40.             <widget class="group_box" id="list"/>
  41.             
  42.         </widget>
  43.     </widget>
  44. </panel>