mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 13:34:28 +00:00
e4d3189494
This was SVN commit r15235.
50 lines
908 B
XML
50 lines
908 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<objects>
|
|
<script file="gui/msgbox/msgbox.js"/>
|
|
|
|
<object hotkey="leave">
|
|
<action on="Press">Engine.PopGuiPage();</action>
|
|
</object>
|
|
|
|
<object>
|
|
<object name="mbMain"
|
|
style="ModernDialog"
|
|
type="image"
|
|
>
|
|
|
|
<object name="mbTitleBar"
|
|
style="TitleText"
|
|
type="text"
|
|
size="50%-128 -18 50%+128 14"
|
|
/>
|
|
|
|
<object name="mbText"
|
|
type="text"
|
|
style="ModernLabelText"
|
|
size="5% 20% 95% 100%-96"
|
|
/>
|
|
|
|
<object name="mbButton1"
|
|
style="StoneButton"
|
|
type="button"
|
|
hidden="true"
|
|
size="40 100%-50 33%-30 100%-20"
|
|
/>
|
|
<object name="mbButton2"
|
|
style="StoneButton"
|
|
type="button"
|
|
hidden="true"
|
|
size="33%+30 100%-50 66%-40 100%-20"
|
|
/>
|
|
<object name="mbButton3"
|
|
style="StoneButton"
|
|
type="button"
|
|
hidden="true"
|
|
size="66%+30 100%-50 100%-40 100%-20"
|
|
/>
|
|
</object>
|
|
</object>
|
|
|
|
</objects>
|