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

  1. <panel>
  2.     <comment>
  3.         filter editing panel 
  4.     </comment>
  5.  
  6.     <widget class="titled_box" id="flin">
  7.         <string id="titl" value="Filters" />
  8.         <layout class="arrange_vertical_attachment" alignment="middle,extend" offset="0"/>
  9.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  10.         <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  11.  
  12.         <widget class="group_box">
  13.             <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
  14.  
  15.             <widget class="popup_with_label" id="rmod" text="Show items matching:">
  16.                 <list id="items">
  17.                     <record><string id="name" value="All Rules"/></record>
  18.                     <record><string id="name" value="Any Rule"/></record>
  19.                     <record><string id="name" value="No Rules"/></record>
  20.                 </list>
  21.                 <integer id="slct" value="1"/>
  22.             </widget>
  23.         </widget>
  24.         
  25.         <widget class="group_box" id="rgbx">
  26.             <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
  27.             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  28.  
  29.             <widget class="label" id="titl" text="Rules:" />
  30.  
  31.             <widget class="scrolling_box">
  32.             
  33.                 <widget class="group_box" id="ruls">
  34.                     <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  35.                     <layout class="fit_children_attachment" alignment="vertical,fill" />
  36.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  37.                     
  38.                     <widget class="group_box" id="smpl">
  39.                         <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="12"/>
  40.                         <layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="12" />
  41.                         <layout class="stick_to_sides_attachment" alignment="top,horizontal" layout_children="true" inset="0"/>
  42.  
  43.                         <!-- this box gets filled with additional simple rules -->
  44.                         
  45.                     </widget>
  46.                     
  47.                     <widget class="group_box" id="rulb">
  48.                         <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0"/>
  49.                         <layout class="fit_children_attachment" alignment="vertical, fill" offset="0"/>
  50.                         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  51.  
  52.                         <widget class="table" id="rtbl">
  53.                             <flags id="mode" value="select_rows, select_multiple,show_bullets" />
  54.                             <boolean id="auto_size_rows" value="true"/>
  55.                             <boolean id="stretch_to_fit_rows" value="true"/>
  56.                             <flags id="layo" value="-1" />
  57.                             <flags id="sele" value="sldr" />
  58.                         </widget>
  59.                     </widget>
  60.  
  61.                 </widget>
  62.             </widget>
  63.  
  64.         </widget>
  65.  
  66.         <widget class="group_box" id="basc">
  67.             <layout class="fit_children_attachment" alignment="vertical" />
  68.             <layout class="arrange_horizontal_attachment" alignment="right" />
  69.             <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" />
  70.  
  71.             <widget class="action_button" id="selr" clke="selr" text="Select All" auto_size="horizontal" />
  72.             <widget class="action_button" id="delr" clke="delr" text="Delete" auto_size="horizontal" />
  73.             <widget class="popup_button" id="addr" sele="addr" text="Add" auto_size="horizontal" fixed="true" />
  74.         </widget>
  75.  
  76.     </widget>
  77.  
  78. </panel>
  79.