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 / team actions.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  4.1 KB  |  90 lines

  1. <panel id="tapn">
  2.  
  3.     <layout class="arrange_vertical_attachment" alignment="bottom" offset="0" gap="0" />
  4.     <layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
  5.     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  6.     
  7.     <attachment class="get_global_attachment" get_property="uTAP" set_property="uTAP" skip_if_null="true"/>
  8.  
  9.     <container id="tacc">
  10.         
  11.         <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0" />
  12.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  13.         <layout class="fit_children_attachment" alignment="vertical" offset="0" gap="0" />
  14.         <layout class="stick_to_sides_attachment" alignment="horizontal,top" inset="0"/>
  15.         
  16.         <widget id="tame" class="modal_menu" auto_size="vertical" select_event="tams">
  17.             <flags id="appearance" value="actions"/>
  18.             <flags id="spec" value="text,small"/>
  19.             
  20.             <list id="items">
  21.             
  22.                 <!-- debug only options -->
  23.                 <record id="debg" text="Debug Options[COMMENT - NOT FOR TRANSLATION]" >
  24.                     <list id="items">
  25.                         <record id="frma" text="Fire Manager[COMMENT - NOT FOR TRANSLATION]" />
  26.                         <record id="eqab" text="Equalise player abilities[COMMENT - NOT FOR TRANSLATION]" />
  27.                         <record id="fttw" text="Force team to win[COMMENT - NOT FOR TRANSLATION]" />
  28.                         <record id="fttl" text="Force team to lose[COMMENT - NOT FOR TRANSLATION]" />
  29.                         <record id="cspl" text="Chairman sell player[COMMENT - NOT FOR TRANSLATION]" />
  30.                         <record id="cbpl" text="Chairman buy player[COMMENT - NOT FOR TRANSLATION]" />
  31.                         <record id="sat1" text="Set abilities to 1[COMMENT - NOT FOR TRANSLATION]" />
  32.                         <record id="mxpa" text="Maximise physical attributes[COMMENT - NOT FOR TRANSLATION]" />
  33.                         <record id="ohjo" text="Offer Human Job[COMMENT - NOT FOR TRANSLATION]" />
  34.                         <record id="ohrc" text="Offer Human Relegation Fate Contract [COMMENT - NOT FOR TRANSLATION]" />
  35.                         <record id="ohpc" text="Offer Human Promotion Fate Contract [COMMENT - NOT FOR TRANSLATION]" />
  36.                         <record id="pbop" text="Process Budget Options for division [COMMENT - NOT FOR TRANSLATION]" />
  37.                     </list>
  38.                 </record>
  39.  
  40.                 <record id="rmco" text="Release Comment">
  41.                     <list id="items">
  42.                         <record id="rnoc" text="Next Opponent Comment" />
  43.                         <record id="rpoc" text="Previous Opponent Comment" />
  44.                     </list>
  45.                 </record>
  46.                 <record id="rlmc" text="Manager Comment" />
  47.  
  48.                 <!-- these IDs must match the team screen event IDs that handles the actions -->
  49.                 <record id="tac!" text="Take Control" />
  50.                 <record id="pkfv" text="Pick As Favourite Club" />
  51.                 <record id="pkfr" text="Pick For Friendly" />
  52.                 <record id="add?" text="Add Club To Proposal" />
  53.                 <record id="apj?" text="Apply For Job" />
  54.                 <record id="diij" text="Declare Interest In Job" />
  55.                 <record id="gtrp" text="Get Team Report" />
  56.                 
  57.                 <!-- euro/continental squad selection (in/out) -->
  58.                 <record id="css?" text="Confirm Selection[COMMENT - team screen pick euro/continental squad]" />
  59.                 <record id="ssau" text="Auto Select[COMMENT - team screen pick euro/continental squad]" />
  60.                 <record id="clss" text="Clear Selection[COMMENT - team screen pick euro/continental squad]" />
  61.  
  62.                 <!-- squad number submission -->
  63.                 <record id="cfsn" text="Submit Numbers[COMMENT - team screen submit squad numbers]" />
  64.                 <record id="ausn" text="Auto Number[COMMENT - team screen submit squad numbers]" />
  65.                 <record id="clsn" text="Clear Numbers[COMMENT - team screen submit squad numbers]" />
  66.  
  67.                 <!-- squad numbers button, for Spanish teams-->
  68.                 <record id="sqnu" text="Squad Numbers" />
  69.                 
  70.                 <!-- normal team selection -->
  71.                 <record id="aatp" text="Ask To Pick[COMMENT - team screen team selection]">
  72.                     <list id="items" />
  73.                 </record>
  74.                 
  75.                 <record id="clts" text="Clear Selection[COMMENT - team screen team selection]" />
  76.                 <record id="clsq" text="Remove All Players[COMMENT - national team pool]" />
  77.  
  78.                 <record id="tsel" text="Team Selections[COMMENT - team screen team selection]">
  79.                     <list id="items">
  80.                     </list>
  81.                 </record>
  82.  
  83.             </list>
  84.             
  85.         </widget>
  86.         
  87.     </container>
  88.  
  89. </panel>
  90.