The next patch should start to use http://www.flight-manuals-on-cd.com/B314.html
[fg:toms-fgdata.git] / Aircraft / Boeing314 / Dialogs / Boeing314-immat.xml
1 <?xml version="1.0"?>
2
3 <PropertyList>
4   <name>Boeing314-immat</name>
5   <layout>vbox</layout>
6   <width>300</width>
7
8   <text>
9     <label>Boeing 314 immatriculation</label>
10   </text>
11
12   <hrule><dummy/></hrule>
13
14   <group>
15     <layout>vbox</layout>
16
17     <input>
18       <label>Immatriculation</label>
19       <halign>left</halign>
20       <property>/sim/model/immat</property>
21       <pref-width>150</pref-width>
22     </input>
23   </group>
24
25   <text>
26     <label></label>
27   </text>
28
29   <text>
30     <label></label>
31   </text>
32
33   <group>
34    <layout>hbox</layout>
35
36    <button>
37     <legend>Close</legend>
38     <default>true</default>
39     <key>Esc</key>
40     <binding>
41       <command>dialog-apply</command>
42     </binding>
43     <binding>
44       <command>nasal</command>
45       <script>globals.Boeing314.menusystem.immatexport();</script>
46     </binding>
47     <binding>
48       <command>dialog-close</command>
49     </binding>
50    </button>
51   </group>
52 </PropertyList>