1
0
Fork 0

Add V/S and A/T Speed to dialog

This commit is contained in:
jimw 2003-07-19 21:11:44 +00:00
parent ac0df896e8
commit 81e3edc10b

View file

@ -4,12 +4,12 @@
<name>autopilot</name> <name>autopilot</name>
<width>500</width> <width>500</width>
<height>300</height> <height>330</height>
<modal>false</modal> <modal>false</modal>
<text> <text>
<x>10</x> <x>10</x>
<y>270</y> <y>300</y>
<label>AutoPilot Settings</label> <label>AutoPilot Settings</label>
</text> </text>
@ -17,19 +17,19 @@
<text> <text>
<x>10</x> <x>10</x>
<y>230</y> <y>260</y>
<label>Function</label> <label>Function</label>
</text> </text>
<text> <text>
<x>150</x> <x>150</x>
<y>230</y> <y>260</y>
<label>Activated</label> <label>Activated</label>
</text> </text>
<text> <text>
<x>250</x> <x>250</x>
<y>230</y> <y>260</y>
<label>Setting</label> <label>Setting</label>
</text> </text>
@ -37,13 +37,13 @@
<text> <text>
<x>10</x> <x>10</x>
<y>200</y> <y>230</y>
<label>Heading</label> <label>Heading</label>
</text> </text>
<checkbox> <checkbox>
<x>150</x> <x>150</x>
<y>200</y> <y>230</y>
<width>12</width> <width>12</width>
<height>12</height> <height>12</height>
<property>/autopilot/locks/heading</property> <property>/autopilot/locks/heading</property>
@ -51,7 +51,7 @@
<input> <input>
<x>250</x> <x>250</x>
<y>200</y> <y>230</y>
<width>150</width> <width>150</width>
<height>25</height> <height>25</height>
<property>/autopilot/settings/heading-bug-deg</property> <property>/autopilot/settings/heading-bug-deg</property>
@ -59,13 +59,13 @@
<text> <text>
<x>10</x> <x>10</x>
<y>170</y> <y>200</y>
<label>Altitude</label> <label>Altitude</label>
</text> </text>
<checkbox> <checkbox>
<x>150</x> <x>150</x>
<y>170</y> <y>200</y>
<width>12</width> <width>12</width>
<height>12</height> <height>12</height>
<property>/autopilot/locks/altitude</property> <property>/autopilot/locks/altitude</property>
@ -73,7 +73,7 @@
<input> <input>
<x>250</x> <x>250</x>
<y>170</y> <y>200</y>
<width>150</width> <width>150</width>
<height>25</height> <height>25</height>
<property>/autopilot/settings/altitude-ft</property> <property>/autopilot/settings/altitude-ft</property>
@ -81,13 +81,13 @@
<text> <text>
<x>10</x> <x>10</x>
<y>140</y> <y>170</y>
<label>VOR 1</label> <label>VOR 1</label>
</text> </text>
<checkbox> <checkbox>
<x>150</x> <x>150</x>
<y>140</y> <y>170</y>
<width>12</width> <width>12</width>
<height>12</height> <height>12</height>
<property>/autopilot/locks/nav</property> <property>/autopilot/locks/nav</property>
@ -95,13 +95,13 @@
<text> <text>
<x>10</x> <x>10</x>
<y>110</y> <y>140</y>
<label>Glideslope</label> <label>Glideslope</label>
</text> </text>
<checkbox> <checkbox>
<x>150</x> <x>150</x>
<y>110</y> <y>140</y>
<width>12</width> <width>12</width>
<height>12</height> <height>12</height>
<property>/autopilot/locks/glide-slope</property> <property>/autopilot/locks/glide-slope</property>
@ -109,22 +109,44 @@
<text> <text>
<x>10</x> <x>10</x>
<y>80</y> <y>110</y>
<label>Autothrottle</label> <label>Autothrottle</label>
</text> </text>
<checkbox> <checkbox>
<x>150</x> <x>150</x>
<y>80</y> <y>110</y>
<width>12</width> <width>12</width>
<height>12</height> <height>12</height>
<property>/autopilot/locks/auto-throttle</property> <property>/autopilot/locks/auto-throttle</property>
</checkbox> </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> <text>
<x>10</x> <x>10</x>
<y>50</y> <y>50</y>
<label>Terrain Follow</label> <label>Vertical Speed</label>
</text> </text>
<checkbox> <checkbox>
@ -132,9 +154,17 @@
<y>50</y> <y>50</y>
<width>12</width> <width>12</width>
<height>12</height> <height>12</height>
<property>/autopilot/locks/terrain</property> <property>/autopilot/locks/vert-speed</property>
</checkbox> </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 Group -->