Statistics
| Revision:

gvsig-scripting / org.gvsig.scripting / trunk / org.gvsig.scripting / org.gvsig.scripting.app / org.gvsig.scripting.app.mainplugin / src / main / resources-plugin / scripting / scripts / examples / dialogs / 04_simple.dlg @ 462

History | View | Annotate | Download (364 Bytes)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!-- generated by ThinG, the Thinlet GUI editor -->
3
<panel columns="2" gap="4">
4
    <label text="Nombre" valign="top"/>
5
    <textfield weightx="1"/>
6
    <label text="Descripcion" valign="top"/>
7
    <textfield weighty="1"/>
8
    <button action="cerrarForm" colspan="2" halign="right" name="cerrar" text="Cerar"/>
9
</panel>