41 lines
819 B
XML
41 lines
819 B
XML
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
|
|
<name>Immatriculation</name>
|
|
<layout>vbox</layout>
|
|
<modal>false</modal>
|
|
<draggable>true</draggable>
|
|
|
|
<group>
|
|
<layout>hbox</layout>
|
|
<text>
|
|
<label>Immatriculation</label>
|
|
</text>
|
|
</group>
|
|
|
|
<group>
|
|
<layout>hbox</layout>
|
|
<input>
|
|
<property>/sim/model/immat</property>
|
|
<type>STRING</type>
|
|
<width>100</width>
|
|
</input>
|
|
</group>
|
|
|
|
<group>
|
|
<layout>hbox</layout>
|
|
<empty><stretch>true</stretch></empty>
|
|
<button>
|
|
<legend>OK</legend>
|
|
<equal>true</equal>
|
|
<default>true</default>
|
|
<key>Esc</key>
|
|
<binding><command>dialog-apply</command></binding>
|
|
<binding><command>dialog-close</command></binding>
|
|
</button>
|
|
<empty><stretch>true</stretch></empty>
|
|
</group>
|
|
|
|
</PropertyList>
|
|
|