46 lines
859 B
XML
46 lines
859 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!--
|
|
#########################################
|
|
# Copyright (c) it0uchpods Design Group #
|
|
#########################################
|
|
-->
|
|
|
|
<!-- A3XX Aircraft Config Dialog -->
|
|
|
|
|
|
<PropertyList>
|
|
|
|
<name>aircraft-config-panelstateloaded</name>
|
|
<layout>vbox</layout>
|
|
|
|
<group>
|
|
<layout>hbox</layout>
|
|
<text>
|
|
<halign>left</halign>
|
|
<label>Panel State</label>
|
|
</text>
|
|
</group>
|
|
|
|
<hrule/>
|
|
|
|
<group>
|
|
<layout>vbox</layout>
|
|
|
|
<text>
|
|
<halign>center</halign>
|
|
<label>The Panel State was loaded sucessfully.</label>
|
|
</text>
|
|
<button>
|
|
<halign>center</halign>
|
|
<legend>Go Away</legend>
|
|
<pref-width>160</pref-width>
|
|
<key>Esc</key>
|
|
<binding>
|
|
<command>dialog-close</command>
|
|
</binding>
|
|
</button>
|
|
|
|
</group>
|
|
|
|
</PropertyList>
|