1
0
Fork 0

1) Cool engine effect

This commit is contained in:
Victor Slavutinsky 2010-12-25 04:46:24 +03:00
parent 931e25a3a0
commit 1d41380470
2 changed files with 47 additions and 11 deletions

View file

@ -4,7 +4,7 @@
<name>radios</name> <name>radios</name>
<width>600</width> <width>600</width>
<height>370</height> <height>330</height>
<modal>false</modal> <modal>false</modal>
<text> <text>
@ -381,6 +381,40 @@
</group> </group>
<group>
<x>350</x>
<y>90</y>
<text>
<label>Transponder</label>
</text>
<input>
<name>transponder</name>
<x>100</x>
<y>0</y>
<width>75</width>
<height>25</height>
<property>/instrumentation/transponder/id-code</property>
</input>
<button>
<x>175</x>
<y>0</y>
<legend>Standby</legend>
<border>1</border>
<binding>
<command>property-assign</command>
<property>/instrumentation/transponder/id-code</property>
<value>0000</value>
</binding>
<binding>
<command>dialog-update</command>
<object-name>transponder</object-name>
</binding>
</button>
</group>
<group> <group>
<x>0</x> <x>0</x>
<y>60</y> <y>60</y>
@ -505,15 +539,5 @@
</button> </button>
</group> </group>
<group>
<x>400</x>
<y>60</y>
<button>
<legend>ATC Services in range</legend>
<binding>
<command>ATC-freq-search</command>
</binding>
</button>
</group>
</PropertyList> </PropertyList>

View file

@ -550,6 +550,18 @@
</menu> </menu>
<menu>
<label>SquawkGear</label>
<item>
<label>Direct Comms</label>
<binding>
<command>dialog-show</command>
<dialog-name>sq_comm</dialog-name>
</binding>
</item>
</menu>
<menu> <menu>
<label>Debug</label> <label>Debug</label>