kma24_panel.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0"?>
  2. <!-- KMA-24 Audio Panel Hotspots -->
  3. <!-- Gary R. Neely 'Buckaroo', 2011 -->
  4. <PropertyList>
  5. <name>Main Panel</name>
  6. <background>Aircraft/Optica/Panels/transparent-bg.rgb</background>
  7. <w>96</w>
  8. <h>32</h>
  9. <instruments>
  10. <instrument>
  11. <name>panel hotspots</name>
  12. <x>48</x>
  13. <y>16</y>
  14. <w>96</w>
  15. <h>32</h>
  16. <w-base>96</w-base>
  17. <h-base>32</h-base>
  18. <actions>
  19. <action>
  20. <name>KMA24_PowerInc</name>
  21. <button>0</button>
  22. <x>33</x>
  23. <y>-9</y>
  24. <w>10</w>
  25. <h>18</h>
  26. <binding>
  27. <command>property-adjust</command>
  28. <property>/controls/switches/kma-24</property>
  29. <step>1</step>
  30. <min>0</min>
  31. <max>5</max>
  32. <wrap>false</wrap>
  33. </binding>
  34. </action>
  35. <action>
  36. <name>KMA24_PowerDec</name>
  37. <button>1</button>
  38. <x>33</x>
  39. <y>-9</y>
  40. <w>10</w>
  41. <h>18</h>
  42. <binding>
  43. <command>property-adjust</command>
  44. <property>/controls/switches/kma-24</property>
  45. <step>-1</step>
  46. <min>0</min>
  47. <max>5</max>
  48. <wrap>false</wrap>
  49. </binding>
  50. </action>
  51. <action>
  52. <name>Test</name>
  53. <button>0</button>
  54. <x>-38</x>
  55. <y>5</y>
  56. <w>5</w>
  57. <h>5</h>
  58. <binding>
  59. <command>property-toggle</command>
  60. <property>/instrumentation/audio-panel/test</property>
  61. </binding>
  62. </action>
  63. <action>
  64. <name>Mkr</name>
  65. <button>0</button>
  66. <x>11</x>
  67. <y>-11</y>
  68. <w>4</w>
  69. <h>8</h>
  70. <binding>
  71. <command>property-toggle</command>
  72. <property>/instrumentation/marker-beacon/serviceable</property>
  73. </binding>
  74. </action>
  75. </actions>
  76. </instrument>
  77. </instruments>
  78. </PropertyList>