1
0
Fork 0
fgdata/gui/dialogs/atc-ai.xml

136 lines
2.3 KiB
XML
Raw Normal View History

2003-04-01 14:28:35 +00:00
<?xml version="1.0"?>
2005-10-02 19:56:44 +00:00
<!-- General ATC/AI options -->
2003-04-01 14:28:35 +00:00
2005-10-02 19:56:44 +00:00
<PropertyList>
2003-04-01 14:28:35 +00:00
<name>atc-ai</name>
<modal>false</modal>
2005-10-02 19:56:44 +00:00
<layout>vbox</layout>
2003-04-01 14:28:35 +00:00
<text>
<label>ATC/AI Options</label>
</text>
2005-10-02 19:56:44 +00:00
<hrule><dummy/></hrule>
2005-10-02 19:56:44 +00:00
<group>
<layout>hbox</layout>
<empty>
<pref-width>10</pref-width>
</empty>
<group>
<layout>vbox</layout>
<checkbox>
<halign>left</halign>
<label>Enable ATC</label>
<property>/sim/atc/enabled</property>
</checkbox>
<checkbox>
<halign>left</halign>
<label>Enable AI traffic</label>
<property>/sim/ai-traffic/enabled</property>
</checkbox>
<group>
<layout>hbox</layout>
<text>
<halign>left</halign>
<label>AI traffic density:</label>
</text>
<combo>
<halign>left</halign>
<property>/sim/ai-traffic/level</property>
<value>1</value>
<value>2</value>
<value>3</value>
</combo>
</group>
</group>
<empty><stretch>true</stretch></empty>
</group>
2005-10-02 19:56:44 +00:00
<hrule><dummy/></hrule>
<text>
2005-10-02 19:56:44 +00:00
<halign>left</halign>
<label>AI Carrier:</label>
2005-10-02 19:56:44 +00:00
<color>
<red>0.5</red>
<green>0.5</green>
<blue>0.5</blue>
<alpha>1</alpha>
</color>
</text>
2005-10-02 19:56:44 +00:00
<group>
<layout>hbox</layout>
<empty>
<pref-width>10</pref-width>
</empty>
<group>
<layout>vbox</layout>
<checkbox>
<halign>left</halign>
<label>Turn into wind</label>
<property>/ai/models/carrier/controls/turn-to-launch-hdg[0]</property>
</checkbox>
</group>
<empty><stretch>true</stretch></empty>
</group>
2003-04-01 14:28:35 +00:00
<group>
2005-10-02 19:56:44 +00:00
<layout>hbox</layout>
<default-padding>6</default-padding>
<empty><stretch>true</stretch></empty>
2003-04-01 14:28:35 +00:00
<button>
<legend>OK</legend>
<default>true</default>
<equal>true</equal>
2003-04-01 14:28:35 +00:00
<binding>
<command>dialog-apply</command>
</binding>
<binding>
<command>dialog-close</command>
</binding>
</button>
<button>
<legend>Apply</legend>
<equal>true</equal>
2003-04-01 14:28:35 +00:00
<binding>
<command>dialog-apply</command>
</binding>
</button>
<button>
<legend>Reset</legend>
<equal>true</equal>
2003-04-01 14:28:35 +00:00
<binding>
<command>dialog-update</command>
</binding>
</button>
<button>
<legend>Cancel</legend>
<equal>true</equal>
2003-04-01 14:28:35 +00:00
<binding>
<command>dialog-close</command>
</binding>
</button>
2005-10-02 19:56:44 +00:00
<empty><stretch>true</stretch></empty>
2003-04-01 14:28:35 +00:00
</group>
</PropertyList>