2010-09-21 10:34:47 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
2017-02-12 14:57:03 +00:00
|
|
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 527 378" align="Center" name="_Main">
|
2013-08-29 14:21:11 +00:00
|
|
|
|
2010-09-21 10:34:47 +00:00
|
|
|
<!-- Birthsign list -->
|
2013-11-16 22:15:51 +00:00
|
|
|
<Widget type="ListBox" skin="MW_List" position="8 8 232 137" name="BirthsignList"/>
|
2010-09-21 10:34:47 +00:00
|
|
|
|
|
|
|
<!-- Birthsign image -->
|
2013-11-16 22:15:51 +00:00
|
|
|
<Widget type="Widget" skin="MW_Box" position="248 8 263 137" align="Left Top">
|
2013-08-25 21:15:29 +00:00
|
|
|
<Widget type="ImageBox" skin="ImageBox" position="2 2 259 133" name="BirthsignImage" align="Left Top"/>
|
2010-09-21 10:34:47 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Spell list -->
|
2017-09-17 10:06:01 +00:00
|
|
|
<Widget type="ScrollView" skin="MW_ScrollView" position="8 160 507 170" align="Left Top" name="SpellArea">
|
|
|
|
<Property key="CanvasAlign" value="Left"/>
|
|
|
|
</Widget>>
|
2010-09-21 10:34:47 +00:00
|
|
|
|
|
|
|
<!-- Dialog buttons -->
|
2018-09-01 18:02:43 +00:00
|
|
|
<Widget type="HBox" position="0 338 511 28">
|
2017-11-20 22:55:15 +00:00
|
|
|
<Widget type="Spacer"/>
|
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">
|
|
|
|
<Property key="Caption" value="OK"/>
|
|
|
|
</Widget>
|
2010-09-21 10:34:47 +00:00
|
|
|
</Widget>
|
2013-08-29 14:21:11 +00:00
|
|
|
|
2010-09-21 10:34:47 +00:00
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|