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 >
Wrap
Text File
|
2004-08-30
|
4KB
|
89 lines
<panel title="Assign Scout" id="dlog">
<!-- stick all items to width of box -->
<layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" />
<!-- extend the bottom area to cope for the table -->
<layout class="arrange_vertical_attachment" alignment="top,extend" />
<!-- group box at top to contain Target and Duration widgets -->
<widget class="group_box">
<layout class="fit_children_attachment" alignment="vertical" offset="0"/>
<layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
<layout class="arrange_horizontal_attachment" layout="350,250,-1"/>
<widget class="popup_with_label" id="asto" text="Assign To:" popup_button_text="Choose..." fixed="true" select_event="asto"/>
<widget class="popup_with_label" id="dura" text="Duration:" select_event="dura">
<list id="items">
<record name="1 Month" id="1"/>
<record name="2 Months" id="2"/>
<record name="3 Months" id="3"/>
<record name="6 Months" id="6"/>
<record name="1 Year" id="12"/>
<record name="End Of Season" id="-2"/>
<record name="End Of Competition" id="-3"/>
<record name="Not Set" id="-1"/>
</list>
</widget>
</widget>
<!-- area containing specify conditions button -->
<widget class="group_box">
<layout class="fit_children_attachment" alignment="vertical"/>
<layout class="arrange_horizontal_attachment" alignment="left,extend" />
<layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" />
<widget class="label" text="Specify Conditions[filter dialog text]" auto_size="horizontal"/>
</widget>
<!-- group box for rest of dialog -->
<widget class="group_box">
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
<layout class="arrange_vertical_attachment" alignment="bottom,extend" inset="0"/>
<!-- table containing filter rules -->
<widget class="filter_table" id="fcrt" show_compare_rules="true" mode="fill_rows" show_enabled_column="false"/>
<!-- bottom row of buttons -->
<widget class="group_box">
<layout class="fit_children_attachment" alignment="vertical"/>
<layout class="arrange_horizontal_attachment" alignment="left,extend" />
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true" />
<widget class="group_box">
<layout class="arrange_horizontal_attachment" alignment="left" />
<layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" />
<layout class="fit_children_attachment" alignment="horizontal,fill" />
<layout class="fit_children_attachment" alignment="vertical"/>
<widget class="action_button_blue" id="clea" text="Clear" auto_size="all">
<record id="click_event">
<flags id="event_id" value="clea" />
<flags id="dialog_event" value="true" />
</record>
</widget>
</widget>
<widget class="group_box">
<layout class="arrange_horizontal_attachment" alignment="right" />
<layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" />
<layout class="fit_children_attachment" alignment="vertical"/>
<widget class="action_button_blue" id="canc" text="Cancel" auto_size="all">
<record id="click_event">
<flags id="event_id" value="canc" />
<flags id="dialog_event" value="true" />
</record>
</widget>
<widget class="action_button_blue" id="ok " text="Ok" auto_size="all">
<record id="click_event">
<flags id="event_id" value="ok " />
<flags id="dialog_event" value="true" />
</record>
</widget>
</widget>
</widget>
</widget>
</panel>