hud.xml 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <name>(Military) helicopter FLIR display</name>
  4. <enable3d>false</enable3d>
  5. <!-- FLIR stuff -->
  6. <label>
  7. <name>top box line</name>
  8. <x>0</x>
  9. <y>-5</y>
  10. <width>20</width>
  11. <height>200</height>
  12. <format>________________________________________________________________</format>
  13. <halign>center</halign>
  14. <condition>
  15. <equals>
  16. <property>/sim/current-view/name</property>
  17. <value>FLIR</value>
  18. </equals>
  19. </condition>
  20. </label>
  21. <label>
  22. <name>left box line1</name>
  23. <x>-162</x>
  24. <y>-5</y>
  25. <width>20</width>
  26. <height>194</height>
  27. <format>I</format>
  28. <halign>center</halign>
  29. <condition>
  30. <equals>
  31. <property>/sim/current-view/name</property>
  32. <value>FLIR</value>
  33. </equals>
  34. </condition>
  35. </label>
  36. <label>
  37. <name>left box line2</name>
  38. <x>-162</x>
  39. <y>-5</y>
  40. <width>20</width>
  41. <height>183</height>
  42. <format>I</format>
  43. <halign>center</halign>
  44. <condition>
  45. <equals>
  46. <property>/sim/current-view/name</property>
  47. <value>FLIR</value>
  48. </equals>
  49. </condition>
  50. </label>
  51. <label>
  52. <name>left box line3</name>
  53. <x>-162</x>
  54. <y>-5</y>
  55. <width>20</width>
  56. <height>172</height>
  57. <format>I</format>
  58. <halign>center</halign>
  59. <condition>
  60. <equals>
  61. <property>/sim/current-view/name</property>
  62. <value>FLIR</value>
  63. </equals>
  64. </condition>
  65. </label>
  66. <label>
  67. <name>left box line4</name>
  68. <x>-162</x>
  69. <y>-5</y>
  70. <width>20</width>
  71. <height>161</height>
  72. <format>I</format>
  73. <halign>center</halign>
  74. <condition>
  75. <equals>
  76. <property>/sim/current-view/name</property>
  77. <value>FLIR</value>
  78. </equals>
  79. </condition>
  80. </label>
  81. <label>
  82. <name>left box line5</name>
  83. <x>-162</x>
  84. <y>-5</y>
  85. <width>20</width>
  86. <height>150</height>
  87. <format>I</format>
  88. <halign>center</halign>
  89. <condition>
  90. <equals>
  91. <property>/sim/current-view/name</property>
  92. <value>FLIR</value>
  93. </equals>
  94. </condition>
  95. </label>
  96. <label>
  97. <name>left box line6</name>
  98. <x>-162</x>
  99. <y>-5</y>
  100. <width>20</width>
  101. <height>139</height>
  102. <format>I</format>
  103. <halign>center</halign>
  104. <condition>
  105. <equals>
  106. <property>/sim/current-view/name</property>
  107. <value>FLIR</value>
  108. </equals>
  109. </condition>
  110. </label>
  111. <label>
  112. <name>left box line7</name>
  113. <x>-162</x>
  114. <y>-5</y>
  115. <width>20</width>
  116. <height>128</height>
  117. <format>I</format>
  118. <halign>center</halign>
  119. <condition>
  120. <equals>
  121. <property>/sim/current-view/name</property>
  122. <value>FLIR</value>
  123. </equals>
  124. </condition>
  125. </label>
  126. <label>
  127. <name>left box line8</name>
  128. <x>-162</x>
  129. <y>-5</y>
  130. <width>20</width>
  131. <height>117</height>
  132. <format>I</format>
  133. <halign>center</halign>
  134. <condition>
  135. <equals>
  136. <property>/sim/current-view/name</property>
  137. <value>FLIR</value>
  138. </equals>
  139. </condition>
  140. </label>
  141. <label>
  142. <name>left box line9</name>
  143. <x>-162</x>
  144. <y>-5</y>
  145. <width>20</width>
  146. <height>106</height>
  147. <format>I</format>
  148. <halign>center</halign>
  149. <condition>
  150. <equals>
  151. <property>/sim/current-view/name</property>
  152. <value>FLIR</value>
  153. </equals>
  154. </condition>
  155. </label>
  156. <label>
  157. <name>left box line10</name>
  158. <x>-162</x>
  159. <y>-5</y>
  160. <width>20</width>
  161. <height>95</height>
  162. <format>I</format>
  163. <halign>center</halign>
  164. <condition>
  165. <equals>
  166. <property>/sim/current-view/name</property>
  167. <value>FLIR</value>
  168. </equals>
  169. </condition>
  170. </label>
  171. <label>
  172. <name>left box line11</name>
  173. <x>-162</x>
  174. <y>-5</y>
  175. <width>20</width>
  176. <height>84</height>
  177. <format>I</format>
  178. <halign>center</halign>
  179. <condition>
  180. <equals>
  181. <property>/sim/current-view/name</property>
  182. <value>FLIR</value>
  183. </equals>
  184. </condition>
  185. </label>
  186. <label>
  187. <name>left box line12</name>
  188. <x>-162</x>
  189. <y>-5</y>
  190. <width>20</width>
  191. <height>73</height>
  192. <format>I</format>
  193. <halign>center</halign>
  194. <condition>
  195. <equals>
  196. <property>/sim/current-view/name</property>
  197. <value>FLIR</value>
  198. </equals>
  199. </condition>
  200. </label>
  201. <label>
  202. <name>left box line13</name>
  203. <x>-162</x>
  204. <y>-5</y>
  205. <width>20</width>
  206. <height>62</height>
  207. <format>I</format>
  208. <halign>center</halign>
  209. <condition>
  210. <equals>
  211. <property>/sim/current-view/name</property>
  212. <value>FLIR</value>
  213. </equals>
  214. </condition>
  215. </label>
  216. <label>
  217. <name>left box line14</name>
  218. <x>-162</x>
  219. <y>-5</y>
  220. <width>20</width>
  221. <height>51</height>
  222. <format>I</format>
  223. <halign>center</halign>
  224. <condition>
  225. <equals>
  226. <property>/sim/current-view/name</property>
  227. <value>FLIR</value>
  228. </equals>
  229. </condition>
  230. </label>
  231. <label>
  232. <name>left box line15</name>
  233. <x>-162</x>
  234. <y>-5</y>
  235. <width>20</width>
  236. <height>40</height>
  237. <format>I</format>
  238. <halign>center</halign>
  239. <condition>
  240. <equals>
  241. <property>/sim/current-view/name</property>
  242. <value>FLIR</value>
  243. </equals>
  244. </condition>
  245. </label>
  246. <label>
  247. <name>left box line16</name>
  248. <x>-162</x>
  249. <y>-5</y>
  250. <width>20</width>
  251. <height>29</height>
  252. <format>I</format>
  253. <halign>center</halign>
  254. <condition>
  255. <equals>
  256. <property>/sim/current-view/name</property>
  257. <value>FLIR</value>
  258. </equals>
  259. </condition>
  260. </label>
  261. <label>
  262. <name>left box line17</name>
  263. <x>-162</x>
  264. <y>-5</y>
  265. <width>20</width>
  266. <height>18</height>
  267. <format>I</format>
  268. <halign>center</halign>
  269. <condition>
  270. <equals>
  271. <property>/sim/current-view/name</property>
  272. <value>FLIR</value>
  273. </equals>
  274. </condition>
  275. </label>
  276. <label>
  277. <name>left box line18</name>
  278. <x>-162</x>
  279. <y>-5</y>
  280. <width>20</width>
  281. <height>7</height>
  282. <format>I</format>
  283. <halign>center</halign>
  284. <condition>
  285. <equals>
  286. <property>/sim/current-view/name</property>
  287. <value>FLIR</value>
  288. </equals>
  289. </condition>
  290. </label>
  291. <label>
  292. <name>left box line19</name>
  293. <x>-162</x>
  294. <y>-5</y>
  295. <width>20</width>
  296. <height>-4</height>
  297. <format>I</format>
  298. <halign>center</halign>
  299. <condition>
  300. <equals>
  301. <property>/sim/current-view/name</property>
  302. <value>FLIR</value>
  303. </equals>
  304. </condition>
  305. </label>
  306. <label>
  307. <name>left box line20</name>
  308. <x>-162</x>
  309. <y>-5</y>
  310. <width>20</width>
  311. <height>-15</height>
  312. <format>I</format>
  313. <halign>center</halign>
  314. <condition>
  315. <equals>
  316. <property>/sim/current-view/name</property>
  317. <value>FLIR</value>
  318. </equals>
  319. </condition>
  320. </label>
  321. <label>
  322. <name>left box line21</name>
  323. <x>-162</x>
  324. <y>-5</y>
  325. <width>20</width>
  326. <height>-26</height>
  327. <format>I</format>
  328. <halign>center</halign>
  329. <condition>
  330. <equals>
  331. <property>/sim/current-view/name</property>
  332. <value>FLIR</value>
  333. </equals>
  334. </condition>
  335. </label>
  336. <label>
  337. <name>left box line22</name>
  338. <x>-162</x>
  339. <y>-5</y>
  340. <width>20</width>
  341. <height>-37</height>
  342. <format>I</format>
  343. <halign>center</halign>
  344. <condition>
  345. <equals>
  346. <property>/sim/current-view/name</property>
  347. <value>FLIR</value>
  348. </equals>
  349. </condition>
  350. </label>
  351. <label>
  352. <name>left box line22</name>
  353. <x>-162</x>
  354. <y>-5</y>
  355. <width>20</width>
  356. <height>-48</height>
  357. <format>I</format>
  358. <halign>center</halign>
  359. <condition>
  360. <equals>
  361. <property>/sim/current-view/name</property>
  362. <value>FLIR</value>
  363. </equals>
  364. </condition>
  365. </label>
  366. <label>
  367. <name>left box line23</name>
  368. <x>-162</x>
  369. <y>-5</y>
  370. <width>20</width>
  371. <height>-59</height>
  372. <format>I</format>
  373. <halign>center</halign>
  374. <condition>
  375. <equals>
  376. <property>/sim/current-view/name</property>
  377. <value>FLIR</value>
  378. </equals>
  379. </condition>
  380. </label>
  381. <label>
  382. <name>left box line24</name>
  383. <x>-162</x>
  384. <y>-5</y>
  385. <width>20</width>
  386. <height>-70</height>
  387. <format>I</format>
  388. <halign>center</halign>
  389. <condition>
  390. <equals>
  391. <property>/sim/current-view/name</property>
  392. <value>FLIR</value>
  393. </equals>
  394. </condition>
  395. </label>
  396. <label>
  397. <name>left box line25</name>
  398. <x>-162</x>
  399. <y>-5</y>
  400. <width>20</width>
  401. <height>-81</height>
  402. <format>I</format>
  403. <halign>center</halign>
  404. <condition>
  405. <equals>
  406. <property>/sim/current-view/name</property>
  407. <value>FLIR</value>
  408. </equals>
  409. </condition>
  410. </label>
  411. <label>
  412. <name>left box line25</name>
  413. <x>-162</x>
  414. <y>-5</y>
  415. <width>20</width>
  416. <height>-92</height>
  417. <format>I</format>
  418. <halign>center</halign>
  419. <condition>
  420. <equals>
  421. <property>/sim/current-view/name</property>
  422. <value>FLIR</value>
  423. </equals>
  424. </condition>
  425. </label>
  426. <label>
  427. <name>left box line26</name>
  428. <x>-162</x>
  429. <y>-5</y>
  430. <width>20</width>
  431. <height>-103</height>
  432. <format>I</format>
  433. <halign>center</halign>
  434. <condition>
  435. <equals>
  436. <property>/sim/current-view/name</property>
  437. <value>FLIR</value>
  438. </equals>
  439. </condition>
  440. </label>
  441. <label>
  442. <name>left box line27</name>
  443. <x>-162</x>
  444. <y>-5</y>
  445. <width>20</width>
  446. <height>-114</height>
  447. <format>I</format>
  448. <halign>center</halign>
  449. <condition>
  450. <equals>
  451. <property>/sim/current-view/name</property>
  452. <value>FLIR</value>
  453. </equals>
  454. </condition>
  455. </label>
  456. <label>
  457. <name>left box line28</name>
  458. <x>-162</x>
  459. <y>-5</y>
  460. <width>20</width>
  461. <height>-125</height>
  462. <format>I</format>
  463. <halign>center</halign>
  464. <condition>
  465. <equals>
  466. <property>/sim/current-view/name</property>
  467. <value>FLIR</value>
  468. </equals>
  469. </condition>
  470. </label>
  471. <label>
  472. <name>left box line29</name>
  473. <x>-162</x>
  474. <y>-5</y>
  475. <width>20</width>
  476. <height>-136</height>
  477. <format>I</format>
  478. <halign>center</halign>
  479. <condition>
  480. <equals>
  481. <property>/sim/current-view/name</property>
  482. <value>FLIR</value>
  483. </equals>
  484. </condition>
  485. </label>
  486. <label>
  487. <name>left box line30</name>
  488. <x>-162</x>
  489. <y>-5</y>
  490. <width>20</width>
  491. <height>-147</height>
  492. <format>I</format>
  493. <halign>center</halign>
  494. <condition>
  495. <equals>
  496. <property>/sim/current-view/name</property>
  497. <value>FLIR</value>
  498. </equals>
  499. </condition>
  500. </label>
  501. <label>
  502. <name>left box line31</name>
  503. <x>-162</x>
  504. <y>-5</y>
  505. <width>20</width>
  506. <height>-158</height>
  507. <format>I</format>
  508. <halign>center</halign>
  509. <condition>
  510. <equals>
  511. <property>/sim/current-view/name</property>
  512. <value>FLIR</value>
  513. </equals>
  514. </condition>
  515. </label>
  516. <label>
  517. <name>left box line32</name>
  518. <x>-162</x>
  519. <y>-5</y>
  520. <width>20</width>
  521. <height>-169</height>
  522. <format>I</format>
  523. <halign>center</halign>
  524. <condition>
  525. <equals>
  526. <property>/sim/current-view/name</property>
  527. <value>FLIR</value>
  528. </equals>
  529. </condition>
  530. </label>
  531. <label>
  532. <name>left box line33</name>
  533. <x>-162</x>
  534. <y>-5</y>
  535. <width>20</width>
  536. <height>-180</height>
  537. <format>I</format>
  538. <halign>center</halign>
  539. <condition>
  540. <equals>
  541. <property>/sim/current-view/name</property>
  542. <value>FLIR</value>
  543. </equals>
  544. </condition>
  545. </label>
  546. <label>
  547. <name>left box line34</name>
  548. <x>-162</x>
  549. <y>-5</y>
  550. <width>20</width>
  551. <height>-191</height>
  552. <format>I</format>
  553. <halign>center</halign>
  554. <condition>
  555. <equals>
  556. <property>/sim/current-view/name</property>
  557. <value>FLIR</value>
  558. </equals>
  559. </condition>
  560. </label>
  561. <label>
  562. <name>right box line1</name>
  563. <x>162</x>
  564. <y>-5</y>
  565. <width>20</width>
  566. <height>194</height>
  567. <format>I</format>
  568. <halign>center</halign>
  569. <condition>
  570. <equals>
  571. <property>/sim/current-view/name</property>
  572. <value>FLIR</value>
  573. </equals>
  574. </condition>
  575. </label>
  576. <label>
  577. <name>right box line2</name>
  578. <x>162</x>
  579. <y>-5</y>
  580. <width>20</width>
  581. <height>183</height>
  582. <format>I</format>
  583. <halign>center</halign>
  584. <condition>
  585. <equals>
  586. <property>/sim/current-view/name</property>
  587. <value>FLIR</value>
  588. </equals>
  589. </condition>
  590. </label>
  591. <label>
  592. <name>right box line3</name>
  593. <x>162</x>
  594. <y>-5</y>
  595. <width>20</width>
  596. <height>172</height>
  597. <format>I</format>
  598. <halign>center</halign>
  599. <condition>
  600. <equals>
  601. <property>/sim/current-view/name</property>
  602. <value>FLIR</value>
  603. </equals>
  604. </condition>
  605. </label>
  606. <label>
  607. <name>right box line4</name>
  608. <x>162</x>
  609. <y>-5</y>
  610. <width>20</width>
  611. <height>161</height>
  612. <format>I</format>
  613. <halign>center</halign>
  614. <condition>
  615. <equals>
  616. <property>/sim/current-view/name</property>
  617. <value>FLIR</value>
  618. </equals>
  619. </condition>
  620. </label>
  621. <label>
  622. <name>right box line5</name>
  623. <x>162</x>
  624. <y>-5</y>
  625. <width>20</width>
  626. <height>150</height>
  627. <format>I</format>
  628. <halign>center</halign>
  629. <condition>
  630. <equals>
  631. <property>/sim/current-view/name</property>
  632. <value>FLIR</value>
  633. </equals>
  634. </condition>
  635. </label>
  636. <label>
  637. <name>right box line6</name>
  638. <x>162</x>
  639. <y>-5</y>
  640. <width>20</width>
  641. <height>139</height>
  642. <format>I</format>
  643. <halign>center</halign>
  644. <condition>
  645. <equals>
  646. <property>/sim/current-view/name</property>
  647. <value>FLIR</value>
  648. </equals>
  649. </condition>
  650. </label>
  651. <label>
  652. <name>right box line7</name>
  653. <x>162</x>
  654. <y>-5</y>
  655. <width>20</width>
  656. <height>128</height>
  657. <format>I</format>
  658. <halign>center</halign>
  659. <condition>
  660. <equals>
  661. <property>/sim/current-view/name</property>
  662. <value>FLIR</value>
  663. </equals>
  664. </condition>
  665. </label>
  666. <label>
  667. <name>right box line8</name>
  668. <x>162</x>
  669. <y>-5</y>
  670. <width>20</width>
  671. <height>117</height>
  672. <format>I</format>
  673. <halign>center</halign>
  674. <condition>
  675. <equals>
  676. <property>/sim/current-view/name</property>
  677. <value>FLIR</value>
  678. </equals>
  679. </condition>
  680. </label>
  681. <label>
  682. <name>right box line9</name>
  683. <x>162</x>
  684. <y>-5</y>
  685. <width>20</width>
  686. <height>106</height>
  687. <format>I</format>
  688. <halign>center</halign>
  689. <condition>
  690. <equals>
  691. <property>/sim/current-view/name</property>
  692. <value>FLIR</value>
  693. </equals>
  694. </condition>
  695. </label>
  696. <label>
  697. <name>right box line10</name>
  698. <x>162</x>
  699. <y>-5</y>
  700. <width>20</width>
  701. <height>95</height>
  702. <format>I</format>
  703. <halign>center</halign>
  704. <condition>
  705. <equals>
  706. <property>/sim/current-view/name</property>
  707. <value>FLIR</value>
  708. </equals>
  709. </condition>
  710. </label>
  711. <label>
  712. <name>right box line11</name>
  713. <x>162</x>
  714. <y>-5</y>
  715. <width>20</width>
  716. <height>84</height>
  717. <format>I</format>
  718. <halign>center</halign>
  719. <condition>
  720. <equals>
  721. <property>/sim/current-view/name</property>
  722. <value>FLIR</value>
  723. </equals>
  724. </condition>
  725. </label>
  726. <label>
  727. <name>right box line12</name>
  728. <x>162</x>
  729. <y>-5</y>
  730. <width>20</width>
  731. <height>73</height>
  732. <format>I</format>
  733. <halign>center</halign>
  734. <condition>
  735. <equals>
  736. <property>/sim/current-view/name</property>
  737. <value>FLIR</value>
  738. </equals>
  739. </condition>
  740. </label>
  741. <label>
  742. <name>right box line13</name>
  743. <x>162</x>
  744. <y>-5</y>
  745. <width>20</width>
  746. <height>62</height>
  747. <format>I</format>
  748. <halign>center</halign>
  749. <condition>
  750. <equals>
  751. <property>/sim/current-view/name</property>
  752. <value>FLIR</value>
  753. </equals>
  754. </condition>
  755. </label>
  756. <label>
  757. <name>right box line14</name>
  758. <x>162</x>
  759. <y>-5</y>
  760. <width>20</width>
  761. <height>51</height>
  762. <format>I</format>
  763. <halign>center</halign>
  764. <condition>
  765. <equals>
  766. <property>/sim/current-view/name</property>
  767. <value>FLIR</value>
  768. </equals>
  769. </condition>
  770. </label>
  771. <label>
  772. <name>rght box line15</name>
  773. <x>162</x>
  774. <y>-5</y>
  775. <width>20</width>
  776. <height>40</height>
  777. <format>I</format>
  778. <halign>center</halign>
  779. <condition>
  780. <equals>
  781. <property>/sim/current-view/name</property>
  782. <value>FLIR</value>
  783. </equals>
  784. </condition>
  785. </label>
  786. <label>
  787. <name>right box line16</name>
  788. <x>162</x>
  789. <y>-5</y>
  790. <width>20</width>
  791. <height>29</height>
  792. <format>I</format>
  793. <halign>center</halign>
  794. <condition>
  795. <equals>
  796. <property>/sim/current-view/name</property>
  797. <value>FLIR</value>
  798. </equals>
  799. </condition>
  800. </label>
  801. <label>
  802. <name>right box line17</name>
  803. <x>162</x>
  804. <y>-5</y>
  805. <width>20</width>
  806. <height>18</height>
  807. <format>I</format>
  808. <halign>center</halign>
  809. <condition>
  810. <equals>
  811. <property>/sim/current-view/name</property>
  812. <value>FLIR</value>
  813. </equals>
  814. </condition>
  815. </label>
  816. <label>
  817. <name>right box line18</name>
  818. <x>162</x>
  819. <y>-5</y>
  820. <width>20</width>
  821. <height>7</height>
  822. <format>I</format>
  823. <halign>center</halign>
  824. <condition>
  825. <equals>
  826. <property>/sim/current-view/name</property>
  827. <value>FLIR</value>
  828. </equals>
  829. </condition>
  830. </label>
  831. <label>
  832. <name>right box line19</name>
  833. <x>162</x>
  834. <y>-5</y>
  835. <width>20</width>
  836. <height>-4</height>
  837. <format>I</format>
  838. <halign>center</halign>
  839. <condition>
  840. <equals>
  841. <property>/sim/current-view/name</property>
  842. <value>FLIR</value>
  843. </equals>
  844. </condition>
  845. </label>
  846. <label>
  847. <name>right box line20</name>
  848. <x>162</x>
  849. <y>-5</y>
  850. <width>20</width>
  851. <height>-15</height>
  852. <format>I</format>
  853. <halign>center</halign>
  854. <condition>
  855. <equals>
  856. <property>/sim/current-view/name</property>
  857. <value>FLIR</value>
  858. </equals>
  859. </condition>
  860. </label>
  861. <label>
  862. <name>right box line21</name>
  863. <x>162</x>
  864. <y>-5</y>
  865. <width>20</width>
  866. <height>-26</height>
  867. <format>I</format>
  868. <halign>center</halign>
  869. <condition>
  870. <equals>
  871. <property>/sim/current-view/name</property>
  872. <value>FLIR</value>
  873. </equals>
  874. </condition>
  875. </label>
  876. <label>
  877. <name>right box line22</name>
  878. <x>162</x>
  879. <y>-5</y>
  880. <width>20</width>
  881. <height>-37</height>
  882. <format>I</format>
  883. <halign>center</halign>
  884. <condition>
  885. <equals>
  886. <property>/sim/current-view/name</property>
  887. <value>FLIR</value>
  888. </equals>
  889. </condition>
  890. </label>
  891. <label>
  892. <name>right box line22</name>
  893. <x>162</x>
  894. <y>-5</y>
  895. <width>20</width>
  896. <height>-48</height>
  897. <format>I</format>
  898. <halign>center</halign>
  899. <condition>
  900. <equals>
  901. <property>/sim/current-view/name</property>
  902. <value>FLIR</value>
  903. </equals>
  904. </condition>
  905. </label>
  906. <label>
  907. <name>right box line23</name>
  908. <x>162</x>
  909. <y>-5</y>
  910. <width>20</width>
  911. <height>-59</height>
  912. <format>I</format>
  913. <halign>center</halign>
  914. <condition>
  915. <equals>
  916. <property>/sim/current-view/name</property>
  917. <value>FLIR</value>
  918. </equals>
  919. </condition>
  920. </label>
  921. <label>
  922. <name>right box line24</name>
  923. <x>162</x>
  924. <y>-5</y>
  925. <width>20</width>
  926. <height>-70</height>
  927. <format>I</format>
  928. <halign>center</halign>
  929. <condition>
  930. <equals>
  931. <property>/sim/current-view/name</property>
  932. <value>FLIR</value>
  933. </equals>
  934. </condition>
  935. </label>
  936. <label>
  937. <name>right box line25</name>
  938. <x>162</x>
  939. <y>-5</y>
  940. <width>20</width>
  941. <height>-81</height>
  942. <format>I</format>
  943. <halign>center</halign>
  944. <condition>
  945. <equals>
  946. <property>/sim/current-view/name</property>
  947. <value>FLIR</value>
  948. </equals>
  949. </condition>
  950. </label>
  951. <label>
  952. <name>right box line25</name>
  953. <x>162</x>
  954. <y>-5</y>
  955. <width>20</width>
  956. <height>-92</height>
  957. <format>I</format>
  958. <halign>center</halign>
  959. <condition>
  960. <equals>
  961. <property>/sim/current-view/name</property>
  962. <value>FLIR</value>
  963. </equals>
  964. </condition>
  965. </label>
  966. <label>
  967. <name>right box line26</name>
  968. <x>162</x>
  969. <y>-5</y>
  970. <width>20</width>
  971. <height>-103</height>
  972. <format>I</format>
  973. <halign>center</halign>
  974. <condition>
  975. <equals>
  976. <property>/sim/current-view/name</property>
  977. <value>FLIR</value>
  978. </equals>
  979. </condition>
  980. </label>
  981. <label>
  982. <name>right box line27</name>
  983. <x>162</x>
  984. <y>-5</y>
  985. <width>20</width>
  986. <height>-114</height>
  987. <format>I</format>
  988. <halign>center</halign>
  989. <condition>
  990. <equals>
  991. <property>/sim/current-view/name</property>
  992. <value>FLIR</value>
  993. </equals>
  994. </condition>
  995. </label>
  996. <label>
  997. <name>right box line28</name>
  998. <x>162</x>
  999. <y>-5</y>
  1000. <width>20</width>
  1001. <height>-125</height>
  1002. <format>I</format>
  1003. <halign>center</halign>
  1004. <condition>
  1005. <equals>
  1006. <property>/sim/current-view/name</property>
  1007. <value>FLIR</value>
  1008. </equals>
  1009. </condition>
  1010. </label>
  1011. <label>
  1012. <name>right box line29</name>
  1013. <x>162</x>
  1014. <y>-5</y>
  1015. <width>20</width>
  1016. <height>-136</height>
  1017. <format>I</format>
  1018. <halign>center</halign>
  1019. <condition>
  1020. <equals>
  1021. <property>/sim/current-view/name</property>
  1022. <value>FLIR</value>
  1023. </equals>
  1024. </condition>
  1025. </label>
  1026. <label>
  1027. <name>right box line30</name>
  1028. <x>162</x>
  1029. <y>-5</y>
  1030. <width>20</width>
  1031. <height>-147</height>
  1032. <format>I</format>
  1033. <halign>center</halign>
  1034. <condition>
  1035. <equals>
  1036. <property>/sim/current-view/name</property>
  1037. <value>FLIR</value>
  1038. </equals>
  1039. </condition>
  1040. </label>
  1041. <label>
  1042. <name>right box line31</name>
  1043. <x>162</x>
  1044. <y>-5</y>
  1045. <width>20</width>
  1046. <height>-158</height>
  1047. <format>I</format>
  1048. <halign>center</halign>
  1049. <condition>
  1050. <equals>
  1051. <property>/sim/current-view/name</property>
  1052. <value>FLIR</value>
  1053. </equals>
  1054. </condition>
  1055. </label>
  1056. <label>
  1057. <name>right box line32</name>
  1058. <x>162</x>
  1059. <y>-5</y>
  1060. <width>20</width>
  1061. <height>-169</height>
  1062. <format>I</format>
  1063. <halign>center</halign>
  1064. <condition>
  1065. <equals>
  1066. <property>/sim/current-view/name</property>
  1067. <value>FLIR</value>
  1068. </equals>
  1069. </condition>
  1070. </label>
  1071. <label>
  1072. <name>right box line33</name>
  1073. <x>162</x>
  1074. <y>-5</y>
  1075. <width>20</width>
  1076. <height>-180</height>
  1077. <format>I</format>
  1078. <halign>center</halign>
  1079. <condition>
  1080. <equals>
  1081. <property>/sim/current-view/name</property>
  1082. <value>FLIR</value>
  1083. </equals>
  1084. </condition>
  1085. </label>
  1086. <label>
  1087. <name>right box line34</name>
  1088. <x>162</x>
  1089. <y>-5</y>
  1090. <width>20</width>
  1091. <height>-191</height>
  1092. <format>I</format>
  1093. <halign>center</halign>
  1094. <condition>
  1095. <equals>
  1096. <property>/sim/current-view/name</property>
  1097. <value>FLIR</value>
  1098. </equals>
  1099. </condition>
  1100. </label>
  1101. <label>
  1102. <name>bottom box line</name>
  1103. <x>0</x>
  1104. <y>-5</y>
  1105. <width>20</width>
  1106. <height>-195</height>
  1107. <format>_______________________________________________________________</format>
  1108. <halign>center</halign>
  1109. <condition>
  1110. <equals>
  1111. <property>/sim/current-view/name</property>
  1112. <value>FLIR</value>
  1113. </equals>
  1114. </condition>
  1115. </label>
  1116. <tape>
  1117. <name>Gyrocompass2</name>
  1118. <input>
  1119. <property>/orientation/heading-deg</property>
  1120. <factor>0.1</factor>
  1121. </input>
  1122. <x>-90</x>
  1123. <y>110</y>
  1124. <width>200</width>
  1125. <height>25</height>
  1126. <display-span>4.0</display-span>
  1127. <modulo>36</modulo>
  1128. <option>top</option>
  1129. <label-gap-width>22</label-gap-width>
  1130. <major-divisions>1</major-divisions>
  1131. <minor-divisions>0.5</minor-divisions>
  1132. <tick-bottom>true</tick-bottom>
  1133. <tick-top>true</tick-top>
  1134. <tick-right>true</tick-right>
  1135. <tick-left>true</tick-left>
  1136. <cap-bottom>true</cap-bottom>
  1137. <cap-top>true</cap-top>
  1138. <cap-right>true</cap-right>
  1139. <cap-left>true</cap-left>
  1140. <marker-offset>0</marker-offset>
  1141. <enable-pointer>true</enable-pointer>
  1142. <pointer-type>fixed</pointer-type>
  1143. <tick-type>line</tick-type>
  1144. <tick-length>variable</tick-length>
  1145. <condition>
  1146. <equals>
  1147. <property>/sim/current-view/name</property>
  1148. <value>FLIR</value>
  1149. </equals>
  1150. </condition>
  1151. </tape>
  1152. <aiming-reticle>
  1153. <x>5</x>
  1154. <y>-9</y>
  1155. <width>18</width>
  1156. <height>18</height>
  1157. <condition>
  1158. <equals>
  1159. <property>/sim/current-view/name</property>
  1160. <value>FLIR</value>
  1161. </equals>
  1162. </condition>
  1163. </aiming-reticle>
  1164. <label>
  1165. <name>mils</name>
  1166. <x>4</x>
  1167. <y>-5</y>
  1168. <width>20</width>
  1169. <height>10</height>
  1170. <format>+-----+----- -----+-----+</format>
  1171. <halign>center</halign>
  1172. <condition>
  1173. <equals>
  1174. <property>/sim/current-view/name</property>
  1175. <value>FLIR</value>
  1176. </equals>
  1177. </condition>
  1178. </label>
  1179. <label>
  1180. <name>Pitch2</name>
  1181. <x>180</x>
  1182. <y>-23</y>
  1183. <width>28</width>
  1184. <height>8</height>
  1185. <box>true</box>
  1186. <option>left</option>
  1187. <input>
  1188. <property>sim/current-view/pitch-offset-deg</property>
  1189. </input>
  1190. <format>%4.2f</format>
  1191. <halign>right</halign>
  1192. <condition>
  1193. <equals>
  1194. <property>/sim/current-view/name</property>
  1195. <value>FLIR</value>
  1196. </equals>
  1197. </condition>
  1198. </label>
  1199. <label>
  1200. <name>lat</name>
  1201. <x>180</x>
  1202. <y>5</y>
  1203. <width>45</width>
  1204. <height>10</height>
  1205. <input>
  1206. <property>instrumentation/gps/indicated-latitude-deg</property>
  1207. </input>
  1208. <format>%3.3f</format>
  1209. <halign>left</halign>
  1210. <box>true</box>
  1211. <option>left</option>
  1212. <condition>
  1213. <equals>
  1214. <property>/sim/current-view/name</property>
  1215. <value>FLIR</value>
  1216. </equals>
  1217. </condition>
  1218. </label>
  1219. <label>
  1220. <name>long</name>
  1221. <x>180</x>
  1222. <y>-10</y>
  1223. <width>45</width>
  1224. <height>10</height>
  1225. <input>
  1226. <property>instrumentation/gps/indicated-longitude-deg</property>
  1227. </input>
  1228. <format>%3.3f</format>
  1229. <halign>left</halign>
  1230. <box>true</box>
  1231. <option>left</option>
  1232. <condition>
  1233. <equals>
  1234. <property>/sim/current-view/name</property>
  1235. <value>FLIR</value>
  1236. </equals>
  1237. </condition>
  1238. </label>
  1239. <tape>
  1240. <name>view-heading</name>
  1241. <x>-80</x>
  1242. <y>-130</y>
  1243. <width>200</width>
  1244. <height>20</height>
  1245. <input>
  1246. <property>sim/current-view/heading-offset-deg</property>
  1247. <factor>0.1</factor>
  1248. <max>85</max>
  1249. <min>0</min>
  1250. </input>
  1251. <major-divisions>1</major-divisions>
  1252. <minor-divisions>0.5</minor-divisions>
  1253. <display-span>3.5</display-span>
  1254. <option>left</option>
  1255. <option>horizontal</option>
  1256. <tick-bottom>true</tick-bottom>
  1257. <tick-top>true</tick-top>
  1258. <tick-right>false</tick-right>
  1259. <tick-left>true</tick-left>
  1260. <cap-bottom>true</cap-bottom>
  1261. <cap-top>true</cap-top>
  1262. <cap-right>true</cap-right>
  1263. <cap-left>true</cap-left>
  1264. <marker-offset>5</marker-offset>
  1265. <enable-pointer>false</enable-pointer>
  1266. <pointer-type>fixed</pointer-type>
  1267. <condition>
  1268. <equals>
  1269. <property>/sim/current-view/name</property>
  1270. <value>FLIR</value>
  1271. </equals>
  1272. </condition>
  1273. </tape>
  1274. </PropertyList>