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 / screens / training debug.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  3.2 KB  |  91 lines

  1. <screen title="Training" version="1.0">
  2.  
  3.     <layout class="arrange_vertical_attachment" alignment="middle, extend"/>
  4.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="1"/>
  5.  
  6.     <!-- This option is force visible by the code -->
  7.     <widget class="group_box" titl="Overview" id="over" height="0">
  8.     
  9.         <layout class="arrange_vertical_attachment" alignment="top, extend"/>
  10.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="1"/>
  11.  
  12.         <widget class="group_box" height="32">
  13.             <layout class="arrange_horizontal_attachment" alignment="middle, extend"/>
  14.             <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="1"/>
  15.  
  16.             <widget class="popup_button" id="schd" sele="schd" text="Schedule" width="120">
  17.                 <boolean id="fixe" value="true"/>
  18.  
  19.                 <list id="items">
  20.                     <record name="load" id="load"/>
  21.                     <record name="Save" id="save"/>
  22.                     <record name="Save As" id="svas"/>
  23.                     <record name="Delete" id="dele"/>
  24.                 </list>
  25.             </widget>
  26.  
  27.  
  28.             <widget class="popup_button" id="view" sele="view" text="View" width="120">
  29.                 <boolean id="fixe" value="true"/>
  30.  
  31.                 <list id="items">
  32.                     <record name="General" id="genr"/>
  33.                     <record name="Attributes" id="att "/>
  34.                     <record name="Attributes relative" id="attr"/>
  35.                     <record name="Category" id="cat "/>
  36.                 </list>
  37.             </widget>
  38.  
  39.             <widget class="popup_button" id="attr" sele="attr" text="Attributes" width="120">
  40.                 <boolean id="fixe" value="true"/>
  41.  
  42.                 <list id="items">
  43.                     <record name="Physical" id="phys"/>
  44.                     <record name="Mental" id="ment"/>
  45.                     <record name="Goalkeeping" id="goal"/>
  46.                     <record name="Defensive" id="defn"/>
  47.                     <record name="Attacking" id="attk"/>
  48.                 </list>
  49.             </widget>
  50.  
  51.             <widget class="group_box"/>
  52.  
  53.             <widget class="action_button" id="coch" text="Coaches" clke="coch" width="120"/>
  54.  
  55.             <widget class="action_button" id="edit" text="Edit" clke="edit" width="120">
  56.                 <boolean id="hidn" value="true"/>
  57.             </widget>
  58.  
  59.             <widget class="popup_button" id="filt" sele="filt" text="Filter" width="120">
  60.                 <boolean id="fixe" value="true"/>
  61.  
  62.                 <list id="items">
  63.                     <record name="All positions" id="allp"/>
  64.                     <record name="Goalkeepers" id="goal"/>
  65.                     <record name="Defenders" id="defn"/>
  66.                     <record name="Midfielders" id="midf"/>
  67.                     <record name="Attackers" id="attk"/>
  68.                     <record name="Separator" id="----"/>
  69.                     <record name="All sides" id="alls"/>
  70.                     <record name="Left sided" id="left"/>
  71.                     <record name="Central" id="cent"/>
  72.                     <record name="Right sided" id="righ"/>
  73.                 </list>
  74.             </widget>
  75.         </widget>
  76.  
  77.         <widget class="table" id="trtb" mode="0"  layo="90, 30, -1, 80, 40, 50, 90, 40, 90">
  78.         </widget>
  79.  
  80.     </widget>
  81.  
  82.     <!-- These options never get shown, they are dummy options to display the sub options themselves -->
  83. <comment>
  84.     <widget class="group_box" titl="No Training" id="none" height="0"/>
  85.     <widget class="group_box" titl="General" id="genr" height="0"/>
  86.     <widget class="group_box" titl="Fitness" id="fitn" height="0"/>
  87.     <widget class="group_box" titl="Shooting" id="shot" height="0"/>
  88.     <widget class="group_box" titl="Skill" id="skil" height="0"/>
  89.     <widget class="group_box" titl="Goalkeeping" id="goal" height="0"/>
  90. </comment>
  91. </screen>