2010-10-09 23:52:08 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2012-04-16 17:14:05 +00:00
|
|
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 330 256" name="_Main">
|
2010-10-09 23:52:08 +00:00
|
|
|
<!-- Class image -->
|
|
|
|
<Widget type="Widget" skin="MW_Box" position="32 10 265 138" align="ALIGN_LEFT ALIGN_TOP">
|
2012-03-21 13:00:24 +00:00
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="2 2 261 134" name="ClassImage" align="ALIGN_LEFT ALIGN_TOP" />
|
2010-10-09 23:52:08 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Class text -->
|
2012-04-16 17:14:05 +00:00
|
|
|
<Widget type="EditBox" skin="SandText" position="32 152 265 40" name="ReflectT" align="ALIGN_LEFT ALIGN_TOP">
|
2012-03-21 17:38:08 +00:00
|
|
|
<Property key="Caption" value="Your personality and past reflect a:"/>
|
2012-03-22 16:02:02 +00:00
|
|
|
<Property key="TextAlign" value="ALIGN_TOP ALIGN_HCENTER"/>
|
2012-04-16 17:14:05 +00:00
|
|
|
<Property key="MultiLine" value="true"/>
|
|
|
|
<Property key="WordWrap" value="true"/>
|
2010-10-09 23:52:08 +00:00
|
|
|
</Widget>
|
2012-04-16 17:14:05 +00:00
|
|
|
<Widget type="TextBox" skin="SandText" position="32 192 265 23" name="ClassName" align="ALIGN_LEFT ALIGN_TOP">
|
2012-03-21 17:38:08 +00:00
|
|
|
<Property key="Caption" value="[Class]"/>
|
2012-03-22 16:02:02 +00:00
|
|
|
<Property key="TextAlign" value="ALIGN_TOP ALIGN_HCENTER"/>
|
2010-10-09 23:52:08 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Dialog buttons -->
|
2012-04-16 17:14:05 +00:00
|
|
|
<Widget type="Button" skin="MW_Button" position="220 219 53 23" name="BackButton">
|
2012-05-19 13:32:32 +00:00
|
|
|
<Property key="Caption" value="#{sBack}"/>
|
2010-10-09 23:52:08 +00:00
|
|
|
</Widget>
|
2012-04-16 17:14:05 +00:00
|
|
|
<Widget type="Button" skin="MW_Button" position="277 219 42 23" name="OKButton">
|
2012-03-21 17:38:08 +00:00
|
|
|
<Property key="Caption" value="OK"/>
|
2010-10-09 23:52:08 +00:00
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|