1
0
Fork 0

Add checkboxes.

This commit is contained in:
david 2003-01-19 17:23:38 +00:00
parent 5094e52b16
commit 34ac18b305

View file

@ -43,13 +43,13 @@
<label>Heading</label> <label>Heading</label>
</text> </text>
<input> <checkbox>
<x>150</x> <x>150</x>
<y>200</y> <y>200</y>
<width>75</width> <width>12</width>
<height>25</height> <height>12</height>
<property>/autopilot/locks/heading</property> <property>/autopilot/locks/heading</property>
</input> </checkbox>
<input> <input>
<x>250</x> <x>250</x>
@ -65,13 +65,13 @@
<label>Altitude</label> <label>Altitude</label>
</text> </text>
<input> <checkbox>
<x>150</x> <x>150</x>
<y>170</y> <y>170</y>
<width>75</width> <width>12</width>
<height>25</height> <height>12</height>
<property>/autopilot/locks/altitude</property> <property>/autopilot/locks/altitude</property>
</input> </checkbox>
<input> <input>
<x>250</x> <x>250</x>
@ -87,13 +87,13 @@
<label>VOR 1</label> <label>VOR 1</label>
</text> </text>
<input> <checkbox>
<x>150</x> <x>150</x>
<y>140</y> <y>140</y>
<width>75</width> <width>12</width>
<height>25</height> <height>12</height>
<property>/autopilot/locks/nav</property> <property>/autopilot/locks/nav</property>
</input> </checkbox>
<text> <text>
<x>10</x> <x>10</x>
@ -101,13 +101,13 @@
<label>Glideslope</label> <label>Glideslope</label>
</text> </text>
<input> <checkbox>
<x>150</x> <x>150</x>
<y>110</y> <y>110</y>
<width>75</width> <width>12</width>
<height>25</height> <height>12</height>
<property>/autopilot/locks/glide-slope</property> <property>/autopilot/locks/glide-slope</property>
</input> </checkbox>
<text> <text>
<x>10</x> <x>10</x>
@ -115,13 +115,13 @@
<label>Autothrottle</label> <label>Autothrottle</label>
</text> </text>
<input> <checkbox>
<x>150</x> <x>150</x>
<y>80</y> <y>80</y>
<width>75</width> <width>12</width>
<height>25</height> <height>12</height>
<property>/autopilot/locks/auto-throttle</property> <property>/autopilot/locks/auto-throttle</property>
</input> </checkbox>
<text> <text>
<x>10</x> <x>10</x>
@ -129,13 +129,13 @@
<label>Terrain Follow</label> <label>Terrain Follow</label>
</text> </text>
<input> <checkbox>
<x>150</x> <x>150</x>
<y>50</y> <y>50</y>
<width>75</width> <width>12</width>
<height>25</height> <height>12</height>
<property>/autopilot/locks/terrain</property> <property>/autopilot/locks/terrain</property>
</input> </checkbox>
<!-- Button Group --> <!-- Button Group -->