home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 November / Gamestar_67_2004-11_dvd.iso / Dema / footballmanager2005_betademo.exe / Data1.cab / _05368B5E0881434D8F5E95D8E4950DD8 < prev    next >
Text File  |  2004-08-30  |  9KB  |  234 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="titled_box" title="times" height="128">
  13.     <!-- time controls - split into 3 panels -->
  14.     <layout class="arrange_horizontal_attachment">
  15.       <flags id="algn" value="left,extend"/>
  16.       <integer id="gap" value="0"/>
  17.     </layout>
  18.     <layout class="stick_to_sides_attachment">
  19.       <flags id="algn" value="vertical"/>
  20.       <boolean id="laye" value="true"/>
  21.     </layout>
  22.  
  23.     <!-- first panel contains labels for the various options -->
  24.     <widget class="group_box" width="64">
  25.       <!-- option labels are arranged vertically, and justified to the right of the box -->
  26.       <layout class="arrange_vertical_attachment">
  27.         <flags id="algn" value="top"/>
  28.         <integer id="gap" value="0"/>
  29.         <integer id="offs" value="0"/>
  30.       </layout>
  31.       <layout class="stick_to_sides_attachment">
  32.         <flags id="algn" value="left"/>
  33.         <integer id="inse" value="0"/>
  34.         <boolean id="laye" value="true"/>
  35.       </layout>
  36.  
  37.       <widget class="label">
  38.         <string value="half"/>
  39.         <integer id="size" value="9"/>
  40.       </widget>
  41.  
  42.       <widget class="label">
  43.         <string value="minutes"/>
  44.         <integer id="size" value="9"/>
  45.       </widget>
  46.  
  47.       <widget class="label">
  48.         <string value="seconds"/>
  49.         <integer id="size" value="9"/>
  50.       </widget>
  51.     </widget>
  52.  
  53.     <!-- second panel contains the editable items -->
  54.     <widget class="group_box" width="64">
  55.       <layout class="arrange_vertical_attachment">
  56.         <flags id="algn" value="top"/>
  57.         <integer id="gap" value="0"/>
  58.         <integer id="offs" value="0"/>
  59.       </layout>
  60.       <layout class="stick_to_sides_attachment">
  61.         <flags id="algn" value="left"/>
  62.         <integer id="inse" value="0"/>
  63.         <boolean id="laye" value="true"/>
  64.       </layout>
  65.  
  66.       <widget class="edit_box" id="half" width="48">
  67.         <string id="valu" value="1"/>
  68.       </widget>
  69.  
  70.       <widget class="edit_box" id="mins" width="48">
  71.         <string id="valu" value="0"/>
  72.       </widget>
  73.  
  74.       <widget class="edit_box" id="secs" width="48">
  75.         <string id="valu" value="0"/>
  76.       </widget>
  77.     </widget>
  78.     
  79.     <!-- third panel contains the buttons -->
  80.     <widget class="group_box">
  81.       <layout class="arrange_vertical_attachment">
  82.         <flags id="algn" value="top"/>
  83.       </layout>
  84.       <layout class="stick_to_sides_attachment">
  85.         <flags id="algn" value="left"/>
  86.         <boolean id="laye" value="true"/>
  87.       </layout>
  88.  
  89.  
  90.       <widget class="action_button" text="set time" width="96">
  91.         <string id="clke" value="rese"/>
  92.         <string id="hint" value="Click here to reset the current match time to the value in the boxes on the left"/>
  93.         <integer id="sspc" value="3" comment="this really should be a flag!!"/>
  94.       </widget>
  95.  
  96.       <widget class="action_button" text="get time" width="96">
  97.         <string id="clke" value="grab"/>
  98.         <string id="hint" value="Click here to put the current match time into the boxes on the left"/>
  99.         <integer id="sspc" value="3" comment="this really should be a flag!!"/>
  100.       </widget>
  101.  
  102.       <widget class="action_button" text="profile" width="96">
  103.         <string id="clke" value="prof"/>
  104.         <string id="hint" value="Click here to run the current match 100 times, for profiling!"/>
  105.         <integer id="sspc" value="3" comment="this really should be a flag!!"/>
  106.       </widget>
  107.     </widget>
  108.         
  109.   </widget>
  110.   
  111.   <!-- incidents box -->
  112.   <widget class="titled_box" title="incidents" height="64">
  113.     <layout class="arrange_horizontal_attachment">
  114.       <flags id="algn" value="right, extend"/>
  115.     </layout>
  116.     <layout class="stick_to_sides_attachment">
  117.       <flags id="algn" value="top"/>
  118.       <boolean id="laye" value="true"/>
  119.     </layout>
  120.  
  121.     <widget class="popup_button" text="choose incident" id="ince">
  122.       <string id="sele" value="ince"/>
  123.       <boolean id="fixe" value="true"/>
  124.     </widget>   
  125.   </widget>
  126.  
  127.   <!-- files box -->
  128.   <widget class="titled_box" title="files" height="64">
  129.     <layout class="arrange_horizontal_attachment">
  130.       <flags id="algn" value="right, extend"/>
  131.     </layout>
  132.     <layout class="stick_to_sides_attachment">
  133.       <flags id="algn" value="top"/>
  134.       <boolean id="laye" value="true"/>
  135.     </layout>
  136.  
  137.     <widget class="popup_button" text="load match" id="load">
  138.       <string id="clke" value="load"/>
  139.       <boolean id="fixe" value="true"/>
  140.     </widget>   
  141.  
  142.     <widget class="action_button" text="new" width="64">
  143.       <event id="clke">
  144.         <integer id="evid" value="GOTO"/>
  145.         <integer id="scid" value="2"/>
  146.         <integer id="evtg" value="root"/>
  147.       </event>
  148.  
  149.       <string id="hint" value="Click here to save the current match for later debugging"/>
  150.       <flags id="spec" value="control,small"/>
  151.     </widget>
  152.     
  153.     <widget class="action_button" text="save" width="64">
  154.       <string id="clke" value="save"/>
  155.       <string id="hint" value="Click here to save the current match for later debugging"/>
  156.       <flags id="spec" value="control,small"/>
  157.     </widget>
  158.   </widget>
  159.  
  160.   <!-- player panel - contains debug info about the selected player -->
  161.   <widget class="titled_box" title="selected player">
  162.  
  163.     <!-- split into 2 panels -->
  164.     <layout class="arrange_horizontal_attachment">
  165.       <flags id="algn" value="fill"/>
  166.     </layout>
  167.     <layout class="stick_to_sides_attachment">
  168.       <flags id="algn" value="vertical"/>
  169.       <boolean id="laye" value="true"/>
  170.     </layout>
  171.  
  172.     <!-- first panel contains labels for the various options -->
  173.     <widget class="group_box">
  174.       <!-- option labels are arranged vertically, and justified to the right of the box -->
  175.       <layout class="arrange_vertical_attachment">
  176.         <flags id="algn" value="top"/>
  177.         <integer id="gap" value="0"/>
  178.       </layout>
  179.       <layout class="stick_to_sides_attachment">
  180.         <flags id="algn" value="left"/>
  181.         <boolean id="laye" value="true"/>
  182.       </layout>
  183.  
  184.       <widget class="label" text="name" sspc="3"/>
  185.       <widget class="label" text="position" sspc="3"/>
  186.       <widget class="label" text="dist from ball" sspc="3"/>
  187.       <widget class="label" text="match total time" sspc="3"/>
  188.       <widget class="label" text="direction facing" sspc="3"/>
  189.       <widget class="label" text="dist from ball rank" sspc="3"/>
  190.       <widget class="label" text="squad no" sspc="3"/>
  191.       <widget class="label" text="ball pos" sspc="3"/>
  192.       <widget class="label" text="player to mark" sspc="3"/>
  193.       <widget class="label" text="close opponents" sspc="3"/>
  194.       <widget class="label" text="close opponents in path" sspc="3"/>
  195.       <widget class="label" text="debug flag" sspc="3"/>
  196.       <widget class="label" text="clean through" sspc="3"/>
  197.       <widget class="label" text="control" sspc="3"/>
  198.       <widget class="label" text="last condition" sspc="3"/>
  199.       <widget class="label" text="decision action" sspc="3"/>
  200.       <widget class="label" text="last action" sspc="3"/>
  201.     </widget>
  202.  
  203.     <!-- second panel contains the debug info -->
  204.     <widget class="group_box">
  205.       <layout class="arrange_vertical_attachment">
  206.         <flags id="algn" value="top"/>
  207.         <integer id="gap" value="0"/>
  208.       </layout>
  209.       <layout class="stick_to_sides_attachment">
  210.         <flags id="algn" value="horizontal"/>
  211.         <boolean id="laye" value="true"/>
  212.       </layout>
  213.  
  214.       <widget class="label" id="name" text="()" sspc="3"/>
  215.       <widget class="label" id="posn" text="0, 0" sspc="3"/>
  216.       <widget class="label" id="dbal" text="xx" sspc="3"/>
  217.       <widget class="label" id="ttim" text="xx" sspc="3"/>
  218.       <widget class="label" id="dfac" text="xx" sspc="3"/>
  219.       <widget class="label" id="dlbr" text="xx" sspc="3"/>
  220.       <widget class="label" id="sqno" text="xx" sspc="3"/>
  221.       <widget class="label" id="bpos" text="xx" sspc="3"/>
  222.       <widget class="label" id="pmrk" text="xx" sspc="3"/>
  223.       <widget class="label" id="copp" text="xx" sspc="3"/>
  224.       <widget class="label" id="cinp" text="xx" sspc="3"/>
  225.       <widget class="label" id="dflg" text="xx" sspc="3"/>
  226.       <widget class="label" id="cthr" text="xx" sspc="3"/>
  227.       <widget class="label" id="cntl" text="xx" sspc="3"/>
  228.       <widget class="label" id="lcnd" text="xx" sspc="3"/>
  229.       <widget class="label" id="dact" text="xx" sspc="3"/>
  230.       <widget class="label" id="lact" text="xx" sspc="3"/>
  231.     </widget>
  232.  
  233.   </widget>
  234. </panel>