<?xml version='1.0'?>
<wndsimple>
        <components>
                <toolbarHor>
                        <attributes>
                                <class>toolbar</class>
                                <alignment>horizontal</alignment>
                        </attributes>
                        <buttons class="btnToolbar" link="javascript://" flat="TRUE">
                                <button name="btnFirst" type="STPHPBtnImage">
                                        <attributes>
                                                <caption>First</caption>
                                                <title>First record</title>
                                                <image>./themes/STPHPTHEME/images/btn_first_on.gif</image>
                                                <image_on>./themes/STPHPTHEME/images/btn_first_on.gif</image_on>
                                                <image_off>./themes/STPHPTHEME/images/btn_first_off.gif</image_off>
                                                <image_down>./themes/STPHPTHEME/images/btn_first_down.gif</image_down>
                                        </attributes>
                                </button>
                                <button name="btnPrevious" type="STPHPBtnImage">
                                        <attributes>
                                                <caption>Previous</caption>
                                                <title>Previous record</title>
                                                <image>./themes/STPHPTHEME/images/btn_prev_on.gif</image>
                                                <image_on>./themes/STPHPTHEME/images/btn_prev_on.gif</image_on>
                                                <image_off>./themes/STPHPTHEME/images/btn_prev_off.gif</image_off>
                                                <image_down>./themes/STPHPTHEME/images/btn_prev_down.gif</image_down>
                                        </attributes>
                                </button>
                                <button name="btnNext" type="STPHPBtnImage">
                                        <attributes>
                                                <caption>Next</caption>
                                                <title>Next record</title>
                                                <image>./themes/STPHPTHEME/images/btn_next_on.gif</image>
                                                <image_on>./themes/STPHPTHEME/images/btn_next_on.gif</image_on>
                                                <image_off>./themes/STPHPTHEME/images/btn_next_off.gif</image_off>
                                                <image_down>./themes/STPHPTHEME/images/btn_next_down.gif</image_down>
                                        </attributes>
                                </button>
                                <button name="btnLast" type="STPHPBtnImage">
                                        <attributes>
                                                <caption>Last</caption>
                                                <title>Last record</title>
                                                <image>./themes/STPHPTHEME/images/btn_last_on.gif</image>
                                                <image_on>./themes/STPHPTHEME/images/btn_last_on.gif</image_on>
                                                <image_off>./themes/STPHPTHEME/images/btn_last_off.gif</image_off>
                                                <image_down>./themes/STPHPTHEME/images/btn_last_down.gif</image_down>
                                        </attributes>
                                </button>
                                <button name="STPHPTHEME" type="STPHPListBoxWithCaption">
                                        <attributes>
                                                <caption>Theme</caption>
                                                <caption_align>top</caption_align>
                                                <caption_class>listboxcaption</caption_class>
                                                <control_class>listboxcontrol</control_class>
                                        </attributes>
				<control>
				<attributes>
                                                <onchange>javascript:changetheme();</onchange>
				</attributes>
                                        <items>
                                                <item caption="BeOS">default</item>
                                                <item caption="KDE">kde</item>
                                        </items>
				</control>
                                </button>
                                <button name="STPHPLANGUAGE" type="STPHPListBoxWithCaption">
                                        <attributes>
                                                <caption>Language</caption>
                                                <caption_align>top</caption_align>
                                                <caption_class>listboxcaption</caption_class>
                                                <control_class>listboxcontrol</control_class>
                                        </attributes>
				<control>
				<attributes>
                                                <onchange>javascript:changelanguage();</onchange>
				</attributes>
                                        <items>
                                                <item caption="Italiano">it</item>
                                                <item caption="English">en</item>
                                        </items>
				</control>
                                </button>
                        </buttons>
                </toolbarHor>
                <toolbarVer>
                        <attributes>
                                <class>toolbar</class>
                                <alignment>vertical</alignment>
                        </attributes>
                        <buttons class="btnToolbar" link="javascript://" flat="TRUE">
                                <button name="btnNew" type="STPHPBtnImage">
                                        <attributes>
                                                <caption>New</caption>
                                                <title>New record</title>
                                                <image>./themes/STPHPTHEME/images/btn_new_on.gif</image>
                                                <image_on>./themes/STPHPTHEME/images/btn_new_on.gif</image_on>
                                                <image_off>./themes/STPHPTHEME/images/btn_new_off.gif</image_off>
                                                <image_down>./themes/STPHPTHEME/images/btn_new_down.gif</image_down>
                                        </attributes>
                                </button>
                                <button name="btnGoto" type="STPHPBtnImage">
                                        <attributes>
                                                <caption>Goto</caption>
                                                <title>Goto</title>
                                                <image>./themes/STPHPTHEME/images/btn_goto_on.gif</image>
                                                <image_on>./themes/STPHPTHEME/images/btn_goto_on.gif</image_on>
                                                <image_off>./themes/STPHPTHEME/images/btn_goto_off.gif</image_off>
                                                <image_down>./themes/STPHPTHEME/images/btn_goto_down.gif</image_down>
                                        </attributes>
                                </button>
                                <button name="btnDelete" type="STPHPBtnImage">
                                        <attributes>
                                                <caption>Delete</caption>
                                                <title>Delete record</title>
                                                <image>./themes/STPHPTHEME/images/btn_delete_on.gif</image>
                                                <image_on>./themes/STPHPTHEME/images/btn_delete_on.gif</image_on>
                                                <image_off>./themes/STPHPTHEME/images/btn_delete_off.gif</image_off>
                                                <image_down>./themes/STPHPTHEME/images/btn_delete_down.gif</image_down>
                                        </attributes>
                                </button>
                                <button name="btnModify" type="STPHPBtnImage">
                                        <attributes>
                                                <caption>Modify</caption>
                                                <title>Modify record</title>
                                                <image>./themes/STPHPTHEME/images/btn_modify_on.gif</image>
                                                <image_on>./themes/STPHPTHEME/images/btn_modify_on.gif</image_on>
                                                <image_off>./themes/STPHPTHEME/images/btn_modify_off.gif</image_off>
                                                <image_down>./themes/STPHPTHEME/images/btn_modify_down.gif</image_down>
                                        </attributes>
                                </button>
                        </buttons>
                </toolbarVer>
                <checkgroup>
                        <attributes>
                                <caption>My preferred operating systems</caption>
                                <caption_align>top</caption_align>
                                <caption_class>checkgroupcaption</caption_class>
                                <control_class>checkgroupcontrol</control_class>
                        </attributes>
		<control>
                        <items caption_align="right" caption_class="checkgroup">
                                <item caption="FreeBSD">freebsd</item>
                                <item caption="OpenBSD">openbsd</item>
                                <item caption="NetBSD">netbsd</item>
                                <item caption="Linux">linux</item>
                                <item caption="BeOS">beos</item>
                                <item caption="MacOS">macos</item>
                                <item caption="Windows">windows</item>
                        </items>
		</control>
                </checkgroup>
                <edit>
                        <attributes>
                                <caption>Name : </caption>
                                <caption_class>editcaption</caption_class>
                                <control_class>editcontrol</control_class>
                        </attributes>
                </edit>
                <txt>
                        <attributes>
                                <caption>Comment : </caption>
                                <rows>20</rows>
                                <cols>30</cols>
                                <caption_class>txtcaption</caption_class>
                                <control_class>txtcontrol</control_class>
                        </attributes>
                </txt>
                <radiogroup>
                        <attributes>
                                <caption>The days of the week</caption>
                                <caption_align>top</caption_align>
                                <caption_class>radiogroupcaption</caption_class>
                                <control_class>radiogroupcontrol</control_class>
                        </attributes>
		<control>
                        <items caption_align="right" caption_class="radiogroup">
                                <item caption="Sunday">sunday</item>
                                <item caption="Monday">monday</item>
                                <item caption="Tuesday">tuesday</item>
                                <item caption="Wednesday">wednesday</item>
                                <item caption="Thursday">thursday</item>
                                <item caption="Friday">friday</item>
                                <item caption="Saturday">Saturday</item>
                        </items>
		</control>
                </radiogroup>
                <listbox>
                        <attributes>
                                <caption>A countries list</caption>
                                <caption_align>top</caption_align>
                                <caption_class>listboxcaption</caption_class>
                                <control_class>listboxcontrol</control_class>
                        </attributes>
		<control>
			<attributes>
                                <size>10</size>
			</attributes>
                        <items>
                                <item caption="U.S.A.">usa</item>
                                <item caption="Italy">italy</item>
                                <item caption="England">england</item>
                                <item caption="France">france</item>
                                <item caption="Germany">germany</item>
                                <item caption="Norway">norway</item>
                                <item caption="Sweden">sweden</item>
                                <item caption="Japan">japan</item>
                                <item caption="China">china</item>
                                <item caption="Australia">australia</item>
                                <item caption="Canada">canada</item>
                        </items>
		</control>
                </listbox>
                <simpleButton>
                        <attributes>
                                <value>Simple button</value>
                                <class>button</class>
                        </attributes>
                </simpleButton>
                <tabpanel>
                        <attributes>
                                <width>70%</width>
                                <align>LEFT</align>
                                <class>panel</class>
                                <title>Panel title</title>
                                <title_class>paneltitle</title_class>
                                <title_position>TOP</title_position>
                                <title_align>LEFT</title_align>
                                <tabs_position>TOP</tabs_position>
                                <tabs_align>RIGHT</tabs_align>
                                <title_textalign>HORIZONTAL</title_textalign>
                                <title_image>./themes/STPHPTHEME/images/desktop.gif</title_image>
                                <title_imagealign>MIDDLE</title_imagealign>
                        </attributes>
                        <tabs class="item" class_selected="itemselected" class_deselected="itemdeselected" link="wndsimple.php" imagealign="MIDDLE" status="DESELECTED">
                                <tab name="Tab1">
                                        <attributes>
                                                <title>First</title>
                                                <image>./themes/STPHPTHEME/images/tab1.gif</image>
                                        </attributes>
                                </tab>
                                <tab name="Tab2">
                                        <attributes>
                                                <title>Second</title>
                                                <image>./themes/STPHPTHEME/images/tab2.gif</image>
                                        </attributes>
                                </tab>
                                <tab name="Tab3">
                                        <attributes>
                                                <title>Third</title>
                                                <image>./themes/STPHPTHEME/images/tab3.gif</image>
                                        </attributes>
                                </tab>
                        </tabs>
                </tabpanel>
        </components>
</wndsimple>
