2010-10-09 23:52:08 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2022-02-26 13:54:42 +00:00
|
|
|
<Widget type="VBox" skin="MW_Dialog" layer="Modal" position="0 0 289 256" align="Center" name="_Main">
|
2014-09-20 11:07:38 +00:00
|
|
|
<Property key="AutoResize" value="true"/>
|
2017-09-22 18:43:53 +00:00
|
|
|
<Property key="Padding" value="8"/>
|
2014-09-20 11:07:38 +00:00
|
|
|
<Property key="Spacing" value="8"/>
|
|
|
|
|
2010-10-09 23:52:08 +00:00
|
|
|
<!-- Class image -->
|
2013-08-25 21:15:29 +00:00
|
|
|
<Widget type="Widget" skin="MW_Box" position="8 8 265 138" align="Left Top">
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="2 2 261 134" name="ClassImage" align="Left Top"/>
|
2010-10-09 23:52:08 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Class text -->
|
2014-09-20 11:07:38 +00:00
|
|
|
<Widget type="AutoSizedEditBox" skin="SandText" position="8 152 265 40" name="ReflectT" align="Left Top">
|
2013-08-07 19:43:19 +00:00
|
|
|
<Property key="TextAlign" value="Top HCenter"/>
|
2012-04-16 17:14:05 +00:00
|
|
|
<Property key="MultiLine" value="true"/>
|
|
|
|
<Property key="WordWrap" value="true"/>
|
2012-05-27 04:39:10 +00:00
|
|
|
<Property key="Static" value="true"/>
|
2010-10-09 23:52:08 +00:00
|
|
|
</Widget>
|
2014-09-20 11:07:38 +00:00
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" position="8 183 265 23" name="ClassName" align="Left Top">
|
2012-03-21 17:38:08 +00:00
|
|
|
<Property key="Caption" value="[Class]"/>
|
2013-08-07 19:43:19 +00:00
|
|
|
<Property key="TextAlign" value="Top HCenter"/>
|
2010-10-09 23:52:08 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Dialog buttons -->
|
2018-09-01 18:02:43 +00:00
|
|
|
<Widget type="HBox" position="0 216 273 28">
|
2012-09-10 11:39:22 +00:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="BackButton">
|
|
|
|
<Property key="Caption" value="#{sBack}"/>
|
|
|
|
</Widget>
|
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="OKButton">
|
2023-03-22 21:54:42 +00:00
|
|
|
<Property key="Caption" value="#{Interface:OK}"/>
|
2012-09-10 11:39:22 +00:00
|
|
|
</Widget>
|
2010-10-09 23:52:08 +00:00
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|