1
0
Fork 0
fgdata/gui/dialogs/instrument-failures.xml
david b9375d1005 Added instrument-failure dialog.
Cleaned up system-failure dialog.
2003-01-26 20:19:15 +00:00

169 lines
2.8 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<!-- Control the weather -->
<name>instrument-failures</name>
<width>500</width>
<height>240</height>
<modal>false</modal>
<text>
<x>10</x>
<y>210</y>
<label>Instrument Failures</label>
</text>
<group>
<y>180</y>
<text>
<x>100</x>
<label>(Uncheck an instrument to fail it.)</label>
</text>
</group>
<group>
<y>150</y>
<checkbox>
<x>10</x>
<y>0</y>
<width>20</width>
<height>20</height>
<label>Airspeed Indicator</label>
<property>/instrumentation/airspeed-indicator/serviceable</property>
</checkbox>
<checkbox>
<x>240</x>
<y>0</y>
<width>20</width>
<height>20</height>
<label>Attitude Indicator</label>
<property>/instrumentation/attitude-indicator/serviceable</property>
</checkbox>
</group>
<group>
<y>120</y>
<checkbox>
<x>10</x>
<y>0</y>
<width>20</width>
<height>20</height>
<label>Altimeter</label>
<property>/instrumentation/altimeter/serviceable</property>
</checkbox>
<checkbox>
<x>240</x>
<y>0</y>
<width>20</width>
<height>20</height>
<label>Turn Indicator</label>
<property>/instrumentation/turn-indicator/serviceable</property>
</checkbox>
</group>
<group>
<y>90</y>
<checkbox>
<x>10</x>
<y>0</y>
<width>20</width>
<height>20</height>
<label>Slip/Skid Ball</label>
<property>/instrumentation/slip-skid-ball/serviceable</property>
</checkbox>
<checkbox>
<x>240</x>
<y>0</y>
<width>20</width>
<height>20</height>
<label>Heading Indicator</label>
<property>/instrumentation/heading-indicator/serviceable</property>
</checkbox>
</group>
<group>
<y>60</y>
<checkbox>
<x>10</x>
<y>0</y>
<width>20</width>
<height>20</height>
<label>Vertical Speed Indicator</label>
<property>/instrumentation/vertical-speed-indicator/serviceable</property>
</checkbox>
<checkbox>
<x>240</x>
<y>0</y>
<width>20</width>
<height>20</height>
<label>Magnetic Compass</label>
<property>/instrumentation/magnetic-compass/serviceable</property>
</checkbox>
</group>
<group>
<y>10</y>
<button>
<x>50</x>
<y>0</y>
<legend>OK</legend>
<binding>
<command>dialog-apply</command>
</binding>
<binding>
<command>dialog-close</command>
</binding>
<default>true</default>
</button>
<button>
<x>150</x>
<y>0</y>
<legend>Apply</legend>
<binding>
<command>dialog-apply</command>
</binding>
</button>
<button>
<x>250</x>
<y>0</y>
<legend>Reset</legend>
<binding>
<command>dialog-update</command>
</binding>
</button>
<button>
<x>350</x>
<y>0</y>
<legend>Cancel</legend>
<binding>
<command>dialog-close</command>
</binding>
</button>
</group>
</PropertyList>