123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0"?>
- <!--
- Edgley OA-7 Optica
- Gary R. Neely 'Buckaroo', Jan 2011
- -->
- <PropertyList>
- <name>Column</name>
- <background>Aircraft/Optica/Panels/transparent-bg.rgb</background>
- <w>32</w>
- <h>16</h>
- <instruments>
- <instrument>
- <name>panel hotspots</name>
- <x>8</x>
- <y>8</y>
- <w>16</w>
- <h>16</h>
- <w-base>16</w-base>
- <h-base>16</h-base>
- <actions>
- <!-- Clock adjustment hotspots -->
- <action>
- <name>hour inc</name>
- <button>0</button>
- <x>-8</x>
- <y>-8</y>
- <w>8</w>
- <h>8</h>
- <binding>
- <command>property-adjust</command>
- <property>instrumentation/clock/offset-sec</property>
- <step>3600</step>
- <min>-43200</min>
- <max>43200</max>
- <wrap>false</wrap>
- </binding>
- </action>
- <action>
- <name>hour dec</name>
- <button>1</button>
- <x>-8</x>
- <y>-8</y>
- <w>8</w>
- <h>8</h>
- <binding>
- <command>property-adjust</command>
- <property>instrumentation/clock/offset-sec</property>
- <step>-3600</step>
- <min>-43200</min>
- <max>43200</max>
- <wrap>false</wrap>
- </binding>
- </action>
- <action>
- <name>min inc</name>
- <button>0</button>
- <x>0</x>
- <y>-8</y>
- <w>8</w>
- <h>8</h>
- <binding>
- <command>property-adjust</command>
- <property>instrumentation/clock/offset-sec</property>
- <step>60</step>
- <min>-43200</min>
- <max>43200</max>
- <wrap>false</wrap>
- </binding>
- </action>
- <action>
- <name>min dec</name>
- <button>1</button>
- <x>0</x>
- <y>-8</y>
- <w>8</w>
- <h>8</h>
- <binding>
- <command>property-adjust</command>
- <property>instrumentation/clock/offset-sec</property>
- <step>-60</step>
- <min>-43200</min>
- <max>43200</max>
- <wrap>false</wrap>
- </binding>
- </action>
- </actions>
- </instrument>
- </instruments>
- </PropertyList>
|