<?xml version="1.0"?>

<PropertyList>

 <name>radios</name>
 <width>600</width>
 <height>330</height>
 <modal>false</modal>

 <text>
  <x>10</x>
  <y>300</y>
  <label>Radio Frequencies</label>
 </text>

 <!-- headers -->
 <group>
  <x>0</x>
  <y>280</y>
  <text>
   <x>75</x>
   <label>Selected</label>
  </text>
  <text>
   <x>300</x>
   <label>Standby</label>
  </text>
  <text>
   <x>450</x>
   <label>Radial</label>
  </text>
 </group>

 <group>
  <x>0</x>
  <y>240</y>

  <text>
   <label>COM1</label>
  </text>

  <input>
   <name>com1-selected</name>
   <x>75</x>
   <y>0</y>
   <width>75</width>
   <height>25</height>
   <label>MHz</label>
   <property>/instrumentation/comm[0]/frequencies/selected-mhz</property>
  </input>

  <button>
   <x>220</x>
   <y>2</y>
   <width>35</width>
   <height>26</height>
   <border>1</border>
   <legend>&lt;-&gt;</legend>
   <binding>
    <command>dialog-apply</command>
    <object-name>com1-selected</object-name>
   </binding>
   <binding>
    <command>dialog-apply</command>
    <object-name>com1-standby</object-name>
   </binding>
   <binding>
    <command>property-swap</command>
    <property>/instrumentation/comm[0]/frequencies/selected-mhz</property>
    <property>/instrumentation/comm[0]/frequencies/standby-mhz</property>
   </binding>
   <binding>
    <command>dialog-update</command>
    <object-name>com1-selected</object-name>
   </binding>
   <binding>
    <command>dialog-update</command>
    <object-name>com1-standby</object-name>
   </binding>
  </button>

  <input>
   <name>com1-standby</name>
   <x>300</x>
   <y>0</y>
   <width>75</width>
   <height>25</height>
   <label>MHz</label>
   <property>/instrumentation/comm[0]/frequencies/standby-mhz</property>
  </input>

 </group>

 <group>
  <x>0</x>
  <y>210</y>

  <text>
   <label>COM2</label>
  </text>

  <input>
   <name>com2-selected</name>
   <x>75</x>
   <y>0</y>
   <width>75</width>
   <height>25</height>
   <label>MHz</label>
   <property>/instrumentation/comm[1]/frequencies/selected-mhz</property>
  </input>

  <button>
   <x>220</x>
   <y>2</y>
   <width>35</width>
   <height>26</height>
   <border>1</border>
   <legend>&lt;-&gt;</legend>
   <binding>
    <command>dialog-apply</command>
    <object-name>com2-selected</object-name>
   </binding>
   <binding>
    <command>dialog-apply</command>
    <object-name>com2-standby</object-name>
   </binding>
   <binding>
    <command>property-swap</command>
    <property>/instrumentation/comm[1]/frequencies/selected-mhz</property>
    <property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
   </binding>
   <binding>
    <command>dialog-update</command>
    <object-name>com2-selected</object-name>
   </binding>
   <binding>
    <command>dialog-update</command>
    <object-name>com2-standby</object-name>
   </binding>
  </button>

  <input>
   <name>com2-standby</name>
   <x>300</x>
   <y>0</y>
   <width>75</width>
   <height>25</height>
   <label>MHz</label>
   <property>/instrumentation/comm[1]/frequencies/standby-mhz</property>
  </input>

 </group>

 <group>
  <x>0</x>
  <y>180</y>

  <text>
   <label>NAV1</label>
  </text>

  <input>
   <name>nav1-selected</name>
   <x>75</x>
   <y>0</y>
   <width>75</width>
   <height>25</height>
   <label>MHz</label>
   <property>/instrumentation/nav[0]/frequencies/selected-mhz</property>
  </input>

  <button>
   <x>220</x>
   <y>2</y>
   <width>35</width>
   <height>26</height>
   <border>1</border>
   <legend>&lt;-&gt;</legend>
   <binding>
    <command>dialog-apply</command>
    <object-name>nav1-selected</object-name>
   </binding>
   <binding>
    <command>dialog-apply</command>
    <object-name>nav1-standby</object-name>
   </binding>
   <binding>
    <command>property-swap</command>
    <property>/instrumentation/nav[0]/frequencies/selected-mhz</property>
    <property>/instrumentation/nav[0]/frequencies/standby-mhz</property>
   </binding>
   <binding>
    <command>dialog-update</command>
    <object-name>nav1-selected</object-name>
   </binding>
   <binding>
    <command>dialog-update</command>
    <object-name>nav1-standby</object-name>
   </binding>
  </button>

  <input>
   <name>nav1-standby</name>
   <x>300</x>
   <y>0</y>
   <width>75</width>
   <height>25</height>
   <label>MHz</label>
   <property>/instrumentation/nav[0]/frequencies/standby-mhz</property>
  </input>

  <input>
   <name>nav1-radial</name>
   <x>450</x>
   <y>0</y>
   <width>75</width>
   <height>25</height>
   <label>deg</label>
   <property>/instrumentation/nav[0]/radials/selected-deg</property>
  </input>

 </group>

 <group>
  <x>0</x>
  <y>150</y>

  <text>
   <label>NAV2</label>
  </text>

  <input>
   <name>nav2-selected</name>
   <x>75</x>
   <y>0</y>
   <width>75</width>
   <height>25</height>
   <label>MHz</label>
   <property>/instrumentation/nav[1]/frequencies/selected-mhz</property>
  </input>

  <button>
   <x>220</x>
   <y>2</y>
   <width>35</width>
   <height>26</height>
   <border>1</border>
   <legend>&lt;-&gt;</legend>
   <binding>
    <command>dialog-apply</command>
    <object-name>nav2-selected</object-name>
   </binding>
   <binding>
    <command>dialog-apply</command>
    <object-name>nav2-standby</object-name>
   </binding>
   <binding>
    <command>property-swap</command>
    <property>/instrumentation/nav[1]/frequencies/selected-mhz</property>
    <property>/instrumentation/nav[1]/frequencies/standby-mhz</property>
   </binding>
   <binding>
    <command>dialog-update</command>
    <object-name>nav2-selected</object-name>
   </binding>
   <binding>
    <command>dialog-update</command>
    <object-name>nav2-standby</object-name>
   </binding>
  </button>

  <input>
   <name>nav2-standby</name>
   <x>300</x>
   <y>0</y>
   <width>75</width>
   <height>25</height>
   <label>MHz</label>
   <property>/instrumentation/nav[1]/frequencies/standby-mhz</property>
  </input>

  <input>
   <name>nav2-radial</name>
   <x>450</x>
   <y>0</y>
   <width>75</width>
   <height>25</height>
   <label>deg</label>
   <property>/instrumentation/nav[1]/radials/selected-deg</property>
  </input>

 </group>

 <group>
  <x>0</x>
  <y>120</y>

  <text>
   <label>ADF</label>
  </text>

  <input>
   <name>adf-selected</name>
   <x>75</x>
   <y>0</y>
   <width>75</width>
   <height>25</height>
   <label>kHz</label>
   <property>/instrumentation/adf/frequencies/selected-khz</property>
  </input>

  <button>
   <x>220</x>
   <y>2</y>
   <width>35</width>
   <height>26</height>
   <border>1</border>
   <legend>&lt;-&gt;</legend>
   <binding>
    <command>dialog-apply</command>
    <object-name>adf-selected</object-name>
   </binding>
   <binding>
    <command>dialog-apply</command>
    <object-name>adf-standby</object-name>
   </binding>
   <binding>
    <command>property-swap</command>
    <property>/instrumentation/adf/frequencies/selected-khz</property>
    <property>/instrumentation/adf/frequencies/standby-khz</property>
   </binding>
   <binding>
    <command>dialog-update</command>
    <object-name>adf-selected</object-name>
   </binding>
   <binding>
    <command>dialog-update</command>
    <object-name>adf-standby</object-name>
   </binding>
  </button>

  <input>
   <name>adf-standby</name>
   <x>300</x>
   <y>0</y>
   <width>75</width>
   <height>25</height>
   <label>kHz</label>
   <property>/instrumentation/adf/frequencies/standby-khz</property>
  </input>

  <input>
   <name>nav2-radial</name>
   <x>450</x>
   <y>0</y>
   <width>75</width>
   <height>25</height>
   <label>deg</label>
   <property>/instrumentation/adf/rotation-deg</property>
  </input>

 </group>

 <group>
  <x>0</x>
  <y>90</y>

  <text>
   <label>DME</label>
  </text>

  <input>
   <name>dme-selected</name>
   <x>75</x>
   <y>0</y>
   <width>75</width>
   <height>25</height>
   <label>MHz</label>
   <property>/instrumentation/dme/frequencies/selected-mhz</property>
  </input>

 </group>

 <group>
  <x>0</x>
  <y>60</y>

  <text>
   <label>TACAN</label>
  </text>

  <combo>
   <x>75</x>
   <y>0</y>
   <width>45</width>
   <height>25</height>
   <property>/instrumentation/tacan/frequencies/selected-channel[1]</property>
   <value>0</value>
   <value>1</value>
   <value>2</value>
   <value>3</value>
   <value>4</value>
   <value>5</value>
   <value>6</value>
   <value>7</value>
   <value>8</value>
   <value>9</value>
  </combo>
<!---->
  <combo>
   <x>120</x>
   <y>0</y>
   <width>45</width>
   <height>25</height>
   <property>/instrumentation/tacan/frequencies/selected-channel[2]</property>
   <value>0</value>
   <value>1</value>
   <value>2</value>
   <value>3</value>
   <value>4</value>
   <value>5</value>
   <value>6</value>
   <value>7</value>
   <value>8</value>
   <value>9</value>
  </combo>

  <combo>
   <x>165</x>
   <y>0</y>
   <width>45</width>
   <height>25</height>
   <property>/instrumentation/tacan/frequencies/selected-channel[3]</property>
   <value>0</value>
   <value>1</value>
   <value>2</value>
   <value>3</value>
   <value>4</value>
   <value>5</value>
   <value>6</value>
   <value>7</value>
   <value>8</value>
   <value>9</value>
  </combo>

  <combo>
   <x>210</x>
   <y>0</y>
   <width>47</width>
   <height>25</height>
   <property>/instrumentation/tacan/frequencies/selected-channel[4]</property>
   <value>X</value>
   <value>Y</value>
  </combo>

  
 </group>
 

 <group>

  <button>
   <x>105</x>
   <y>10</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>205</x>
   <y>10</y>
   <legend>Apply</legend>
   <equal>true</equal>
   <binding>
    <command>dialog-apply</command>
   </binding>
  </button>

  <button>
   <x>305</x>
   <y>10</y>
   <legend>Reset</legend>
   <equal>true</equal>
   <binding>
    <command>dialog-update</command>
   </binding>
  </button>

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

 </group>

</PropertyList>