home *** CD-ROM | disk | FTP | other *** search
- Ôªø<?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE container SYSTEM "http://www.sigames.com/dtds/container.dtd">
-
- <panel>
- <!-- arrange items vertically -->
- <layout class="arrange_vertical_attachment" alignment="top" />
-
- <!-- centre dialog in parent -->
- <layout class="centre_in_parent_attachment" alignment="all" />
-
- <!-- fit the height of the dialog to the height of its components -->
- <layout class="fit_children_attachment" alignment="vertical, fill" />
-
- <!-- stretch everything to the sides of the dialog -->
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" />
-
-
- <!-- header -->
- <widget class="label" id="ques" text="Question">
- <flags id="spec" value="text,large" />
- </widget>
-
- <widget class="label" id="rstx" text="Reason" colour="selection"/>
-
- <!-- reason table -->
- <widget class="table" id="rtwt" sele="item" dcac="doub" mode="0" row_height="20" stretch_to_fit_rows="true" auto_size_rows="true" fixed_size_rows="false" layout="-1">
- <list id="column_display_properties">
- <record index="0" top="2" bottom="2"/>
- </list>
- </widget>
-
- <widget class="label" id="optx" text="Options" colour="selection"/>
-
- <!-- options table -->
- <widget class="table" id="itwt" sele="item" dcac="doub" mode="0" row_height="20" stretch_to_fit_rows="true" auto_size_rows="true" fixed_size_rows="false" layout="-1">
- <list id="column_display_properties">
- <record index="0" top="2" bottom="2"/>
- </list>
- </widget>
-
- <!-- spacer -->
- <container height="12"/>
-
- <!-- row of buttons -->
- <container id="btns" file="transfer reason buttons"/>
- </panel>
-