12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!-- Honeywell Bendix/King KLN-90B GPS -->
- <PropertyList>
-
- <name>KLN-90B</name>
- <background>transparent-bg.png</background>
- <w>400</w>
- <h>142</h>
-
- <instruments>
- <instrument include="display.xml">
- <name>Display</name>
- <x>200</x>
- <y>71</y>
- <w>400</w>
- <h>142</h>
- </instrument>
-
- <instrument include="supernav1.xml">
- <condition>
- <property>instrumentation/gps-annunciator/super-nav</property>
- </condition>
- <name>supernav</name>
- <x>150</x>
- <y>71</y>
- <w>300</w>
- <h>142</h>
- </instrument>
-
- <instrument include="lhtext.xml">
- <condition>
- <not>
- <property>instrumentation/gps-annunciator/super-nav</property>
- </not>
- </condition>
- <name>lh text</name>
- <x>100</x>
- <y>71</y>
- <w>200</w>
- <h>142</h>
- </instrument>
-
- <instrument include="rhtext.xml">
- <condition>
- <not>
- <property>instrumentation/gps-annunciator/super-nav</property>
- </not>
- </condition>
- <name>rh text</name>
- <x>300</x>
- <y>71</y>
- <w>200</w>
- <h>142</h>
- </instrument>
- </instruments>
-
- </PropertyList>
|