home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
- <panel title="Player Happiness Panel">
- <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
- <layout class="fit_children_attachment" alignment="vertical" inset="0"/>
-
- <widget class="table" id="phpb" layout="-1,-3" mode="fill_rows" stretch_to_fit_rows="true">
- <boolean id="fixed_size_rows" value="false"/>
- <boolean id="auto_size_rows" value="true"/>
-
- <!-- Title of box -->
- <list id="headings">
- <record text="Happiness" column_span="4" alignment="left,centre_y"/>
- </list>
-
- <!-- everything should be left aligned -->
- <record id="default_properties">
- <flags id="alignment" value="left,centre_y"/>
- </record>
-
- <!-- 2nd and 4th columns should be yellow, and have the same text style as the labels -->
- <list id="column_properties">
- <record indx="1" spec="text" colour="selection"/>
- </list>
-
- <!-- table isn't sortable -->
- <list id="column_display_properties">
- <record indx="0" sort_disabled="true"/>
- <record indx="1" sort_disabled="true" top="2" bottom="2"/>
- </list>
-
- <!-- general -->
- <widget class="label" text="General Happiness" col="0" row="0"/>
- <widget class="text" id="genw" col="1" row="0" auto_size="vertical"/>
-
- <!-- slight concerns -->
- <widget class="label" text="Slight Concerns" col="0" row="1"/>
- <widget class="text" id="sliw" col="1" row="1" auto_size="vertical"/>
-
- <!-- major concerns -->
- <widget class="label" text="Major Concerns" col="0" row="2"/>
- <widget class="text" id="majw" col="1" row="2" auto_size="vertical"/>
-
- <!-- future -->
- <widget class="label" text="Future Plans" col="0" row="3"/>
- <widget class="text" id="futw" col="1" row="3" auto_size="vertical"/>
-
- <!-- manager promises -->
- <widget class="label" text="Manager Promises" col="0" row="4"/>
- <widget class="text" id="mprw" col="1" row="4" auto_size="vertical"/>
-
- <!-- good relationships -->
- <widget class="label" text="Good Relationships" col="0" row="5"/>
- <widget class="text" id="relw" col="1" row="5" auto_size="vertical"/>
-
- <!-- poor relationships -->
- <widget class="label" text="Poor Relationships" col="0" row="6"/> <!-- optional! - only for debug and fictional/regenerated players -->
- <widget class="text" id="prlw" col="1" row="6" auto_size="vertical"/>
-
- </widget>
- </panel>