hud_Gnat.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <enable3d>true</enable3d>
  4. <label>
  5. <x>-300</x><y>36</y><width>60</width><height>12</height><box>true</box>
  6. <halign>right</halign>
  7. <format>Wind: %3.0f</format>
  8. <input><property>/environment/wind-speed-kt</property></input>
  9. </label>
  10. <label>
  11. <x>-300</x><y>24</y><width>60</width><height>12</height><box>true</box>
  12. <halign>right</halign>
  13. <format>From: %3.0f</format>
  14. <input><property>/environment/wind-from-heading-deg</property></input>
  15. </label>
  16. <label>
  17. <x>-300</x><y> 12</y><width>60</width><height>12</height><box>true</box>
  18. <halign>right</halign>
  19. <format>QNH: %3.2f</format>
  20. <input><property>/environment/pressure-sea-level-inhg</property></input>
  21. </label>
  22. <label>
  23. <x>-300</x><y> 0</y><width>60</width><height>12</height><box>true</box>
  24. <halign>right</halign>
  25. <format>SET: %3.2f</format>
  26. <input><property>/instrumentation/altimeter/setting-inhg</property></input>
  27. </label>
  28. <!--
  29. setprop("instrumentation/altimeter/setting-inhg", getprop("environment/pressure-sea-level-inhg") );
  30. -->
  31. <!-- ==================================================== aileron gauge -->
  32. <gauge>
  33. <name>Aileron</name>
  34. <x>-50</x><y>100</y><width>100</width><height>10</height>
  35. <option>notext</option>
  36. <option>bottom</option>
  37. <major-divisions>50</major-divisions>
  38. <minor-divisions>0</minor-divisions>
  39. <tick-bottom>false</tick-bottom>
  40. <tick-top>false</tick-top>
  41. <tick-right>true</tick-right>
  42. <tick-left>true</tick-left>
  43. <cap-bottom>false</cap-bottom>
  44. <cap-top>true</cap-top>
  45. <cap-right>false</cap-right>
  46. <cap-left>false</cap-left>
  47. <marker-offset>0.0</marker-offset>
  48. <enable-pointer>true</enable-pointer>
  49. <pointer-type>fixed</pointer-type>
  50. <input>
  51. <property>/controls/flight/aileron</property>
  52. <max>1.0</max><min>-1.0</min>
  53. </input>
  54. </gauge>
  55. <label>
  56. <x>-20</x><y>110</y><width>30</width><height>10</height>
  57. <format>Trim: %1.2f</format>
  58. <input>
  59. <property>/controls/flight/aileron-trim</property>
  60. </input>
  61. <halign>right</halign>
  62. </label>
  63. <label>
  64. <x>-20</x><y>95</y><width>30</width><height>10</height>
  65. <format>Aileron: %1.2f</format>
  66. <input>
  67. <property>/controls/flight/aileron</property>
  68. </input>
  69. <halign>right</halign>
  70. </label>
  71. <!-- ==================================================== elevator gauge -->
  72. <gauge>
  73. <name>Elevator</name>
  74. <x>115</x><y>-50</y><width>10</width><height>100</height>
  75. <option>vertical</option><option>left</option><option>notext</option>
  76. <major-divisions>50</major-divisions><minor-divisions>0</minor-divisions>
  77. <marker-offset>0.0</marker-offset>
  78. <tick-bottom>true</tick-bottom><tick-top>true</tick-top>
  79. <tick-right>false</tick-right><tick-left>false</tick-left>
  80. <cap-bottom>false</cap-bottom><cap-top>false</cap-top>
  81. <cap-right>false</cap-right><cap-left>true</cap-left>
  82. <enable-pointer>true</enable-pointer><pointer-type>fixed</pointer-type>
  83. <input>
  84. <property>/controls/flight/elevator</property>
  85. <max>1.0</max><min>-1.0</min>
  86. </input>
  87. </gauge>
  88. <label>
  89. <x>145</x><y>-5</y><width>30</width><height>10</height>
  90. <format>Trim: %1.2f</format>
  91. <input>
  92. <property>/controls/flight/elevator-trim</property>
  93. </input>
  94. <halign>right</halign>
  95. </label>
  96. <!-- ==================================================== elevator value -->
  97. <label>
  98. <x>100</x> <y>-18</y> <width>20</width> <height>6</height>
  99. <box>false</box> <halign>center</halign><format>%1.2f</format>
  100. <input>
  101. <property>/controls/flight/elevator</property>
  102. </input>
  103. </label>
  104. <label>
  105. <x>145</x> <y>-30</y> <width>20</width> <height>8</height>
  106. <box>false</box> <halign>center</halign>
  107. <format>AoA: %2.1f</format>
  108. <input>
  109. <property>/orientation/alpha-deg</property>
  110. </input>
  111. </label>
  112. <label>
  113. <name>G Load</name>
  114. <width>1</width>
  115. <height>1</height>
  116. <x>-120</x>
  117. <y>33</y>
  118. <input>
  119. <property>/accelerations/pilot/z-accel-fps_sec</property>
  120. <factor>-0.03108095</factor>
  121. <damp>1.0</damp>
  122. </input>
  123. <format>G%2.1f</format>
  124. <halign>left</halign>
  125. </label>
  126. <ladder>
  127. <name>Pitch Ladder</name>
  128. <type>pitch</type>
  129. <x>-30</x><!-- width px from centre -->
  130. <y>-200</y><!-- height px from centre -->
  131. <width>60</width>
  132. <height>400</height>
  133. <roll-input>
  134. <property>/orientation/roll-deg</property>
  135. </roll-input>
  136. <pitch-input>
  137. <property>/orientation/pitch-deg</property>
  138. </pitch-input>
  139. <compression-factor>8</compression-factor><!-- pixels per degree -->
  140. <display-span>8.0</display-span>
  141. <divisions>2.0</divisions>
  142. <screen-hole>10</screen-hole>
  143. <zero-bar-overlength>15</zero-bar-overlength>
  144. <enable-dive-bar-angle>true</enable-dive-bar-angle>
  145. <enable-dynamic-origin>false</enable-dynamic-origin>
  146. <enable-fuselage-ref-line>true</enable-fuselage-ref-line>
  147. <enable-target-spot>true</enable-target-spot>
  148. <enable-target-markers>true</enable-target-markers>
  149. <enable-velocity-vector>true</enable-velocity-vector>
  150. <enable-drift-marker>true</enable-drift-marker>
  151. <enable-alpha-bracket>true</enable-alpha-bracket>
  152. <enable-energy-marker>true</enable-energy-marker>
  153. <enable-climb-dive-marker>true</enable-climb-dive-marker>
  154. <enable-glide-slope-marker>true</enable-glide-slope-marker>
  155. <glide-slope>0.0</glide-slope>
  156. <enable-energy-worm>true</enable-energy-worm>
  157. <enable-waypoint-marker>true</enable-waypoint-marker>
  158. </ladder>
  159. <!-- ==================================================== keytest -->
  160. <label>
  161. <x>-30</x> <y>-165</y> <width>60</width> <height>10</height>
  162. <box>true</box> <halign>center</halign>
  163. <input>
  164. <property>/afcs/targetYawRate</property>
  165. </input>
  166. </label>
  167. <tape>
  168. <name>Gyrocompass</name>
  169. <x>-35</x>
  170. <y>20</y>
  171. <width>70</width>
  172. <height>2</height>
  173. <input>
  174. <property>orientation/heading-magnetic-deg</property>
  175. <factor>0.1</factor>
  176. <max>85</max>
  177. <min>0</min>
  178. </input>
  179. <display-span>5</display-span>
  180. <option>bottom</option>
  181. <major-divisions>5</major-divisions>
  182. <minor-divisions>1</minor-divisions>
  183. <tick-bottom>false</tick-bottom>
  184. <tick-top>false</tick-top>
  185. <tick-right>false</tick-right>
  186. <tick-left>false</tick-left>
  187. <cap-bottom>true</cap-bottom>
  188. <cap-top>true</cap-top>
  189. <cap-right>true</cap-right>
  190. <cap-left>true</cap-left>
  191. <marker-offset>0</marker-offset>
  192. <enable-pointer>false</enable-pointer>
  193. <pointer-type>fixed</pointer-type>
  194. <tick-type>line</tick-type>
  195. <tick-length>fixed</tick-length>
  196. </tape>
  197. <label>
  198. <name>Gyro Heading Marker</name>
  199. <x>0</x>
  200. <y>28</y>
  201. <width>1</width>
  202. <height>1</height>
  203. <format>v</format>
  204. </label>
  205. <label>
  206. <name>Gyro Heading Label</name>
  207. <x>-10</x>
  208. <y>33</y>
  209. <width>17</width>
  210. <height>4</height>
  211. <input>
  212. <property>/orientation/heading-magnetic-deg</property>
  213. </input>
  214. <format>%4.0f</format>
  215. <halign>center</halign>
  216. <box>false</box>
  217. </label>
  218. <label>
  219. <name>KIAS</name>
  220. <width>1</width>
  221. <height>1</height>
  222. <x>-60</x>
  223. <y>-60</y>
  224. <format>%3d</format>
  225. <halign>left</halign>
  226. <input>
  227. <property>/velocities/airspeed-kt</property>
  228. </input>
  229. <format>IAS:%3dkts</format>
  230. <halign>left</halign>
  231. <box>false</box>
  232. <option>right</option>
  233. </label>
  234. <label>
  235. <name>Altitude</name>
  236. <x>65</x>
  237. <y>-60</y>
  238. <width>1</width>
  239. <height>1</height>
  240. <input>
  241. <property>/position/altitude-ft</property>
  242. </input>
  243. <format>%4.0f</format>
  244. <halign>right</halign>
  245. <box>false</box>
  246. <option>left</option>
  247. </label>
  248. <label>
  249. <name>Altitude</name>
  250. <x>165</x>
  251. <y>-60</y>
  252. <width>1</width>
  253. <height>1</height>
  254. <input>
  255. <property>/instrumentation/altimeter/indicated-altitude-ft</property>
  256. </input>
  257. <format>%4.0f Indicated</format>
  258. <halign>right</halign>
  259. <box>false</box>
  260. <option>left</option>
  261. </label>
  262. <label>
  263. <name>AGL</name>
  264. <x>65</x>
  265. <y>-70</y>
  266. <width>1</width>
  267. <height>1</height>
  268. <input>
  269. <property>/position/altitude-agl-ft</property>
  270. </input>
  271. <format>AGL:%4.0f</format>
  272. <halign>right</halign>
  273. <box>false</box>
  274. <option>left</option>
  275. </label>
  276. <label>
  277. <name>MACH Number</name>
  278. <width>1</width>
  279. <height>1</height>
  280. <x>-60</x>
  281. <y>23</y>
  282. <input>
  283. <property>/velocities/mach</property>
  284. </input>
  285. <format>M%4.1f</format>
  286. <halign>left</halign>
  287. </label>
  288. <label>
  289. <name>Ground Speed</name>
  290. <width>1</width>
  291. <height>1</height>
  292. <x>-60</x>
  293. <y>-70</y>
  294. <format>GS:%3dkts</format>
  295. <halign>left</halign>
  296. <input>
  297. <property>/instrumentation/gps/indicated-ground-speed-kt</property>
  298. </input>
  299. </label>
  300. <label>
  301. <width>100</width><height>10</height><x>-100</x><y>-220</y>
  302. <halign>left</halign>
  303. <input><property>/afcs/routeManagerText</property></input>
  304. </label>
  305. <!-- Direction boxes -->
  306. <label><!--wings level -->
  307. <x>-20</x>
  308. <!--<y>-125</y>-->
  309. <y>50</y>
  310. <width>60</width>
  311. <height>6</height>
  312. <box>false</box>
  313. <format>ROLL</format>
  314. <halign>left</halign>
  315. <condition>
  316. <equals>
  317. <property>/autopilot/locks/heading</property>
  318. <value>wing-leveler</value>
  319. </equals>
  320. </condition>
  321. </label>
  322. <label><!--heading hold BUG-->
  323. <x>-30</x>
  324. <y>50</y>
  325. <width>60</width>
  326. <height>6</height>
  327. <box>true</box><format>HDG %03d</format>
  328. <halign>left</halign>
  329. <input>
  330. <property>/autopilot/settings/heading-bug-deg</property>
  331. </input>
  332. <condition>
  333. <equals>
  334. <property>/autopilot/locks/heading</property>
  335. <value>dg-heading-hold</value>
  336. </equals>
  337. </condition>
  338. </label>
  339. <label><!--heading hold TRUE-->
  340. <x>-30</x>
  341. <y>50</y>
  342. <width>60</width>
  343. <height>6</height>
  344. <box>false</box>
  345. <format>HDG %03d T</format>
  346. <halign>left</halign>
  347. <input>
  348. <property>/autopilot/settings/true-heading-deg</property>
  349. </input>
  350. <condition>
  351. <equals>
  352. <property>/autopilot/locks/heading</property>
  353. <value>true-heading-hold</value>
  354. </equals>
  355. </condition>
  356. </label>
  357. <!--pitch/altitude boxes-->
  358. <label><!--altitude hold-->
  359. <x>30</x>
  360. <y>50</y>
  361. <width>60</width>
  362. <height>6</height>
  363. <box>true</box>
  364. <format>ALT %04d</format>
  365. <halign>left</halign>
  366. <input>
  367. <property>/autopilot/settings/target-altitude-ft</property>
  368. </input>
  369. <condition>
  370. <equals>
  371. <property>/autopilot/locks/altitude</property>
  372. <value>altitude-hold</value>
  373. </equals>
  374. </condition>
  375. </label>
  376. <label>
  377. <x>30</x>
  378. <y>50</y>
  379. <width>60</width>
  380. <height>6</height>
  381. <box>false</box>
  382. <format>PTCH</format>
  383. <halign>left</halign>
  384. <condition>
  385. <equals>
  386. <property>/autopilot/locks/altitude</property>
  387. <value>pitch-hold</value>
  388. </equals>
  389. </condition>
  390. </label>
  391. <label>
  392. <x>30</x>
  393. <y>50</y>
  394. <width>60</width>
  395. <height>6</height>
  396. <box>false</box>
  397. <format>V/S %d</format>
  398. <halign>left</halign>
  399. <input>
  400. <property>/autopilot/settings/vertical-speed-fpm</property>
  401. </input>
  402. <condition>
  403. <equals>
  404. <property>/autopilot/locks/altitude</property>
  405. <value>vertical-speed-hold</value>
  406. </equals>
  407. </condition>
  408. </label>
  409. <label>
  410. <x>30</x>
  411. <y>50</y>
  412. <width>60</width>
  413. <height>6</height>
  414. <box>false</box>
  415. <format>AGL %04d</format>
  416. <halign>left</halign>
  417. <input>
  418. <property>/autopilot/settings/target-agl-ft</property>
  419. </input>
  420. <condition>
  421. <equals>
  422. <property>/autopilot/locks/altitude</property>
  423. <value>agl-hold</value>
  424. </equals>
  425. </condition>
  426. </label>
  427. <!--speed hold-->
  428. <label>
  429. <x>-90</x>
  430. <y>50</y>
  431. <width>60</width>
  432. <height>6</height>
  433. <format>IAS %3dkt</format>
  434. <halign>left</halign>
  435. <box>true</box>
  436. <input>
  437. <property>/autopilot/settings/target-speed-kt</property>
  438. </input>
  439. <condition>
  440. <equals>
  441. <property>/autopilot/locks/speed</property>
  442. <value>speed-with-throttle</value>
  443. </equals>
  444. </condition>
  445. </label>
  446. <label>
  447. <x>-90</x>
  448. <y>50</y>
  449. <width>60</width>
  450. <height>6</height>
  451. <format>IAS %3dkt</format>
  452. <halign>left</halign>
  453. <box>false</box>
  454. <format>MACH %1.2f</format>
  455. <halign>left</halign>
  456. <input>
  457. <property>/autopilot/settings/target-speed-mach</property>
  458. </input>
  459. <condition>
  460. <equals>
  461. <property>/autopilot/locks/speed</property>
  462. <value>mach-with-throttle</value>
  463. </equals>
  464. </condition>
  465. </label>
  466. <label>
  467. <x>-90</x>
  468. <y>50</y>
  469. <width>60</width>
  470. <height>6</height>
  471. <format>IAS %3dkt</format>
  472. <halign>left</halign>
  473. <box>false</box>
  474. <format>PITCH %3dkt</format>
  475. <halign>left</halign>
  476. <input>
  477. <property>/autopilot/settings/target-speed-mach</property>
  478. </input>
  479. <condition>
  480. <equals>
  481. <property>/autopilot/locks/speed</property>
  482. <value>speed-with-pitch-trim</value>
  483. </equals>
  484. </condition>
  485. </label>
  486. <dial>
  487. <name>altitude</name>
  488. <x>45</x>
  489. <y>22</y>
  490. <width>10</width>
  491. <height>10</height>
  492. <input>
  493. <property>/instrumentation/altimeter/indicated-altitude-ft</property>
  494. <factor>1.0</factor>
  495. <damp>0.3</damp>
  496. </input>
  497. <format>%n</format>
  498. <box>false</box>
  499. <halign>left</halign>
  500. <options>4</options>
  501. <option>notext</option>
  502. <justification>0</justification>
  503. <blinking>0</blinking>
  504. <working>true</working>
  505. <latitude>true</latitude>
  506. <longitude>true</longitude>
  507. <tick-type>line</tick-type>
  508. <tick-bottom>true</tick-bottom>
  509. <tick-left>true</tick-left>
  510. <cap-bottom>true</cap-bottom>
  511. <display-span>0</display-span>
  512. <radius>8</radius>
  513. <divisions>10</divisions>
  514. </dial>
  515. <gauge><name>Throttle</name>
  516. <x>-100</x> <y>-65</y> <width>10</width> <height>100</height>
  517. <option>vertical</option>
  518. <option>left</option>
  519. <option>notext</option>
  520. <!--<major-divisions>0.5</major-divisions>
  521. <minor-divisions>0.1</minor-divisions>-->
  522. <tick-bottom>true</tick-bottom>
  523. <tick-top>true</tick-top>
  524. <tick-right>false</tick-right>
  525. <tick-left>true</tick-left>
  526. <cap-bottom>false</cap-bottom>
  527. <cap-top>false</cap-top>
  528. <cap-right>true</cap-right>
  529. <cap-left>false</cap-left>
  530. <marker-offset>0.0</marker-offset>
  531. <enable-pointer>true</enable-pointer>
  532. <pointer-type>fixed</pointer-type>
  533. <input>
  534. <property>/controls/engines/engine/throttle</property>
  535. <max>1.0</max>
  536. <min>0.0</min>
  537. </input>
  538. </gauge>
  539. <label><!--throttle setting-->
  540. <x>-100</x>
  541. <y>-80</y>
  542. <width>60</width>
  543. <height>6</height>
  544. <box>false</box><format>%1.2f</format>
  545. <halign>left</halign>
  546. <input>
  547. <property>/controls/engines/engine/throttle</property>
  548. </input>
  549. </label>
  550. <!-- ===================================================== parking brake -->
  551. <label><!--brakes off-->
  552. <x>-120</x> <y>-140</y> <width>60</width> <height>6</height>
  553. <box>false</box> <halign>right</halign>
  554. <format>brakes off</format>
  555. <condition>
  556. <equals>
  557. <property>/controls/gear/brake-parking</property><value>0</value>
  558. </equals>
  559. </condition>
  560. </label>
  561. <label><!--BRAKES ON-->
  562. <x>-110</x> <y>-140</y> <width>60</width> <height>6</height>
  563. <box>false</box> <halign>right</halign>
  564. <format>*BRAKES ON*</format>
  565. <condition>
  566. <equals>
  567. <property>/controls/gear/brake-parking</property><value>1</value>
  568. </equals>
  569. </condition>
  570. </label>
  571. <!-- ====================================================== landing gear -->
  572. <label><!--gear up-->
  573. <x>-70</x> <y>-140</y> <width>60</width> <height>6</height>
  574. <box>false</box> <halign>right</halign>
  575. <format>gear up</format>
  576. <condition>
  577. <equals>
  578. <property>/controls/gear/gear-down</property><value>false</value>
  579. </equals>
  580. </condition>
  581. </label>
  582. <label><!--GEAR DOWN-->
  583. <x>-50</x> <y>-140</y> <width>60</width> <height>6</height>
  584. <box>false</box> <halign>right</halign>
  585. <format>*GEAR DOWN*</format>
  586. <condition>
  587. <equals>
  588. <property>/controls/gear/gear-down</property><value>true</value>
  589. </equals>
  590. </condition>
  591. </label>
  592. <!--======================================================== flaps setting-->
  593. <label>
  594. <x>10</x><y>-140</y><width>40</width><height>6</height>
  595. <box>false</box><halign>right</halign>
  596. <format>FLAPS</format>
  597. </label>
  598. <label>
  599. <x>50</x><y>-140</y><width>60</width><height>6</height>
  600. <box>false</box><halign>left</halign>
  601. <input><property>/controls/flight/flaps</property></input>
  602. </label>
  603. <!-- ====================================================== canopy -->
  604. <label><!--CANOPY OPEN-->
  605. <x>-50</x> <y>40</y> <width>100</width> <height>6</height>
  606. <box>true</box> <halign>center</halign>
  607. <format>!! CANOPY OPEN !!</format>
  608. <condition>
  609. <greater-than>
  610. <property>/instrumentation/doors/crew/position-norm</property><value>0</value>
  611. </greater-than>
  612. </condition>
  613. </label>
  614. <!-- ====================================================== landing -->
  615. <label><!--approach-->
  616. <x>-50</x> <y>100</y> <width>100</width> <height>6</height>
  617. <box>true</box> <halign>center</halign>
  618. <format>! approach config !</format>
  619. <condition>
  620. <equals>
  621. <property>/sim/landing/status</property><value>approach</value>
  622. </equals>
  623. </condition>
  624. </label>
  625. <!-- ==================================================== touchdown -->
  626. <label><!--landing-->
  627. <x>-50</x> <y>100</y> <width>100</width> <height>6</height>
  628. <box>true</box> <halign>center</halign>
  629. <format>!! LANDING CONFIG !!</format>
  630. <condition>
  631. <equals>
  632. <property>/sim/landing/status</property><value>landing</value>
  633. </equals>
  634. </condition>
  635. </label>
  636. <!-- ===================================================================== speed brake -->
  637. <label>
  638. <x>-50</x> <y>0</y> <width>100</width> <height>6</height>
  639. <box>true</box> <halign>center</halign>
  640. <format>!! SPEED BRAKE !!</format>
  641. <condition>
  642. <equals>
  643. <property>/controls/flight/speedbrake</property><value>1</value>
  644. </equals>
  645. </condition>
  646. </label>
  647. <label>
  648. <x>-50</x> <y>-20</y> <width>100</width> <height>6</height>
  649. <box>true</box> <halign>center</halign>
  650. <format>!!! SPEED BRAKE !!!</format>
  651. <condition>
  652. <equals>
  653. <property>/controls/flight/speedbrake</property><value>1</value>
  654. </equals>
  655. </condition>
  656. </label>
  657. <label>
  658. <x>-50</x> <y>-40</y> <width>100</width> <height>6</height>
  659. <box>true</box> <halign>center</halign>
  660. <format>!!!! SPEED BRAKE !!!!</format>
  661. <condition>
  662. <equals>
  663. <property>/controls/flight/speedbrake</property><value>1</value>
  664. </equals>
  665. </condition>
  666. </label>
  667. <!-- ==================================================== keytest -->
  668. <label>
  669. <x>-50</x> <y>80</y> <width>100</width> <height>6</height>
  670. <box>true</box> <halign>center</halign>
  671. <input>
  672. <property>/sim/keytest</property>
  673. </input>
  674. </label>
  675. </PropertyList>