TFS_ANTIGUO/ControlGestiones/Sistema CGC/Gestion.UI/Transacciones/TransaccionesRecaudadorResultadoBusqueda.aspx
asaenz d1acfe3500 Solucion inicial
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C549
2022-06-16 14:35:51 +00:00

61 lines
4 KiB
Text

<%@ Page Language="C#" MasterPageFile="~/_paginasmaestro/MasterPage.master" AutoEventWireup="true" CodeFile="TransaccionesRecaudadorResultadoBusqueda.aspx.cs" Inherits="TransaccionesRecaudadorResultadoBusqueda" Title="Resultados de la búsqueda de transacciones por recaudador" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ctphPrincipal" Runat="Server">
<table class="tablaPrinc">
<tr>
<td class="titleTablaPrinc" colspan="2" style="height: 22px; text-align: center">
&nbsp;
<asp:Label ID="Label2" runat="server" Text="Transacciones por recaudador" ToolTip="Consulta las transacciones que han sido registrados por los recaudadores"></asp:Label></td>
</tr>
<tr>
<td colspan="2" style="height: 22px; text-align: left">
<asp:Label ID="lbDatos" runat="server" Font-Bold="True" Text="Paso 2: Resultados obtenidos de la búsqueda."></asp:Label></td>
</tr>
<tr>
<td class="formatoGrid" colspan="2" style="height: 22px; text-align: center">
&nbsp;
<asp:GridView ID="gridNotas" runat="server" AutoGenerateColumns="False" CellPadding="4"
CssClass="tablar" ForeColor="#333333" GridLines="None" OnSelectedIndexChanged="gridRecibos_SelectedIndexChanged"
PageSize="100" Style="border-right: #000000 1px solid; border-top: #000000 1px solid;
margin-top: 20px; border-left: #000000 1px solid; border-bottom: #000000 1px solid"
Width="409px" ToolTip="Resultados Obtenidos">
<Columns>
<asp:BoundField DataField="Cod. Recaudador" HeaderText="Cod. Recaudador">
<ItemStyle HorizontalAlign="Center" />
</asp:BoundField>
<asp:BoundField DataField="Agencia Open" DataFormatString="{0:N}" HeaderText="Agencia Open">
<HeaderStyle HorizontalAlign="Center" />
<ItemStyle HorizontalAlign="Center" />
<FooterStyle HorizontalAlign="Center" />
</asp:BoundField>
<asp:BoundField DataField="Centro Cobro" HeaderText="Centro Cobro">
<ItemStyle HorizontalAlign="Center" />
</asp:BoundField>
<asp:BoundField DataField="Datos" HeaderText="Datos" />
</Columns>
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#EFF3FB" />
<EditRowStyle BackColor="#2461BF" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
</td>
</tr>
<tr>
<td colspan="2" style="height: 22px; text-align: center">
<table style="background-color: #bdd4dc">
<tr>
<td style="width: 32px; height: 34px">
<asp:ImageButton ID="ibtnAgregar" runat="server" ImageUrl="~/App_Themes/_basico/_imagenes/ejecutar.png"
ToolTip="Continuar" OnClick="ibtnAgregar_Click" /></td>
<td style="width: 32px; height: 34px">
<asp:ImageButton ID="ibtnBuscar" runat="server" ImageUrl="~/App_Themes/_basico/_imagenes/buscar.png"
ToolTip="Realizar una nueva búsqueda" OnClick="ibtnBuscar_Click" /></td>
</tr>
</table>
</td>
</tr>
</table>
</asp:Content>