1
0
Fork 0
fgdata/gui/dialogs/atc-freq-display.xml
mfranz c3442aa9d8 Formerly hard-coded dialogs from ATCDialog.cxx. Some text will be
overwritten by C++ code before displaying. These are written in
upper case letters, but this is only a hint for editors of this
file and doesn't impress ATCDialog.cxx.
2005-10-26 17:59:28 +00:00

41 lines
761 B
XML

<?xml version="1.0"?>
<PropertyList>
<name>atc-freq-display</name>
<x>70</x>
<layout>vbox</layout>
<text>
<label>TITLE ("ICAO Frequencies")</label>
</text>
<hrule><dummy/></hrule>
<group>
<name>frequency-list</name>
<layout>vbox</layout>
<!-- using one copy of group-template per frequency line -->
<group-template>
<hide>true</hide>
<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>
<binding>
<command>dialog-close</command>
</binding>
</button>
</PropertyList>