
<?xml version="1.0" encoding="utf-8"?>
<Shell name="shell" descriptors="xworker.swt.widgets.Shell" text="Button" RESIZE="true"
width="300" height="400" label="Button">
<FillLayout name="shellFillLayout"></FillLayout>
<Composite name="composite" label="Button">
<Resource name="resources">
<Image name="oneImage" imageFile="icons/accept.png"></Image>
<Image name="twoImage" imageFile="icons/add.png"></Image>
<Image name="threeImage" imageFile="icons/anchor.png"></Image>
</Resource>
<FillLayout name="compositeFillLayout" type="SWT.VERTICAL"></FillLayout>
<Group name="textButtonsGroup" text="Text Buttons">
<RowLayout name="textButtosGroupRowLayout"></RowLayout>
<Button name="oneButton" text="One"></Button>
<Button name="twoButton" text="Two"></Button>
<Button name="threeButton" text="Three"></Button>
</Group>
<Group name="imageButtonsGroup" _xmeta_id_="textButtonsGroup1" text="Image Buttons">
<RowLayout name="imageButtosGroupRowLayout" _xmeta_id_="textButtosGroupRowLayout"></RowLayout>
<Button name="oneButton" image="oneImage"></Button>
<Button name="twoButton" image="twoImage"></Button>
<Button name="threeButton" image="threeImage"></Button>
</Group>
<Group name="imageAndTextButtonsGroup" _xmeta_id_="textButtonsGroup2" text="Image and Text Buttons">
<RowLayout name="imageAndTextButtosGroupRowLayout" _xmeta_id_="textButtosGroupRowLayout"></RowLayout>
<Button name="oneButton" text="One" image="oneImage"></Button>
<Button name="twoButton" text="Two" image="twoImage"></Button>
<Button name="threeButton" text="Three" image="threeImage"></Button>
</Group>
</Composite>
</Shell>