TFS_ANTIGUO/ControlGestiones/Sistema CGC/Gestion.UI/Formularios/DebitoAutomatico.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

86 lines
6.2 KiB
Text

<%@ Page Language="C#" MasterPageFile="~/_paginasmaestro/MasterPage.master" AutoEventWireup="true" CodeFile="DebitoAutomatico.aspx.cs" Inherits="DebitoAutomatico" Title="Débito automático" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ctphPrincipal" Runat="Server">
<table class="tablaPrinc">
<tr>
<td class="titleTablaPrinc" colspan="2" style="height: 22px; text-align: right">
<asp:ImageButton ID="ibtnAyuda" runat="server" CausesValidation="False" ImageUrl="~/App_Themes/_basico/_imagenes/ayuda.png"
ToolTip="Obtener ayuda general sobre este proceso" /></td>
</tr>
<tr>
<td class="titleTablaPrinc" colspan="2" style="height: 22px; text-align: center">
<asp:Label ID="Label1" runat="server" Text="Débito automático" ToolTip="Consulta los servicios que han sido cancelados mediante el proceso de débito automático"></asp:Label></td>
</tr>
<tr>
<td style="width: 128px; height: 21px; text-align: left">
<asp:Label ID="lbNumServicio" runat="server" Text="Número de Servicio:" ToolTip="Digite el número de servicio asociado"></asp:Label></td>
<td style="width: 439px; height: 21px; text-align: left">
<asp:TextBox ID="txtNumServicio" runat="server" MaxLength="7" ToolTip="Digite el número de servicio asociado"></asp:TextBox>
<asp:RegularExpressionValidator ID="revNumServicio" runat="server" ControlToValidate="txtNumServicio"
ErrorMessage="Formato Incorrecto de Número de Servicio" Display="Dynamic" ValidationExpression="\d{7}"></asp:RegularExpressionValidator></td>
</tr>
<tr>
<td style="width: 128px; height: 21px; text-align: left">
<asp:Label ID="lbSecNis" runat="server" Text="Secuencial NIS:" ToolTip="Corresponde al secuencial asociado al número de servicio"></asp:Label></td>
<td style="width: 439px; height: 21px; text-align: left">
<asp:TextBox ID="txtSecNis" runat="server" Width="57px" ToolTip="Corresponde al secuencial asociado al número de servicio"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 128px; height: 21px; text-align: left">
<asp:Label ID="lbEstado" runat="server" Text="Estado:" ToolTip="Corresponde al estado actual del recibo"></asp:Label></td>
<td style="width: 439px; height: 21px; text-align: left">
<asp:TextBox ID="txtEstado" runat="server" Width="57px" ToolTip="Corresponde al estado actual del recibo"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 128px; height: 21px; text-align: left">
<asp:Label ID="lbCodCliente" runat="server" Text="Código de Cliente:" ToolTip="Corresponde al código del cliente asociado al servicio"></asp:Label></td>
<td style="width: 439px; height: 21px; text-align: left">
<asp:TextBox ID="txtCodCliente" runat="server" MaxLength="8" ToolTip="Corresponde al código del cliente asociado al servicio"></asp:TextBox>
<asp:RegularExpressionValidator ID="revCodCliente" runat="server" ControlToValidate="txtCodCliente"
ErrorMessage="Formato incorrecto para el código de cliente" ValidationExpression="\d{8}"></asp:RegularExpressionValidator></td>
</tr>
<tr>
<td style="width: 128px; height: 21px; text-align: left">
<asp:Label ID="lbNombre" runat="server" Text="Nombre del Cliente:" ToolTip="Corresponde al nombre del cliente asociado al servicio"></asp:Label></td>
<td style="width: 439px; height: 21px; text-align: left">
<asp:TextBox ID="txtNombre" runat="server" Width="299px" ToolTip="Corresponde al nombre del cliente asociado al servicio"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 128px; text-align: left">
<asp:Label ID="lbAgencia" runat="server" Text="Código de Agencia:"></asp:Label></td>
<td style="width: 439px; text-align: left">
<asp:TextBox ID="txtAgencia" runat="server" Width="123px" MaxLength="4"></asp:TextBox>
<asp:RegularExpressionValidator ID="revAgencia" runat="server" ControlToValidate="txtAgencia"
ErrorMessage="Formato incorrecto para el código de Agencia" ValidationExpression="\d{4}"></asp:RegularExpressionValidator></td>
</tr>
<tr>
<td style="width: 128px; text-align: left">
<asp:Label ID="lbTarifa" runat="server" Text="Tarifa:" ToolTip="Corresponde al tipo de tarifa asociada al servicio"></asp:Label></td>
<td style="width: 439px; text-align: left">
<asp:TextBox ID="txtTarifa" runat="server" Width="57px" ToolTip="Corresponde al tipo de tarifa asociada al servicio"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 128px; text-align: left">
<asp:Label ID="lbLocalizacion" runat="server" Text="Localización:" ToolTip="Corresponde al lugar en donde se ubica el servicio"></asp:Label></td>
<td style="width: 439px; text-align: left">
<asp:TextBox ID="txtLocalizacion" runat="server" ToolTip="Corresponde al lugar en donde se ubica el servicio"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
<table style="background-color:#bdd4dc">
<tr>
<td style="width: 26px; height: 34px">
<asp:ImageButton ID="ibtnBuscar" runat="server" ImageUrl="~/App_Themes/_basico/_imagenes/buscar.png"
ToolTip="Buscar Registros" OnClick="ibtnBuscar_Click" /></td>
<td style="width: 27px; height: 34px">
<asp:ImageButton ID="ibtnLimpiar" runat="server" CausesValidation="False" ImageUrl="~/App_Themes/_basico/_imagenes/limpiar.png"
ToolTip="Limpiar Campos" OnClick="ibtnLimpiar_Click" /></td>
</tr>
</table>
</td>
</tr>
</table>
<div style="text-align:center; font-size:11px; font-family:Arial">
&nbsp;</div>
</asp:Content>