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

  1. <panel title="Team Panel">
  2.  
  3.     <layout class="arrange_vertical_attachment" alignment="fill" />
  4.     <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />
  5.  
  6.     <!-- main multi box -->
  7.     <widget class="multi_box" title="Panels" id="tdmb" >
  8.  
  9.         <!-- set top, bottom and contents kind so that no popups are shown in the mutli box -->
  10.         <flags id="top_kind" value="gbox"/>
  11.         <flags id="bottom_kind" value="gbox"/>
  12.         <flags id="contents_kind" value="gbox" />
  13.         <boolean id="save_current_state" value="true"/>
  14.         
  15.         <integer id="default_item" value="tspn" />
  16.  
  17.         <record id="bottom_properties">
  18.             <flags id="mode" value="1" />
  19.         </record>
  20.  
  21.         <!-- the team-specific panels/sections -->
  22.         <widget class="team_squad_panel" title="Squad" id="tspn" />
  23.         <widget class="team_tactics_panel" title="Tactics" id="ttpn" />
  24.         <widget class="team_fixtures_panel" title="Fixtures" id="tfpn" />
  25.  
  26. <!--    <widget class="team_shortlist_panel" title="Squad" id="tstn" /> -->
  27.  
  28.     </widget> <!-- multi-box -->
  29.  
  30. </panel> <!-- panel -->
  31.  
  32.