211 lines
No EOL
3.1 KiB
XML
211 lines
No EOL
3.1 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<name>autopilot</name>
|
|
<width>500</width>
|
|
<height>330</height>
|
|
<modal>false</modal>
|
|
|
|
<text>
|
|
<x>10</x>
|
|
<y>300</y>
|
|
<label>AutoPilot Settings</label>
|
|
</text>
|
|
|
|
<!-- Headings -->
|
|
|
|
<text>
|
|
<x>10</x>
|
|
<y>260</y>
|
|
<label>Function</label>
|
|
</text>
|
|
|
|
<text>
|
|
<x>150</x>
|
|
<y>260</y>
|
|
<label>Activated</label>
|
|
</text>
|
|
|
|
<text>
|
|
<x>250</x>
|
|
<y>260</y>
|
|
<label>Setting</label>
|
|
</text>
|
|
|
|
<!-- Data Rows -->
|
|
|
|
<text>
|
|
<x>10</x>
|
|
<y>230</y>
|
|
<label>Heading</label>
|
|
</text>
|
|
|
|
<checkbox>
|
|
<x>150</x>
|
|
<y>230</y>
|
|
<width>12</width>
|
|
<height>12</height>
|
|
<property>/autopilot/locks/heading</property>
|
|
</checkbox>
|
|
|
|
<input>
|
|
<x>250</x>
|
|
<y>230</y>
|
|
<width>150</width>
|
|
<height>25</height>
|
|
<property>/autopilot/settings/heading-bug-deg</property>
|
|
</input>
|
|
|
|
<text>
|
|
<x>10</x>
|
|
<y>200</y>
|
|
<label>Altitude</label>
|
|
</text>
|
|
|
|
<checkbox>
|
|
<x>150</x>
|
|
<y>200</y>
|
|
<width>12</width>
|
|
<height>12</height>
|
|
<property>/autopilot/locks/altitude</property>
|
|
</checkbox>
|
|
|
|
<input>
|
|
<x>250</x>
|
|
<y>200</y>
|
|
<width>150</width>
|
|
<height>25</height>
|
|
<property>/autopilot/settings/altitude-ft</property>
|
|
</input>
|
|
|
|
<text>
|
|
<x>10</x>
|
|
<y>170</y>
|
|
<label>VOR 1</label>
|
|
</text>
|
|
|
|
<checkbox>
|
|
<x>150</x>
|
|
<y>170</y>
|
|
<width>12</width>
|
|
<height>12</height>
|
|
<property>/autopilot/locks/nav</property>
|
|
</checkbox>
|
|
|
|
<text>
|
|
<x>10</x>
|
|
<y>140</y>
|
|
<label>Glideslope</label>
|
|
</text>
|
|
|
|
<checkbox>
|
|
<x>150</x>
|
|
<y>140</y>
|
|
<width>12</width>
|
|
<height>12</height>
|
|
<property>/autopilot/locks/glide-slope</property>
|
|
</checkbox>
|
|
|
|
<text>
|
|
<x>10</x>
|
|
<y>110</y>
|
|
<label>Autothrottle</label>
|
|
</text>
|
|
|
|
<checkbox>
|
|
<x>150</x>
|
|
<y>110</y>
|
|
<width>12</width>
|
|
<height>12</height>
|
|
<property>/autopilot/locks/auto-throttle</property>
|
|
</checkbox>
|
|
|
|
<input>
|
|
<x>250</x>
|
|
<y>110</y>
|
|
<width>150</width>
|
|
<height>25</height>
|
|
<property>/autopilot/settings/speed-kt</property>
|
|
</input>
|
|
|
|
<text>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<label>Terrain Follow</label>
|
|
</text>
|
|
|
|
<checkbox>
|
|
<x>150</x>
|
|
<y>80</y>
|
|
<width>12</width>
|
|
<height>12</height>
|
|
<property>/autopilot/locks/terrain</property>
|
|
</checkbox>
|
|
|
|
<text>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<label>Vertical Speed</label>
|
|
</text>
|
|
|
|
<checkbox>
|
|
<x>150</x>
|
|
<y>50</y>
|
|
<width>12</width>
|
|
<height>12</height>
|
|
<property>/autopilot/locks/vert-speed</property>
|
|
</checkbox>
|
|
|
|
<input>
|
|
<x>250</x>
|
|
<y>50</y>
|
|
<width>150</width>
|
|
<height>25</height>
|
|
<property>/autopilot/settings/vertical-speed-fpm</property>
|
|
</input>
|
|
|
|
|
|
<!-- 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> |