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

  1. <!-- training assignments panel -->
  2. <panel>
  3.  
  4.     <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
  5.     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  6.         
  7.     <container>
  8.         <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0"/>
  9.         <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true"/>
  10.         
  11.         <!-- players / options area -->
  12.         <widget class="titled_box" title="Training Assignments">
  13.         
  14.         <!-- embedded buttons -->
  15.             <container id="btns" embed_in_frame="true">
  16.  
  17.                 <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  18.                 <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" embed_in_frame="true"/>
  19.             
  20.                 <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  21.             
  22.                 <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  23.                 <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  24.                 
  25.                 <widget class="check_box" id="trsf" clke="filt" text="Show Filters" auto_size="all" save_current_state="true" save_default_state="true" embed_in_frame="true"/>
  26.  
  27.             </container>
  28.             
  29.             <widget kind="training_players_panel">
  30.                 <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  31.             </widget>
  32.         </widget>
  33.  
  34.         <!-- filter editing panel -->
  35.         <widget class="filter_panel" id="filp" width="200">
  36.             <!-- buttons area -->
  37.             <container class="group_box" id="btnf" embed_in_frame="true">
  38.                     <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  39.                     <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" embed_in_frame="true"/>
  40.  
  41.                     <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  42.  
  43.                     <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  44.                     <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  45.         
  46.                 <!-- filter menu -->
  47.                 <widget class="check_box" id="trhf" clke="filt" text="Show Filters" auto_size="all" embed_in_frame="true" save_current_state="true">
  48.                 </widget>
  49.         
  50.             </container>
  51.             
  52.             <boolean id="hidn" value="true"/>
  53.             
  54.         </widget>
  55.     </container>
  56.  
  57. </panel>