
<?xml version="1.0" encoding="utf-8"?>
<Shell name="shell" descriptors="xworker.swt.widgets.Shell" text="Subtitle" RESIZE="true" width="640" height="480" label="Subtitle">
<FillLayout name="shellFillLayout"></FillLayout>
<Group name="group" text="Subtitle" label="Subtitle">
<GridLayout name="groupGridData"></GridLayout>
<StyledText name="text" style="MULTI" H_SCROLL="true" V_SCROLL="true">
<text><![CDATA[字幕演示,Alt + x显示下一条
谢谢]]></text>
<GridData name="textGridData" style="FILL_BOTH"></GridData>
</StyledText>
<Composite name="buttonComposite" _xmeta_id_="35471">
<GridData name="buttonCompositeGridData" _xmeta_id_="35472" style="FILL_HORIZONTAL" horizontalAlignment="END"></GridData>
<RowLayout name="buttonCompositeRowLayout" _xmeta_id_="35473"></RowLayout>
<Button name="executeButton" _xmeta_id_="35474" text="Execute">
<RowData _xmeta_id_="35475" width="80"></RowData>
<Listeners _xmeta_id_="35476">
<Listener name="executeButtonSelection" _xmeta_id_="35477">
<Subtitle name="subtitle" descriptors="xworker.swt.util.subtitle.Subtitle" subtitles="ognl:text.getText()"></Subtitle>
</Listener>
</Listeners>
</Button>
</Composite>
</Group>
</Shell>