<?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>
   <default>true</default>
   <equal>true</equal>
   <binding>
    <command>dialog-apply</command>
   </binding>
   <binding>
    <command>dialog-close</command>
   </binding>
  </button>

  <button>
   <x>150</x>
   <y>0</y>
   <legend>Apply</legend>
   <equal>true</equal>
   <binding>
    <command>dialog-apply</command>
   </binding>
  </button>

  <button>
   <x>250</x>
   <y>0</y>
   <legend>Reset</legend>
   <equal>true</equal>
   <binding>
    <command>dialog-update</command>
   </binding>
  </button>

  <button>
   <x>350</x>
   <y>0</y>
   <legend>Cancel</legend>
   <equal>true</equal>
   <key>Esc</key>
   <binding>
    <command>dialog-close</command>
   </binding>
  </button>

 </group>

</PropertyList>