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

103 lines
2 KiB
XML
Raw Normal View History

2017-07-29 16:50:51 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2019-01-01 06:03:06 +00:00
<!-- Copyright (c) 2019 Joshua Davidson (it0uchpods) -->
2017-07-29 16:50:51 +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>
<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>