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