<?xml version="1.0" encoding="utf-8"?>
<Shell name="shell" descriptors="xworker.swt.widgets.Shell" text="ProgressBar" width="300"
height="200" label="ProgressBar">
<FillLayout name="shellFillLayout"></FillLayout>
<Group name="group" text="ProgressBar" label="ProgressBar">
<RowLayout name="rowLayout"></RowLayout>
<ProgressBar name="progressBar" SMOOTH="false" INDETERMINATE="true" BORDER="true"></ProgressBar>
</Group>
</Shell>