2010-09-24 13:28:14 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
|
|
|
<!-- correct size is 247 144, adjust when skin is changed to a dialog -->
|
2022-03-04 16:31:52 +00:00
|
|
|
<Widget type="Window" skin="MW_DialogNoTransp" layer="Modal" position="0 0 247 144" align="Center" name="_Main">
|
2018-09-01 18:02:43 +00:00
|
|
|
<Widget type="Widget" skin="" position="14 14 216 116" align="Stretch">
|
2010-09-24 13:28:14 +00:00
|
|
|
|
|
|
|
<!-- Label -->
|
2017-05-30 13:15:10 +00:00
|
|
|
<Widget type="TextBox" skin="HeaderText" position="0 0 216 18" name="LabelT" align="Center Top">
|
2014-09-24 21:50:28 +00:00
|
|
|
<Property key="Caption" value="#{sSpecializationMenu1}"/>
|
2017-05-30 13:15:10 +00:00
|
|
|
<Property key="TextAlign" value="Center Top"/>
|
2010-09-24 13:28:14 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Specialization list -->
|
2013-08-07 19:43:19 +00:00
|
|
|
<Widget type="Button" skin="SandTextButton" position="0 28 216 18" name="Specialization0" align="Left Top">
|
|
|
|
<Property key="TextAlign" value="Top HCenter"/>
|
2010-09-24 13:28:14 +00:00
|
|
|
</Widget>
|
2013-08-07 19:43:19 +00:00
|
|
|
<Widget type="Button" skin="SandTextButton" position="0 46 216 18" name="Specialization1" align="Left Top">
|
|
|
|
<Property key="TextAlign" value="Top HCenter"/>
|
2010-09-24 13:28:14 +00:00
|
|
|
</Widget>
|
2013-08-07 19:43:19 +00:00
|
|
|
<Widget type="Button" skin="SandTextButton" position="0 64 216 18" name="Specialization2" align="Left Top">
|
|
|
|
<Property key="TextAlign" value="Top HCenter"/>
|
2010-09-24 13:28:14 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<!-- Dialog buttons -->
|
2018-09-01 18:02:43 +00:00
|
|
|
<Widget type="HBox" position="0 88 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>
|