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 / start new game.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.5 KB  |  40 lines

  1. <screen title="Start New Game" subtitle="Selected Nations, Divisions, Detail Level and Start Date" version="1.0">
  2.  
  3.     <list id="acts">
  4.         <record text="Start Game" id="fini" event_id="fini" event_target="ntlp"/>
  5.         <record text="Recommended Setup" id="rcmd" event_id="rcmd" event_target="ntpl"/>
  6.         <record text="Reset" id="rset" event_id="rset" event_target="ntpl"/>
  7.     </list>
  8.  
  9.  
  10.     <container class="titled_box" title="New Game">
  11.  
  12.         <layout class="arrange_horizontal_attachment" alignment="left, extend" offset="0" gap="8"/>
  13.         <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/>
  14.     
  15.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  16.  
  17.             <container width="220">
  18.                 <!-- TO DO for some reason, subsection boxes draw their title one pixel higher than tables
  19.                      the fix for this is to put the subsection_box in another container and move
  20.                      it down a pixel... should be removed at some point -->
  21.                      
  22.             <container class="subsection_box" title="Nations">
  23.                   <layout class="stick_to_sides_attachment" alignment="top,extend" inset="1"/>
  24.                   <layout class="stick_to_sides_attachment" alignment="horizontal,bottom" inset="0"/>
  25.                 <widget class="nation_table_panel" id="ntpl">
  26.                       <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  27.             
  28.                     <event id="ntsl">
  29.                         <flags id="evid" value="rule"/>
  30.                         <flags id="evtg" value="ntlp"/>
  31.                     </event>
  32.                 </widget>
  33.             </container>
  34.             </container>
  35.             
  36.         <container class="nation_league_panel" id="ntlp">
  37.         </container>
  38.     </container>    
  39. </screen>
  40.