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

  1. <panel save_current_state="true" >
  2.  
  3.     <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" />
  4.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  5.     
  6.  
  7.     <!-- group box which extends to include all other areas -->
  8.     <container>
  9.         <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0" />
  10.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  11.  
  12.         <!-- the group box that is the main container for the competition stage panel
  13.             this container holds whatever league or cup panel we need to create -->
  14.         <container class="titled_box" id="stse">
  15.         
  16.             <!-- menu bar area -->
  17.             <container id="stba" embed_in_frame="true">
  18.                 <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  19.                 <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0" embed_in_frame="true"/>
  20.  
  21.                 <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  22.                 
  23.                 <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  24.                 <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  25.         
  26.                 <!-- the view menu: league/cup specific view items -->        
  27.                 <widget class="embedded_popup_button" id="vmpb" text="View" auto_size="all" fixed="true" sele="acvm" embed_in_frame="true"/>
  28.                 
  29.                 <!-- the stages menu: visible if more than one stage/substage -->
  30.                 <widget class="embedded_popup_button" id="stpb" text="Stages" auto_size="all" fixed="true" sele="acsm" embed_in_frame="true"/>
  31.  
  32.                 <!-- the year menu: visible if more than one year stored -->
  33.                 <widget class="embedded_popup_button" id="yrpb" text="Year" auto_size="all" fixed="true" sele="acyr" save_current_state="true" embed_in_frame="true"/>
  34.             </container>
  35.  
  36.  
  37.             <!-- bottom row of the stage panel is used to store cup draw buttons -->
  38.             <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0"/>
  39.             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  40.                     
  41.             <!-- group box for stage to go into -->
  42.             <container id="stgb"/>
  43.             
  44.             <!-- group box for buttons -->
  45.             <container id="stbt">
  46.                 <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  47.                 <layout class="arrange_horizontal_attachment" alignment="right" offset="0"/>
  48.                 <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>
  49.  
  50.                 <!-- 4 cup action buttons -->
  51.                 <widget class="action_button" id="dnte" autosize="true" text="Draw Next Team" clke="dnte"/>                
  52.                 <widget class="action_button" id="datm" autosize="true" text="Draw All Teams" clke="datm"/>                
  53.                 <widget class="action_button" id="audr" autosize="true" text="Automatic Draw" clke="audr"/>                
  54.                 <widget class="action_button" id="sadr" autosize="true" text="Stop Automatic Draw" clke="sadr"/>                
  55.             </container>
  56.         
  57.         </container>
  58.         
  59.         <!-- league stage fixtures -->
  60.         <widget class="competition_fixtures_panel" id="cmfp" height="280" hidn="false"/>
  61.  
  62.         <!-- teams left to draw for a cup stage -->
  63.         <widget class="comp_teams_to_draw_panel" id="ctdp" hidn="true"/>
  64.         
  65.     </container>
  66.     
  67. </panel>