2012-05-29 09:02:22 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2019-04-26 11:37:57 +04:00
|
|
|
<Widget type="Window" skin="MW_Window_Pinnable" layer="Windows" position="0 0 300 600" name="_Main">
|
2014-01-26 23:32:46 +01:00
|
|
|
<Property key="MinSize" value="40 40"/>
|
2012-05-29 09:02:22 +02:00
|
|
|
|
|
|
|
<!-- Effect box-->
|
2013-03-03 12:01:19 +01:00
|
|
|
<Widget type="Widget" skin="MW_Box" position="8 8 268 23" align="Left Top HStretch">
|
2013-08-09 23:21:25 +02:00
|
|
|
<Widget type="Widget" skin="" position="2 1 264 20" align="Left Top Stretch" name="EffectsBox"/>
|
2012-05-29 09:02:22 +02:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Spell list -->
|
2018-05-24 10:48:46 +04:00
|
|
|
<Widget type="SpellView" skin="MW_SpellView" position="8 38 268 490" align="Left Top Stretch" name="SpellView">
|
|
|
|
</Widget>
|
|
|
|
|
2019-04-25 09:10:43 -04:00
|
|
|
<Widget type="HBox" position="8 535 268 23" align="Right Bottom HStretch">
|
|
|
|
<Widget type="Spacer"/>
|
2019-04-24 19:22:47 -04:00
|
|
|
<!-- Spell deletion button -->
|
2019-04-25 09:10:43 -04:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" align="Right Bottom" position="8 535 0 23" name="DeleteSpellButton">
|
2019-04-25 08:46:11 -04:00
|
|
|
<Property key="Caption" value="#{sDelete}"/>
|
2019-04-24 19:22:47 -04:00
|
|
|
<Property key="NeedKey" value="false"/>
|
|
|
|
</Widget>
|
2019-04-25 09:10:43 -04:00
|
|
|
</Widget>
|
2019-04-24 19:22:47 -04:00
|
|
|
|
2018-05-24 10:48:46 +04:00
|
|
|
<!-- Search box-->
|
|
|
|
<Widget type="EditBox" skin="MW_TextBoxEditWithBorder" position="8 535 268 23" align="Left Bottom HStretch" name="FilterEdit">
|
2020-03-02 01:48:18 +03:00
|
|
|
<UserString key="AcceptTab" value="true"/>
|
2012-05-29 09:02:22 +02:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|