This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/AircraftConfig/announce.xml
Jonathan Redpath 113ac980f9 sounds
2017-07-29 17:50:51 +01:00

107 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!--
#######################################
# Copyright (c) A3XX Development Team #
#######################################
-->
<!-- A3XX Aircraft Config Dialog -->
<PropertyList>
<name>announcements</name>
<layout>vbox</layout>
<group>
<layout>hbox</layout>
<text>
<halign>left</halign>
<label>Announcements</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>hbox</layout>
<group>
<layout>vbox</layout>
<checkbox>
<label>Welcome (F/A)</label>
<halign>left</halign>
<property>/sim/sounde/welcomefa</property>
<binding>
<command>dialog-apply</command>
</binding>
<live>true</live>
</checkbox>
<checkbox>
<label>Welcome (Capt)</label>
<halign>left</halign>
<property>/sim/sounde/welcomecapt</property>
<binding>
<command>dialog-apply</command>
</binding>
<live>true</live>
</checkbox>
<checkbox>
<label>Doors Departure</label>
<halign>left</halign>
<property>/sim/sounde/doors</property>
<binding>
<command>dialog-apply</command>
</binding>
<live>true</live>
</checkbox>
<checkbox>
<label>SafetyBrief</label>
<halign>left</halign>
<property>/sim/sounde/safety</property>
<binding>
<command>dialog-apply</command>
</binding>
<live>true</live>
</checkbox>
<checkbox>
<label>Prepare for Takeoff</label>
<halign>left</halign>
<property>/sim/sounde/prepareto</property>
<binding>
<command>dialog-apply</command>
</binding>
<live>true</live>
</checkbox>
<checkbox>
<label>Seatbelt Turned Off</label>
<halign>left</halign>
<property>/sim/sounde/seatbelt-10k</property>
<binding>
<command>dialog-apply</command>
</binding>
<live>true</live>
</checkbox>
</group>
</group>
</PropertyList>