AdmMono/web/gui/catalogos/editarIntegracaoTotvsBilhet...

67 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<?page contentType="text/html;charset=UTF-8"?>
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winEditareditarIntegracaoTotvs"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winEditareditarIntegracaoTotvs" border="normal"
apply="${editarIntegracaoTotvsController}"
width="500px" height="500px" contentStyle="overflow:auto"
title="${c:l('editarIntegracaoTotvsController.window.title')}">
<toolbar>
<hbox spacing="5px" style="padding:1px" align="right">
<button id="btnFechar" height="20"
image="/gui/img/exit.png" width="35px"
onClick="winEditareditarIntegracaoTotvs.detach()"
tooltiptext="${c:l('editarIntegracaoTotvsController.btnFechar.tooltiptext')}"/>
</hbox>
</toolbar>
<grid fixedLayout="true">
<columns>
<column width="20%" />
<column width="80%" />
</columns>
<rows>
<row>
<label value="${c:l('editarIntegracaoTotvsController.lbNumBilhete.label')}"/>
<textbox id="txtNumBilhete" constraint="no empty" width="80%" maxlength="50"
value="@{winEditareditarIntegracaoTotvs$composer.caja.numfoliosistema}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
</row>
<row>
<label value="${c:l('editarIntegracaoTotvsController.lbPuntoVenta.label')}"/>
<intbox id="txtpuntoVentaId" constraint="no empty, no negative" width="80%" maxlength="8"
value="@{winEditareditarIntegracaoTotvs$composer.caja.puntoventaId}"/>
</row>
<row>
<label value="${c:l('editarIntegracaoTotvsController.lbFechaVenta.label')}" />
<textbox id="txtFechaVenta" width="80%" maxlength="10"
value="@{winEditareditarIntegracaoTotvs$composer.caja.fechorventaH}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
</row>
<row>
<label value="${c:l('editarIntegracaoTotvsController.lbOperacao.label')}" />
<textbox id="txtOperacao" width="80%" maxlength="10"
value="@{winEditareditarIntegracaoTotvs$composer.caja.indstatusboleto}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
</row>
<row>
<label value="${c:l('editarIntegracaoTotvsController.lbvalorBilhete.label')}" />
<textbox id="txtValorBilhete" width="80%" maxlength="10"
value="@{winEditareditarIntegracaoTotvs$composer.valorBilhete}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
</row>
<row>
<label value="${c:l('editarIntegracaoTotvsController.lberro.label')}" />
<textbox id="txtErro" maxlength="4000" height="280px" rows="300" cols="300"
value="@{winEditareditarIntegracaoTotvs$composer.caja.erro}"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
</row>
</rows>
</grid>
</window>
</zk>