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 debug.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  7.1 KB  |  181 lines

  1. <panel title="Debugging Panel">
  2.   
  3.   <layout class="arrange_vertical_attachment">
  4.     <flags id="algn" value="top, extend"/>
  5.   </layout>
  6.   <layout class="stick_to_sides_attachment">
  7.     <flags id="algn" value="horizontal"/>
  8.     <boolean id="laye" value="true"/>
  9.   </layout>
  10.  
  11.   <!-- reset box - for rewinding the game to a given point in time -->
  12.   <widget class="subsection_box" title="Times[COMMENT - debug only]" >
  13.     <!-- time controls - split into 3 panels -->
  14.     <layout class="arrange_horizontal_attachment" alignment="left,extend"/>
  15.     <layout class="stick_to_sides_attachment" alignment="top" layout_children="true"/>
  16.     <layout class="fit_children_attachment" alignment="vertical" />
  17.     <layout class="fit_children_attachment" alignment="vertical, fill" layout_children="true"/>
  18.  
  19.     <!-- first panel contains labels for the various options -->
  20.     <widget class="group_box" width="64">
  21.       <!-- option labels are arranged vertically, and justified to the right of the box -->
  22.       <layout class="arrange_vertical_attachment" alignment="top"/>
  23.       <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  24.  
  25.       <widget class="label">
  26.         <string value="half"/>
  27.         <integer id="size" value="9"/>
  28.       </widget>
  29.  
  30.       <widget class="label">
  31.         <string value="minutes"/>
  32.         <integer id="size" value="9"/>
  33.       </widget>
  34.  
  35.       <widget class="label">
  36.         <string value="seconds"/>
  37.         <integer id="size" value="9"/>
  38.       </widget>
  39.     </widget>
  40.  
  41.     <!-- second panel contains the editable items -->
  42.     <widget class="group_box" width="64">
  43.       <layout class="arrange_vertical_attachment" alignment="top"/>
  44.       <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  45.  
  46.       <widget class="edit_box" id="half" width="48">
  47.         <string id="valu" value="1"/>
  48.       </widget>
  49.  
  50.       <widget class="edit_box" id="mins" width="48">
  51.         <string id="valu" value="0"/>
  52.       </widget>
  53.  
  54.       <widget class="edit_box" id="secs" width="48">
  55.         <string id="valu" value="0"/>
  56.       </widget>
  57.     </widget>
  58.     
  59.     <!-- third panel contains the buttons -->
  60.     <widget class="group_box">
  61.       <layout class="arrange_vertical_attachment">
  62.         <flags id="algn" value="top"/>
  63.       </layout>
  64.       <layout class="stick_to_sides_attachment">
  65.         <flags id="algn" value="left"/>
  66.         <boolean id="laye" value="true"/>
  67.       </layout>
  68.  
  69.  
  70.       <widget class="action_button" text="set time" width="96">
  71.         <string id="clke" value="rese"/>
  72.         <string id="hint" value="Click here to reset the current match time to the value in the boxes on the left"/>
  73.         <integer id="sspc" value="3" comment="this really should be a flag!!"/>
  74.       </widget>
  75.  
  76.       <widget class="action_button" text="get time" width="96">
  77.         <string id="clke" value="grab"/>
  78.         <string id="hint" value="Click here to put the current match time into the boxes on the left"/>
  79.         <integer id="sspc" value="3" comment="this really should be a flag!!"/>
  80.       </widget>
  81.  
  82.       <widget class="action_button" text="profile" width="96">
  83.         <string id="clke" value="prof"/>
  84.         <string id="hint" value="Click here to run the current match 100 times, for profiling!"/>
  85.         <integer id="sspc" value="3" comment="this really should be a flag!!"/>
  86.       </widget>
  87.     </widget>
  88.         
  89.   </widget>
  90.   
  91.   <!-- incidents box -->
  92.   <widget class="subsection_box" title="Incidents[COMMENT - debug only]" height="64">
  93.     <layout class="arrange_horizontal_attachment">
  94.       <flags id="algn" value="right, extend"/>
  95.     </layout>
  96.     <layout class="stick_to_sides_attachment">
  97.       <flags id="algn" value="top"/>
  98.       <boolean id="laye" value="true"/>
  99.     </layout>
  100.  
  101.     <widget class="popup_button" text="choose incident" id="ince">
  102.       <string id="sele" value="ince"/>
  103.       <boolean id="fixe" value="true"/>
  104.     </widget>   
  105.   </widget>
  106.  
  107.   <!-- player panel - contains debug info about the selected player -->
  108.   <widget class="subsection_box" title="Selected Player[COMMENT - debug only]">
  109.  
  110.     <!-- split into 2 panels -->
  111.     <layout class="arrange_horizontal_attachment">
  112.       <flags id="algn" value="fill"/>
  113.     </layout>
  114.     <layout class="stick_to_sides_attachment">
  115.       <flags id="algn" value="vertical"/>
  116.       <boolean id="laye" value="true"/>
  117.     </layout>
  118.  
  119.     <!-- first panel contains labels for the various options -->
  120.     <widget class="group_box">
  121.       <!-- option labels are arranged vertically, and justified to the right of the box -->
  122.       <layout class="arrange_vertical_attachment">
  123.         <flags id="algn" value="top"/>
  124.         <integer id="gap" value="0"/>
  125.       </layout>
  126.       <layout class="stick_to_sides_attachment">
  127.         <flags id="algn" value="left"/>
  128.         <boolean id="laye" value="true"/>
  129.       </layout>
  130.  
  131.       <widget class="label" text="name" sspc="3"/>
  132.       <widget class="label" text="position" sspc="3"/>
  133.       <widget class="label" text="dist from ball" sspc="3"/>
  134.       <widget class="label" text="match total time" sspc="3"/>
  135.       <widget class="label" text="direction facing" sspc="3"/>
  136.       <widget class="label" text="dist from ball rank" sspc="3"/>
  137.       <widget class="label" text="squad no" sspc="3"/>
  138.       <widget class="label" text="ball pos" sspc="3"/>
  139.       <widget class="label" text="player to mark" sspc="3"/>
  140.       <widget class="label" text="close opponents" sspc="3"/>
  141.       <widget class="label" text="close opponents in path" sspc="3"/>
  142.       <widget class="label" text="debug flag" sspc="3"/>
  143.       <widget class="label" text="clean through" sspc="3"/>
  144.       <widget class="label" text="control" sspc="3"/>
  145.       <widget class="label" text="last condition" sspc="3"/>
  146.       <widget class="label" text="decision action" sspc="3"/>
  147.       <widget class="label" text="last action" sspc="3"/>
  148.     </widget>
  149.  
  150.     <!-- second panel contains the debug info -->
  151.     <widget class="group_box">
  152.       <layout class="arrange_vertical_attachment">
  153.         <flags id="algn" value="top"/>
  154.         <integer id="gap" value="0"/>
  155.       </layout>
  156.       <layout class="stick_to_sides_attachment">
  157.         <flags id="algn" value="horizontal"/>
  158.         <boolean id="laye" value="true"/>
  159.       </layout>
  160.  
  161.       <widget class="label" id="name" text="()" sspc="3"/>
  162.       <widget class="label" id="posn" text="0, 0" sspc="3"/>
  163.       <widget class="label" id="dbal" text="xx" sspc="3"/>
  164.       <widget class="label" id="ttim" text="xx" sspc="3"/>
  165.       <widget class="label" id="dfac" text="xx" sspc="3"/>
  166.       <widget class="label" id="dlbr" text="xx" sspc="3"/>
  167.       <widget class="label" id="sqno" text="xx" sspc="3"/>
  168.       <widget class="label" id="bpos" text="xx" sspc="3"/>
  169.       <widget class="label" id="pmrk" text="xx" sspc="3"/>
  170.       <widget class="label" id="copp" text="xx" sspc="3"/>
  171.       <widget class="label" id="cinp" text="xx" sspc="3"/>
  172.       <widget class="label" id="dflg" text="xx" sspc="3"/>
  173.       <widget class="label" id="cthr" text="xx" sspc="3"/>
  174.       <widget class="label" id="cntl" text="xx" sspc="3"/>
  175.       <widget class="label" id="lcnd" text="xx" sspc="3"/>
  176.       <widget class="label" id="dact" text="xx" sspc="3"/>
  177.       <widget class="label" id="lact" text="xx" sspc="3"/>
  178.     </widget>
  179.  
  180.   </widget>
  181. </panel>