2010-09-24 15:28:14 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
2022-02-26 13:54:42 +00:00
|
|
|
<Widget type="Window" skin="MW_DialogNoTransp" layer="Modal" position="0 0 247 231" align="Center" name="_Main">
|
2018-09-01 22:02:43 +04:00
|
|
|
<Widget type="Widget" skin="" position="14 14 216 204" align="HCenter VStretch">
|
2010-09-24 15:28:14 +02:00
|
|
|
|
|
|
|
<!-- Label -->
|
2018-09-01 22:02:43 +04:00
|
|
|
<Widget type="TextBox" skin="HeaderText" position="0 0 216 18" name="LabelT" align="HCenter Top">
|
2014-09-24 23:50:28 +02:00
|
|
|
<Property key="Caption" value="#{sAttributesMenu1}"/>
|
2014-08-24 16:36:19 +02:00
|
|
|
<Property key="TextAlign" value="HCenter Top"/>
|
2010-09-24 15:28:14 +02:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Attribute list -->
|
2023-06-19 20:41:54 +02:00
|
|
|
<Widget type="ScrollView" skin="MW_ScrollView" position="0 28 216 144" name="Attributes" align="Left Top">
|
2023-06-18 19:55:33 +02:00
|
|
|
<Property key="CanvasAlign" value="Left"/>
|
|
|
|
</Widget>
|
2010-09-24 15:28:14 +02:00
|
|
|
|
|
|
|
<!-- Dialog buttons -->
|
2018-09-01 22:02:43 +04:00
|
|
|
<Widget type="HBox" position="0 175 216 28">
|
|
|
|
<Widget type="Spacer" />
|
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" align="Right Bottom" name="CancelButton">
|
|
|
|
<Property key="ExpandDirection" value="Left Up"/>
|
2023-03-22 22:54:42 +01:00
|
|
|
<Property key="Caption" value="#{Interface:Cancel}"/>
|
2018-09-01 22:02:43 +04:00
|
|
|
</Widget>
|
2010-09-24 15:28:14 +02:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|