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

  1. <screen title="Nations & Clubs" version="1.0">
  2.  
  3.     <boolean id="save_current_state" value="true"/>
  4.     
  5.     <layout class="arrange_vertical_attachment" alignment="top, extend" offset="0" gap="0"/>
  6.     <layout class="stick_to_sides_attachment" alignment="horizontal"  layout_children="true" inset="0"/>
  7.  
  8.     <container>
  9.         <layout class="arrange_horizontal_attachment" alignment="right, extend" offset="0"/>
  10.         <layout class="stick_to_sides_attachment" alignment="vertical"  layout_children="true" inset="0"/>
  11.  
  12.         <container class="titled_box" id="cltb" title="Nation">
  13.             <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
  14.             
  15.             <!-- embedded buttons -->
  16.             <container id="btns" embed_in_frame="true">
  17.  
  18.                 <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  19.                 <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" 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.                 <widget class="check_box" id="filt" auto_size="horizontal" clke="filt" text="Show Filters" embed_in_frame="true"/>
  27.                         
  28.             </container>
  29.             
  30.             <widget class="table" id="ctbl" mode="fill_rows,keyboard">
  31.             
  32.             </widget>
  33.             
  34.         </container>
  35.  
  36.         <!-- filter editing panel -->
  37.         <widget class="filter_panel" id="filp" width="200">
  38.  
  39.             <boolean id="hidn" value="true"/>
  40.             
  41.             <!-- embedded buttons -->
  42.             <container id="btns" embed_in_frame="true">
  43.  
  44.                 <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  45.                 <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" embed_in_frame="true"/>
  46.             
  47.                 <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  48.             
  49.                 <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  50.                 <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  51.             
  52.                 <widget class="check_box" id="hidf" auto_size="all" clke="filt" text="Show Filters" embed_in_frame="true"/>
  53.                 
  54.             </container>
  55.             
  56.         </widget>
  57.  
  58.     </container>
  59.  
  60. </screen>
  61.