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