2010-09-24 13:28:14 +00: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 18:02:43 +00:00
|
|
|
<Widget type="Widget" skin="" position="14 14 216 204" align="HCenter VStretch">
|
2010-09-24 13:28:14 +00:00
|
|
|
|
|
|
|
<!-- Label -->
|
2018-09-01 18:02:43 +00:00
|
|
|
<Widget type="TextBox" skin="HeaderText" position="0 0 216 18" name="LabelT" align="HCenter Top">
|
2014-09-24 21:50:28 +00:00
|
|
|
<Property key="Caption" value="#{sAttributesMenu1}"/>
|
2014-08-24 14:36:19 +00:00
|
|
|
<Property key="TextAlign" value="HCenter Top"/>
|
2010-09-24 13:28:14 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Attribute list -->
|
2023-06-19 18:41:54 +00:00
|
|
|
<Widget type="ScrollView" skin="MW_ScrollView" position="0 28 216 144" name="Attributes" align="Left Top">
|
2023-06-18 17:55:33 +00:00
|
|
|
<Property key="CanvasAlign" value="Left"/>
|
|
|
|
</Widget>
|
2010-09-24 13:28:14 +00:00
|
|
|
|
|
|
|
<!-- Dialog buttons -->
|
2018-09-01 18:02:43 +00: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 21:54:42 +00:00
|
|
|
<Property key="Caption" value="#{Interface:Cancel}"/>
|
2018-09-01 18:02:43 +00:00
|
|
|
</Widget>
|
2010-09-24 13:28:14 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|