1
0
Fork 0
fgdata/gui/dialogs/autopilot.xml
2003-01-21 02:12:36 +00:00

181 lines
No EOL
2.6 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<name>autopilot</name>
<width>500</width>
<height>300</height>
<modal>false</modal>
<text>
<x>10</x>
<y>270</y>
<label>AutoPilot Settings</label>
</text>
<!-- Headings -->
<text>
<x>10</x>
<y>230</y>
<label>Function</label>
</text>
<text>
<x>150</x>
<y>230</y>
<label>Activated</label>
</text>
<text>
<x>250</x>
<y>230</y>
<label>Setting</label>
</text>
<!-- Data Rows -->
<text>
<x>10</x>
<y>200</y>
<label>Heading</label>
</text>
<checkbox>
<x>150</x>
<y>200</y>
<width>12</width>
<height>12</height>
<property>/autopilot/locks/heading</property>
</checkbox>
<input>
<x>250</x>
<y>200</y>
<width>150</width>
<height>25</height>
<property>/autopilot/settings/heading-bug-deg</property>
</input>
<text>
<x>10</x>
<y>170</y>
<label>Altitude</label>
</text>
<checkbox>
<x>150</x>
<y>170</y>
<width>12</width>
<height>12</height>
<property>/autopilot/locks/altitude</property>
</checkbox>
<input>
<x>250</x>
<y>170</y>
<width>150</width>
<height>25</height>
<property>/autopilot/settings/altitude-ft</property>
</input>
<text>
<x>10</x>
<y>140</y>
<label>VOR 1</label>
</text>
<checkbox>
<x>150</x>
<y>140</y>
<width>12</width>
<height>12</height>
<property>/autopilot/locks/nav</property>
</checkbox>
<text>
<x>10</x>
<y>110</y>
<label>Glideslope</label>
</text>
<checkbox>
<x>150</x>
<y>110</y>
<width>12</width>
<height>12</height>
<property>/autopilot/locks/glide-slope</property>
</checkbox>
<text>
<x>10</x>
<y>80</y>
<label>Autothrottle</label>
</text>
<checkbox>
<x>150</x>
<y>80</y>
<width>12</width>
<height>12</height>
<property>/autopilot/locks/auto-throttle</property>
</checkbox>
<text>
<x>10</x>
<y>50</y>
<label>Terrain Follow</label>
</text>
<checkbox>
<x>150</x>
<y>50</y>
<width>12</width>
<height>12</height>
<property>/autopilot/locks/terrain</property>
</checkbox>
<!-- Button Group -->
<button>
<x>105</x>
<y>10</y>
<legend>OK</legend>
<binding>
<command>dialog-apply</command>
</binding>
<binding>
<command>dialog-close</command>
</binding>
<default>true</default>
</button>
<button>
<x>205</x>
<y>10</y>
<legend>Apply</legend>
<binding>
<command>dialog-apply</command>
</binding>
</button>
<button>
<x>305</x>
<y>10</y>
<legend>Reset</legend>
<binding>
<command>dialog-update</command>
</binding>
</button>
<button>
<x>405</x>
<y>10</y>
<legend>Cancel</legend>
<binding>
<command>dialog-close</command>
</binding>
</button>
</PropertyList>