You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<MyGUI type="Layout">
|
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 485 375" name="_Main">
|
|
<!-- Birthsign list -->
|
|
<Widget type="ListBox" skin="MW_List" position="8 13 196 137" name="BirthsignList" />
|
|
|
|
<!-- Birthsign image -->
|
|
<Widget type="Widget" skin="MW_Box" position="206 13 263 137" align="ALIGN_LEFT ALIGN_TOP">
|
|
<Widget type="ImageBox" skin="ImageBox" position="2 2 259 133" name="BirthsignImage" align="ALIGN_LEFT ALIGN_TOP" />
|
|
</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">
|
|
<Property key="Caption" value="Back"/>
|
|
</Widget>
|
|
<Widget type="Button" skin="MW_Button" position="431 340 42 23" name="OKButton">
|
|
<Property key="Caption" value="OK"/>
|
|
</Widget>
|
|
</Widget>
|
|
</MyGUI>
|