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/Systems/failures-dlg.xml

69 lines
1.1 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<name>failures-dlg</name>
<layout>vbox</layout>
<text>
<label>Failures</label>
</text>
<hrule/>
<text>
<label>Engine fire</label>
</text>
<group>
<layout>hbox</layout>
<checkbox>
<label>Engine 1</label>
<property>engines/engine[0]/on-fire</property>
<binding>
<command>dialog-apply</command>
</binding>
<live>true</live>
</checkbox>
<checkbox>
<label>Engine 2</label>
<property>engines/engine[1]/on-fire</property>
<binding>
<command>dialog-apply</command>
</binding>
<live>true</live>
</checkbox>
<checkbox>
<label>APU</label>
<property>engines/apu/on-fire</property>
<binding>
<command>dialog-apply</command>
</binding>
<live>true</live>
</checkbox>
</group>
<hrule/>
<group>
<layout>vbox</layout>
<button>
<legend>Close</legend>
<default>true</default>
<key>Esc</key>
<padding>10</padding>
<binding>
<command>dialog-apply</command>
</binding>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
</PropertyList>