2012-05-29 07:02:22 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2013-02-17 01:56:07 +00:00
|
|
|
<Widget type="ExposedWindow" skin="MW_Window_Pinnable" layer="Windows" position="0 0 300 600" name="_Main">
|
2014-01-26 22:32:46 +00:00
|
|
|
<Property key="MinSize" value="40 40"/>
|
2012-05-29 07:02:22 +00:00
|
|
|
|
|
|
|
<!-- Effect box-->
|
2013-03-03 11:01:19 +00:00
|
|
|
<Widget type="Widget" skin="MW_Box" position="8 8 268 23" align="Left Top HStretch">
|
2013-08-09 21:21:25 +00:00
|
|
|
<Widget type="Widget" skin="" position="2 1 264 20" align="Left Top Stretch" name="EffectsBox"/>
|
2012-05-29 07:02:22 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Spell list -->
|
2018-05-24 06:48:46 +00:00
|
|
|
<Widget type="SpellView" skin="MW_SpellView" position="8 38 268 490" align="Left Top Stretch" name="SpellView">
|
|
|
|
</Widget>
|
|
|
|
|
2019-04-24 23:22:47 +00:00
|
|
|
<Widget type="Widget" position="8 535 268 23" align="Left Bottom HStretch">
|
|
|
|
<!-- Spell deletion button -->
|
|
|
|
<Widget type="Button" skin="MW_Button" align="Right Bottom" position="150 0 118 24" name="DeleteSpellButton">
|
|
|
|
<Property key="Caption" value="Delete Spell"/>
|
|
|
|
<Property key="NeedKey" value="false"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Search box-->
|
|
|
|
<Widget type="EditBox" skin="MW_TextBoxEditWithBorder" position="0 0 142 23" align="Left Bottom HStretch" name="FilterEdit">
|
|
|
|
</Widget>
|
2012-05-29 07:02:22 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|