2012-09-18 16:29:03 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<MyGUI type="Layout">
|
2017-02-12 14:57:03 +00:00
|
|
|
<Widget type="VBox" skin="MW_Dialog" layer="Windows" position="0 0 600 200" align="Center" name="_Main">
|
2017-09-22 18:43:53 +00:00
|
|
|
<Property key="Padding" value="8"/>
|
2012-09-18 16:29:03 +00:00
|
|
|
<Property key="Spacing" value="8"/>
|
|
|
|
<Property key="AutoResize" value="true"/>
|
|
|
|
|
2012-09-18 18:53:32 +00:00
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" name="DateTimeText">
|
2012-09-18 16:29:03 +00:00
|
|
|
<Property key="Caption" value="24 Herzfeuer (Tag 24) 2 a.m."/>
|
|
|
|
</Widget>
|
|
|
|
|
2012-09-18 18:53:32 +00:00
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" name="RestText">
|
2012-09-18 16:29:03 +00:00
|
|
|
</Widget>
|
|
|
|
|
2012-09-18 18:53:32 +00:00
|
|
|
<Widget type="AutoSizedTextBox" skin="SandText" name="HourText">
|
2012-09-18 16:29:03 +00:00
|
|
|
</Widget>
|
|
|
|
|
2019-05-17 06:23:34 +00:00
|
|
|
<Widget type="ScrollBar" skin="MW_HScroll" name="HourSlider" position="0 0 0 18">
|
2012-09-18 16:29:03 +00:00
|
|
|
<Property key="MoveToClick" value="true"/>
|
2012-09-18 18:53:32 +00:00
|
|
|
<Property key="Range" value="24"/>
|
2014-06-17 12:46:18 +00:00
|
|
|
<Property key="Page" value="1"/>
|
|
|
|
<Property key="WheelPage" value="1"/>
|
2012-09-18 16:29:03 +00:00
|
|
|
<UserString key="HStretch" value="true"/>
|
|
|
|
</Widget>
|
|
|
|
|
|
|
|
<Widget type="HBox">
|
|
|
|
<UserString key="HStretch" value="true"/>
|
2017-11-20 22:55:15 +00:00
|
|
|
<Widget type="Spacer"/>
|
2012-09-18 16:29:03 +00:00
|
|
|
|
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="UntilHealedButton">
|
|
|
|
<Property key="Caption" value="#{sUntilHealed}"/>
|
|
|
|
</Widget>
|
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="WaitButton">
|
|
|
|
<Property key="Caption" value="#{sRest}"/>
|
|
|
|
</Widget>
|
|
|
|
<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton">
|
|
|
|
<Property key="Caption" value="#{sCancel}"/>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</Widget>
|
|
|
|
</MyGUI>
|