immat.xml 819 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0"?>
  2. <PropertyList>
  3. <name>Immatriculation</name>
  4. <layout>vbox</layout>
  5. <modal>false</modal>
  6. <draggable>true</draggable>
  7. <group>
  8. <layout>hbox</layout>
  9. <text>
  10. <label>Immatriculation</label>
  11. </text>
  12. </group>
  13. <group>
  14. <layout>hbox</layout>
  15. <input>
  16. <property>/sim/model/immat</property>
  17. <type>STRING</type>
  18. <width>100</width>
  19. </input>
  20. </group>
  21. <group>
  22. <layout>hbox</layout>
  23. <empty><stretch>true</stretch></empty>
  24. <button>
  25. <legend>OK</legend>
  26. <equal>true</equal>
  27. <default>true</default>
  28. <key>Esc</key>
  29. <binding><command>dialog-apply</command></binding>
  30. <binding><command>dialog-close</command></binding>
  31. </button>
  32. <empty><stretch>true</stretch></empty>
  33. </group>
  34. </PropertyList>