2010-09-14 21:17:08 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2014-09-25 14:41:27 +00:00
|
|
|
<MyGUI type="Resource" version="1.1">
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2010-09-14 21:17:08 +00:00
|
|
|
<!-- Text edit widget -->
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2014-09-25 14:41:27 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_TextEditClient" size="10 10">
|
2014-09-20 07:07:47 +00:00
|
|
|
<Property key="TextColour" value="#{fontcolour=normal}"/>
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2013-08-09 21:21:25 +00:00
|
|
|
<BasisSkin type="EditText" offset="0 0 10 10" align="Stretch"/>
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2014-09-25 14:41:27 +00:00
|
|
|
</Resource>
|
2010-09-27 10:56:48 +00:00
|
|
|
|
2014-09-25 14:41:27 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_TextEdit" size="512 20">
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2014-05-30 12:52:47 +00:00
|
|
|
<!-- Borders -->
|
2012-03-22 15:45:27 +00:00
|
|
|
|
2014-05-30 12:52:47 +00:00
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 512 20" align="Stretch"/>
|
2013-02-28 19:16:46 +00:00
|
|
|
|
|
|
|
<!-- Input -->
|
|
|
|
|
2013-08-09 21:21:25 +00:00
|
|
|
<Property key="FontName" value="Default"/>
|
2013-08-25 21:15:20 +00:00
|
|
|
<Property key="TextAlign" value="Left VCenter"/>
|
2014-09-20 07:07:47 +00:00
|
|
|
<Property key="TextColour" value="#{fontcolour=normal}"/>
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2017-03-27 10:38:40 +00:00
|
|
|
<Child type="TextBox" skin="MW_TextEditClient" offset="4 0 502 18" align="Stretch" name="Client"/>
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2014-09-25 14:41:27 +00:00
|
|
|
</Resource>
|
2010-09-27 10:56:48 +00:00
|
|
|
|
2014-09-25 14:41:27 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_TextBoxEdit" size="512 20">
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2013-08-09 21:21:25 +00:00
|
|
|
<Property key="FontName" value="Default"/>
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2013-08-25 21:15:20 +00:00
|
|
|
<Property key="TextAlign" value="Left Top"/>
|
2012-03-22 15:45:27 +00:00
|
|
|
|
2014-09-20 07:07:47 +00:00
|
|
|
<Property key="TextColour" value="#{fontcolour=normal}"/>
|
2012-03-22 15:45:27 +00:00
|
|
|
|
2014-05-30 12:52:47 +00:00
|
|
|
<Child type="TextBox" skin="MW_TextEditClient" offset="2 2 490 18" align="Stretch" name="Client"/>
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2019-05-17 06:23:34 +00:00
|
|
|
<Child type="ScrollBar" skin="MW_VScroll" offset="494 3 14 14" align="Right VStretch" name="VScroll"/>
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2014-09-25 14:41:27 +00:00
|
|
|
</Resource>
|
2013-02-28 19:16:46 +00:00
|
|
|
|
2014-09-25 14:41:27 +00:00
|
|
|
<Resource type="ResourceSkin" name="MW_TextBoxEditWithBorder" size="512 20">
|
2014-08-17 03:45:35 +00:00
|
|
|
|
|
|
|
<!-- Borders -->
|
|
|
|
<Child type="Widget" skin="MW_Box" offset="0 0 512 20" align="Stretch"/>
|
|
|
|
|
|
|
|
<Property key="FontName" value="Default"/>
|
|
|
|
|
|
|
|
<Property key="TextAlign" value="Left Top"/>
|
|
|
|
|
2014-09-20 07:07:47 +00:00
|
|
|
<Property key="TextColour" value="#{fontcolour=normal}"/>
|
2014-08-17 03:45:35 +00:00
|
|
|
|
|
|
|
<Child type="TextBox" skin="MW_TextEditClient" offset="2 2 490 18" align="Stretch" name="Client"/>
|
|
|
|
|
2019-05-17 06:23:34 +00:00
|
|
|
<Child type="ScrollBar" skin="MW_VScroll" offset="494 3 14 14" align="Right VStretch" name="VScroll"/>
|
2014-08-17 03:45:35 +00:00
|
|
|
|
2014-09-25 14:41:27 +00:00
|
|
|
</Resource>
|
2014-08-17 03:45:35 +00:00
|
|
|
|
2010-09-14 21:17:08 +00:00
|
|
|
</MyGUI>
|