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 / fixtures.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-25  |  2.9 KB  |  66 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
  3.  
  4. <panel title="Fixtures Panel">
  5.  
  6.     <boolean id="save_current_state" value="true"/>
  7.  
  8.     <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0"/>
  9.     <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/>
  10.     
  11.     <!-- fixtures panel on left -->
  12.     <container class="titled_box" title="Fixtures" id="fxTB">
  13.         <layout class="arrange_vertical_attachment" alignment="bottom, extend" offset="0"/>
  14.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  15.         
  16.         <container id="btns" embed_in_frame="true">
  17.             <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  18.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  19.         
  20.             <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  21.         
  22.             <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  23.             <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  24.         
  25.             <!-- view menu -->
  26.             <widget kind="embedded_popup_button" id="view" auto_size="all" sele="view" text="View" fixed="true" embed_in_frame="true">
  27.             <list id="items">
  28.                 <record id="0" text="Fixtures" tkex="true"/>
  29.                 <record id="1" text="Important Dates" tkex="true"/>
  30.                 <record id="2" text="All Dates" tkex="true"/>
  31.             </list>
  32.             </widget>
  33.         
  34.             <!-- seasons popup -->
  35.             <widget kind="embedded_plus_minus_list" id="fxyr" width="200" sele="fxcy" auto_size="all" embed_in_frame="true"/>
  36.         </container>
  37.             
  38.         <!-- fixtures table -->
  39.         <widget class="fixtures_table" id="fxtb" mode="fill_rows, select_rows, show_bullets, keyboard"/>
  40.         
  41.         <container id="frba">
  42.             <layout class="arrange_horizontal_attachment" alignment="right" offset="0"/>
  43.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  44.             <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
  45.  
  46.             <!-- past meetings button -->
  47.             <widget class="action_button" id="psmt" text="Past Meetings" auto_size="horizontal" disabled="true"/>
  48.             
  49.             <!-- cancel friendly button -->
  50.             <widget class="action_button" id="cafr" text="Cancel Friendly" clke="cafr" auto_size="horizontal" disabled="true"/>
  51.             
  52.             <!-- arrange friendly button -->
  53.             <widget class="action_button" id="arrf" text="Arrange Friendly" clke="arrf" auto_size="horizontal" hint="Click to arrange a friendly match"/>
  54.  
  55.             <!-- next fixture button -->
  56.             <widget class="action_button" id="shnf" text="Show Next Fixture" clke="shnf" auto_size="horizontal" hint="Click to highlight your next fixture"/>
  57.         </container>
  58.         
  59.         <widget class="fixture_details_panel" id="fxdt" />
  60.  
  61.     </container>
  62.  
  63.     <!-- friendly panel on the right -->        
  64.     <container class="friendly_panel" id="arfr" hidden="true"/>
  65. </panel>
  66.