118 lines
2.5 KiB
XML
118 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<!--
|
|
##############################################
|
|
# Copyright (c) Joshua Davidson (it0uchpods) #
|
|
##############################################
|
|
-->
|
|
|
|
<!-- A3XX Aircraft Config Dialog -->
|
|
|
|
<PropertyList>
|
|
|
|
<name>aircraft-config-welcome</name>
|
|
<layout>vbox</layout>
|
|
|
|
<group>
|
|
<layout>hbox</layout>
|
|
<text>
|
|
<halign>left</halign>
|
|
<label>Welcome!</label>
|
|
</text>
|
|
<button>
|
|
<halign>right</halign>
|
|
<pref-width>20</pref-width>
|
|
<pref-height>20</pref-height>
|
|
<legend>X</legend>
|
|
<key>Esc</key>
|
|
<binding>
|
|
<command>dialog-close</command>
|
|
</binding>
|
|
</button>
|
|
</group>
|
|
|
|
<hrule/>
|
|
|
|
<group>
|
|
<layout>vbox</layout>
|
|
|
|
<text>
|
|
<halign>center</halign>
|
|
<label>Welcome to the IDG A32X Series!</label>
|
|
</text>
|
|
<text>
|
|
<halign>center</halign>
|
|
<label>This is a complex simulation of these amazing Airbus Aircraft.</label>
|
|
</text>
|
|
<text>
|
|
<halign>center</halign>
|
|
<label>They are currently still under development, and therefore are not complete yet.</label>
|
|
</text>
|
|
<text>
|
|
<halign>center</halign>
|
|
<label>Use the Aircraft Config to select livery, manage panel states, and more!</label>
|
|
</text>
|
|
<text>
|
|
<halign>center</halign>
|
|
<label>Please report bugs on the FlightGear forums! Enjoy!</label>
|
|
</text>
|
|
|
|
</group>
|
|
|
|
<hrule/>
|
|
|
|
<group>
|
|
<layout>hbox</layout>
|
|
|
|
<checkbox>
|
|
<label>Do not show this screen at FlightGear startup</label>
|
|
<halign>center</halign>
|
|
<property>/systems/acconfig/options/welcome-skip</property>
|
|
<binding>
|
|
<command>property-toggle</command>
|
|
<property>/systems/acconfig/options/welcome-skip</property>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-apply</command>
|
|
</binding>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>
|
|
acconfig.writeSettings();
|
|
</script>
|
|
</binding>
|
|
<live>true</live>
|
|
</checkbox>
|
|
|
|
</group>
|
|
|
|
<hrule/>
|
|
|
|
<group>
|
|
<layout>hbox</layout>
|
|
|
|
<button>
|
|
<halign>center</halign>
|
|
<legend>Open A/C Config</legend>
|
|
<pref-width>210</pref-width>
|
|
<binding>
|
|
<command>nasal</command>
|
|
<script>
|
|
acconfig.main_dlg.open();
|
|
</script>
|
|
</binding>
|
|
<binding>
|
|
<command>dialog-close</command>
|
|
</binding>
|
|
</button>
|
|
<button>
|
|
<halign>center</halign>
|
|
<legend>Go Away</legend>
|
|
<pref-width>210</pref-width>
|
|
<binding>
|
|
<command>dialog-close</command>
|
|
</binding>
|
|
</button>
|
|
</group>
|
|
|
|
</PropertyList>
|