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 / friendly.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  6.2 KB  |  145 lines

  1. <panel width="400">
  2.     <layout class="arrange_vertical_attachment" alignment="bottom, extend" offset="0"/>
  3.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  4.  
  5.     <!-- titled box at the top -->
  6.     <container class="titled_box" id="ttlb" text="Arrange Friendly">
  7.         <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0"/>
  8.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  9.         
  10.         <!-- scrolling box stretches to fit the size of the group box -->
  11.         <container class="scrolling_box">
  12.         
  13.             <!-- group box to contain details at the top -->
  14.             <container>
  15.                 <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  16.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  17.                 
  18.                 <!-- sub section box containing details -->
  19.                 <container class="subsection_box" text="Details[Arrange friendly panel details title]">
  20.                     <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  21.                     <layout class="fit_children_attachment" alignment="vertical,fill" offset="0"/>
  22.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  23.  
  24.                     <!-- group box containing type field -->
  25.                     <container>
  26.                         <layout class="arrange_horizontal_attachment" layout="-10,-15" alignment="left" offset="0"/>
  27.                         <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  28.                         <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
  29.                         
  30.                         <!-- type widgets -->
  31.                         <widget class="label" text="Type"/>
  32.                         <widget class="popup_button" id="frty" fixed="false" select_event="frty">
  33.                             <list id="items">
  34.                                 <record id="0" text="Friendly Match" tkex="true"/>
  35.                                 <record id="1" text="Tour" tkex="true"/>
  36.                                 <record id="2" text="Cup" tkex="true"/>
  37.                                 <record id="3" text="League" tkex="true"/>                        
  38.                             </list>
  39.                         </widget>
  40.                     </container>
  41.                     
  42.                     <!-- group box containing date field -->
  43.                     <container>
  44.                         <layout class="arrange_horizontal_attachment" layout="-10,-15" alignment="left" offset="0"/>
  45.                         <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  46.                         <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
  47.                         
  48.                         <!-- date widgets -->
  49.                         <widget class="label" text="Date"/>
  50.                         <widget class="label" id="date"/>
  51.                     </container>
  52.                     
  53.                     <!-- group box containing country field -->
  54.                     <container id="coup">
  55.                         <layout class="arrange_horizontal_attachment" layout="-10,-15" alignment="left" offset="0"/>
  56.                         <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  57.                         <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
  58.                         
  59.                         <!-- tour country widgets -->
  60.                         <widget class="label" text="Country"/>
  61.                         <widget class="popup_button" id="coun" fixed="false" select_event="chcn"/>
  62.                     </container>
  63.                     
  64.                     <!-- group box containing venue field -->
  65.                     <container id="venp">
  66.                         <layout class="arrange_horizontal_attachment" layout="-10,-15" alignment="left" offset="0"/>
  67.                         <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  68.                         <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
  69.                         
  70.                         <!-- venue widgets -->
  71.                         <widget class="label" text="Venue"/>
  72.                         <widget class="popup_button" id="vnue" fixed="false" select_event="chvn">
  73.                             <list id="items">
  74.                                 <record id="1" text="Home" tkex="true"/>
  75.                                 <record id="0" text="Away" tkex="true"/>
  76.                             </list>
  77.                         </widget>
  78.                     </container>
  79.                     
  80.                     <!-- group box containing name field -->
  81.                     <container id="namp">
  82.                         <layout class="arrange_horizontal_attachment" layout="-10,-15" alignment="left" offset="0"/>
  83.                         <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  84.                         <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
  85.  
  86.                         <!-- name widgets -->
  87.                         <widget class="label" text="Name"/>
  88.                         <widget class="edit_box" id="name" edit_event="name"/>
  89.                     </container>
  90.                     
  91.                     <!-- group box containing match rules field -->
  92.                     <container>
  93.                         <layout class="arrange_horizontal_attachment" layout="-10,-15" alignment="left" offset="0"/>
  94.                         <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  95.                         <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
  96.  
  97.                         <!-- match rule widgets -->
  98.                         <widget class="label" text="Match Rules"/>
  99.                         <widget class="popup_button" id="mtrl" fixed="false" select_event="mtrl">
  100.                         </widget>
  101.                     </container>
  102.                 </container>
  103.  
  104.                 <!-- table containing teams -->
  105.                 <widget class="table" id="tmst" layout="-1,-1" mode="0" auto_size_rows="true" stretch_to_fit_rows="true">
  106.                 
  107.                     <!-- table headings -->
  108.                     <list id="headings">
  109.                         <record><string value="Opposition[COMMENT - arrange friendly panel]"/><flags id="algn" value="left"/></record>
  110.                         <record><string value="Fee[COMMENT - fee for friendly opposition on arrange friendly panel]"/><flags id="algn" value="left"/></record>
  111.                     </list>
  112.                     
  113.                     <!-- column properties -->
  114.                     <list id="column_properties">
  115.                         <record indx="0" alignment="left,centre_y"/>
  116.                         <record indx="1" alignment="left,centre_y"/>
  117.                     </list>
  118.                     
  119.                     <!-- column display properties -->
  120.                     <list id="column_display_properties">
  121.                         <record indx="0" left="4" sort_disabled="true"/>
  122.                         <record indx="1" sort_disabled="true"/>
  123.                     </list>
  124.                     
  125.                 </widget>
  126.  
  127.                 <!-- subsection containing comments -->
  128.                 <container class="subsection_box" id="comm" title="Comments">
  129.                     <layout class="fit_children_attachment" alignment="vertical,fill" offset="0"/>
  130.                     <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  131.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  132.  
  133.                     <record id="defp">
  134.                         <flags id="auto_size" value="vertical"/>
  135.                         <flags id="spec" value="text"/>
  136.                         <colour name="selection"/>
  137.                     </record>
  138.  
  139.                 </container>
  140.             </container>    
  141.         </container>    
  142.         
  143.         <container file="friendly buttons"/>        
  144.     </container>
  145. </panel>