home *** CD-ROM | disk | FTP | other *** search
- <panel>
- <container class="titled_box" title="Finances - Transfers">
-
- <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true" />
- <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
-
- <boolean id="save_current_state" value="true"/>
- <boolean id="save_default_state" value="true"/>
-
- <widget class="table" id="fntr" name="Transfer Details" auto_size_rows="true" fixed_size_rows="false">
-
- <integer id="row_spacing" value="0"/> <!-- space between rows -->
-
- <flags id="layo" value="-50, -40, -80"/>
- <flags id="mode" value="fill_rows,printable"/>
- <boolean id="save_current_state" value="true"/>
-
- <!-- default properties adopted by every item in table -->
- <record id="default_properties">
- <flags id="algn" value="left,centre_y"/>
- </record>
-
- <list id="headings">
- <record><string value="Player Name"/><flags id="algn" value="left,centre_y"/></record>
- <record><string value="Clause"/><flags id="algn" value="left,centre_y"/></record>
- <record><string value="Description"/><flags id="algn" value="left,centre_y"/></record>
- </list>
-
- <!-- column properties -->
- <list id="column_properties">
- <record indx="1">
- <flags id="spec" value="text"/>
- </record>
- <record indx="2">
- <flags id="spec" value="text"/>
- <colour name="selection"/>
- </record>
- </list>
-
- <!-- disable sorting on all columns -->
- <list id="column_display_properties">
- <record indx="0">
- <boolean id="sort_disabled" value="true"/>
- </record>
- <record indx="1">
- <boolean id="sort_disabled" value="true"/>
- </record>
- <record indx="2">
- <boolean id="sort_disabled" value="true"/>
- </record>
- </list>
- </widget>
- </container>
- </panel>