panel_podleft.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0"?>
  2. <!--
  3. Edgley OA-7 Optica
  4. Gary R. Neely 'Buckaroo', Jan 2011
  5. -->
  6. <PropertyList>
  7. <name>Column</name>
  8. <background>Aircraft/Optica/Panels/transparent-bg.rgb</background>
  9. <w>32</w>
  10. <h>16</h>
  11. <instruments>
  12. <instrument>
  13. <name>panel hotspots</name>
  14. <x>8</x>
  15. <y>8</y>
  16. <w>16</w>
  17. <h>16</h>
  18. <w-base>16</w-base>
  19. <h-base>16</h-base>
  20. <actions>
  21. <!-- Clock adjustment hotspots -->
  22. <action>
  23. <name>hour inc</name>
  24. <button>0</button>
  25. <x>-8</x>
  26. <y>-8</y>
  27. <w>8</w>
  28. <h>8</h>
  29. <binding>
  30. <command>property-adjust</command>
  31. <property>instrumentation/clock/offset-sec</property>
  32. <step>3600</step>
  33. <min>-43200</min>
  34. <max>43200</max>
  35. <wrap>false</wrap>
  36. </binding>
  37. </action>
  38. <action>
  39. <name>hour dec</name>
  40. <button>1</button>
  41. <x>-8</x>
  42. <y>-8</y>
  43. <w>8</w>
  44. <h>8</h>
  45. <binding>
  46. <command>property-adjust</command>
  47. <property>instrumentation/clock/offset-sec</property>
  48. <step>-3600</step>
  49. <min>-43200</min>
  50. <max>43200</max>
  51. <wrap>false</wrap>
  52. </binding>
  53. </action>
  54. <action>
  55. <name>min inc</name>
  56. <button>0</button>
  57. <x>0</x>
  58. <y>-8</y>
  59. <w>8</w>
  60. <h>8</h>
  61. <binding>
  62. <command>property-adjust</command>
  63. <property>instrumentation/clock/offset-sec</property>
  64. <step>60</step>
  65. <min>-43200</min>
  66. <max>43200</max>
  67. <wrap>false</wrap>
  68. </binding>
  69. </action>
  70. <action>
  71. <name>min dec</name>
  72. <button>1</button>
  73. <x>0</x>
  74. <y>-8</y>
  75. <w>8</w>
  76. <h>8</h>
  77. <binding>
  78. <command>property-adjust</command>
  79. <property>instrumentation/clock/offset-sec</property>
  80. <step>-60</step>
  81. <min>-43200</min>
  82. <max>43200</max>
  83. <wrap>false</wrap>
  84. </binding>
  85. </action>
  86. </actions>
  87. </instrument>
  88. </instruments>
  89. </PropertyList>