2005-10-26 17:59:28 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<name>atc-freq-display</name>
|
|
|
|
<layout>vbox</layout>
|
|
|
|
|
|
|
|
<text>
|
|
|
|
<label>TITLE ("ICAO Frequencies")</label>
|
|
|
|
</text>
|
|
|
|
|
2007-03-26 15:25:27 +00:00
|
|
|
<hrule/>
|
2005-10-26 17:59:28 +00:00
|
|
|
|
|
|
|
<group>
|
|
|
|
<name>frequency-list</name>
|
|
|
|
<layout>vbox</layout>
|
|
|
|
<!-- using one copy of group-template per frequency line -->
|
|
|
|
<group-template>
|
2008-08-05 05:28:27 +00:00
|
|
|
<enabled>false</enabled>
|
2005-10-26 17:59:28 +00:00
|
|
|
<layout>hbox</layout>
|
|
|
|
<text>
|
|
|
|
<halign>left</halign>
|
|
|
|
<label>LABEL</label>
|
|
|
|
</text>
|
|
|
|
<empty>
|
|
|
|
<stretch>true</stretch>
|
|
|
|
</empty>
|
|
|
|
<text>
|
|
|
|
<halign>right</halign>
|
|
|
|
<label>FREQUENCY</label>
|
|
|
|
</text>
|
|
|
|
</group-template>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
<button>
|
|
|
|
<legend>Close</legend>
|
|
|
|
<default>true</default>
|
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>
|