2019-10-14 16:48:35 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
2022-12-31 17:56:08 +00:00
|
|
|
<!-- Copyright (c) 2023 Josh Davidson (Octal450) -->
|
2019-10-14 16:48:35 +00:00
|
|
|
|
|
|
|
<!-- 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>
|
2020-11-20 17:27:49 +00:00
|
|
|
<label>F/A - Boarding</label>
|
2019-10-14 16:48:35 +00:00
|
|
|
<halign>left</halign>
|
2022-12-12 15:36:03 +00:00
|
|
|
<property>/sim/sound/fa_boarding</property>
|
2019-10-14 16:48:35 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<checkbox>
|
2020-11-20 17:27:49 +00:00
|
|
|
<label>F/A - Welcome</label>
|
2019-10-14 16:48:35 +00:00
|
|
|
<halign>left</halign>
|
2022-12-12 15:36:03 +00:00
|
|
|
<property>/sim/sound/fa_welcome</property>
|
2019-10-14 16:48:35 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<checkbox>
|
2020-11-20 17:27:49 +00:00
|
|
|
<label>Cpt - Welcome</label>
|
2019-10-14 16:48:35 +00:00
|
|
|
<halign>left</halign>
|
2022-12-12 15:36:03 +00:00
|
|
|
<property>/sim/sound/cpt_welcome</property>
|
2019-10-14 16:48:35 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<checkbox>
|
2020-11-20 17:27:49 +00:00
|
|
|
<label>Cpt - Doors Check</label>
|
2019-10-14 16:48:35 +00:00
|
|
|
<halign>left</halign>
|
2022-12-12 15:36:03 +00:00
|
|
|
<property>/sim/sound/cpt_doors</property>
|
2019-10-14 16:48:35 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<checkbox>
|
2020-11-20 17:27:49 +00:00
|
|
|
<label>F/A - Safety Brief </label>
|
2019-10-14 16:48:35 +00:00
|
|
|
<halign>left</halign>
|
2022-12-12 15:36:03 +00:00
|
|
|
<property>/sim/sound/fa_safety</property>
|
2019-10-14 16:48:35 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<checkbox>
|
2020-11-20 17:27:49 +00:00
|
|
|
<label>Cpt - Prepare for Takeoff</label>
|
2019-10-14 16:48:35 +00:00
|
|
|
<halign>left</halign>
|
2022-12-12 15:36:03 +00:00
|
|
|
<property>/sim/sound/cpt_takeoff</property>
|
2020-11-20 17:27:49 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<checkbox>
|
|
|
|
<label>F/A - Seatbelt Turned Off</label>
|
|
|
|
<halign>left</halign>
|
2022-12-12 15:36:03 +00:00
|
|
|
<property>/sim/sound/fa_seatbelt10k</property>
|
2020-11-20 17:27:49 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<checkbox>
|
|
|
|
<label>F/A - Descent</label>
|
|
|
|
<halign>left</halign>
|
2022-12-12 15:36:03 +00:00
|
|
|
<property>/sim/sound/fa_descent</property>
|
2020-11-20 17:27:49 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<checkbox>
|
|
|
|
<label>Cpt - Prepare for Landing</label>
|
|
|
|
<halign>left</halign>
|
2022-12-12 15:36:03 +00:00
|
|
|
<property>/sim/sound/cpt_landing</property>
|
2020-11-20 17:27:49 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<checkbox>
|
|
|
|
<label>F/A - Landed</label>
|
|
|
|
<halign>left</halign>
|
2022-12-12 15:36:03 +00:00
|
|
|
<property>/sim/sound/fa_landed</property>
|
2019-10-14 16:48:35 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
</group>
|
|
|
|
|
|
|
|
</group>
|
|
|
|
|
|
|
|
</PropertyList>
|