AdmMono/web/gui/esquema_operacional/filtroTaxaEmbarqueW2i.zul

95 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="winEstornoW2i"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winEstornoW2i" apply="${estoqueTaxaEmbarqueW2iController}"
contentStyle="overflow:auto"
height="400px" width="730px" border="normal" sizable="true">
<grid fixedLayout="true">
<columns>
<column width="20%" />
<column width="20%" />
<column width="15%" />
<column />
</columns>
<rows>
<row spans="1,1,2" >
<label
value="${c:l('filtroTaxaEmbarqueW2i.labelOrigen.value')}" />
<combobox id="cmbParadaOrigemCve"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParadaCve"
mold="rounded" buttonVisible="true" width="100%" />
<combobox id="cmbParadaOrigem"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxParada"
mold="rounded" buttonVisible="true" width="99%" />
</row>
<row spans="1,3">
<label
value="${c:l('filtroTaxaEmbarqueW2i.empresa.label')}"/>
<combobox id="cmbEmpresa"
buttonVisible="true"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
model="@{winEstornoW2i$composer.lsEmpresa}"
width="99%" />
</row>
<row spans="1,3">
<label value="${c:l('filtroTaxaEmbarqueW2i.lbOrgaoConcedente.value')}"/>
<combobox id="cmbOrgaoConcedente"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true"
width="99%" model="@{winEstornoW2i$composer.lsOrgaosConcedentes}" />
</row>
<row >
<label
value="${c:l('filtroTaxaEmbarqueW2i.lbKm.value')}" />
<textbox id="txtKm" width="95%"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
<label id="lblCategorias"
value="${c:l('filtroTaxaEmbarqueW2i.tblCategoria.label')}" />
<combobox id="cmbCategorias"
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
mold="rounded" buttonVisible="true" width="95%"
model="@{winEstornoW2i$composer.lsCategorias}" />
</row>
</rows>
</grid>
<toolbar>
<button id="btnPesquisa" image="/gui/img/find.png"
label="${c:l('filtroTaxaEmbarqueW2i.btnBuscarServico.label')}" />
</toolbar>
<listbox id="estoqueList"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
multiple="false" height="95%">
<listhead sizable="true">
<listheader image="/gui/img/create_doc.gif"
label="${c:l('filtroTaxaEmbarqueW2i.tblTalxpolC.label')}" />
<listheader image="/gui/img/create_doc.gif"
label="${c:l('filtroTaxaEmbarqueW2i.tblOrigem.label')}" />
<listheader image="/gui/img/create_doc.gif"
label="${c:l('filtroTaxaEmbarqueW2i.tblEmpresa.label')}" />
<listheader image="/gui/img/create_doc.gif"
label="${c:l('filtroTaxaEmbarqueW2i.tblCategoria.label')}" />
<listheader image="/gui/img/create_doc.gif"
label="${c:l('filtroTaxaEmbarqueW2i.tblOrgaoConcedente.label')}" />
<listheader image="/gui/img/create_doc.gif"
label="${c:l('filtroTaxaEmbarqueW2i.tblKm.label')}" />
<listheader image="/gui/img/create_doc.gif"
label="${c:l('filtroTaxaEmbarqueW2i.tblEstoque.label')}" />
</listhead>
</listbox>
</window>
</zk>