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

  1. <panel title="Assign Scout" id="dlog">
  2.  
  3.     <!-- stick all items to width of box -->
  4.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" />
  5.     
  6.     <!-- extend the bottom area to cope for the table -->
  7.     <layout class="arrange_vertical_attachment" alignment="top,extend" />
  8.  
  9.     <!-- group box at top to contain Target and Duration widgets -->
  10.     <widget class="group_box">
  11.         <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  12.         <layout class="stick_to_sides_attachment" alignment="top" inset="0"  layout_children="true"/>
  13.         <layout class="arrange_horizontal_attachment" layout="350,250,-1"/>
  14.         
  15.         <widget class="popup_with_label" id="asto" text="Assign To:" popup_button_text="Choose..." fixed="true" select_event="asto"/>
  16.         <widget class="popup_with_label" id="dura" text="Duration:" select_event="dura">
  17.             <list id="items">
  18.                 <record name="1 Month" id="1"/>
  19.                 <record name="2 Months" id="2"/>
  20.                 <record name="3 Months" id="3"/>
  21.                 <record name="6 Months" id="6"/>
  22.                 <record name="1 Year" id="12"/>
  23.                 <record name="End Of Season" id="-2"/>
  24.                 <record name="End Of Competition" id="-3"/>
  25.                 <record name="Not Set" id="-1"/>
  26.             </list>
  27.         </widget>
  28.     </widget>
  29.  
  30.     <!-- area containing specify conditions button -->
  31.     <widget class="group_box">
  32.         <layout class="fit_children_attachment" alignment="vertical"/>
  33.         <layout class="arrange_horizontal_attachment" alignment="left,extend" />
  34.         <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" />
  35.  
  36.         <widget class="label" text="Specify Conditions[filter dialog text]" auto_size="horizontal"/>
  37.         
  38.     </widget>
  39.     
  40.     <!-- group box for rest of dialog -->
  41.     <widget class="group_box">
  42.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  43.         <layout class="arrange_vertical_attachment" alignment="bottom,extend" inset="0"/>
  44.     
  45.         <!-- table containing filter rules -->
  46.         <widget class="filter_table" id="fcrt" show_compare_rules="true" mode="fill_rows" show_enabled_column="false"/>
  47.             
  48.         <!-- bottom row of buttons -->
  49.         <widget class="group_box">
  50.             <layout class="fit_children_attachment" alignment="vertical"/>
  51.             <layout class="arrange_horizontal_attachment" alignment="left,extend" />
  52.             <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true" />
  53.             <widget class="group_box">
  54.                 <layout class="arrange_horizontal_attachment" alignment="left" />
  55.                 <layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" />
  56.                 <layout class="fit_children_attachment" alignment="horizontal,fill" />
  57.                 <layout class="fit_children_attachment" alignment="vertical"/>
  58.                 
  59.                 <widget class="action_button_blue" id="clea" text="Clear" auto_size="all">
  60.                     <record id="click_event">
  61.                         <flags id="event_id" value="clea" />
  62.                         <flags id="dialog_event" value="true" />
  63.                     </record>
  64.                 </widget>
  65.             </widget>
  66.             
  67.             <widget class="group_box">
  68.                 <layout class="arrange_horizontal_attachment" alignment="right" />
  69.                 <layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" />
  70.                 <layout class="fit_children_attachment" alignment="vertical"/>
  71.             
  72.                 <widget class="action_button_blue" id="canc" text="Cancel" auto_size="all">
  73.                     <record id="click_event">
  74.                         <flags id="event_id" value="canc" />
  75.                         <flags id="dialog_event" value="true" />
  76.                     </record>
  77.                 </widget>
  78.                 
  79.                 <widget class="action_button_blue" id="ok  " text="Ok" auto_size="all">
  80.                     <record id="click_event">
  81.                         <flags id="event_id" value="ok  " />
  82.                         <flags id="dialog_event" value="true" />
  83.                     </record>
  84.                 </widget>
  85.             </widget>
  86.         </widget>
  87.     </widget>
  88. </panel>
  89.