2009-12-03 12:17:22 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
|
|
<objects>
|
2017-11-27 08:29:23 -08:00
|
|
|
|
|
|
|
|
<script directory="gui/common/"/>
|
|
|
|
|
<script directory="gui/msgbox/"/>
|
2012-08-20 23:30:30 -07:00
|
|
|
|
2015-02-07 21:48:33 -08:00
|
|
|
<!-- Fade out the background because it's non-interactable -->
|
2019-09-21 08:54:25 -07:00
|
|
|
<object sprite="ModernFade" type="image"/>
|
2015-06-07 20:07:45 -07:00
|
|
|
<object name="mbCancelHotkey" hotkey="cancel" />
|
2015-02-07 21:48:33 -08:00
|
|
|
<object name="mbMain"
|
2014-03-03 18:23:01 -08:00
|
|
|
style="ModernDialog"
|
2009-12-03 12:17:22 -08:00
|
|
|
type="image"
|
2015-02-07 21:48:33 -08:00
|
|
|
>
|
|
|
|
|
<object name="mbTitleBar"
|
|
|
|
|
style="ModernLabelText"
|
|
|
|
|
type="text"
|
|
|
|
|
size="50%-128 -18 50%+128 14"
|
|
|
|
|
/>
|
|
|
|
|
<object name="mbText"
|
|
|
|
|
type="text"
|
|
|
|
|
style="ModernLabelText"
|
|
|
|
|
size="18 18 100%-18 100%-64"
|
|
|
|
|
/>
|
|
|
|
|
<!-- The size of the following buttons is set dynamically in msgbox.js -->
|
|
|
|
|
<object name="mbButton1"
|
|
|
|
|
style="ModernButtonRed"
|
|
|
|
|
type="button"
|
|
|
|
|
hidden="true"
|
|
|
|
|
/>
|
|
|
|
|
<object name="mbButton2"
|
|
|
|
|
style="ModernButtonRed"
|
|
|
|
|
type="button"
|
|
|
|
|
hidden="true"
|
|
|
|
|
/>
|
|
|
|
|
<object name="mbButton3"
|
|
|
|
|
style="ModernButtonRed"
|
|
|
|
|
type="button"
|
|
|
|
|
hidden="true"
|
|
|
|
|
/>
|
2009-12-03 12:17:22 -08:00
|
|
|
</object>
|
|
|
|
|
</objects>
|