2010-09-21 10:34:47 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
2010-10-22 22:23:03 +00:00
|
|
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 485 375" name="_Main">
|
2010-09-21 10:34:47 +00:00
|
|
|
<!-- Birthsign list -->
|
2012-03-22 14:28:06 +00:00
|
|
|
<Widget type="ListBox" skin="MW_List" position="8 13 196 137" name="BirthsignList" />
|
2010-09-21 10:34:47 +00:00
|
|
|
|
|
|
|
<!-- Birthsign image -->
|
|
|
|
<Widget type="Widget" skin="MW_Box" position="206 13 263 137" align="ALIGN_LEFT ALIGN_TOP">
|
2012-03-21 13:00:24 +00:00
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="2 2 259 133" name="BirthsignImage" align="ALIGN_LEFT ALIGN_TOP" />
|
2010-09-21 10:34:47 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Spell list -->
|
|
|
|
<Widget type="Widget" skin="" position="8 160 465 178" align="ALIGN_LEFT ALIGN_TOP" name="SpellArea">
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Dialog buttons -->
|
|
|
|
<Widget type="Button" skin="MW_Button" position="375 340 53 23" name="BackButton">
|
2012-03-21 17:38:08 +00:00
|
|
|
<Property key="Caption" value="Back"/>
|
2010-09-21 10:34:47 +00:00
|
|
|
</Widget>
|
|
|
|
<Widget type="Button" skin="MW_Button" position="431 340 42 23" name="OKButton">
|
2012-03-21 17:38:08 +00:00
|
|
|
<Property key="Caption" value="OK"/>
|
2010-09-21 10:34:47 +00:00
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|