2005-10-26 17:59:28 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<name>atc-dialog</name>
|
2005-11-06 20:22:43 +00:00
|
|
|
<y>40</y>
|
2005-10-26 17:59:28 +00:00
|
|
|
<layout>vbox</layout>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<label>ATC Communication</label>
|
|
|
|
</text>
|
|
|
|
|
|
|
|
<hrule><dummy/></hrule>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<name>transmission-choice</name>
|
|
|
|
<layout>vbox</layout>
|
|
|
|
<!-- using one copy of button-template per ATC message -->
|
|
|
|
<button-template>
|
|
|
|
<hide>true</hide>
|
|
|
|
<legend>LEGEND</legend>
|
|
|
|
<equal>true</equal>
|
|
|
|
<property>PROPERTY</property>
|
2005-11-05 13:59:06 +00:00
|
|
|
<keynum type="int">-1</keynum>
|
2005-10-26 17:59:28 +00:00
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/sim/atc/transmission-num</property>
|
2005-11-05 13:59:06 +00:00
|
|
|
<value type="int">-1</value>
|
2005-10-26 17:59:28 +00:00
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button-template>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
<button>
|
|
|
|
<legend>Cancel</legend>
|
2005-11-05 18:42:28 +00:00
|
|
|
<key>Esc</key>
|
2005-10-26 17:59:28 +00:00
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
</PropertyList>
|