2012-10-17 16:03:02 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2017-02-12 14:57:03 +00:00
|
|
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 319 200" align="Center" name="_Main">
|
2012-10-17 16:03:02 +00:00
|
|
|
|
|
|
|
<Widget type="TextBox" skin="NormalText" position="0 5 319 24" name="Select" align="Right Top">
|
|
|
|
<Property key="TextAlign" value="Center"/>
|
|
|
|
<Property key="Caption" value="#{sServiceTrainingTitle}"/>
|
|
|
|
</Widget>
|
|
|
|
<Widget type="TextBox" skin="SandText" position="5 30 319 24" name="Travel" align="Right Top">
|
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
<Property key="Caption" value="#{sTrainingServiceTitle}"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
|
|
|
<Widget type="Widget" skin="MW_Box" position="6 54 299 100" align="Left Top" name="TrainingOptions">
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
|
2012-10-17 16:49:49 +00:00
|
|
|
<Widget type="TextBox" skin="SandText" position="8 161 200 24" name="PlayerGold" align="Right Top">
|
2012-10-17 16:03:02 +00:00
|
|
|
<Property key="TextAlign" value="Left"/>
|
|
|
|
</Widget>
|
2012-10-17 16:48:29 +00:00
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" position="244 161 60 24" name="CancelButton" align="Right Top">
|
2012-10-17 16:03:02 +00:00
|
|
|
<Property key="ExpandDirection" value="Left"/>
|
2023-03-22 21:54:42 +00:00
|
|
|
<Property key="Caption" value="#{Interface:Cancel}"/>
|
2012-10-17 16:03:02 +00:00
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
</MyGUI>
|