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 / match pre panel.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-25  |  5.8 KB  |  153 lines

  1. Ôªø<?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
  3.  
  4. <panel>
  5.  
  6.     <container class="titled_box" id="mpnl" text="Preview">
  7.     
  8.         <!-- embedded buttons -->
  9.         <container id="btns" embed_in_frame="true">
  10.         
  11.             <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  12.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  13.     
  14.             <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  15.                 
  16.             <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  17.             <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  18.             
  19.             <widget class="embedded_popup_button" id="indp" text="View" autosize="all" select_event="indp" embed_in_frame="true">
  20.             
  21.                 <boolean id="save_current_state" value="true" />
  22.             
  23.                 <list id="items">
  24.                     <record id="0" text="Goalscorers" tkex="true"/>
  25.                     <record id="1" text="Assists" tkex="true"/>
  26.                     <record id="2" text="Injuries" tkex="true"/>
  27.                     <record id="3" text="Unavailable" tkex="true"/>
  28.                     <record id="4" text="Milestones" tkex="true"/>
  29.                     <record id="5" text="Recent Games" tkex="true"/>
  30.                     <record id="6" text="Line Ups" tkex="true"/>
  31.                     <record id="7" text="TV Info" tkex="true"/>
  32.                 
  33.                 </list>
  34.             </widget>
  35.                 
  36.         </container>    
  37.         
  38.         <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
  39.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  40.     
  41.         <!-- group box containing everything else laid out in "-2, -1" -->
  42.         <container id="indg">
  43.         
  44.     
  45.             <!-- Our children will be arranged from top to bottom with the first child being 2 times as big as the 2nd -->
  46.             <layout class="arrange_vertical_attachment" alignment="top" layout="-1" offset="0"/>
  47.             <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  48.     
  49.             <!-- this is where we actually create the widgets which form the content of the panel -->
  50.             <container text="Individual Info">
  51.                 
  52.                 <!-- The children will be laid out from left to right and fill up the entire area-->
  53.                 <layout class="arrange_horizontal_attachment" alignment="fill" offset="0"/>
  54.                 
  55.                 <!-- This container will stick to the left and right of it's parent -->
  56.                 <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  57.                 
  58.                 <container class="subsection_box" text="Home Team" id="htbx">
  59.                     <!-- This container will stick to the top and bottom of it's parent -->
  60.                     <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
  61.                     <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
  62.                     
  63.                     <!-- Home Team Leading Goalscorers -->
  64.                     <widget class="table" id="htab" layout="-1,-3" mode="fill_rows">
  65.                     
  66.                         <list id="headings">
  67.                             <record text="Player" alignment="left,centre_y"/>
  68.                             <record text="Goals" alignment="left, centre_y"/>
  69.                         </list>
  70.                         
  71.                         <list id="column_display_properties">
  72.                             <record indx="0" left="4" sort_disabled="true"/>
  73.                             <record indx="1" right="4" sort_disabled="true"/>
  74.                         </list>    
  75.                         
  76.                         <list id="column_properties">
  77.                             <record index="0" alignment="left, centre_y"/>
  78.                             <record index="1" alignment="left, centre_y"  top="2" bottom="2"/>
  79.                         </list>
  80.                     </widget>
  81.                     
  82.                     <!-- Home Team Recent Fixtures -->
  83.                     <widget    class="fixtures_table" id="hfip" hidden="true" mode="fill_rows"/>
  84.                     
  85.                     <!-- Home Team Line Up -->
  86.                     <widget    class="pitch_with_tactics" id="hpwt" hidden="true" vert="true"/>          
  87.                             
  88.                 </container>
  89.     
  90.                 <container class="subsection_box" text="Away Team" id="atbx" >
  91.                     <!-- This container will stick to the top and bottom of it's parent -->
  92.                     <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
  93.                     <layout class="stick_to_sides_attachment" alignment="vertical" inset="0"/>
  94.     
  95.                     
  96.                     <!-- Away Team Leading Goalscorers -->
  97.                     <widget class="table" id="atab" layout="-1,-3" mode="fill_rows">
  98.                     
  99.                         <list id="headings">
  100.                             <record text="Player" alignment="left,centre_y"/>
  101.                             <record text="Goals" alignment="left, centre_y"/>
  102.                         </list>
  103.                         
  104.                         
  105.                         <list id="column_properties">
  106.                             <record index="0" alignment="left, centre_y"/>
  107.                             <record index="1" alignment="left, centre_y"/>
  108.                     </list>
  109.                     
  110.                         
  111.                         <list id="column_display_properties">
  112.                             <record indx="0" left="4" sort_disabled="true"/>
  113.                             <record indx="1" right="4" sort_disabled="true" top="2" bottom="2"/>
  114.                         </list>                
  115.                     </widget>
  116.                     
  117.                     <widget    class="fixtures_table" id="afip" hidden="true" mode="fill_rows"/>
  118.                     <widget    class="pitch_with_tactics" id="apwt" hidden="true" mode="fill_rows">          
  119.                         <boolean id="vert" value="true"/>
  120.                     </widget>                    
  121.                     
  122.                 </container>
  123.                 
  124.             </container>
  125.             
  126.         </container>
  127.             
  128.           <!-- group box containing joint info view menu and panel -->
  129.           <container id="jntg">
  130.               <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
  131.               <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  132.                   
  133.               <container text="Joint Information">
  134.                   <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  135.                       
  136.                   <widget class="table" id="jtab" layout="-2,-3" mode="fill_rows" stretch_to_fit_rows="true">
  137.                       <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  138.                       
  139.                       <list id="column_display_properties">
  140.                           <record indx="0" left="4" top="2" bottom="3" sort_disabled="true"/>
  141.                           <record indx="1" right="4" top="2" bottom="3" sort_disabled="true"/>
  142.                       </list>                
  143.                           
  144.                       <list id="column_properties">
  145.                           <record indx="1" colour="selection"/>
  146.                       </list>
  147.                       
  148.                   </widget>
  149.                       
  150.               </container>
  151.           </container>
  152.     </container>
  153. </panel>