home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 November / Gamestar_67_2004-11_dvd.iso / Dema / footballmanager2005_betademo.exe / Data1.cab / _94C4AABBE861419494C54848AEDB6DCE < prev    next >
Text File  |  2004-08-30  |  4KB  |  111 lines

  1. <screen title="Football Manager 2005" version="1.0" subtitle="Play Menu">
  2.     <widget class="titled_box" id="titb" title="Please choose from the following options" alignment="centre">
  3.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  4.     
  5.         <widget class="group_box">    
  6.             <layout class="arrange_vertical_attachment" alignment="top,extend" gap="40"/>
  7.             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  8.             <layout class="stick_to_sides_attachment" alignment="all" inset="80"/>
  9.  
  10.             <widget class="group_box" id="stng">
  11.                 <layout class="stick_to_sides_attachment" alignment="top" layout_children="true"/>
  12.                 <layout class="fit_children_attachment" alignment="vertical"/>
  13.                 <layout class="arrange_horizontal_attachment" layo="-4,-1,-8"/>
  14.                 
  15.                 <widget class="option_button" text="Start New Game" clke="NEW ">
  16.                     <string id="hint" value="Create a new game"/>
  17.                 </widget>
  18.  
  19.                 <widget class="group_box"/>
  20.  
  21.                 <widget class="text" auto_size="vertical">
  22.                     <flags id="spec" value="text"/>
  23.                     <string id="text" value="Choose this option to create a new game."/>
  24.                 </widget>
  25.             </widget>
  26.  
  27.             <widget class="group_box">
  28.                 <layout class="stick_to_sides_attachment" alignment="top" layout_children="true"/>
  29.                 <layout class="fit_children_attachment" alignment="vertical"/>
  30.                 <layout class="arrange_horizontal_attachment" layo="-4,-1,-8"/>
  31.                 
  32.                 <widget class="option_button" text="Start New Game (Quick)" clke="LQS?">
  33.                     <string id="hint" value="Quickly start a new game"/>
  34.                 </widget>
  35.                 
  36.                 <widget class="group_box"/>
  37.                 
  38.                 <widget class="text" auto_size="vertical">
  39.                     <flags id="spec" value="text"/>
  40.                     <string id="text" value="Choose this option to start a new game using a 'Quick Start' file. Creating a game this way gives you less choice about the leagues and options that you can choose, but the game will be created much faster."/>
  41.                 </widget>
  42.             </widget>
  43.  
  44.             <widget class="group_box" id="losg">
  45.                 <layout class="stick_to_sides_attachment" alignment="top" layout_children="true"/>
  46.                 <layout class="fit_children_attachment" alignment="vertical"/>
  47.                 <layout class="arrange_horizontal_attachment" layo="-4,-1,-8"/>
  48.                 
  49.                 <widget class="option_button" text="Load Game" clke="OPN?">
  50.                     <string id="hint" value="Load a previously saved game"/>
  51.                 </widget>
  52.  
  53.                 <widget class="group_box"/>
  54.  
  55.                 <widget class="text" auto_size="vertical">
  56.                     <flags id="spec" value="text"/>
  57.                     <string id="text" value="Choose this option to load a previously saved game from disc."/>
  58.                 </widget>
  59.             </widget>
  60.  
  61.  
  62.             <widget class="group_box" id="netg">
  63.                 <layout class="stick_to_sides_attachment" alignment="top" layout_children="true"/>
  64.                 <layout class="fit_children_attachment" alignment="vertical"/>
  65.                 <layout class="arrange_horizontal_attachment" layo="-4,-1,-8"/>
  66.                 
  67.                 <widget class="option_button" text="Join Network Game" clke="join">
  68.                     <string id="hint" value="Join an existing network game"/>
  69.                 </widget>
  70.  
  71.                 <widget class="group_box"/>
  72.  
  73.                 <widget class="text" auto_size="vertical">
  74.                     <flags id="spec" value="text"/>
  75.                     <string id="text" value="Choose this option to connect to a network game running on another computer."/>
  76.                 </widget>
  77.             </widget>
  78.  
  79.             <widget class="group_box" id="btsm">
  80.                 <layout class="arrange_vertical_attachment" alignment="bottom" gap="40"/>
  81.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  82.                 
  83.                 <widget class="group_box">
  84.                     <layout class="stick_to_sides_attachment" alignment="top" layout_children="true"/>
  85.                     <layout class="fit_children_attachment" alignment="vertical"/>
  86.                     <layout class="arrange_horizontal_attachment" layo="-4,-1,-8"/>
  87.                     
  88.                     <widget class="option_button" text="Back To Start Menu">
  89.                         <string id="hint" value="Return to the start menu"/>
  90.  
  91.                         <event id="clke">
  92.                             <integer id="evid" value="goto" />
  93.                             <integer id="scin" value="-3" />
  94.                             <integer id="evtg" value="scrn" />
  95.                         </event>
  96.                     </widget>
  97.  
  98.                     <widget class="group_box"/>
  99.  
  100.                     <widget class="text" id="losg" auto_size="vertical">
  101.                         <flags id="spec" value="text"/>
  102.                         <string id="text" value="Choose this option to return to the main menu."/>
  103.                     </widget>
  104.                 </widget>
  105.             </widget>
  106.  
  107.         </widget>
  108.  
  109.     </widget>    
  110. </screen>
  111.