home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 November / Gamestar_67_2004-11_dvd.iso / Dema / footballmanager2005_betademo.exe / Data1.cab / _B3AE0DEBDBB740F29D37E143C93D4DBB < prev    next >
Extensible Markup Language  |  2004-08-30  |  4KB  |  91 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE container SYSTEM "http://www.sigames.com/dtds/container.dtd">
  3.  
  4. <panel title="Customize Filter" id="dlog">
  5.  
  6.     <!-- stick all items to width of box -->
  7.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" />
  8.     
  9.     <!-- middle widget (table) grows to size -->
  10.     <layout class="arrange_vertical_attachment" alignment="middle,extend" />
  11.  
  12.     <!-- area containing import button -->
  13.     <widget class="group_box">
  14.         <layout class="fit_children_attachment" alignment="vertical"/>
  15.         <layout class="arrange_horizontal_attachment" alignment="left,extend" />
  16.         <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" />
  17.  
  18.         <widget class="label" text="Specify Conditions[filter dialog text]" auto_size="horizontal"/>
  19.         
  20.         <widget class="group_box">
  21.             <layout class="arrange_horizontal_attachment" alignment="right" />
  22.             <layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" />
  23.             <layout class="fit_children_attachment" alignment="vertical"/>
  24.         
  25.             <widget class="popup_button" id="impo" text="Import" auto_size="horizontal" fixed="true">
  26.                 <record id="select_event">
  27.                     <flags id="event_id" value="impo" />
  28.                     <flags id="dialog_event" value="true" />
  29.                 </record>
  30.             </widget>
  31.         </widget>
  32.     </widget>
  33.     
  34.     <!-- group box containing the 2 filter tables -->
  35.     <widget class="group_box">
  36.     
  37.         <!-- stick all items to width of box -->
  38.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  39.         
  40.         <!-- bottom table stretches to size, top table takes up rest -->
  41.         <layout class="arrange_vertical_attachment" alignment="bottom,extend" />
  42.     
  43.         <!-- table containing filter compare rules -->
  44.         <widget class="filter_table" id="fcrt" show_compare_rules="true"/>
  45.         
  46.         <!-- table containing all other filter rules -->
  47.         <widget class="filter_table" id="fort" show_compare_rules="false"/>
  48.     
  49.     </widget>
  50.         
  51.     <!-- row of buttons -->
  52.     <widget class="group_box" id="btns">
  53.         <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  54.         <layout class="arrange_horizontal_attachment" alignment="left,extend" inset="0" />
  55.         <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true" />
  56.         <widget class="group_box">
  57.             <layout class="arrange_horizontal_attachment" alignment="left" inset="0" />
  58.             <layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" inset="0" />
  59.             <layout class="fit_children_attachment" alignment="horizontal,fill" offset="0" />
  60.             <layout class="fit_children_attachment" alignment="vertical"/>
  61.             
  62.             <widget class="action_button" id="clea" text="Clear" auto_size="horizontal">
  63.                 <record id="click_event">
  64.                     <flags id="event_id" value="clea" />
  65.                     <flags id="dialog_event" value="true" />
  66.                 </record>
  67.             </widget>
  68.         </widget>
  69.         
  70.         <widget class="group_box">
  71.             <layout class="arrange_horizontal_attachment" alignment="right" />
  72.             <layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" />
  73.             <layout class="fit_children_attachment" alignment="vertical"/>
  74.         
  75.             <widget class="action_button" id="canc" text="Cancel" auto_size="horizontal">
  76.                 <record id="click_event">
  77.                     <flags id="event_id" value="canc" />
  78.                     <flags id="dialog_event" value="true" />
  79.                 </record>
  80.             </widget>
  81.             
  82.             <widget class="action_button" id="ok  " text="Ok" auto_size="horizontal">
  83.                 <record id="click_event">
  84.                     <flags id="event_id" value="ok  " />
  85.                     <flags id="dialog_event" value="true" />
  86.                 </record>
  87.             </widget>
  88.         </widget>
  89.     </widget>
  90. </panel>
  91.