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 controls.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  9.8 KB  |  199 lines

  1. <panel id="mtct">
  2.  
  3.     <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  4.     <layout class="fit_children_attachment" alignment="vertical, fill" offset="0"/>
  5.  
  6.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  7.     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  8.     
  9.     <!-- normal controls, not shown in highlight mode-->
  10.     <container id="nmcn">
  11.         
  12.         <layout class="arrange_vertical_attachment" alignment="bottom" offset="0" gap="8"/>
  13.         <layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="8"/>
  14.         
  15.         <!-- player buttons -->
  16.         <container>
  17.         
  18.             <layout class="arrange_horizontal_attachment" alignment="left,fill" offset="0" gap="0"/>
  19.             <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
  20.  
  21.             <layout class="fit_children_attachment" alignment="vertical" offset="0" gap="0"/>
  22.             <layout class="stick_to_sides_attachment" alignment="horizontal" inset="4"/>
  23.  
  24.             <widget class="action_button_blue" id="play" text="Play" auto_size="vertical" spec="text,small" click_event="play"/>
  25.             <widget class="action_button_blue" text="Save" id="svmt" auto_size="vertical" spec="text,small" click_event="svmt"/>
  26.         </container>
  27.         
  28.         <!-- highlights etc -->
  29.         <container id="spcn">
  30.         
  31.             <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0"/>
  32.             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  33.  
  34.             <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" gap="0"/>
  35.             <layout class="stick_to_sides_attachment" alignment="horizontal" inset="4"/>
  36.             
  37.             <container id="mtcw">
  38.                 <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0"/>
  39.                 <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  40.                 <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
  41.                 
  42.                 <widget class="text" text="Match Speed[text speed control on match screen]" auto_size="all" spec="text,small" alignment="right"/>
  43.                 <widget class="slider_horizontal_blue" id="mtsp" width="75" height="15" max_value="5" min_value="1" value="1" notch_frequency="1" draw_notches="false"  draw_middle_notch="true" fnce="sped"/>
  44.             </container>
  45.             
  46.             <!-- hilights speed container -->
  47.  
  48.             <container id="2dsc">
  49.                 <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0"/>
  50.                 <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  51.                 <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
  52.                 
  53.                 <widget class="text" text="Highlights" auto_size="all" spec="text,small" alignment="right"/>
  54.                 <widget class="slider_horizontal_blue" id="2dsp" width="75" height="15" max_value="5" min_value="1" value="1" notch_frequency="1" draw_notches="false" draw_middle_notch="true" fnce="2dsp"/>
  55.             </container>
  56.  
  57.         </container>
  58.         
  59.         <widget id="tccn" class="modal_menu" auto_size="vertical" select_event="tacm">
  60.             <flags id="appearance" value="actions"/>
  61.             <flags id="spec" value="text,small"/>
  62.             <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  63.             
  64.             <list id="items">
  65.  
  66.                 <record id="rpmn" text="Replays[COMMENT - match screen; replays popup menu on side panel]">
  67.                     <list id="items">
  68.                         <record id="RMno" text="None[COMMENT - match screen; option in replays menu for no replays to be shown]" tkex="true"/>
  69.                         <record id="RMgl" text="Goals[COMMENT - match screen; option in replays menu for goal replays to be shown]" tkex="true"/>
  70.                         <record id="RMhl" text="Highlights[COMMENT - match screen; option in replays menu for replays to be shown of highlights]" tkex="true"/>
  71.                     </list>
  72.                 </record>
  73.             
  74.                 <record id="hlht" text="Highlight Mode">
  75.                     <list id="items">
  76.                         <record id="HMfm" name="Full Match" tkex="true"/>
  77.                         <record id="HMex" name="Extended" tkex="true"/>
  78.                         <record id="HMky" name="Key" tkex="true"/>
  79.                         <record id="HMoc" name="Only Commentary" tkex="true"/>
  80.                     </list>
  81.                 </record>
  82.  
  83.                 <record id="hlmd" text="Show Highlights In">
  84.                     <list id="items">
  85.                         <record id="SHfs" name="Full Screen" tkex="true"/>
  86.                         <record id="SHlf" name="Left - Split View" tkex="true"/>
  87.                         <record id="SHrt" name="Right - Split View" tkex="true"/>
  88.                     </list>
  89.                 </record>
  90.  
  91.             
  92.                 <record id="htac" text="Home"/>        <!-- tactics button -->
  93.                 <record id="htam" text="Home">        <!-- tactics menu -->
  94.                     <list id="items">
  95.                         <record id="hfor" name="Quick[COMMENT - tactics option on match screen for applying changes during a match]" hint="Change formation, team and player instructions during the match[COMMENT - hint for match screen 'basic' tactics option]"/>
  96.                         <record id="htac" name="Detailed[COMMENT - detailed tactics option on match screen]" hint="Make substitutions and more detailed tactical changes[COMMENT - hint for match screen 'advanced' tactics option]"/>
  97.                     </list>
  98.                 </record>
  99.                 <record id="atac" text="Away"/>        <!-- tactics button -->
  100.                 <record id="atam" text="Away">        <!-- tactics menu -->
  101.                     <list id="items">
  102.                         <record id="afor" name="Quick[COMMENT - tactics option on match screen for applying changes during a match]" hint="Change formation, team and player instructions during the match[COMMENT - hint for match screen 'basic' tactics option]"/>
  103.                         <record id="atac" name="Detailed[COMMENT - detailed tactics option on match screen]" hint="Make substitutions and more detailed tactical changes[COMMENT - hint for match screen 'advanced' tactics option]"/>
  104.                     </list>
  105.                 </record>
  106.             </list>
  107.         </widget>
  108.                             
  109.         <!-- view highlights menu-->
  110.         <container id="vhcn">
  111.             <layout class="stick_to_sides_attachment" alignment="top,horizontal" layout_children="true" inset="0"/>
  112.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  113.             <layout class="stick_to_sides_attachment" alignment="horizontal" inset="4"/>
  114.  
  115.             <widget class="popup_button_blue" text="View Highlights" fixed="true" id="vhhl" select_event="vhhl" auto_size="vertical">
  116.                 <list id="items">
  117.                     <record id="4" name="Goals"/>        <!--MHT_GOALS-->
  118.                     <record id="2" name="Key"/>            <!--MHT_KEY-->
  119.                     <record id="1" name="Extended"/>    <!--MHT_EXTENDED-->
  120.                 </list>
  121.             </widget>
  122.         </container>
  123.         
  124.     </container>
  125.  
  126.     <!-- tactic controls-->
  127.     <container id="ttcn" hidden="true">
  128.  
  129.         <layout class="arrange_vertical_attachment" alignment="top"/>
  130.  
  131.         <layout class="fit_children_attachment" alignment="vertical, fill" layout_children="true"/>
  132.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  133.  
  134.         <layout class="fit_children_attachment" alignment="vertical, fill"/>
  135.  
  136.         <!-- box containing buttons -->        
  137.         <container>
  138.             <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  139.             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  140.             
  141.             <widget class="action_button_blue" id="aptt" text="Apply Tactics[COMMENT - match screen menu option; applies any tactical changes to the match]" auto_size="vertical" click_event="aptt"/>
  142.             <widget class="action_button_blue" id="cntt" text="Cancel Tactics[COMMENT - match screen menu option; cancels any tactical changes to the match]" auto_size="vertical" click_event="cntt"/>
  143.         </container>
  144.     </container>
  145.         
  146.     <!-- highlight controls-->
  147.     <container id="hlcn" hidden="true">
  148.         
  149.         <layout class="arrange_vertical_attachment" alignment="top"/>
  150.  
  151.         <layout class="fit_children_attachment" alignment="vertical, fill" layout_children="true"/>
  152.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  153.  
  154.         <layout class="fit_children_attachment" alignment="vertical, fill"/>
  155.         
  156.         <!-- play button -->
  157.         <container>
  158.         
  159.             <layout class="arrange_horizontal_attachment" alignment="left,fill" offset="0" gap="0"/>
  160.             <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
  161.  
  162.             <widget class="action_button_blue" id="play" text="Play" auto_size="vertical" spec="text, small" click_event="play"/>
  163.         </container>
  164.         
  165.         <!-- hilights speed container -->
  166.         <container id="hspc">
  167.         
  168.             <layout class="arrange_vertical_attachment" alignment="top"/>
  169.             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  170.             
  171.             <container>
  172.                 <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0"/>
  173.                 <layout class="fit_children_attachment" alignment="vertical"/>
  174.                 <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
  175.                 
  176.                 <widget class="text" text="Highlights" auto_size="all" alignment="right" spec="text,small"/>
  177.                 <widget class="slider_horizontal_blue" id="hspd" height="15" width="75" max_value="5" min_value="1" value="1" notch_frequency="1" draw_notches="false" draw_middle_notch="true" fnce="hspd"/>
  178.             </container>
  179.  
  180.         </container>
  181.         
  182.         <!-- other buttons -->
  183.         <container>
  184.         
  185.             <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  186.             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  187.  
  188.             <widget class="action_button_blue" id="repl" text="Replay" auto_size="vertical" click_event="repl"/>
  189.             <widget class="action_button_blue" id="pvhl" text="Previous Highlight" hidden="true" auto_size="vertical" click_event="pvhl"/>
  190.             <widget class="action_button_blue" id="nxhl" text="Next Highlight" hidden="true" auto_size="vertical" click_event="nxhl"/>
  191.             <widget class="action_button_blue" id="nxmt" text="Next Match" hidden="true" auto_size="vertical" click_event="nxmt"/>
  192.             <widget class="action_button_blue" id="exit" text="Exit Highlights" auto_size="vertical" click_event="exit"/>
  193.             <widget class="action_button_blue" id="exre" text="Exit Replay" auto_size="vertical" click_event="exre"/>
  194.         </container>
  195.         
  196.     </container>
  197.  
  198. </panel>
  199.