120 lines
5.4 KiB
XML
120 lines
5.4 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="winBusquedaCodigoBarraTrecho"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winBusquedaCodigoBarraTrecho" title="${c:l('busquedaArticuloController.window.title')}"
|
|
apply="${busquedaCodigoBarraTrechoController}" contentStyle="overflow:auto"
|
|
height="450px" width="670px" border="normal" >
|
|
<toolbar>
|
|
<hbox spacing="5px" style="padding:1px" align="left">
|
|
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
|
|
tooltiptext="${c:l('busquedaArticuloController.btnRefresh.tooltiptext')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnNovo" image="/gui/img/add.png" width="35px"
|
|
tooltiptext="${c:l('busquedaArticuloController.btnNovo.tooltiptext')}" />
|
|
<separator orient="vertical" />
|
|
<button id="btnCerrar" onClick="winBusquedaCodigoBarraTrecho.detach()" image="/gui/img/exit.png" width="35px"
|
|
tooltiptext="${c:l('busquedaArticuloController.btnCerrar.tooltiptext')}"/>
|
|
<separator orient="vertical" />
|
|
<separator orient="horizontal" />
|
|
<button id="btnPadrao" height="20" image="/gui/img/enginer.png" width="35px" />
|
|
</hbox>
|
|
<hbox spacing="5px" style="padding:1px" align="right">
|
|
|
|
</hbox>
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="20%" />
|
|
<column width="80%" />
|
|
</columns>
|
|
<rows>
|
|
|
|
<row spans="1,3">
|
|
<label
|
|
value="${c:l('editarConfiguracaoCodBarrasTrechoController.empresa')}" />
|
|
<combobox id="comboEmpresa" width="100%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEmpresa"
|
|
mold="rounded" buttonVisible="true"
|
|
model="@{winBusquedaConfiguracaoCodBarras$composer.lsEmpresa}" />
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('editarConfiguracaoCodBarrasTrechoController.origem')}" />
|
|
<combobox id="cmbOrigen" width="100%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
|
mold="rounded" buttonVisible="true" />
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('editarConfiguracaoCodBarrasTrechoController.destino')}" />
|
|
<combobox id="cmbDestino" width="100%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
|
|
mold="rounded" buttonVisible="true" />
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('editarConfiguracaoCodBarrasTrechoController.codTerminal')}" />
|
|
<textbox id="txtCodTerminal" width="98%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('editarConfiguracaoCodBarrasTrechoController.codEmpresa')}" />
|
|
<textbox id="txtCodEmpresa" width="98%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
</row>
|
|
|
|
<row>
|
|
<label
|
|
value="${c:l('editarConfiguracaoCodBarrasTrechoController.codRuta')}" />
|
|
<textbox id="txtCodRuta" width="98%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
</row>
|
|
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
|
label="${c:l('busquedaArticuloController.btnPesquisa.label')}"/>
|
|
</toolbar>
|
|
|
|
<paging id="pagingCodigoBarraTrecho" pageSize="15"/>
|
|
<listbox id="codigoBarraTrechoList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
|
vflex="true" multiple="false" height="60%">
|
|
<listhead sizable="true">
|
|
<listheader id="lhId" width="70px" image="/gui/img/builder.gif"
|
|
label="${c:l('busquedaArticuloController.lhId.label')}"
|
|
sort="auto(codigoBarraId)"/>
|
|
<listheader id="lhEmpresa" width="70px" image="/gui/img/builder.gif"
|
|
label="${c:l('editarConfiguracaoCodBarrasTrechoController.empresa')}"
|
|
sort="auto(empresa)"/>
|
|
<listheader id="lhOrigem" image="/gui/img/create_doc.gif"
|
|
label="${c:l('editarConfiguracaoCodBarrasTrechoController.origem')}"
|
|
sort="auto(origen)"/>
|
|
<listheader id="lhDestino" image="/gui/img/create_doc.gif"
|
|
label="${c:l('editarConfiguracaoCodBarrasTrechoController.destino')}"
|
|
sort="auto(destino)"/>
|
|
<listheader id="lhCodTerminal" image="/gui/img/create_doc.gif"
|
|
label="${c:l('editarConfiguracaoCodBarrasTrechoController.codTerminal')}"
|
|
sort="auto(codTerminal)"/>
|
|
<listheader id="lhCodEmpresa" image="/gui/img/create_doc.gif"
|
|
label="${c:l('editarConfiguracaoCodBarrasTrechoController.codEmpresa')}"
|
|
sort="auto(codEmpresa)"/>
|
|
<listheader id="lhCodRuta" image="/gui/img/create_doc.gif"
|
|
label="${c:l('editarConfiguracaoCodBarrasTrechoController.codRuta')}"
|
|
sort="auto(codRuta)"/>
|
|
</listhead>
|
|
</listbox>
|
|
</window>
|
|
</zk>
|