2212 lines
101 KiB
VB.net
2212 lines
101 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
Partial Class frmChequeCaja_Detalle
|
|||
|
Inherits System.Windows.Forms.Form
|
|||
|
|
|||
|
'Form overrides dispose to clean up the component list.
|
|||
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|||
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|||
|
Try
|
|||
|
If disposing AndAlso components IsNot Nothing Then
|
|||
|
components.Dispose()
|
|||
|
End If
|
|||
|
Finally
|
|||
|
MyBase.Dispose(disposing)
|
|||
|
End Try
|
|||
|
End Sub
|
|||
|
|
|||
|
'Required by the Windows Form Designer
|
|||
|
Private components As System.ComponentModel.IContainer
|
|||
|
|
|||
|
'NOTE: The following procedure is required by the Windows Form Designer
|
|||
|
'It can be modified using the Windows Form Designer.
|
|||
|
'Do not modify it using the code editor.
|
|||
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|||
|
Private Sub InitializeComponent()
|
|||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmChequeCaja_Detalle))
|
|||
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|||
|
Me.tp_operacion = New System.Windows.Forms.TabPage()
|
|||
|
Me.txtIdTransaccion = New System.Windows.Forms.TextBox()
|
|||
|
Me.gbCobro = New System.Windows.Forms.GroupBox()
|
|||
|
Me.gbLiquidacionCobro = New System.Windows.Forms.GroupBox()
|
|||
|
Me.txtMontoCobro = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblMontoCobro = New System.Windows.Forms.Label()
|
|||
|
Me.txtMonedaCobro = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblMonedaCobro = New System.Windows.Forms.Label()
|
|||
|
Me.txtNumCuentaCobro = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblNumCuentaCobro = New System.Windows.Forms.Label()
|
|||
|
Me.txtMedioCobro = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblMedioCobro = New System.Windows.Forms.Label()
|
|||
|
Me.gbInstEmisoraCobro = New System.Windows.Forms.GroupBox()
|
|||
|
Me.txtEmisoraCobro = New System.Windows.Forms.TextBox()
|
|||
|
Me.Label2 = New System.Windows.Forms.Label()
|
|||
|
Me.gbExpedicion = New System.Windows.Forms.GroupBox()
|
|||
|
Me.gb_Liquidacion = New System.Windows.Forms.GroupBox()
|
|||
|
Me.txtMontoLiq = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblMontoLiq = New System.Windows.Forms.Label()
|
|||
|
Me.txtMonedaLiq = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblMonedaLiq = New System.Windows.Forms.Label()
|
|||
|
Me.txtNumCuenta = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblNumCuenta = New System.Windows.Forms.Label()
|
|||
|
Me.txtMedio = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblMedio = New System.Windows.Forms.Label()
|
|||
|
Me.gb_Beneficiario = New System.Windows.Forms.GroupBox()
|
|||
|
Me.txtNombre_Benefi = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblNombreBenefi = New System.Windows.Forms.Label()
|
|||
|
Me.txtFolioPrevio = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblFolioPrevio = New System.Windows.Forms.Label()
|
|||
|
Me.txtMonto = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblMonto = New System.Windows.Forms.Label()
|
|||
|
Me.txtMoneda = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblMoneda = New System.Windows.Forms.Label()
|
|||
|
Me.txtNumCheque = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblNumCheque = New System.Windows.Forms.Label()
|
|||
|
Me.txtClvSucursal = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblClvSucursal = New System.Windows.Forms.Label()
|
|||
|
Me.txtFecha_Op = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblFecha_Op = New System.Windows.Forms.Label()
|
|||
|
Me.txtFolCons = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblFolCons = New System.Windows.Forms.Label()
|
|||
|
Me.txtEntidad = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblClvEntidad = New System.Windows.Forms.Label()
|
|||
|
Me.txtClvOrgReg = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblClvOrgReg = New System.Windows.Forms.Label()
|
|||
|
Me.tp_PersReport = New System.Windows.Forms.TabPage()
|
|||
|
Me.TabControl3 = New System.Windows.Forms.TabControl()
|
|||
|
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
|||
|
Me.gbPerMoral = New System.Windows.Forms.GroupBox()
|
|||
|
Me.txtCorreoElectUsuMR = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCorreoELecUsuMR = New System.Windows.Forms.Label()
|
|||
|
Me.txtPaisNacUsuMR = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblPaisNacUsuMR = New System.Windows.Forms.Label()
|
|||
|
Me.txtRfcUsuMR = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblRfcUsuMR = New System.Windows.Forms.Label()
|
|||
|
Me.txtFechaConsUsuMR = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblFechConsUsuMR = New System.Windows.Forms.Label()
|
|||
|
Me.txtDenomRazonUsuMR = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblDenomRazonUsuMR = New System.Windows.Forms.Label()
|
|||
|
Me.gb_PersonaFisica = New System.Windows.Forms.GroupBox()
|
|||
|
Me.txtCorreoElecUsuPF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCorreoElecUsuPF = New System.Windows.Forms.Label()
|
|||
|
Me.txtPaisNacUsuPF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblPaisNacUsuPF = New System.Windows.Forms.Label()
|
|||
|
Me.txtRfcUsuPF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblRfcUsuPF = New System.Windows.Forms.Label()
|
|||
|
Me.txtCurpUsuPF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCurpUsuPF = New System.Windows.Forms.Label()
|
|||
|
Me.txtFechaUsuPF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblFechNacPF = New System.Windows.Forms.Label()
|
|||
|
Me.txtApMatUsuPF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblApMatUsuPF = New System.Windows.Forms.Label()
|
|||
|
Me.txtApPatUsuPF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblApPatUsuPF = New System.Windows.Forms.Label()
|
|||
|
Me.txtNomUsuPF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblNombreUsuPF = New System.Windows.Forms.Label()
|
|||
|
Me.TabPage4 = New System.Windows.Forms.TabPage()
|
|||
|
Me.gb_PerMoral = New System.Windows.Forms.GroupBox()
|
|||
|
Me.lblApodLegalClientPM = New System.Windows.Forms.Label()
|
|||
|
Me.txtApodLegalClientPM = New System.Windows.Forms.TextBox()
|
|||
|
Me.txtCorreoElecClientPM = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCorreoElecClientPM = New System.Windows.Forms.Label()
|
|||
|
Me.txtGiroMercClientPM = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblGiroMercClientPM = New System.Windows.Forms.Label()
|
|||
|
Me.txtPaisNacionalidadClientPM = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblPaisNacionalidadClientPM = New System.Windows.Forms.Label()
|
|||
|
Me.txtRfcClientPM = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblRfcClientPM = New System.Windows.Forms.Label()
|
|||
|
Me.txtFechaConstClientPM = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblFechaConstClientPM = New System.Windows.Forms.Label()
|
|||
|
Me.txtDenomRazonClientPM = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblDenomRazonClientPM = New System.Windows.Forms.Label()
|
|||
|
Me.gb_PerFisCL = New System.Windows.Forms.GroupBox()
|
|||
|
Me.txtActEconomicaClientePF = New System.Windows.Forms.TextBox()
|
|||
|
Me.txtCorreoElecClientePF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCorreoElecClientePF = New System.Windows.Forms.Label()
|
|||
|
Me.lblActEconomicaClientePF = New System.Windows.Forms.Label()
|
|||
|
Me.txtPaisNacionalidadClientePF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblPaisNacimientoClientePF = New System.Windows.Forms.Label()
|
|||
|
Me.lblPaisNacClientePF = New System.Windows.Forms.Label()
|
|||
|
Me.txtPaisNacimientoClientePF = New System.Windows.Forms.TextBox()
|
|||
|
Me.txtRfcClientePF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblRfcClientePF = New System.Windows.Forms.Label()
|
|||
|
Me.txtCurpClientePF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCurpClientePF = New System.Windows.Forms.Label()
|
|||
|
Me.txtFechaNacClientePF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblFechaNacimientoClientePF = New System.Windows.Forms.Label()
|
|||
|
Me.txtApMatClientePF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblApMatClientePF = New System.Windows.Forms.Label()
|
|||
|
Me.txtApPatClientePF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblApPatClientePF = New System.Windows.Forms.Label()
|
|||
|
Me.txtNomClientePF = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblNomClientePF = New System.Windows.Forms.Label()
|
|||
|
Me.tp_Domicilio = New System.Windows.Forms.TabPage()
|
|||
|
Me.gbUnificado = New System.Windows.Forms.GroupBox()
|
|||
|
Me.txtCodPosNacUN = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCodPostalNacUN = New System.Windows.Forms.Label()
|
|||
|
Me.txtColoniaNacUN = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblColoniaNacUN = New System.Windows.Forms.Label()
|
|||
|
Me.txtCiudaPoblNacUN = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCiudadPoblNacUN = New System.Windows.Forms.Label()
|
|||
|
Me.txtDomicilioNacUN = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblDomicilioNacUN = New System.Windows.Forms.Label()
|
|||
|
Me.TabControl4 = New System.Windows.Forms.TabControl()
|
|||
|
Me.TabPage5 = New System.Windows.Forms.TabPage()
|
|||
|
Me.gbSeparado = New System.Windows.Forms.GroupBox()
|
|||
|
Me.txtNumIntNacSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblNumInteriorNacSP = New System.Windows.Forms.Label()
|
|||
|
Me.txtNumExtNacSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblNumExtNacSP = New System.Windows.Forms.Label()
|
|||
|
Me.txtCalleNacSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCalleNacSP = New System.Windows.Forms.Label()
|
|||
|
Me.txtColoniaNacSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblColoniaNacSP = New System.Windows.Forms.Label()
|
|||
|
Me.txtDelMunNacSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblDelMunNacSP = New System.Windows.Forms.Label()
|
|||
|
Me.txtCiudadPoblNacSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCiudadPoblNacSP = New System.Windows.Forms.Label()
|
|||
|
Me.txtCodPostNacSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCodPostNacSP = New System.Windows.Forms.Label()
|
|||
|
Me.txtEntFedNacSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblEntFedeNacSP = New System.Windows.Forms.Label()
|
|||
|
Me.TabPage6 = New System.Windows.Forms.TabPage()
|
|||
|
Me.gbSeparadoExt = New System.Windows.Forms.GroupBox()
|
|||
|
Me.txtNumIntExtSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblNumIntExtSP = New System.Windows.Forms.Label()
|
|||
|
Me.txtNumExtExtSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblNumExtExtSP = New System.Windows.Forms.Label()
|
|||
|
Me.txtCalleExtSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCalleExtSP = New System.Windows.Forms.Label()
|
|||
|
Me.txtColoniaExtSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblColoniaExtSP = New System.Windows.Forms.Label()
|
|||
|
Me.txtCiudaPoblExtSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCiudaPoblExtSP = New System.Windows.Forms.Label()
|
|||
|
Me.txtCodPostExtSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCodPostExtSP = New System.Windows.Forms.Label()
|
|||
|
Me.txtEntFedExtSP = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblEntFedExtSP = New System.Windows.Forms.Label()
|
|||
|
Me.gbUnificadoExt = New System.Windows.Forms.GroupBox()
|
|||
|
Me.txtPaisExt = New System.Windows.Forms.TextBox()
|
|||
|
Me.txtCodPostalExtUN = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblPaisExt = New System.Windows.Forms.Label()
|
|||
|
Me.lblCodPostExtUN = New System.Windows.Forms.Label()
|
|||
|
Me.txtColoniaExtUN = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblColoniaExtUN = New System.Windows.Forms.Label()
|
|||
|
Me.txtCiudaPoblExtUN = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblCiudaPoblExtUN = New System.Windows.Forms.Label()
|
|||
|
Me.txtDomicExtUN = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblDomiExtUN = New System.Windows.Forms.Label()
|
|||
|
Me.tp_Telefono = New System.Windows.Forms.TabPage()
|
|||
|
Me.txtExtension = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblExtension = New System.Windows.Forms.Label()
|
|||
|
Me.txtNumTelefono = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblNumTelefono = New System.Windows.Forms.Label()
|
|||
|
Me.txtClavePais = New System.Windows.Forms.TextBox()
|
|||
|
Me.lblClavePais = New System.Windows.Forms.Label()
|
|||
|
Me.lblTrimestreR = New System.Windows.Forms.Label()
|
|||
|
Me.lblTrimReportadoVal = New System.Windows.Forms.Label()
|
|||
|
Me.btnGuardar = New System.Windows.Forms.Button()
|
|||
|
Me.cmdSalir = New System.Windows.Forms.Button()
|
|||
|
Me.TabControl1.SuspendLayout()
|
|||
|
Me.tp_operacion.SuspendLayout()
|
|||
|
Me.gbCobro.SuspendLayout()
|
|||
|
Me.gbLiquidacionCobro.SuspendLayout()
|
|||
|
Me.gbInstEmisoraCobro.SuspendLayout()
|
|||
|
Me.gbExpedicion.SuspendLayout()
|
|||
|
Me.gb_Liquidacion.SuspendLayout()
|
|||
|
Me.gb_Beneficiario.SuspendLayout()
|
|||
|
Me.tp_PersReport.SuspendLayout()
|
|||
|
Me.TabControl3.SuspendLayout()
|
|||
|
Me.TabPage3.SuspendLayout()
|
|||
|
Me.gbPerMoral.SuspendLayout()
|
|||
|
Me.gb_PersonaFisica.SuspendLayout()
|
|||
|
Me.TabPage4.SuspendLayout()
|
|||
|
Me.gb_PerMoral.SuspendLayout()
|
|||
|
Me.gb_PerFisCL.SuspendLayout()
|
|||
|
Me.tp_Domicilio.SuspendLayout()
|
|||
|
Me.gbUnificado.SuspendLayout()
|
|||
|
Me.TabControl4.SuspendLayout()
|
|||
|
Me.TabPage5.SuspendLayout()
|
|||
|
Me.gbSeparado.SuspendLayout()
|
|||
|
Me.TabPage6.SuspendLayout()
|
|||
|
Me.gbSeparadoExt.SuspendLayout()
|
|||
|
Me.gbUnificadoExt.SuspendLayout()
|
|||
|
Me.tp_Telefono.SuspendLayout()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'TabControl1
|
|||
|
'
|
|||
|
Me.TabControl1.Controls.Add(Me.tp_operacion)
|
|||
|
Me.TabControl1.Controls.Add(Me.tp_PersReport)
|
|||
|
Me.TabControl1.Controls.Add(Me.tp_Domicilio)
|
|||
|
Me.TabControl1.Controls.Add(Me.tp_Telefono)
|
|||
|
Me.TabControl1.Location = New System.Drawing.Point(12, 23)
|
|||
|
Me.TabControl1.Name = "TabControl1"
|
|||
|
Me.TabControl1.SelectedIndex = 0
|
|||
|
Me.TabControl1.Size = New System.Drawing.Size(954, 462)
|
|||
|
Me.TabControl1.TabIndex = 0
|
|||
|
'
|
|||
|
'tp_operacion
|
|||
|
'
|
|||
|
Me.tp_operacion.Controls.Add(Me.txtIdTransaccion)
|
|||
|
Me.tp_operacion.Controls.Add(Me.gbCobro)
|
|||
|
Me.tp_operacion.Controls.Add(Me.gbExpedicion)
|
|||
|
Me.tp_operacion.Controls.Add(Me.txtFolioPrevio)
|
|||
|
Me.tp_operacion.Controls.Add(Me.lblFolioPrevio)
|
|||
|
Me.tp_operacion.Controls.Add(Me.txtMonto)
|
|||
|
Me.tp_operacion.Controls.Add(Me.lblMonto)
|
|||
|
Me.tp_operacion.Controls.Add(Me.txtMoneda)
|
|||
|
Me.tp_operacion.Controls.Add(Me.lblMoneda)
|
|||
|
Me.tp_operacion.Controls.Add(Me.txtNumCheque)
|
|||
|
Me.tp_operacion.Controls.Add(Me.lblNumCheque)
|
|||
|
Me.tp_operacion.Controls.Add(Me.txtClvSucursal)
|
|||
|
Me.tp_operacion.Controls.Add(Me.lblClvSucursal)
|
|||
|
Me.tp_operacion.Controls.Add(Me.txtFecha_Op)
|
|||
|
Me.tp_operacion.Controls.Add(Me.lblFecha_Op)
|
|||
|
Me.tp_operacion.Controls.Add(Me.txtFolCons)
|
|||
|
Me.tp_operacion.Controls.Add(Me.lblFolCons)
|
|||
|
Me.tp_operacion.Controls.Add(Me.txtEntidad)
|
|||
|
Me.tp_operacion.Controls.Add(Me.lblClvEntidad)
|
|||
|
Me.tp_operacion.Controls.Add(Me.txtClvOrgReg)
|
|||
|
Me.tp_operacion.Controls.Add(Me.lblClvOrgReg)
|
|||
|
Me.tp_operacion.Location = New System.Drawing.Point(4, 22)
|
|||
|
Me.tp_operacion.Name = "tp_operacion"
|
|||
|
Me.tp_operacion.Padding = New System.Windows.Forms.Padding(3)
|
|||
|
Me.tp_operacion.Size = New System.Drawing.Size(946, 436)
|
|||
|
Me.tp_operacion.TabIndex = 0
|
|||
|
Me.tp_operacion.Text = "Operacion"
|
|||
|
Me.tp_operacion.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'txtIdTransaccion
|
|||
|
'
|
|||
|
Me.txtIdTransaccion.Location = New System.Drawing.Point(913, 6)
|
|||
|
Me.txtIdTransaccion.Name = "txtIdTransaccion"
|
|||
|
Me.txtIdTransaccion.Size = New System.Drawing.Size(22, 20)
|
|||
|
Me.txtIdTransaccion.TabIndex = 336
|
|||
|
Me.txtIdTransaccion.Visible = False
|
|||
|
'
|
|||
|
'gbCobro
|
|||
|
'
|
|||
|
Me.gbCobro.Controls.Add(Me.gbLiquidacionCobro)
|
|||
|
Me.gbCobro.Controls.Add(Me.gbInstEmisoraCobro)
|
|||
|
Me.gbCobro.Location = New System.Drawing.Point(488, 161)
|
|||
|
Me.gbCobro.Name = "gbCobro"
|
|||
|
Me.gbCobro.Size = New System.Drawing.Size(455, 239)
|
|||
|
Me.gbCobro.TabIndex = 19
|
|||
|
Me.gbCobro.TabStop = False
|
|||
|
Me.gbCobro.Text = "Cobro"
|
|||
|
'
|
|||
|
'gbLiquidacionCobro
|
|||
|
'
|
|||
|
Me.gbLiquidacionCobro.Controls.Add(Me.txtMontoCobro)
|
|||
|
Me.gbLiquidacionCobro.Controls.Add(Me.lblMontoCobro)
|
|||
|
Me.gbLiquidacionCobro.Controls.Add(Me.txtMonedaCobro)
|
|||
|
Me.gbLiquidacionCobro.Controls.Add(Me.lblMonedaCobro)
|
|||
|
Me.gbLiquidacionCobro.Controls.Add(Me.txtNumCuentaCobro)
|
|||
|
Me.gbLiquidacionCobro.Controls.Add(Me.lblNumCuentaCobro)
|
|||
|
Me.gbLiquidacionCobro.Controls.Add(Me.txtMedioCobro)
|
|||
|
Me.gbLiquidacionCobro.Controls.Add(Me.lblMedioCobro)
|
|||
|
Me.gbLiquidacionCobro.Location = New System.Drawing.Point(6, 93)
|
|||
|
Me.gbLiquidacionCobro.Name = "gbLiquidacionCobro"
|
|||
|
Me.gbLiquidacionCobro.Size = New System.Drawing.Size(441, 137)
|
|||
|
Me.gbLiquidacionCobro.TabIndex = 1
|
|||
|
Me.gbLiquidacionCobro.TabStop = False
|
|||
|
Me.gbLiquidacionCobro.Text = "Liquidacion"
|
|||
|
'
|
|||
|
'txtMontoCobro
|
|||
|
'
|
|||
|
Me.txtMontoCobro.Location = New System.Drawing.Point(181, 97)
|
|||
|
Me.txtMontoCobro.Name = "txtMontoCobro"
|
|||
|
Me.txtMontoCobro.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtMontoCobro.TabIndex = 7
|
|||
|
'
|
|||
|
'lblMontoCobro
|
|||
|
'
|
|||
|
Me.lblMontoCobro.AutoSize = True
|
|||
|
Me.lblMontoCobro.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblMontoCobro.Location = New System.Drawing.Point(30, 104)
|
|||
|
Me.lblMontoCobro.Name = "lblMontoCobro"
|
|||
|
Me.lblMontoCobro.Size = New System.Drawing.Size(37, 13)
|
|||
|
Me.lblMontoCobro.TabIndex = 6
|
|||
|
Me.lblMontoCobro.Text = "Monto"
|
|||
|
'
|
|||
|
'txtMonedaCobro
|
|||
|
'
|
|||
|
Me.txtMonedaCobro.Location = New System.Drawing.Point(181, 71)
|
|||
|
Me.txtMonedaCobro.Name = "txtMonedaCobro"
|
|||
|
Me.txtMonedaCobro.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtMonedaCobro.TabIndex = 5
|
|||
|
'
|
|||
|
'lblMonedaCobro
|
|||
|
'
|
|||
|
Me.lblMonedaCobro.AutoSize = True
|
|||
|
Me.lblMonedaCobro.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblMonedaCobro.Location = New System.Drawing.Point(30, 79)
|
|||
|
Me.lblMonedaCobro.Name = "lblMonedaCobro"
|
|||
|
Me.lblMonedaCobro.Size = New System.Drawing.Size(46, 13)
|
|||
|
Me.lblMonedaCobro.TabIndex = 4
|
|||
|
Me.lblMonedaCobro.Text = "Moneda"
|
|||
|
'
|
|||
|
'txtNumCuentaCobro
|
|||
|
'
|
|||
|
Me.txtNumCuentaCobro.Location = New System.Drawing.Point(181, 45)
|
|||
|
Me.txtNumCuentaCobro.Name = "txtNumCuentaCobro"
|
|||
|
Me.txtNumCuentaCobro.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtNumCuentaCobro.TabIndex = 3
|
|||
|
'
|
|||
|
'lblNumCuentaCobro
|
|||
|
'
|
|||
|
Me.lblNumCuentaCobro.AutoSize = True
|
|||
|
Me.lblNumCuentaCobro.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblNumCuentaCobro.Location = New System.Drawing.Point(30, 53)
|
|||
|
Me.lblNumCuentaCobro.Name = "lblNumCuentaCobro"
|
|||
|
Me.lblNumCuentaCobro.Size = New System.Drawing.Size(96, 13)
|
|||
|
Me.lblNumCuentaCobro.TabIndex = 2
|
|||
|
Me.lblNumCuentaCobro.Text = "Numero de Cuenta"
|
|||
|
'
|
|||
|
'txtMedioCobro
|
|||
|
'
|
|||
|
Me.txtMedioCobro.Location = New System.Drawing.Point(181, 19)
|
|||
|
Me.txtMedioCobro.Name = "txtMedioCobro"
|
|||
|
Me.txtMedioCobro.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtMedioCobro.TabIndex = 1
|
|||
|
'
|
|||
|
'lblMedioCobro
|
|||
|
'
|
|||
|
Me.lblMedioCobro.AutoSize = True
|
|||
|
Me.lblMedioCobro.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblMedioCobro.Location = New System.Drawing.Point(30, 27)
|
|||
|
Me.lblMedioCobro.Name = "lblMedioCobro"
|
|||
|
Me.lblMedioCobro.Size = New System.Drawing.Size(36, 13)
|
|||
|
Me.lblMedioCobro.TabIndex = 0
|
|||
|
Me.lblMedioCobro.Text = "Medio"
|
|||
|
'
|
|||
|
'gbInstEmisoraCobro
|
|||
|
'
|
|||
|
Me.gbInstEmisoraCobro.Controls.Add(Me.txtEmisoraCobro)
|
|||
|
Me.gbInstEmisoraCobro.Controls.Add(Me.Label2)
|
|||
|
Me.gbInstEmisoraCobro.Location = New System.Drawing.Point(6, 19)
|
|||
|
Me.gbInstEmisoraCobro.Name = "gbInstEmisoraCobro"
|
|||
|
Me.gbInstEmisoraCobro.Size = New System.Drawing.Size(441, 59)
|
|||
|
Me.gbInstEmisoraCobro.TabIndex = 0
|
|||
|
Me.gbInstEmisoraCobro.TabStop = False
|
|||
|
Me.gbInstEmisoraCobro.Text = "Institucion Emisora"
|
|||
|
'
|
|||
|
'txtEmisoraCobro
|
|||
|
'
|
|||
|
Me.txtEmisoraCobro.Location = New System.Drawing.Point(181, 19)
|
|||
|
Me.txtEmisoraCobro.Name = "txtEmisoraCobro"
|
|||
|
Me.txtEmisoraCobro.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtEmisoraCobro.TabIndex = 1
|
|||
|
'
|
|||
|
'Label2
|
|||
|
'
|
|||
|
Me.Label2.AutoSize = True
|
|||
|
Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.Label2.Location = New System.Drawing.Point(30, 27)
|
|||
|
Me.Label2.Name = "Label2"
|
|||
|
Me.Label2.Size = New System.Drawing.Size(44, 13)
|
|||
|
Me.Label2.TabIndex = 0
|
|||
|
Me.Label2.Text = "Nombre"
|
|||
|
'
|
|||
|
'gbExpedicion
|
|||
|
'
|
|||
|
Me.gbExpedicion.Controls.Add(Me.gb_Liquidacion)
|
|||
|
Me.gbExpedicion.Controls.Add(Me.gb_Beneficiario)
|
|||
|
Me.gbExpedicion.Location = New System.Drawing.Point(19, 161)
|
|||
|
Me.gbExpedicion.Name = "gbExpedicion"
|
|||
|
Me.gbExpedicion.Size = New System.Drawing.Size(450, 239)
|
|||
|
Me.gbExpedicion.TabIndex = 18
|
|||
|
Me.gbExpedicion.TabStop = False
|
|||
|
Me.gbExpedicion.Text = "Expedición"
|
|||
|
'
|
|||
|
'gb_Liquidacion
|
|||
|
'
|
|||
|
Me.gb_Liquidacion.Controls.Add(Me.txtMontoLiq)
|
|||
|
Me.gb_Liquidacion.Controls.Add(Me.lblMontoLiq)
|
|||
|
Me.gb_Liquidacion.Controls.Add(Me.txtMonedaLiq)
|
|||
|
Me.gb_Liquidacion.Controls.Add(Me.lblMonedaLiq)
|
|||
|
Me.gb_Liquidacion.Controls.Add(Me.txtNumCuenta)
|
|||
|
Me.gb_Liquidacion.Controls.Add(Me.lblNumCuenta)
|
|||
|
Me.gb_Liquidacion.Controls.Add(Me.txtMedio)
|
|||
|
Me.gb_Liquidacion.Controls.Add(Me.lblMedio)
|
|||
|
Me.gb_Liquidacion.Location = New System.Drawing.Point(6, 94)
|
|||
|
Me.gb_Liquidacion.Name = "gb_Liquidacion"
|
|||
|
Me.gb_Liquidacion.Size = New System.Drawing.Size(436, 136)
|
|||
|
Me.gb_Liquidacion.TabIndex = 1
|
|||
|
Me.gb_Liquidacion.TabStop = False
|
|||
|
Me.gb_Liquidacion.Text = "Liquidacion"
|
|||
|
'
|
|||
|
'txtMontoLiq
|
|||
|
'
|
|||
|
Me.txtMontoLiq.Location = New System.Drawing.Point(181, 97)
|
|||
|
Me.txtMontoLiq.Name = "txtMontoLiq"
|
|||
|
Me.txtMontoLiq.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtMontoLiq.TabIndex = 7
|
|||
|
'
|
|||
|
'lblMontoLiq
|
|||
|
'
|
|||
|
Me.lblMontoLiq.AutoSize = True
|
|||
|
Me.lblMontoLiq.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblMontoLiq.Location = New System.Drawing.Point(30, 105)
|
|||
|
Me.lblMontoLiq.Name = "lblMontoLiq"
|
|||
|
Me.lblMontoLiq.Size = New System.Drawing.Size(37, 13)
|
|||
|
Me.lblMontoLiq.TabIndex = 6
|
|||
|
Me.lblMontoLiq.Text = "Monto"
|
|||
|
'
|
|||
|
'txtMonedaLiq
|
|||
|
'
|
|||
|
Me.txtMonedaLiq.Location = New System.Drawing.Point(181, 71)
|
|||
|
Me.txtMonedaLiq.Name = "txtMonedaLiq"
|
|||
|
Me.txtMonedaLiq.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtMonedaLiq.TabIndex = 5
|
|||
|
'
|
|||
|
'lblMonedaLiq
|
|||
|
'
|
|||
|
Me.lblMonedaLiq.AutoSize = True
|
|||
|
Me.lblMonedaLiq.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblMonedaLiq.Location = New System.Drawing.Point(30, 79)
|
|||
|
Me.lblMonedaLiq.Name = "lblMonedaLiq"
|
|||
|
Me.lblMonedaLiq.Size = New System.Drawing.Size(46, 13)
|
|||
|
Me.lblMonedaLiq.TabIndex = 4
|
|||
|
Me.lblMonedaLiq.Text = "Moneda"
|
|||
|
'
|
|||
|
'txtNumCuenta
|
|||
|
'
|
|||
|
Me.txtNumCuenta.Location = New System.Drawing.Point(181, 45)
|
|||
|
Me.txtNumCuenta.Name = "txtNumCuenta"
|
|||
|
Me.txtNumCuenta.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtNumCuenta.TabIndex = 3
|
|||
|
'
|
|||
|
'lblNumCuenta
|
|||
|
'
|
|||
|
Me.lblNumCuenta.AutoSize = True
|
|||
|
Me.lblNumCuenta.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblNumCuenta.Location = New System.Drawing.Point(30, 53)
|
|||
|
Me.lblNumCuenta.Name = "lblNumCuenta"
|
|||
|
Me.lblNumCuenta.Size = New System.Drawing.Size(96, 13)
|
|||
|
Me.lblNumCuenta.TabIndex = 2
|
|||
|
Me.lblNumCuenta.Text = "Numero de Cuenta"
|
|||
|
'
|
|||
|
'txtMedio
|
|||
|
'
|
|||
|
Me.txtMedio.Location = New System.Drawing.Point(181, 19)
|
|||
|
Me.txtMedio.Name = "txtMedio"
|
|||
|
Me.txtMedio.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtMedio.TabIndex = 1
|
|||
|
'
|
|||
|
'lblMedio
|
|||
|
'
|
|||
|
Me.lblMedio.AutoSize = True
|
|||
|
Me.lblMedio.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblMedio.Location = New System.Drawing.Point(30, 27)
|
|||
|
Me.lblMedio.Name = "lblMedio"
|
|||
|
Me.lblMedio.Size = New System.Drawing.Size(36, 13)
|
|||
|
Me.lblMedio.TabIndex = 0
|
|||
|
Me.lblMedio.Text = "Medio"
|
|||
|
'
|
|||
|
'gb_Beneficiario
|
|||
|
'
|
|||
|
Me.gb_Beneficiario.Controls.Add(Me.txtNombre_Benefi)
|
|||
|
Me.gb_Beneficiario.Controls.Add(Me.lblNombreBenefi)
|
|||
|
Me.gb_Beneficiario.Location = New System.Drawing.Point(6, 19)
|
|||
|
Me.gb_Beneficiario.Name = "gb_Beneficiario"
|
|||
|
Me.gb_Beneficiario.Size = New System.Drawing.Size(436, 59)
|
|||
|
Me.gb_Beneficiario.TabIndex = 0
|
|||
|
Me.gb_Beneficiario.TabStop = False
|
|||
|
Me.gb_Beneficiario.Text = "Datos del Beneficiario"
|
|||
|
'
|
|||
|
'txtNombre_Benefi
|
|||
|
'
|
|||
|
Me.txtNombre_Benefi.Location = New System.Drawing.Point(181, 19)
|
|||
|
Me.txtNombre_Benefi.Name = "txtNombre_Benefi"
|
|||
|
Me.txtNombre_Benefi.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtNombre_Benefi.TabIndex = 1
|
|||
|
'
|
|||
|
'lblNombreBenefi
|
|||
|
'
|
|||
|
Me.lblNombreBenefi.AutoSize = True
|
|||
|
Me.lblNombreBenefi.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblNombreBenefi.Location = New System.Drawing.Point(30, 27)
|
|||
|
Me.lblNombreBenefi.Name = "lblNombreBenefi"
|
|||
|
Me.lblNombreBenefi.Size = New System.Drawing.Size(44, 13)
|
|||
|
Me.lblNombreBenefi.TabIndex = 0
|
|||
|
Me.lblNombreBenefi.Text = "Nombre"
|
|||
|
'
|
|||
|
'txtFolioPrevio
|
|||
|
'
|
|||
|
Me.txtFolioPrevio.Enabled = False
|
|||
|
Me.txtFolioPrevio.Location = New System.Drawing.Point(553, 37)
|
|||
|
Me.txtFolioPrevio.Name = "txtFolioPrevio"
|
|||
|
Me.txtFolioPrevio.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtFolioPrevio.TabIndex = 7
|
|||
|
'
|
|||
|
'lblFolioPrevio
|
|||
|
'
|
|||
|
Me.lblFolioPrevio.AutoSize = True
|
|||
|
Me.lblFolioPrevio.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblFolioPrevio.Location = New System.Drawing.Point(483, 44)
|
|||
|
Me.lblFolioPrevio.Name = "lblFolioPrevio"
|
|||
|
Me.lblFolioPrevio.Size = New System.Drawing.Size(62, 13)
|
|||
|
Me.lblFolioPrevio.TabIndex = 6
|
|||
|
Me.lblFolioPrevio.Text = "Folio Previo"
|
|||
|
'
|
|||
|
'txtMonto
|
|||
|
'
|
|||
|
Me.txtMonto.Location = New System.Drawing.Point(553, 118)
|
|||
|
Me.txtMonto.Name = "txtMonto"
|
|||
|
Me.txtMonto.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtMonto.TabIndex = 17
|
|||
|
'
|
|||
|
'lblMonto
|
|||
|
'
|
|||
|
Me.lblMonto.AutoSize = True
|
|||
|
Me.lblMonto.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblMonto.Location = New System.Drawing.Point(485, 125)
|
|||
|
Me.lblMonto.Name = "lblMonto"
|
|||
|
Me.lblMonto.Size = New System.Drawing.Size(37, 13)
|
|||
|
Me.lblMonto.TabIndex = 16
|
|||
|
Me.lblMonto.Text = "Monto"
|
|||
|
'
|
|||
|
'txtMoneda
|
|||
|
'
|
|||
|
Me.txtMoneda.Location = New System.Drawing.Point(173, 115)
|
|||
|
Me.txtMoneda.Name = "txtMoneda"
|
|||
|
Me.txtMoneda.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtMoneda.TabIndex = 15
|
|||
|
'
|
|||
|
'lblMoneda
|
|||
|
'
|
|||
|
Me.lblMoneda.AutoSize = True
|
|||
|
Me.lblMoneda.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblMoneda.Location = New System.Drawing.Point(22, 122)
|
|||
|
Me.lblMoneda.Name = "lblMoneda"
|
|||
|
Me.lblMoneda.Size = New System.Drawing.Size(46, 13)
|
|||
|
Me.lblMoneda.TabIndex = 14
|
|||
|
Me.lblMoneda.Text = "Moneda"
|
|||
|
'
|
|||
|
'txtNumCheque
|
|||
|
'
|
|||
|
Me.txtNumCheque.Location = New System.Drawing.Point(173, 89)
|
|||
|
Me.txtNumCheque.Name = "txtNumCheque"
|
|||
|
Me.txtNumCheque.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtNumCheque.TabIndex = 13
|
|||
|
'
|
|||
|
'lblNumCheque
|
|||
|
'
|
|||
|
Me.lblNumCheque.AutoSize = True
|
|||
|
Me.lblNumCheque.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblNumCheque.Location = New System.Drawing.Point(22, 98)
|
|||
|
Me.lblNumCheque.Name = "lblNumCheque"
|
|||
|
Me.lblNumCheque.Size = New System.Drawing.Size(99, 13)
|
|||
|
Me.lblNumCheque.TabIndex = 12
|
|||
|
Me.lblNumCheque.Text = "Numero de Cheque"
|
|||
|
'
|
|||
|
'txtClvSucursal
|
|||
|
'
|
|||
|
Me.txtClvSucursal.Location = New System.Drawing.Point(173, 63)
|
|||
|
Me.txtClvSucursal.Name = "txtClvSucursal"
|
|||
|
Me.txtClvSucursal.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtClvSucursal.TabIndex = 9
|
|||
|
'
|
|||
|
'lblClvSucursal
|
|||
|
'
|
|||
|
Me.lblClvSucursal.AutoSize = True
|
|||
|
Me.lblClvSucursal.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblClvSucursal.Location = New System.Drawing.Point(22, 71)
|
|||
|
Me.lblClvSucursal.Name = "lblClvSucursal"
|
|||
|
Me.lblClvSucursal.Size = New System.Drawing.Size(78, 13)
|
|||
|
Me.lblClvSucursal.TabIndex = 8
|
|||
|
Me.lblClvSucursal.Text = "Clave Sucursal"
|
|||
|
'
|
|||
|
'txtFecha_Op
|
|||
|
'
|
|||
|
Me.txtFecha_Op.Location = New System.Drawing.Point(553, 64)
|
|||
|
Me.txtFecha_Op.Name = "txtFecha_Op"
|
|||
|
Me.txtFecha_Op.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtFecha_Op.TabIndex = 11
|
|||
|
'
|
|||
|
'lblFecha_Op
|
|||
|
'
|
|||
|
Me.lblFecha_Op.AutoSize = True
|
|||
|
Me.lblFecha_Op.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblFecha_Op.Location = New System.Drawing.Point(485, 71)
|
|||
|
Me.lblFecha_Op.Name = "lblFecha_Op"
|
|||
|
Me.lblFecha_Op.Size = New System.Drawing.Size(37, 13)
|
|||
|
Me.lblFecha_Op.TabIndex = 10
|
|||
|
Me.lblFecha_Op.Text = "Fecha"
|
|||
|
'
|
|||
|
'txtFolCons
|
|||
|
'
|
|||
|
Me.txtFolCons.Enabled = False
|
|||
|
Me.txtFolCons.Location = New System.Drawing.Point(173, 37)
|
|||
|
Me.txtFolCons.Name = "txtFolCons"
|
|||
|
Me.txtFolCons.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtFolCons.TabIndex = 5
|
|||
|
'
|
|||
|
'lblFolCons
|
|||
|
'
|
|||
|
Me.lblFolCons.AutoSize = True
|
|||
|
Me.lblFolCons.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblFolCons.Location = New System.Drawing.Point(22, 45)
|
|||
|
Me.lblFolCons.Name = "lblFolCons"
|
|||
|
Me.lblFolCons.Size = New System.Drawing.Size(91, 13)
|
|||
|
Me.lblFolCons.TabIndex = 4
|
|||
|
Me.lblFolCons.Text = "Folio Consecutivo"
|
|||
|
'
|
|||
|
'txtEntidad
|
|||
|
'
|
|||
|
Me.txtEntidad.Enabled = False
|
|||
|
Me.txtEntidad.Location = New System.Drawing.Point(553, 11)
|
|||
|
Me.txtEntidad.Name = "txtEntidad"
|
|||
|
Me.txtEntidad.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtEntidad.TabIndex = 3
|
|||
|
'
|
|||
|
'lblClvEntidad
|
|||
|
'
|
|||
|
Me.lblClvEntidad.AutoSize = True
|
|||
|
Me.lblClvEntidad.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblClvEntidad.Location = New System.Drawing.Point(485, 19)
|
|||
|
Me.lblClvEntidad.Name = "lblClvEntidad"
|
|||
|
Me.lblClvEntidad.Size = New System.Drawing.Size(43, 13)
|
|||
|
Me.lblClvEntidad.TabIndex = 2
|
|||
|
Me.lblClvEntidad.Text = "Entidad"
|
|||
|
'
|
|||
|
'txtClvOrgReg
|
|||
|
'
|
|||
|
Me.txtClvOrgReg.Enabled = False
|
|||
|
Me.txtClvOrgReg.Location = New System.Drawing.Point(173, 11)
|
|||
|
Me.txtClvOrgReg.Name = "txtClvOrgReg"
|
|||
|
Me.txtClvOrgReg.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtClvOrgReg.TabIndex = 1
|
|||
|
'
|
|||
|
'lblClvOrgReg
|
|||
|
'
|
|||
|
Me.lblClvOrgReg.AutoSize = True
|
|||
|
Me.lblClvOrgReg.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblClvOrgReg.Location = New System.Drawing.Point(22, 19)
|
|||
|
Me.lblClvOrgReg.Name = "lblClvOrgReg"
|
|||
|
Me.lblClvOrgReg.Size = New System.Drawing.Size(124, 13)
|
|||
|
Me.lblClvOrgReg.TabIndex = 0
|
|||
|
Me.lblClvOrgReg.Text = "Clave Organo Regulador"
|
|||
|
'
|
|||
|
'tp_PersReport
|
|||
|
'
|
|||
|
Me.tp_PersReport.Controls.Add(Me.TabControl3)
|
|||
|
Me.tp_PersReport.Location = New System.Drawing.Point(4, 22)
|
|||
|
Me.tp_PersReport.Name = "tp_PersReport"
|
|||
|
Me.tp_PersReport.Padding = New System.Windows.Forms.Padding(3)
|
|||
|
Me.tp_PersReport.Size = New System.Drawing.Size(946, 436)
|
|||
|
Me.tp_PersReport.TabIndex = 1
|
|||
|
Me.tp_PersReport.Text = "Persona Reportada"
|
|||
|
Me.tp_PersReport.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'TabControl3
|
|||
|
'
|
|||
|
Me.TabControl3.Controls.Add(Me.TabPage3)
|
|||
|
Me.TabControl3.Controls.Add(Me.TabPage4)
|
|||
|
Me.TabControl3.Location = New System.Drawing.Point(17, 22)
|
|||
|
Me.TabControl3.Name = "TabControl3"
|
|||
|
Me.TabControl3.SelectedIndex = 0
|
|||
|
Me.TabControl3.Size = New System.Drawing.Size(893, 394)
|
|||
|
Me.TabControl3.TabIndex = 0
|
|||
|
'
|
|||
|
'TabPage3
|
|||
|
'
|
|||
|
Me.TabPage3.Controls.Add(Me.gbPerMoral)
|
|||
|
Me.TabPage3.Controls.Add(Me.gb_PersonaFisica)
|
|||
|
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
|
|||
|
Me.TabPage3.Name = "TabPage3"
|
|||
|
Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)
|
|||
|
Me.TabPage3.Size = New System.Drawing.Size(885, 368)
|
|||
|
Me.TabPage3.TabIndex = 0
|
|||
|
Me.TabPage3.Text = "Usuario"
|
|||
|
Me.TabPage3.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'gbPerMoral
|
|||
|
'
|
|||
|
Me.gbPerMoral.Controls.Add(Me.txtCorreoElectUsuMR)
|
|||
|
Me.gbPerMoral.Controls.Add(Me.lblCorreoELecUsuMR)
|
|||
|
Me.gbPerMoral.Controls.Add(Me.txtPaisNacUsuMR)
|
|||
|
Me.gbPerMoral.Controls.Add(Me.lblPaisNacUsuMR)
|
|||
|
Me.gbPerMoral.Controls.Add(Me.txtRfcUsuMR)
|
|||
|
Me.gbPerMoral.Controls.Add(Me.lblRfcUsuMR)
|
|||
|
Me.gbPerMoral.Controls.Add(Me.txtFechaConsUsuMR)
|
|||
|
Me.gbPerMoral.Controls.Add(Me.lblFechConsUsuMR)
|
|||
|
Me.gbPerMoral.Controls.Add(Me.txtDenomRazonUsuMR)
|
|||
|
Me.gbPerMoral.Controls.Add(Me.lblDenomRazonUsuMR)
|
|||
|
Me.gbPerMoral.Location = New System.Drawing.Point(431, 6)
|
|||
|
Me.gbPerMoral.Name = "gbPerMoral"
|
|||
|
Me.gbPerMoral.Size = New System.Drawing.Size(430, 181)
|
|||
|
Me.gbPerMoral.TabIndex = 4
|
|||
|
Me.gbPerMoral.TabStop = False
|
|||
|
Me.gbPerMoral.Text = "Persona Moral"
|
|||
|
'
|
|||
|
'txtCorreoElectUsuMR
|
|||
|
'
|
|||
|
Me.txtCorreoElectUsuMR.Location = New System.Drawing.Point(181, 143)
|
|||
|
Me.txtCorreoElectUsuMR.Name = "txtCorreoElectUsuMR"
|
|||
|
Me.txtCorreoElectUsuMR.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCorreoElectUsuMR.TabIndex = 23
|
|||
|
'
|
|||
|
'lblCorreoELecUsuMR
|
|||
|
'
|
|||
|
Me.lblCorreoELecUsuMR.AutoSize = True
|
|||
|
Me.lblCorreoELecUsuMR.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblCorreoELecUsuMR.Location = New System.Drawing.Point(30, 151)
|
|||
|
Me.lblCorreoELecUsuMR.Name = "lblCorreoELecUsuMR"
|
|||
|
Me.lblCorreoELecUsuMR.Size = New System.Drawing.Size(94, 13)
|
|||
|
Me.lblCorreoELecUsuMR.TabIndex = 22
|
|||
|
Me.lblCorreoELecUsuMR.Text = "Correo Electronico"
|
|||
|
'
|
|||
|
'txtPaisNacUsuMR
|
|||
|
'
|
|||
|
Me.txtPaisNacUsuMR.Location = New System.Drawing.Point(181, 108)
|
|||
|
Me.txtPaisNacUsuMR.Name = "txtPaisNacUsuMR"
|
|||
|
Me.txtPaisNacUsuMR.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtPaisNacUsuMR.TabIndex = 21
|
|||
|
'
|
|||
|
'lblPaisNacUsuMR
|
|||
|
'
|
|||
|
Me.lblPaisNacUsuMR.AutoSize = True
|
|||
|
Me.lblPaisNacUsuMR.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblPaisNacUsuMR.Location = New System.Drawing.Point(30, 116)
|
|||
|
Me.lblPaisNacUsuMR.Name = "lblPaisNacUsuMR"
|
|||
|
Me.lblPaisNacUsuMR.Size = New System.Drawing.Size(92, 13)
|
|||
|
Me.lblPaisNacUsuMR.TabIndex = 20
|
|||
|
Me.lblPaisNacUsuMR.Text = "Pais Nacionalidad"
|
|||
|
'
|
|||
|
'txtRfcUsuMR
|
|||
|
'
|
|||
|
Me.txtRfcUsuMR.Location = New System.Drawing.Point(181, 78)
|
|||
|
Me.txtRfcUsuMR.Name = "txtRfcUsuMR"
|
|||
|
Me.txtRfcUsuMR.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtRfcUsuMR.TabIndex = 19
|
|||
|
'
|
|||
|
'lblRfcUsuMR
|
|||
|
'
|
|||
|
Me.lblRfcUsuMR.AutoSize = True
|
|||
|
Me.lblRfcUsuMR.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblRfcUsuMR.Location = New System.Drawing.Point(30, 86)
|
|||
|
Me.lblRfcUsuMR.Name = "lblRfcUsuMR"
|
|||
|
Me.lblRfcUsuMR.Size = New System.Drawing.Size(24, 13)
|
|||
|
Me.lblRfcUsuMR.TabIndex = 18
|
|||
|
Me.lblRfcUsuMR.Text = "Rfc"
|
|||
|
'
|
|||
|
'txtFechaConsUsuMR
|
|||
|
'
|
|||
|
Me.txtFechaConsUsuMR.Location = New System.Drawing.Point(181, 49)
|
|||
|
Me.txtFechaConsUsuMR.Name = "txtFechaConsUsuMR"
|
|||
|
Me.txtFechaConsUsuMR.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtFechaConsUsuMR.TabIndex = 17
|
|||
|
'
|
|||
|
'lblFechConsUsuMR
|
|||
|
'
|
|||
|
Me.lblFechConsUsuMR.AutoSize = True
|
|||
|
Me.lblFechConsUsuMR.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblFechConsUsuMR.Location = New System.Drawing.Point(30, 57)
|
|||
|
Me.lblFechConsUsuMR.Name = "lblFechConsUsuMR"
|
|||
|
Me.lblFechConsUsuMR.Size = New System.Drawing.Size(98, 13)
|
|||
|
Me.lblFechConsUsuMR.TabIndex = 16
|
|||
|
Me.lblFechConsUsuMR.Text = "Fecha Constitucion"
|
|||
|
'
|
|||
|
'txtDenomRazonUsuMR
|
|||
|
'
|
|||
|
Me.txtDenomRazonUsuMR.Location = New System.Drawing.Point(181, 19)
|
|||
|
Me.txtDenomRazonUsuMR.Name = "txtDenomRazonUsuMR"
|
|||
|
Me.txtDenomRazonUsuMR.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtDenomRazonUsuMR.TabIndex = 15
|
|||
|
'
|
|||
|
'lblDenomRazonUsuMR
|
|||
|
'
|
|||
|
Me.lblDenomRazonUsuMR.AutoSize = True
|
|||
|
Me.lblDenomRazonUsuMR.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblDenomRazonUsuMR.Location = New System.Drawing.Point(30, 27)
|
|||
|
Me.lblDenomRazonUsuMR.Name = "lblDenomRazonUsuMR"
|
|||
|
Me.lblDenomRazonUsuMR.Size = New System.Drawing.Size(109, 13)
|
|||
|
Me.lblDenomRazonUsuMR.TabIndex = 14
|
|||
|
Me.lblDenomRazonUsuMR.Text = "Denominacion Razon"
|
|||
|
'
|
|||
|
'gb_PersonaFisica
|
|||
|
'
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.txtCorreoElecUsuPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.lblCorreoElecUsuPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.txtPaisNacUsuPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.lblPaisNacUsuPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.txtRfcUsuPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.lblRfcUsuPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.txtCurpUsuPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.lblCurpUsuPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.txtFechaUsuPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.lblFechNacPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.txtApMatUsuPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.lblApMatUsuPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.txtApPatUsuPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.lblApPatUsuPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.txtNomUsuPF)
|
|||
|
Me.gb_PersonaFisica.Controls.Add(Me.lblNombreUsuPF)
|
|||
|
Me.gb_PersonaFisica.Location = New System.Drawing.Point(15, 6)
|
|||
|
Me.gb_PersonaFisica.Name = "gb_PersonaFisica"
|
|||
|
Me.gb_PersonaFisica.Size = New System.Drawing.Size(385, 249)
|
|||
|
Me.gb_PersonaFisica.TabIndex = 3
|
|||
|
Me.gb_PersonaFisica.TabStop = False
|
|||
|
Me.gb_PersonaFisica.Text = "Persona Fisica"
|
|||
|
'
|
|||
|
'txtCorreoElecUsuPF
|
|||
|
'
|
|||
|
Me.txtCorreoElecUsuPF.Location = New System.Drawing.Point(137, 208)
|
|||
|
Me.txtCorreoElecUsuPF.Name = "txtCorreoElecUsuPF"
|
|||
|
Me.txtCorreoElecUsuPF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCorreoElecUsuPF.TabIndex = 29
|
|||
|
'
|
|||
|
'lblCorreoElecUsuPF
|
|||
|
'
|
|||
|
Me.lblCorreoElecUsuPF.AutoSize = True
|
|||
|
Me.lblCorreoElecUsuPF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblCorreoElecUsuPF.Location = New System.Drawing.Point(30, 216)
|
|||
|
Me.lblCorreoElecUsuPF.Name = "lblCorreoElecUsuPF"
|
|||
|
Me.lblCorreoElecUsuPF.Size = New System.Drawing.Size(94, 13)
|
|||
|
Me.lblCorreoElecUsuPF.TabIndex = 28
|
|||
|
Me.lblCorreoElecUsuPF.Text = "Correo Electronico"
|
|||
|
'
|
|||
|
'txtPaisNacUsuPF
|
|||
|
'
|
|||
|
Me.txtPaisNacUsuPF.Location = New System.Drawing.Point(137, 182)
|
|||
|
Me.txtPaisNacUsuPF.Name = "txtPaisNacUsuPF"
|
|||
|
Me.txtPaisNacUsuPF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtPaisNacUsuPF.TabIndex = 27
|
|||
|
'
|
|||
|
'lblPaisNacUsuPF
|
|||
|
'
|
|||
|
Me.lblPaisNacUsuPF.AutoSize = True
|
|||
|
Me.lblPaisNacUsuPF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblPaisNacUsuPF.Location = New System.Drawing.Point(30, 190)
|
|||
|
Me.lblPaisNacUsuPF.Name = "lblPaisNacUsuPF"
|
|||
|
Me.lblPaisNacUsuPF.Size = New System.Drawing.Size(92, 13)
|
|||
|
Me.lblPaisNacUsuPF.TabIndex = 26
|
|||
|
Me.lblPaisNacUsuPF.Text = "Pais Nacionalidad"
|
|||
|
'
|
|||
|
'txtRfcUsuPF
|
|||
|
'
|
|||
|
Me.txtRfcUsuPF.Location = New System.Drawing.Point(137, 156)
|
|||
|
Me.txtRfcUsuPF.Name = "txtRfcUsuPF"
|
|||
|
Me.txtRfcUsuPF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtRfcUsuPF.TabIndex = 25
|
|||
|
'
|
|||
|
'lblRfcUsuPF
|
|||
|
'
|
|||
|
Me.lblRfcUsuPF.AutoSize = True
|
|||
|
Me.lblRfcUsuPF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblRfcUsuPF.Location = New System.Drawing.Point(30, 164)
|
|||
|
Me.lblRfcUsuPF.Name = "lblRfcUsuPF"
|
|||
|
Me.lblRfcUsuPF.Size = New System.Drawing.Size(24, 13)
|
|||
|
Me.lblRfcUsuPF.TabIndex = 24
|
|||
|
Me.lblRfcUsuPF.Text = "Rfc"
|
|||
|
'
|
|||
|
'txtCurpUsuPF
|
|||
|
'
|
|||
|
Me.txtCurpUsuPF.Location = New System.Drawing.Point(137, 124)
|
|||
|
Me.txtCurpUsuPF.Name = "txtCurpUsuPF"
|
|||
|
Me.txtCurpUsuPF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCurpUsuPF.TabIndex = 23
|
|||
|
'
|
|||
|
'lblCurpUsuPF
|
|||
|
'
|
|||
|
Me.lblCurpUsuPF.AutoSize = True
|
|||
|
Me.lblCurpUsuPF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblCurpUsuPF.Location = New System.Drawing.Point(30, 132)
|
|||
|
Me.lblCurpUsuPF.Name = "lblCurpUsuPF"
|
|||
|
Me.lblCurpUsuPF.Size = New System.Drawing.Size(29, 13)
|
|||
|
Me.lblCurpUsuPF.TabIndex = 22
|
|||
|
Me.lblCurpUsuPF.Text = "Curp"
|
|||
|
'
|
|||
|
'txtFechaUsuPF
|
|||
|
'
|
|||
|
Me.txtFechaUsuPF.Location = New System.Drawing.Point(137, 98)
|
|||
|
Me.txtFechaUsuPF.Name = "txtFechaUsuPF"
|
|||
|
Me.txtFechaUsuPF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtFechaUsuPF.TabIndex = 21
|
|||
|
'
|
|||
|
'lblFechNacPF
|
|||
|
'
|
|||
|
Me.lblFechNacPF.AutoSize = True
|
|||
|
Me.lblFechNacPF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblFechNacPF.Location = New System.Drawing.Point(30, 106)
|
|||
|
Me.lblFechNacPF.Name = "lblFechNacPF"
|
|||
|
Me.lblFechNacPF.Size = New System.Drawing.Size(93, 13)
|
|||
|
Me.lblFechNacPF.TabIndex = 20
|
|||
|
Me.lblFechNacPF.Text = "Fecha Nacimiento"
|
|||
|
'
|
|||
|
'txtApMatUsuPF
|
|||
|
'
|
|||
|
Me.txtApMatUsuPF.Location = New System.Drawing.Point(137, 72)
|
|||
|
Me.txtApMatUsuPF.Name = "txtApMatUsuPF"
|
|||
|
Me.txtApMatUsuPF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtApMatUsuPF.TabIndex = 19
|
|||
|
'
|
|||
|
'lblApMatUsuPF
|
|||
|
'
|
|||
|
Me.lblApMatUsuPF.AutoSize = True
|
|||
|
Me.lblApMatUsuPF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblApMatUsuPF.Location = New System.Drawing.Point(30, 80)
|
|||
|
Me.lblApMatUsuPF.Name = "lblApMatUsuPF"
|
|||
|
Me.lblApMatUsuPF.Size = New System.Drawing.Size(86, 13)
|
|||
|
Me.lblApMatUsuPF.TabIndex = 18
|
|||
|
Me.lblApMatUsuPF.Text = "Apellido Materno"
|
|||
|
'
|
|||
|
'txtApPatUsuPF
|
|||
|
'
|
|||
|
Me.txtApPatUsuPF.Location = New System.Drawing.Point(137, 45)
|
|||
|
Me.txtApPatUsuPF.Name = "txtApPatUsuPF"
|
|||
|
Me.txtApPatUsuPF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtApPatUsuPF.TabIndex = 17
|
|||
|
'
|
|||
|
'lblApPatUsuPF
|
|||
|
'
|
|||
|
Me.lblApPatUsuPF.AutoSize = True
|
|||
|
Me.lblApPatUsuPF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblApPatUsuPF.Location = New System.Drawing.Point(30, 53)
|
|||
|
Me.lblApPatUsuPF.Name = "lblApPatUsuPF"
|
|||
|
Me.lblApPatUsuPF.Size = New System.Drawing.Size(84, 13)
|
|||
|
Me.lblApPatUsuPF.TabIndex = 16
|
|||
|
Me.lblApPatUsuPF.Text = "Apellido Paterno"
|
|||
|
'
|
|||
|
'txtNomUsuPF
|
|||
|
'
|
|||
|
Me.txtNomUsuPF.Location = New System.Drawing.Point(137, 19)
|
|||
|
Me.txtNomUsuPF.Name = "txtNomUsuPF"
|
|||
|
Me.txtNomUsuPF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtNomUsuPF.TabIndex = 15
|
|||
|
'
|
|||
|
'lblNombreUsuPF
|
|||
|
'
|
|||
|
Me.lblNombreUsuPF.AutoSize = True
|
|||
|
Me.lblNombreUsuPF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblNombreUsuPF.Location = New System.Drawing.Point(30, 27)
|
|||
|
Me.lblNombreUsuPF.Name = "lblNombreUsuPF"
|
|||
|
Me.lblNombreUsuPF.Size = New System.Drawing.Size(44, 13)
|
|||
|
Me.lblNombreUsuPF.TabIndex = 14
|
|||
|
Me.lblNombreUsuPF.Text = "Nombre"
|
|||
|
'
|
|||
|
'TabPage4
|
|||
|
'
|
|||
|
Me.TabPage4.Controls.Add(Me.gb_PerMoral)
|
|||
|
Me.TabPage4.Controls.Add(Me.gb_PerFisCL)
|
|||
|
Me.TabPage4.Location = New System.Drawing.Point(4, 22)
|
|||
|
Me.TabPage4.Name = "TabPage4"
|
|||
|
Me.TabPage4.Padding = New System.Windows.Forms.Padding(3)
|
|||
|
Me.TabPage4.Size = New System.Drawing.Size(885, 368)
|
|||
|
Me.TabPage4.TabIndex = 1
|
|||
|
Me.TabPage4.Text = "Cliente"
|
|||
|
Me.TabPage4.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'gb_PerMoral
|
|||
|
'
|
|||
|
Me.gb_PerMoral.Controls.Add(Me.lblApodLegalClientPM)
|
|||
|
Me.gb_PerMoral.Controls.Add(Me.txtApodLegalClientPM)
|
|||
|
Me.gb_PerMoral.Controls.Add(Me.txtCorreoElecClientPM)
|
|||
|
Me.gb_PerMoral.Controls.Add(Me.lblCorreoElecClientPM)
|
|||
|
Me.gb_PerMoral.Controls.Add(Me.txtGiroMercClientPM)
|
|||
|
Me.gb_PerMoral.Controls.Add(Me.lblGiroMercClientPM)
|
|||
|
Me.gb_PerMoral.Controls.Add(Me.txtPaisNacionalidadClientPM)
|
|||
|
Me.gb_PerMoral.Controls.Add(Me.lblPaisNacionalidadClientPM)
|
|||
|
Me.gb_PerMoral.Controls.Add(Me.txtRfcClientPM)
|
|||
|
Me.gb_PerMoral.Controls.Add(Me.lblRfcClientPM)
|
|||
|
Me.gb_PerMoral.Controls.Add(Me.txtFechaConstClientPM)
|
|||
|
Me.gb_PerMoral.Controls.Add(Me.lblFechaConstClientPM)
|
|||
|
Me.gb_PerMoral.Controls.Add(Me.txtDenomRazonClientPM)
|
|||
|
Me.gb_PerMoral.Controls.Add(Me.lblDenomRazonClientPM)
|
|||
|
Me.gb_PerMoral.Location = New System.Drawing.Point(461, 6)
|
|||
|
Me.gb_PerMoral.Name = "gb_PerMoral"
|
|||
|
Me.gb_PerMoral.Size = New System.Drawing.Size(400, 213)
|
|||
|
Me.gb_PerMoral.TabIndex = 5
|
|||
|
Me.gb_PerMoral.TabStop = False
|
|||
|
Me.gb_PerMoral.Text = "Persona Moral"
|
|||
|
'
|
|||
|
'lblApodLegalClientPM
|
|||
|
'
|
|||
|
Me.lblApodLegalClientPM.AutoSize = True
|
|||
|
Me.lblApodLegalClientPM.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblApodLegalClientPM.Location = New System.Drawing.Point(30, 183)
|
|||
|
Me.lblApodLegalClientPM.Name = "lblApodLegalClientPM"
|
|||
|
Me.lblApodLegalClientPM.Size = New System.Drawing.Size(88, 13)
|
|||
|
Me.lblApodLegalClientPM.TabIndex = 30
|
|||
|
Me.lblApodLegalClientPM.Text = "Apoderado Legal"
|
|||
|
'
|
|||
|
'txtApodLegalClientPM
|
|||
|
'
|
|||
|
Me.txtApodLegalClientPM.Location = New System.Drawing.Point(145, 175)
|
|||
|
Me.txtApodLegalClientPM.Name = "txtApodLegalClientPM"
|
|||
|
Me.txtApodLegalClientPM.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtApodLegalClientPM.TabIndex = 31
|
|||
|
'
|
|||
|
'txtCorreoElecClientPM
|
|||
|
'
|
|||
|
Me.txtCorreoElecClientPM.Location = New System.Drawing.Point(145, 149)
|
|||
|
Me.txtCorreoElecClientPM.Name = "txtCorreoElecClientPM"
|
|||
|
Me.txtCorreoElecClientPM.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCorreoElecClientPM.TabIndex = 25
|
|||
|
'
|
|||
|
'lblCorreoElecClientPM
|
|||
|
'
|
|||
|
Me.lblCorreoElecClientPM.AutoSize = True
|
|||
|
Me.lblCorreoElecClientPM.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblCorreoElecClientPM.Location = New System.Drawing.Point(30, 157)
|
|||
|
Me.lblCorreoElecClientPM.Name = "lblCorreoElecClientPM"
|
|||
|
Me.lblCorreoElecClientPM.Size = New System.Drawing.Size(94, 13)
|
|||
|
Me.lblCorreoElecClientPM.TabIndex = 24
|
|||
|
Me.lblCorreoElecClientPM.Text = "Correo Electronico"
|
|||
|
'
|
|||
|
'txtGiroMercClientPM
|
|||
|
'
|
|||
|
Me.txtGiroMercClientPM.Location = New System.Drawing.Point(145, 123)
|
|||
|
Me.txtGiroMercClientPM.Name = "txtGiroMercClientPM"
|
|||
|
Me.txtGiroMercClientPM.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtGiroMercClientPM.TabIndex = 23
|
|||
|
'
|
|||
|
'lblGiroMercClientPM
|
|||
|
'
|
|||
|
Me.lblGiroMercClientPM.AutoSize = True
|
|||
|
Me.lblGiroMercClientPM.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblGiroMercClientPM.Location = New System.Drawing.Point(30, 131)
|
|||
|
Me.lblGiroMercClientPM.Name = "lblGiroMercClientPM"
|
|||
|
Me.lblGiroMercClientPM.Size = New System.Drawing.Size(72, 13)
|
|||
|
Me.lblGiroMercClientPM.TabIndex = 22
|
|||
|
Me.lblGiroMercClientPM.Text = "Giro Mercantil"
|
|||
|
'
|
|||
|
'txtPaisNacionalidadClientPM
|
|||
|
'
|
|||
|
Me.txtPaisNacionalidadClientPM.Location = New System.Drawing.Point(145, 97)
|
|||
|
Me.txtPaisNacionalidadClientPM.Name = "txtPaisNacionalidadClientPM"
|
|||
|
Me.txtPaisNacionalidadClientPM.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtPaisNacionalidadClientPM.TabIndex = 21
|
|||
|
'
|
|||
|
'lblPaisNacionalidadClientPM
|
|||
|
'
|
|||
|
Me.lblPaisNacionalidadClientPM.AutoSize = True
|
|||
|
Me.lblPaisNacionalidadClientPM.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblPaisNacionalidadClientPM.Location = New System.Drawing.Point(30, 105)
|
|||
|
Me.lblPaisNacionalidadClientPM.Name = "lblPaisNacionalidadClientPM"
|
|||
|
Me.lblPaisNacionalidadClientPM.Size = New System.Drawing.Size(92, 13)
|
|||
|
Me.lblPaisNacionalidadClientPM.TabIndex = 20
|
|||
|
Me.lblPaisNacionalidadClientPM.Text = "Pais Nacionalidad"
|
|||
|
'
|
|||
|
'txtRfcClientPM
|
|||
|
'
|
|||
|
Me.txtRfcClientPM.Location = New System.Drawing.Point(145, 71)
|
|||
|
Me.txtRfcClientPM.Name = "txtRfcClientPM"
|
|||
|
Me.txtRfcClientPM.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtRfcClientPM.TabIndex = 19
|
|||
|
'
|
|||
|
'lblRfcClientPM
|
|||
|
'
|
|||
|
Me.lblRfcClientPM.AutoSize = True
|
|||
|
Me.lblRfcClientPM.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblRfcClientPM.Location = New System.Drawing.Point(30, 79)
|
|||
|
Me.lblRfcClientPM.Name = "lblRfcClientPM"
|
|||
|
Me.lblRfcClientPM.Size = New System.Drawing.Size(24, 13)
|
|||
|
Me.lblRfcClientPM.TabIndex = 18
|
|||
|
Me.lblRfcClientPM.Text = "Rfc"
|
|||
|
'
|
|||
|
'txtFechaConstClientPM
|
|||
|
'
|
|||
|
Me.txtFechaConstClientPM.Location = New System.Drawing.Point(145, 45)
|
|||
|
Me.txtFechaConstClientPM.Name = "txtFechaConstClientPM"
|
|||
|
Me.txtFechaConstClientPM.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtFechaConstClientPM.TabIndex = 17
|
|||
|
'
|
|||
|
'lblFechaConstClientPM
|
|||
|
'
|
|||
|
Me.lblFechaConstClientPM.AutoSize = True
|
|||
|
Me.lblFechaConstClientPM.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblFechaConstClientPM.Location = New System.Drawing.Point(30, 53)
|
|||
|
Me.lblFechaConstClientPM.Name = "lblFechaConstClientPM"
|
|||
|
Me.lblFechaConstClientPM.Size = New System.Drawing.Size(98, 13)
|
|||
|
Me.lblFechaConstClientPM.TabIndex = 16
|
|||
|
Me.lblFechaConstClientPM.Text = "Fecha Constitucion"
|
|||
|
'
|
|||
|
'txtDenomRazonClientPM
|
|||
|
'
|
|||
|
Me.txtDenomRazonClientPM.Location = New System.Drawing.Point(145, 19)
|
|||
|
Me.txtDenomRazonClientPM.Name = "txtDenomRazonClientPM"
|
|||
|
Me.txtDenomRazonClientPM.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtDenomRazonClientPM.TabIndex = 15
|
|||
|
'
|
|||
|
'lblDenomRazonClientPM
|
|||
|
'
|
|||
|
Me.lblDenomRazonClientPM.AutoSize = True
|
|||
|
Me.lblDenomRazonClientPM.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblDenomRazonClientPM.Location = New System.Drawing.Point(30, 27)
|
|||
|
Me.lblDenomRazonClientPM.Name = "lblDenomRazonClientPM"
|
|||
|
Me.lblDenomRazonClientPM.Size = New System.Drawing.Size(109, 13)
|
|||
|
Me.lblDenomRazonClientPM.TabIndex = 14
|
|||
|
Me.lblDenomRazonClientPM.Text = "Denominacion Razon"
|
|||
|
'
|
|||
|
'gb_PerFisCL
|
|||
|
'
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.txtActEconomicaClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.txtCorreoElecClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.lblCorreoElecClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.lblActEconomicaClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.txtPaisNacionalidadClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.lblPaisNacimientoClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.lblPaisNacClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.txtPaisNacimientoClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.txtRfcClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.lblRfcClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.txtCurpClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.lblCurpClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.txtFechaNacClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.lblFechaNacimientoClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.txtApMatClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.lblApMatClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.txtApPatClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.lblApPatClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.txtNomClientePF)
|
|||
|
Me.gb_PerFisCL.Controls.Add(Me.lblNomClientePF)
|
|||
|
Me.gb_PerFisCL.Location = New System.Drawing.Point(21, 6)
|
|||
|
Me.gb_PerFisCL.Name = "gb_PerFisCL"
|
|||
|
Me.gb_PerFisCL.Size = New System.Drawing.Size(394, 289)
|
|||
|
Me.gb_PerFisCL.TabIndex = 4
|
|||
|
Me.gb_PerFisCL.TabStop = False
|
|||
|
Me.gb_PerFisCL.Text = "Persona Fisica"
|
|||
|
'
|
|||
|
'txtActEconomicaClientePF
|
|||
|
'
|
|||
|
Me.txtActEconomicaClientePF.Location = New System.Drawing.Point(148, 230)
|
|||
|
Me.txtActEconomicaClientePF.Name = "txtActEconomicaClientePF"
|
|||
|
Me.txtActEconomicaClientePF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtActEconomicaClientePF.TabIndex = 33
|
|||
|
'
|
|||
|
'txtCorreoElecClientePF
|
|||
|
'
|
|||
|
Me.txtCorreoElecClientePF.Location = New System.Drawing.Point(148, 256)
|
|||
|
Me.txtCorreoElecClientePF.Name = "txtCorreoElecClientePF"
|
|||
|
Me.txtCorreoElecClientePF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCorreoElecClientePF.TabIndex = 29
|
|||
|
'
|
|||
|
'lblCorreoElecClientePF
|
|||
|
'
|
|||
|
Me.lblCorreoElecClientePF.AutoSize = True
|
|||
|
Me.lblCorreoElecClientePF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblCorreoElecClientePF.Location = New System.Drawing.Point(30, 263)
|
|||
|
Me.lblCorreoElecClientePF.Name = "lblCorreoElecClientePF"
|
|||
|
Me.lblCorreoElecClientePF.Size = New System.Drawing.Size(94, 13)
|
|||
|
Me.lblCorreoElecClientePF.TabIndex = 28
|
|||
|
Me.lblCorreoElecClientePF.Text = "Correo Electronico"
|
|||
|
'
|
|||
|
'lblActEconomicaClientePF
|
|||
|
'
|
|||
|
Me.lblActEconomicaClientePF.AutoSize = True
|
|||
|
Me.lblActEconomicaClientePF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblActEconomicaClientePF.Location = New System.Drawing.Point(30, 237)
|
|||
|
Me.lblActEconomicaClientePF.Name = "lblActEconomicaClientePF"
|
|||
|
Me.lblActEconomicaClientePF.Size = New System.Drawing.Size(107, 13)
|
|||
|
Me.lblActEconomicaClientePF.TabIndex = 32
|
|||
|
Me.lblActEconomicaClientePF.Text = "Actividad Economica"
|
|||
|
'
|
|||
|
'txtPaisNacionalidadClientePF
|
|||
|
'
|
|||
|
Me.txtPaisNacionalidadClientePF.Location = New System.Drawing.Point(148, 204)
|
|||
|
Me.txtPaisNacionalidadClientePF.Name = "txtPaisNacionalidadClientePF"
|
|||
|
Me.txtPaisNacionalidadClientePF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtPaisNacionalidadClientePF.TabIndex = 27
|
|||
|
'
|
|||
|
'lblPaisNacimientoClientePF
|
|||
|
'
|
|||
|
Me.lblPaisNacimientoClientePF.AutoSize = True
|
|||
|
Me.lblPaisNacimientoClientePF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblPaisNacimientoClientePF.Location = New System.Drawing.Point(30, 185)
|
|||
|
Me.lblPaisNacimientoClientePF.Name = "lblPaisNacimientoClientePF"
|
|||
|
Me.lblPaisNacimientoClientePF.Size = New System.Drawing.Size(83, 13)
|
|||
|
Me.lblPaisNacimientoClientePF.TabIndex = 30
|
|||
|
Me.lblPaisNacimientoClientePF.Text = "Pais Nacimiento"
|
|||
|
'
|
|||
|
'lblPaisNacClientePF
|
|||
|
'
|
|||
|
Me.lblPaisNacClientePF.AutoSize = True
|
|||
|
Me.lblPaisNacClientePF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblPaisNacClientePF.Location = New System.Drawing.Point(30, 211)
|
|||
|
Me.lblPaisNacClientePF.Name = "lblPaisNacClientePF"
|
|||
|
Me.lblPaisNacClientePF.Size = New System.Drawing.Size(92, 13)
|
|||
|
Me.lblPaisNacClientePF.TabIndex = 26
|
|||
|
Me.lblPaisNacClientePF.Text = "Pais Nacionalidad"
|
|||
|
'
|
|||
|
'txtPaisNacimientoClientePF
|
|||
|
'
|
|||
|
Me.txtPaisNacimientoClientePF.Location = New System.Drawing.Point(148, 178)
|
|||
|
Me.txtPaisNacimientoClientePF.Name = "txtPaisNacimientoClientePF"
|
|||
|
Me.txtPaisNacimientoClientePF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtPaisNacimientoClientePF.TabIndex = 31
|
|||
|
'
|
|||
|
'txtRfcClientePF
|
|||
|
'
|
|||
|
Me.txtRfcClientePF.Location = New System.Drawing.Point(148, 152)
|
|||
|
Me.txtRfcClientePF.Name = "txtRfcClientePF"
|
|||
|
Me.txtRfcClientePF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtRfcClientePF.TabIndex = 25
|
|||
|
'
|
|||
|
'lblRfcClientePF
|
|||
|
'
|
|||
|
Me.lblRfcClientePF.AutoSize = True
|
|||
|
Me.lblRfcClientePF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblRfcClientePF.Location = New System.Drawing.Point(30, 159)
|
|||
|
Me.lblRfcClientePF.Name = "lblRfcClientePF"
|
|||
|
Me.lblRfcClientePF.Size = New System.Drawing.Size(24, 13)
|
|||
|
Me.lblRfcClientePF.TabIndex = 24
|
|||
|
Me.lblRfcClientePF.Text = "Rfc"
|
|||
|
'
|
|||
|
'txtCurpClientePF
|
|||
|
'
|
|||
|
Me.txtCurpClientePF.Location = New System.Drawing.Point(148, 125)
|
|||
|
Me.txtCurpClientePF.Name = "txtCurpClientePF"
|
|||
|
Me.txtCurpClientePF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCurpClientePF.TabIndex = 23
|
|||
|
'
|
|||
|
'lblCurpClientePF
|
|||
|
'
|
|||
|
Me.lblCurpClientePF.AutoSize = True
|
|||
|
Me.lblCurpClientePF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblCurpClientePF.Location = New System.Drawing.Point(30, 132)
|
|||
|
Me.lblCurpClientePF.Name = "lblCurpClientePF"
|
|||
|
Me.lblCurpClientePF.Size = New System.Drawing.Size(29, 13)
|
|||
|
Me.lblCurpClientePF.TabIndex = 22
|
|||
|
Me.lblCurpClientePF.Text = "Curp"
|
|||
|
'
|
|||
|
'txtFechaNacClientePF
|
|||
|
'
|
|||
|
Me.txtFechaNacClientePF.Location = New System.Drawing.Point(148, 99)
|
|||
|
Me.txtFechaNacClientePF.Name = "txtFechaNacClientePF"
|
|||
|
Me.txtFechaNacClientePF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtFechaNacClientePF.TabIndex = 21
|
|||
|
'
|
|||
|
'lblFechaNacimientoClientePF
|
|||
|
'
|
|||
|
Me.lblFechaNacimientoClientePF.AutoSize = True
|
|||
|
Me.lblFechaNacimientoClientePF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblFechaNacimientoClientePF.Location = New System.Drawing.Point(30, 106)
|
|||
|
Me.lblFechaNacimientoClientePF.Name = "lblFechaNacimientoClientePF"
|
|||
|
Me.lblFechaNacimientoClientePF.Size = New System.Drawing.Size(108, 13)
|
|||
|
Me.lblFechaNacimientoClientePF.TabIndex = 20
|
|||
|
Me.lblFechaNacimientoClientePF.Text = "Fecha de Nacimiento"
|
|||
|
'
|
|||
|
'txtApMatClientePF
|
|||
|
'
|
|||
|
Me.txtApMatClientePF.Location = New System.Drawing.Point(148, 73)
|
|||
|
Me.txtApMatClientePF.Name = "txtApMatClientePF"
|
|||
|
Me.txtApMatClientePF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtApMatClientePF.TabIndex = 19
|
|||
|
'
|
|||
|
'lblApMatClientePF
|
|||
|
'
|
|||
|
Me.lblApMatClientePF.AutoSize = True
|
|||
|
Me.lblApMatClientePF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblApMatClientePF.Location = New System.Drawing.Point(30, 80)
|
|||
|
Me.lblApMatClientePF.Name = "lblApMatClientePF"
|
|||
|
Me.lblApMatClientePF.Size = New System.Drawing.Size(86, 13)
|
|||
|
Me.lblApMatClientePF.TabIndex = 18
|
|||
|
Me.lblApMatClientePF.Text = "Apellido Materno"
|
|||
|
'
|
|||
|
'txtApPatClientePF
|
|||
|
'
|
|||
|
Me.txtApPatClientePF.Location = New System.Drawing.Point(148, 46)
|
|||
|
Me.txtApPatClientePF.Name = "txtApPatClientePF"
|
|||
|
Me.txtApPatClientePF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtApPatClientePF.TabIndex = 17
|
|||
|
'
|
|||
|
'lblApPatClientePF
|
|||
|
'
|
|||
|
Me.lblApPatClientePF.AutoSize = True
|
|||
|
Me.lblApPatClientePF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblApPatClientePF.Location = New System.Drawing.Point(30, 53)
|
|||
|
Me.lblApPatClientePF.Name = "lblApPatClientePF"
|
|||
|
Me.lblApPatClientePF.Size = New System.Drawing.Size(84, 13)
|
|||
|
Me.lblApPatClientePF.TabIndex = 16
|
|||
|
Me.lblApPatClientePF.Text = "Apellido Paterno"
|
|||
|
'
|
|||
|
'txtNomClientePF
|
|||
|
'
|
|||
|
Me.txtNomClientePF.Location = New System.Drawing.Point(148, 20)
|
|||
|
Me.txtNomClientePF.Name = "txtNomClientePF"
|
|||
|
Me.txtNomClientePF.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtNomClientePF.TabIndex = 15
|
|||
|
'
|
|||
|
'lblNomClientePF
|
|||
|
'
|
|||
|
Me.lblNomClientePF.AutoSize = True
|
|||
|
Me.lblNomClientePF.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblNomClientePF.Location = New System.Drawing.Point(30, 27)
|
|||
|
Me.lblNomClientePF.Name = "lblNomClientePF"
|
|||
|
Me.lblNomClientePF.Size = New System.Drawing.Size(44, 13)
|
|||
|
Me.lblNomClientePF.TabIndex = 14
|
|||
|
Me.lblNomClientePF.Text = "Nombre"
|
|||
|
'
|
|||
|
'tp_Domicilio
|
|||
|
'
|
|||
|
Me.tp_Domicilio.Controls.Add(Me.gbUnificado)
|
|||
|
Me.tp_Domicilio.Controls.Add(Me.TabControl4)
|
|||
|
Me.tp_Domicilio.Controls.Add(Me.gbUnificadoExt)
|
|||
|
Me.tp_Domicilio.Location = New System.Drawing.Point(4, 22)
|
|||
|
Me.tp_Domicilio.Name = "tp_Domicilio"
|
|||
|
Me.tp_Domicilio.Size = New System.Drawing.Size(946, 436)
|
|||
|
Me.tp_Domicilio.TabIndex = 5
|
|||
|
Me.tp_Domicilio.Text = "Domicilio"
|
|||
|
Me.tp_Domicilio.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'gbUnificado
|
|||
|
'
|
|||
|
Me.gbUnificado.Controls.Add(Me.txtCodPosNacUN)
|
|||
|
Me.gbUnificado.Controls.Add(Me.lblCodPostalNacUN)
|
|||
|
Me.gbUnificado.Controls.Add(Me.txtColoniaNacUN)
|
|||
|
Me.gbUnificado.Controls.Add(Me.lblColoniaNacUN)
|
|||
|
Me.gbUnificado.Controls.Add(Me.txtCiudaPoblNacUN)
|
|||
|
Me.gbUnificado.Controls.Add(Me.lblCiudadPoblNacUN)
|
|||
|
Me.gbUnificado.Controls.Add(Me.txtDomicilioNacUN)
|
|||
|
Me.gbUnificado.Controls.Add(Me.lblDomicilioNacUN)
|
|||
|
Me.gbUnificado.Location = New System.Drawing.Point(21, 20)
|
|||
|
Me.gbUnificado.Name = "gbUnificado"
|
|||
|
Me.gbUnificado.Size = New System.Drawing.Size(363, 143)
|
|||
|
Me.gbUnificado.TabIndex = 1
|
|||
|
Me.gbUnificado.TabStop = False
|
|||
|
Me.gbUnificado.Text = "Nacional Unificado"
|
|||
|
'
|
|||
|
'txtCodPosNacUN
|
|||
|
'
|
|||
|
Me.txtCodPosNacUN.Location = New System.Drawing.Point(111, 100)
|
|||
|
Me.txtCodPosNacUN.Name = "txtCodPosNacUN"
|
|||
|
Me.txtCodPosNacUN.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCodPosNacUN.TabIndex = 33
|
|||
|
'
|
|||
|
'lblCodPostalNacUN
|
|||
|
'
|
|||
|
Me.lblCodPostalNacUN.AutoSize = True
|
|||
|
Me.lblCodPostalNacUN.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblCodPostalNacUN.Location = New System.Drawing.Point(16, 107)
|
|||
|
Me.lblCodPostalNacUN.Name = "lblCodPostalNacUN"
|
|||
|
Me.lblCodPostalNacUN.Size = New System.Drawing.Size(72, 13)
|
|||
|
Me.lblCodPostalNacUN.TabIndex = 32
|
|||
|
Me.lblCodPostalNacUN.Text = "Codigo Postal"
|
|||
|
'
|
|||
|
'txtColoniaNacUN
|
|||
|
'
|
|||
|
Me.txtColoniaNacUN.Location = New System.Drawing.Point(111, 74)
|
|||
|
Me.txtColoniaNacUN.Name = "txtColoniaNacUN"
|
|||
|
Me.txtColoniaNacUN.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtColoniaNacUN.TabIndex = 31
|
|||
|
'
|
|||
|
'lblColoniaNacUN
|
|||
|
'
|
|||
|
Me.lblColoniaNacUN.AutoSize = True
|
|||
|
Me.lblColoniaNacUN.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblColoniaNacUN.Location = New System.Drawing.Point(16, 81)
|
|||
|
Me.lblColoniaNacUN.Name = "lblColoniaNacUN"
|
|||
|
Me.lblColoniaNacUN.Size = New System.Drawing.Size(42, 13)
|
|||
|
Me.lblColoniaNacUN.TabIndex = 30
|
|||
|
Me.lblColoniaNacUN.Text = "Colonia"
|
|||
|
'
|
|||
|
'txtCiudaPoblNacUN
|
|||
|
'
|
|||
|
Me.txtCiudaPoblNacUN.Location = New System.Drawing.Point(111, 46)
|
|||
|
Me.txtCiudaPoblNacUN.Name = "txtCiudaPoblNacUN"
|
|||
|
Me.txtCiudaPoblNacUN.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCiudaPoblNacUN.TabIndex = 29
|
|||
|
'
|
|||
|
'lblCiudadPoblNacUN
|
|||
|
'
|
|||
|
Me.lblCiudadPoblNacUN.AutoSize = True
|
|||
|
Me.lblCiudadPoblNacUN.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblCiudadPoblNacUN.Location = New System.Drawing.Point(16, 53)
|
|||
|
Me.lblCiudadPoblNacUN.Name = "lblCiudadPoblNacUN"
|
|||
|
Me.lblCiudadPoblNacUN.Size = New System.Drawing.Size(90, 13)
|
|||
|
Me.lblCiudadPoblNacUN.TabIndex = 28
|
|||
|
Me.lblCiudadPoblNacUN.Text = "Ciudad Poblacion"
|
|||
|
'
|
|||
|
'txtDomicilioNacUN
|
|||
|
'
|
|||
|
Me.txtDomicilioNacUN.Location = New System.Drawing.Point(111, 20)
|
|||
|
Me.txtDomicilioNacUN.Name = "txtDomicilioNacUN"
|
|||
|
Me.txtDomicilioNacUN.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtDomicilioNacUN.TabIndex = 27
|
|||
|
'
|
|||
|
'lblDomicilioNacUN
|
|||
|
'
|
|||
|
Me.lblDomicilioNacUN.AutoSize = True
|
|||
|
Me.lblDomicilioNacUN.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblDomicilioNacUN.Location = New System.Drawing.Point(16, 27)
|
|||
|
Me.lblDomicilioNacUN.Name = "lblDomicilioNacUN"
|
|||
|
Me.lblDomicilioNacUN.Size = New System.Drawing.Size(49, 13)
|
|||
|
Me.lblDomicilioNacUN.TabIndex = 26
|
|||
|
Me.lblDomicilioNacUN.Text = "Domicilio"
|
|||
|
'
|
|||
|
'TabControl4
|
|||
|
'
|
|||
|
Me.TabControl4.Controls.Add(Me.TabPage5)
|
|||
|
Me.TabControl4.Controls.Add(Me.TabPage6)
|
|||
|
Me.TabControl4.Location = New System.Drawing.Point(49, 288)
|
|||
|
Me.TabControl4.Name = "TabControl4"
|
|||
|
Me.TabControl4.SelectedIndex = 0
|
|||
|
Me.TabControl4.Size = New System.Drawing.Size(853, 299)
|
|||
|
Me.TabControl4.TabIndex = 3
|
|||
|
Me.TabControl4.Visible = False
|
|||
|
'
|
|||
|
'TabPage5
|
|||
|
'
|
|||
|
Me.TabPage5.Controls.Add(Me.gbSeparado)
|
|||
|
Me.TabPage5.Location = New System.Drawing.Point(4, 22)
|
|||
|
Me.TabPage5.Name = "TabPage5"
|
|||
|
Me.TabPage5.Padding = New System.Windows.Forms.Padding(3)
|
|||
|
Me.TabPage5.Size = New System.Drawing.Size(845, 273)
|
|||
|
Me.TabPage5.TabIndex = 0
|
|||
|
Me.TabPage5.Text = "Nacional"
|
|||
|
Me.TabPage5.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'gbSeparado
|
|||
|
'
|
|||
|
Me.gbSeparado.Controls.Add(Me.txtNumIntNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.lblNumInteriorNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.txtNumExtNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.lblNumExtNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.txtCalleNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.lblCalleNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.txtColoniaNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.lblColoniaNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.txtDelMunNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.lblDelMunNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.txtCiudadPoblNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.lblCiudadPoblNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.txtCodPostNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.lblCodPostNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.txtEntFedNacSP)
|
|||
|
Me.gbSeparado.Controls.Add(Me.lblEntFedeNacSP)
|
|||
|
Me.gbSeparado.Location = New System.Drawing.Point(425, 22)
|
|||
|
Me.gbSeparado.Name = "gbSeparado"
|
|||
|
Me.gbSeparado.Size = New System.Drawing.Size(391, 236)
|
|||
|
Me.gbSeparado.TabIndex = 2
|
|||
|
Me.gbSeparado.TabStop = False
|
|||
|
Me.gbSeparado.Text = "Separado"
|
|||
|
'
|
|||
|
'txtNumIntNacSP
|
|||
|
'
|
|||
|
Me.txtNumIntNacSP.Location = New System.Drawing.Point(143, 201)
|
|||
|
Me.txtNumIntNacSP.Name = "txtNumIntNacSP"
|
|||
|
Me.txtNumIntNacSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtNumIntNacSP.TabIndex = 41
|
|||
|
'
|
|||
|
'lblNumInteriorNacSP
|
|||
|
'
|
|||
|
Me.lblNumInteriorNacSP.AutoSize = True
|
|||
|
Me.lblNumInteriorNacSP.Location = New System.Drawing.Point(21, 209)
|
|||
|
Me.lblNumInteriorNacSP.Name = "lblNumInteriorNacSP"
|
|||
|
Me.lblNumInteriorNacSP.Size = New System.Drawing.Size(67, 13)
|
|||
|
Me.lblNumInteriorNacSP.TabIndex = 40
|
|||
|
Me.lblNumInteriorNacSP.Text = "Num. Interior"
|
|||
|
'
|
|||
|
'txtNumExtNacSP
|
|||
|
'
|
|||
|
Me.txtNumExtNacSP.Location = New System.Drawing.Point(143, 175)
|
|||
|
Me.txtNumExtNacSP.Name = "txtNumExtNacSP"
|
|||
|
Me.txtNumExtNacSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtNumExtNacSP.TabIndex = 39
|
|||
|
'
|
|||
|
'lblNumExtNacSP
|
|||
|
'
|
|||
|
Me.lblNumExtNacSP.AutoSize = True
|
|||
|
Me.lblNumExtNacSP.Location = New System.Drawing.Point(21, 183)
|
|||
|
Me.lblNumExtNacSP.Name = "lblNumExtNacSP"
|
|||
|
Me.lblNumExtNacSP.Size = New System.Drawing.Size(70, 13)
|
|||
|
Me.lblNumExtNacSP.TabIndex = 38
|
|||
|
Me.lblNumExtNacSP.Text = "Num. Exterior"
|
|||
|
'
|
|||
|
'txtCalleNacSP
|
|||
|
'
|
|||
|
Me.txtCalleNacSP.Location = New System.Drawing.Point(143, 149)
|
|||
|
Me.txtCalleNacSP.Name = "txtCalleNacSP"
|
|||
|
Me.txtCalleNacSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCalleNacSP.TabIndex = 37
|
|||
|
'
|
|||
|
'lblCalleNacSP
|
|||
|
'
|
|||
|
Me.lblCalleNacSP.AutoSize = True
|
|||
|
Me.lblCalleNacSP.Location = New System.Drawing.Point(21, 156)
|
|||
|
Me.lblCalleNacSP.Name = "lblCalleNacSP"
|
|||
|
Me.lblCalleNacSP.Size = New System.Drawing.Size(30, 13)
|
|||
|
Me.lblCalleNacSP.TabIndex = 36
|
|||
|
Me.lblCalleNacSP.Text = "Calle"
|
|||
|
'
|
|||
|
'txtColoniaNacSP
|
|||
|
'
|
|||
|
Me.txtColoniaNacSP.Location = New System.Drawing.Point(143, 123)
|
|||
|
Me.txtColoniaNacSP.Name = "txtColoniaNacSP"
|
|||
|
Me.txtColoniaNacSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtColoniaNacSP.TabIndex = 35
|
|||
|
'
|
|||
|
'lblColoniaNacSP
|
|||
|
'
|
|||
|
Me.lblColoniaNacSP.AutoSize = True
|
|||
|
Me.lblColoniaNacSP.Location = New System.Drawing.Point(21, 131)
|
|||
|
Me.lblColoniaNacSP.Name = "lblColoniaNacSP"
|
|||
|
Me.lblColoniaNacSP.Size = New System.Drawing.Size(42, 13)
|
|||
|
Me.lblColoniaNacSP.TabIndex = 34
|
|||
|
Me.lblColoniaNacSP.Text = "Colonia"
|
|||
|
'
|
|||
|
'txtDelMunNacSP
|
|||
|
'
|
|||
|
Me.txtDelMunNacSP.Location = New System.Drawing.Point(143, 97)
|
|||
|
Me.txtDelMunNacSP.Name = "txtDelMunNacSP"
|
|||
|
Me.txtDelMunNacSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtDelMunNacSP.TabIndex = 33
|
|||
|
'
|
|||
|
'lblDelMunNacSP
|
|||
|
'
|
|||
|
Me.lblDelMunNacSP.AutoSize = True
|
|||
|
Me.lblDelMunNacSP.Location = New System.Drawing.Point(21, 105)
|
|||
|
Me.lblDelMunNacSP.Name = "lblDelMunNacSP"
|
|||
|
Me.lblDelMunNacSP.Size = New System.Drawing.Size(109, 13)
|
|||
|
Me.lblDelMunNacSP.TabIndex = 32
|
|||
|
Me.lblDelMunNacSP.Text = "Delegacion Municipio"
|
|||
|
'
|
|||
|
'txtCiudadPoblNacSP
|
|||
|
'
|
|||
|
Me.txtCiudadPoblNacSP.Location = New System.Drawing.Point(143, 71)
|
|||
|
Me.txtCiudadPoblNacSP.Name = "txtCiudadPoblNacSP"
|
|||
|
Me.txtCiudadPoblNacSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCiudadPoblNacSP.TabIndex = 31
|
|||
|
'
|
|||
|
'lblCiudadPoblNacSP
|
|||
|
'
|
|||
|
Me.lblCiudadPoblNacSP.AutoSize = True
|
|||
|
Me.lblCiudadPoblNacSP.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblCiudadPoblNacSP.Location = New System.Drawing.Point(21, 79)
|
|||
|
Me.lblCiudadPoblNacSP.Name = "lblCiudadPoblNacSP"
|
|||
|
Me.lblCiudadPoblNacSP.Size = New System.Drawing.Size(90, 13)
|
|||
|
Me.lblCiudadPoblNacSP.TabIndex = 30
|
|||
|
Me.lblCiudadPoblNacSP.Text = "Ciudad Poblacion"
|
|||
|
'
|
|||
|
'txtCodPostNacSP
|
|||
|
'
|
|||
|
Me.txtCodPostNacSP.Location = New System.Drawing.Point(143, 45)
|
|||
|
Me.txtCodPostNacSP.Name = "txtCodPostNacSP"
|
|||
|
Me.txtCodPostNacSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCodPostNacSP.TabIndex = 29
|
|||
|
'
|
|||
|
'lblCodPostNacSP
|
|||
|
'
|
|||
|
Me.lblCodPostNacSP.AutoSize = True
|
|||
|
Me.lblCodPostNacSP.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblCodPostNacSP.Location = New System.Drawing.Point(21, 53)
|
|||
|
Me.lblCodPostNacSP.Name = "lblCodPostNacSP"
|
|||
|
Me.lblCodPostNacSP.Size = New System.Drawing.Size(72, 13)
|
|||
|
Me.lblCodPostNacSP.TabIndex = 28
|
|||
|
Me.lblCodPostNacSP.Text = "Codigo Postal"
|
|||
|
'
|
|||
|
'txtEntFedNacSP
|
|||
|
'
|
|||
|
Me.txtEntFedNacSP.Location = New System.Drawing.Point(143, 19)
|
|||
|
Me.txtEntFedNacSP.Name = "txtEntFedNacSP"
|
|||
|
Me.txtEntFedNacSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtEntFedNacSP.TabIndex = 27
|
|||
|
'
|
|||
|
'lblEntFedeNacSP
|
|||
|
'
|
|||
|
Me.lblEntFedeNacSP.AutoSize = True
|
|||
|
Me.lblEntFedeNacSP.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblEntFedeNacSP.Location = New System.Drawing.Point(21, 27)
|
|||
|
Me.lblEntFedeNacSP.Name = "lblEntFedeNacSP"
|
|||
|
Me.lblEntFedeNacSP.Size = New System.Drawing.Size(96, 13)
|
|||
|
Me.lblEntFedeNacSP.TabIndex = 26
|
|||
|
Me.lblEntFedeNacSP.Text = "Entidad Federativa"
|
|||
|
'
|
|||
|
'TabPage6
|
|||
|
'
|
|||
|
Me.TabPage6.Controls.Add(Me.gbSeparadoExt)
|
|||
|
Me.TabPage6.Location = New System.Drawing.Point(4, 22)
|
|||
|
Me.TabPage6.Name = "TabPage6"
|
|||
|
Me.TabPage6.Padding = New System.Windows.Forms.Padding(3)
|
|||
|
Me.TabPage6.Size = New System.Drawing.Size(845, 273)
|
|||
|
Me.TabPage6.TabIndex = 1
|
|||
|
Me.TabPage6.Text = "Extranjero"
|
|||
|
Me.TabPage6.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'gbSeparadoExt
|
|||
|
'
|
|||
|
Me.gbSeparadoExt.Controls.Add(Me.txtNumIntExtSP)
|
|||
|
Me.gbSeparadoExt.Controls.Add(Me.lblNumIntExtSP)
|
|||
|
Me.gbSeparadoExt.Controls.Add(Me.txtNumExtExtSP)
|
|||
|
Me.gbSeparadoExt.Controls.Add(Me.lblNumExtExtSP)
|
|||
|
Me.gbSeparadoExt.Controls.Add(Me.txtCalleExtSP)
|
|||
|
Me.gbSeparadoExt.Controls.Add(Me.lblCalleExtSP)
|
|||
|
Me.gbSeparadoExt.Controls.Add(Me.txtColoniaExtSP)
|
|||
|
Me.gbSeparadoExt.Controls.Add(Me.lblColoniaExtSP)
|
|||
|
Me.gbSeparadoExt.Controls.Add(Me.txtCiudaPoblExtSP)
|
|||
|
Me.gbSeparadoExt.Controls.Add(Me.lblCiudaPoblExtSP)
|
|||
|
Me.gbSeparadoExt.Controls.Add(Me.txtCodPostExtSP)
|
|||
|
Me.gbSeparadoExt.Controls.Add(Me.lblCodPostExtSP)
|
|||
|
Me.gbSeparadoExt.Controls.Add(Me.txtEntFedExtSP)
|
|||
|
Me.gbSeparadoExt.Controls.Add(Me.lblEntFedExtSP)
|
|||
|
Me.gbSeparadoExt.Location = New System.Drawing.Point(435, 6)
|
|||
|
Me.gbSeparadoExt.Name = "gbSeparadoExt"
|
|||
|
Me.gbSeparadoExt.Size = New System.Drawing.Size(381, 207)
|
|||
|
Me.gbSeparadoExt.TabIndex = 2
|
|||
|
Me.gbSeparadoExt.TabStop = False
|
|||
|
Me.gbSeparadoExt.Text = "Separado"
|
|||
|
'
|
|||
|
'txtNumIntExtSP
|
|||
|
'
|
|||
|
Me.txtNumIntExtSP.Location = New System.Drawing.Point(129, 177)
|
|||
|
Me.txtNumIntExtSP.Name = "txtNumIntExtSP"
|
|||
|
Me.txtNumIntExtSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtNumIntExtSP.TabIndex = 41
|
|||
|
'
|
|||
|
'lblNumIntExtSP
|
|||
|
'
|
|||
|
Me.lblNumIntExtSP.AutoSize = True
|
|||
|
Me.lblNumIntExtSP.Location = New System.Drawing.Point(27, 184)
|
|||
|
Me.lblNumIntExtSP.Name = "lblNumIntExtSP"
|
|||
|
Me.lblNumIntExtSP.Size = New System.Drawing.Size(67, 13)
|
|||
|
Me.lblNumIntExtSP.TabIndex = 40
|
|||
|
Me.lblNumIntExtSP.Text = "Num. Interior"
|
|||
|
'
|
|||
|
'txtNumExtExtSP
|
|||
|
'
|
|||
|
Me.txtNumExtExtSP.Location = New System.Drawing.Point(129, 151)
|
|||
|
Me.txtNumExtExtSP.Name = "txtNumExtExtSP"
|
|||
|
Me.txtNumExtExtSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtNumExtExtSP.TabIndex = 39
|
|||
|
'
|
|||
|
'lblNumExtExtSP
|
|||
|
'
|
|||
|
Me.lblNumExtExtSP.AutoSize = True
|
|||
|
Me.lblNumExtExtSP.Location = New System.Drawing.Point(27, 158)
|
|||
|
Me.lblNumExtExtSP.Name = "lblNumExtExtSP"
|
|||
|
Me.lblNumExtExtSP.Size = New System.Drawing.Size(70, 13)
|
|||
|
Me.lblNumExtExtSP.TabIndex = 38
|
|||
|
Me.lblNumExtExtSP.Text = "Num. Exterior"
|
|||
|
'
|
|||
|
'txtCalleExtSP
|
|||
|
'
|
|||
|
Me.txtCalleExtSP.Location = New System.Drawing.Point(129, 125)
|
|||
|
Me.txtCalleExtSP.Name = "txtCalleExtSP"
|
|||
|
Me.txtCalleExtSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCalleExtSP.TabIndex = 37
|
|||
|
'
|
|||
|
'lblCalleExtSP
|
|||
|
'
|
|||
|
Me.lblCalleExtSP.AutoSize = True
|
|||
|
Me.lblCalleExtSP.Location = New System.Drawing.Point(27, 132)
|
|||
|
Me.lblCalleExtSP.Name = "lblCalleExtSP"
|
|||
|
Me.lblCalleExtSP.Size = New System.Drawing.Size(30, 13)
|
|||
|
Me.lblCalleExtSP.TabIndex = 36
|
|||
|
Me.lblCalleExtSP.Text = "Calle"
|
|||
|
'
|
|||
|
'txtColoniaExtSP
|
|||
|
'
|
|||
|
Me.txtColoniaExtSP.Location = New System.Drawing.Point(129, 99)
|
|||
|
Me.txtColoniaExtSP.Name = "txtColoniaExtSP"
|
|||
|
Me.txtColoniaExtSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtColoniaExtSP.TabIndex = 35
|
|||
|
'
|
|||
|
'lblColoniaExtSP
|
|||
|
'
|
|||
|
Me.lblColoniaExtSP.AutoSize = True
|
|||
|
Me.lblColoniaExtSP.Location = New System.Drawing.Point(27, 106)
|
|||
|
Me.lblColoniaExtSP.Name = "lblColoniaExtSP"
|
|||
|
Me.lblColoniaExtSP.Size = New System.Drawing.Size(42, 13)
|
|||
|
Me.lblColoniaExtSP.TabIndex = 34
|
|||
|
Me.lblColoniaExtSP.Text = "Colonia"
|
|||
|
'
|
|||
|
'txtCiudaPoblExtSP
|
|||
|
'
|
|||
|
Me.txtCiudaPoblExtSP.Location = New System.Drawing.Point(129, 73)
|
|||
|
Me.txtCiudaPoblExtSP.Name = "txtCiudaPoblExtSP"
|
|||
|
Me.txtCiudaPoblExtSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCiudaPoblExtSP.TabIndex = 31
|
|||
|
'
|
|||
|
'lblCiudaPoblExtSP
|
|||
|
'
|
|||
|
Me.lblCiudaPoblExtSP.AutoSize = True
|
|||
|
Me.lblCiudaPoblExtSP.Location = New System.Drawing.Point(27, 80)
|
|||
|
Me.lblCiudaPoblExtSP.Name = "lblCiudaPoblExtSP"
|
|||
|
Me.lblCiudaPoblExtSP.Size = New System.Drawing.Size(90, 13)
|
|||
|
Me.lblCiudaPoblExtSP.TabIndex = 30
|
|||
|
Me.lblCiudaPoblExtSP.Text = "Ciudad Poblacion"
|
|||
|
'
|
|||
|
'txtCodPostExtSP
|
|||
|
'
|
|||
|
Me.txtCodPostExtSP.Location = New System.Drawing.Point(129, 47)
|
|||
|
Me.txtCodPostExtSP.Name = "txtCodPostExtSP"
|
|||
|
Me.txtCodPostExtSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCodPostExtSP.TabIndex = 29
|
|||
|
'
|
|||
|
'lblCodPostExtSP
|
|||
|
'
|
|||
|
Me.lblCodPostExtSP.AutoSize = True
|
|||
|
Me.lblCodPostExtSP.Location = New System.Drawing.Point(27, 54)
|
|||
|
Me.lblCodPostExtSP.Name = "lblCodPostExtSP"
|
|||
|
Me.lblCodPostExtSP.Size = New System.Drawing.Size(72, 13)
|
|||
|
Me.lblCodPostExtSP.TabIndex = 28
|
|||
|
Me.lblCodPostExtSP.Text = "Codigo Postal"
|
|||
|
'
|
|||
|
'txtEntFedExtSP
|
|||
|
'
|
|||
|
Me.txtEntFedExtSP.Location = New System.Drawing.Point(129, 21)
|
|||
|
Me.txtEntFedExtSP.Name = "txtEntFedExtSP"
|
|||
|
Me.txtEntFedExtSP.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtEntFedExtSP.TabIndex = 27
|
|||
|
'
|
|||
|
'lblEntFedExtSP
|
|||
|
'
|
|||
|
Me.lblEntFedExtSP.AutoSize = True
|
|||
|
Me.lblEntFedExtSP.Location = New System.Drawing.Point(27, 28)
|
|||
|
Me.lblEntFedExtSP.Name = "lblEntFedExtSP"
|
|||
|
Me.lblEntFedExtSP.Size = New System.Drawing.Size(96, 13)
|
|||
|
Me.lblEntFedExtSP.TabIndex = 26
|
|||
|
Me.lblEntFedExtSP.Text = "Entidad Federativa"
|
|||
|
'
|
|||
|
'gbUnificadoExt
|
|||
|
'
|
|||
|
Me.gbUnificadoExt.Controls.Add(Me.txtPaisExt)
|
|||
|
Me.gbUnificadoExt.Controls.Add(Me.txtCodPostalExtUN)
|
|||
|
Me.gbUnificadoExt.Controls.Add(Me.lblPaisExt)
|
|||
|
Me.gbUnificadoExt.Controls.Add(Me.lblCodPostExtUN)
|
|||
|
Me.gbUnificadoExt.Controls.Add(Me.txtColoniaExtUN)
|
|||
|
Me.gbUnificadoExt.Controls.Add(Me.lblColoniaExtUN)
|
|||
|
Me.gbUnificadoExt.Controls.Add(Me.txtCiudaPoblExtUN)
|
|||
|
Me.gbUnificadoExt.Controls.Add(Me.lblCiudaPoblExtUN)
|
|||
|
Me.gbUnificadoExt.Controls.Add(Me.txtDomicExtUN)
|
|||
|
Me.gbUnificadoExt.Controls.Add(Me.lblDomiExtUN)
|
|||
|
Me.gbUnificadoExt.Location = New System.Drawing.Point(442, 20)
|
|||
|
Me.gbUnificadoExt.Name = "gbUnificadoExt"
|
|||
|
Me.gbUnificadoExt.Size = New System.Drawing.Size(372, 157)
|
|||
|
Me.gbUnificadoExt.TabIndex = 1
|
|||
|
Me.gbUnificadoExt.TabStop = False
|
|||
|
Me.gbUnificadoExt.Text = "Extranjero Unificado"
|
|||
|
'
|
|||
|
'txtPaisExt
|
|||
|
'
|
|||
|
Me.txtPaisExt.Location = New System.Drawing.Point(119, 19)
|
|||
|
Me.txtPaisExt.Name = "txtPaisExt"
|
|||
|
Me.txtPaisExt.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtPaisExt.TabIndex = 30
|
|||
|
'
|
|||
|
'txtCodPostalExtUN
|
|||
|
'
|
|||
|
Me.txtCodPostalExtUN.Location = New System.Drawing.Point(119, 123)
|
|||
|
Me.txtCodPostalExtUN.Name = "txtCodPostalExtUN"
|
|||
|
Me.txtCodPostalExtUN.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCodPostalExtUN.TabIndex = 33
|
|||
|
'
|
|||
|
'lblPaisExt
|
|||
|
'
|
|||
|
Me.lblPaisExt.AutoSize = True
|
|||
|
Me.lblPaisExt.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblPaisExt.Location = New System.Drawing.Point(16, 22)
|
|||
|
Me.lblPaisExt.Name = "lblPaisExt"
|
|||
|
Me.lblPaisExt.Size = New System.Drawing.Size(27, 13)
|
|||
|
Me.lblPaisExt.TabIndex = 29
|
|||
|
Me.lblPaisExt.Text = "Pais"
|
|||
|
'
|
|||
|
'lblCodPostExtUN
|
|||
|
'
|
|||
|
Me.lblCodPostExtUN.AutoSize = True
|
|||
|
Me.lblCodPostExtUN.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblCodPostExtUN.Location = New System.Drawing.Point(11, 130)
|
|||
|
Me.lblCodPostExtUN.Name = "lblCodPostExtUN"
|
|||
|
Me.lblCodPostExtUN.Size = New System.Drawing.Size(72, 13)
|
|||
|
Me.lblCodPostExtUN.TabIndex = 32
|
|||
|
Me.lblCodPostExtUN.Text = "Codigo Postal"
|
|||
|
'
|
|||
|
'txtColoniaExtUN
|
|||
|
'
|
|||
|
Me.txtColoniaExtUN.Location = New System.Drawing.Point(119, 97)
|
|||
|
Me.txtColoniaExtUN.Name = "txtColoniaExtUN"
|
|||
|
Me.txtColoniaExtUN.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtColoniaExtUN.TabIndex = 31
|
|||
|
'
|
|||
|
'lblColoniaExtUN
|
|||
|
'
|
|||
|
Me.lblColoniaExtUN.AutoSize = True
|
|||
|
Me.lblColoniaExtUN.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblColoniaExtUN.Location = New System.Drawing.Point(11, 110)
|
|||
|
Me.lblColoniaExtUN.Name = "lblColoniaExtUN"
|
|||
|
Me.lblColoniaExtUN.Size = New System.Drawing.Size(42, 13)
|
|||
|
Me.lblColoniaExtUN.TabIndex = 30
|
|||
|
Me.lblColoniaExtUN.Text = "Colonia"
|
|||
|
'
|
|||
|
'txtCiudaPoblExtUN
|
|||
|
'
|
|||
|
Me.txtCiudaPoblExtUN.Location = New System.Drawing.Point(119, 71)
|
|||
|
Me.txtCiudaPoblExtUN.Name = "txtCiudaPoblExtUN"
|
|||
|
Me.txtCiudaPoblExtUN.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtCiudaPoblExtUN.TabIndex = 29
|
|||
|
'
|
|||
|
'lblCiudaPoblExtUN
|
|||
|
'
|
|||
|
Me.lblCiudaPoblExtUN.AutoSize = True
|
|||
|
Me.lblCiudaPoblExtUN.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblCiudaPoblExtUN.Location = New System.Drawing.Point(11, 78)
|
|||
|
Me.lblCiudaPoblExtUN.Name = "lblCiudaPoblExtUN"
|
|||
|
Me.lblCiudaPoblExtUN.Size = New System.Drawing.Size(90, 13)
|
|||
|
Me.lblCiudaPoblExtUN.TabIndex = 28
|
|||
|
Me.lblCiudaPoblExtUN.Text = "Ciudad Poblacion"
|
|||
|
'
|
|||
|
'txtDomicExtUN
|
|||
|
'
|
|||
|
Me.txtDomicExtUN.Location = New System.Drawing.Point(119, 45)
|
|||
|
Me.txtDomicExtUN.Name = "txtDomicExtUN"
|
|||
|
Me.txtDomicExtUN.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtDomicExtUN.TabIndex = 27
|
|||
|
'
|
|||
|
'lblDomiExtUN
|
|||
|
'
|
|||
|
Me.lblDomiExtUN.AutoSize = True
|
|||
|
Me.lblDomiExtUN.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblDomiExtUN.Location = New System.Drawing.Point(11, 52)
|
|||
|
Me.lblDomiExtUN.Name = "lblDomiExtUN"
|
|||
|
Me.lblDomiExtUN.Size = New System.Drawing.Size(49, 13)
|
|||
|
Me.lblDomiExtUN.TabIndex = 26
|
|||
|
Me.lblDomiExtUN.Text = "Domicilio"
|
|||
|
'
|
|||
|
'tp_Telefono
|
|||
|
'
|
|||
|
Me.tp_Telefono.Controls.Add(Me.txtExtension)
|
|||
|
Me.tp_Telefono.Controls.Add(Me.lblExtension)
|
|||
|
Me.tp_Telefono.Controls.Add(Me.txtNumTelefono)
|
|||
|
Me.tp_Telefono.Controls.Add(Me.lblNumTelefono)
|
|||
|
Me.tp_Telefono.Controls.Add(Me.txtClavePais)
|
|||
|
Me.tp_Telefono.Controls.Add(Me.lblClavePais)
|
|||
|
Me.tp_Telefono.Location = New System.Drawing.Point(4, 22)
|
|||
|
Me.tp_Telefono.Name = "tp_Telefono"
|
|||
|
Me.tp_Telefono.Size = New System.Drawing.Size(946, 436)
|
|||
|
Me.tp_Telefono.TabIndex = 9
|
|||
|
Me.tp_Telefono.Text = "Telefono"
|
|||
|
Me.tp_Telefono.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'txtExtension
|
|||
|
'
|
|||
|
Me.txtExtension.Location = New System.Drawing.Point(173, 77)
|
|||
|
Me.txtExtension.Name = "txtExtension"
|
|||
|
Me.txtExtension.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtExtension.TabIndex = 9
|
|||
|
'
|
|||
|
'lblExtension
|
|||
|
'
|
|||
|
Me.lblExtension.AutoSize = True
|
|||
|
Me.lblExtension.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblExtension.Location = New System.Drawing.Point(22, 85)
|
|||
|
Me.lblExtension.Name = "lblExtension"
|
|||
|
Me.lblExtension.Size = New System.Drawing.Size(53, 13)
|
|||
|
Me.lblExtension.TabIndex = 8
|
|||
|
Me.lblExtension.Text = "Extension"
|
|||
|
'
|
|||
|
'txtNumTelefono
|
|||
|
'
|
|||
|
Me.txtNumTelefono.Location = New System.Drawing.Point(173, 48)
|
|||
|
Me.txtNumTelefono.Name = "txtNumTelefono"
|
|||
|
Me.txtNumTelefono.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtNumTelefono.TabIndex = 7
|
|||
|
'
|
|||
|
'lblNumTelefono
|
|||
|
'
|
|||
|
Me.lblNumTelefono.AutoSize = True
|
|||
|
Me.lblNumTelefono.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblNumTelefono.Location = New System.Drawing.Point(22, 56)
|
|||
|
Me.lblNumTelefono.Name = "lblNumTelefono"
|
|||
|
Me.lblNumTelefono.Size = New System.Drawing.Size(89, 13)
|
|||
|
Me.lblNumTelefono.TabIndex = 6
|
|||
|
Me.lblNumTelefono.Text = "Numero Telefono"
|
|||
|
'
|
|||
|
'txtClavePais
|
|||
|
'
|
|||
|
Me.txtClavePais.Location = New System.Drawing.Point(173, 22)
|
|||
|
Me.txtClavePais.Name = "txtClavePais"
|
|||
|
Me.txtClavePais.Size = New System.Drawing.Size(238, 20)
|
|||
|
Me.txtClavePais.TabIndex = 5
|
|||
|
'
|
|||
|
'lblClavePais
|
|||
|
'
|
|||
|
Me.lblClavePais.AutoSize = True
|
|||
|
Me.lblClavePais.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblClavePais.Location = New System.Drawing.Point(22, 30)
|
|||
|
Me.lblClavePais.Name = "lblClavePais"
|
|||
|
Me.lblClavePais.Size = New System.Drawing.Size(57, 13)
|
|||
|
Me.lblClavePais.TabIndex = 4
|
|||
|
Me.lblClavePais.Text = "Clave Pais"
|
|||
|
'
|
|||
|
'lblTrimestreR
|
|||
|
'
|
|||
|
Me.lblTrimestreR.AutoSize = True
|
|||
|
Me.lblTrimestreR.Location = New System.Drawing.Point(321, 9)
|
|||
|
Me.lblTrimestreR.Name = "lblTrimestreR"
|
|||
|
Me.lblTrimestreR.Size = New System.Drawing.Size(106, 13)
|
|||
|
Me.lblTrimestreR.TabIndex = 1
|
|||
|
Me.lblTrimestreR.Text = "Trimestre Reportado:"
|
|||
|
Me.lblTrimestreR.Visible = False
|
|||
|
'
|
|||
|
'lblTrimReportadoVal
|
|||
|
'
|
|||
|
Me.lblTrimReportadoVal.AutoSize = True
|
|||
|
Me.lblTrimReportadoVal.Location = New System.Drawing.Point(433, 9)
|
|||
|
Me.lblTrimReportadoVal.Name = "lblTrimReportadoVal"
|
|||
|
Me.lblTrimReportadoVal.Size = New System.Drawing.Size(0, 13)
|
|||
|
Me.lblTrimReportadoVal.TabIndex = 2
|
|||
|
Me.lblTrimReportadoVal.Visible = False
|
|||
|
'
|
|||
|
'btnGuardar
|
|||
|
'
|
|||
|
Me.btnGuardar.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|||
|
Me.btnGuardar.Location = New System.Drawing.Point(682, 491)
|
|||
|
Me.btnGuardar.Name = "btnGuardar"
|
|||
|
Me.btnGuardar.Size = New System.Drawing.Size(143, 23)
|
|||
|
Me.btnGuardar.TabIndex = 312
|
|||
|
Me.btnGuardar.Text = "Generar Modificatorio"
|
|||
|
Me.btnGuardar.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'cmdSalir
|
|||
|
'
|
|||
|
Me.cmdSalir.Location = New System.Drawing.Point(871, 491)
|
|||
|
Me.cmdSalir.Name = "cmdSalir"
|
|||
|
Me.cmdSalir.Size = New System.Drawing.Size(92, 23)
|
|||
|
Me.cmdSalir.TabIndex = 313
|
|||
|
Me.cmdSalir.Text = "Salir"
|
|||
|
Me.cmdSalir.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'frmChequeCaja_Detalle
|
|||
|
'
|
|||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
Me.ClientSize = New System.Drawing.Size(975, 525)
|
|||
|
Me.Controls.Add(Me.cmdSalir)
|
|||
|
Me.Controls.Add(Me.btnGuardar)
|
|||
|
Me.Controls.Add(Me.lblTrimReportadoVal)
|
|||
|
Me.Controls.Add(Me.lblTrimestreR)
|
|||
|
Me.Controls.Add(Me.TabControl1)
|
|||
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|||
|
Me.MaximizeBox = False
|
|||
|
Me.MinimizeBox = False
|
|||
|
Me.Name = "frmChequeCaja_Detalle"
|
|||
|
Me.Text = "Detalle cheque de caja"
|
|||
|
Me.TabControl1.ResumeLayout(False)
|
|||
|
Me.tp_operacion.ResumeLayout(False)
|
|||
|
Me.tp_operacion.PerformLayout()
|
|||
|
Me.gbCobro.ResumeLayout(False)
|
|||
|
Me.gbLiquidacionCobro.ResumeLayout(False)
|
|||
|
Me.gbLiquidacionCobro.PerformLayout()
|
|||
|
Me.gbInstEmisoraCobro.ResumeLayout(False)
|
|||
|
Me.gbInstEmisoraCobro.PerformLayout()
|
|||
|
Me.gbExpedicion.ResumeLayout(False)
|
|||
|
Me.gb_Liquidacion.ResumeLayout(False)
|
|||
|
Me.gb_Liquidacion.PerformLayout()
|
|||
|
Me.gb_Beneficiario.ResumeLayout(False)
|
|||
|
Me.gb_Beneficiario.PerformLayout()
|
|||
|
Me.tp_PersReport.ResumeLayout(False)
|
|||
|
Me.TabControl3.ResumeLayout(False)
|
|||
|
Me.TabPage3.ResumeLayout(False)
|
|||
|
Me.gbPerMoral.ResumeLayout(False)
|
|||
|
Me.gbPerMoral.PerformLayout()
|
|||
|
Me.gb_PersonaFisica.ResumeLayout(False)
|
|||
|
Me.gb_PersonaFisica.PerformLayout()
|
|||
|
Me.TabPage4.ResumeLayout(False)
|
|||
|
Me.gb_PerMoral.ResumeLayout(False)
|
|||
|
Me.gb_PerMoral.PerformLayout()
|
|||
|
Me.gb_PerFisCL.ResumeLayout(False)
|
|||
|
Me.gb_PerFisCL.PerformLayout()
|
|||
|
Me.tp_Domicilio.ResumeLayout(False)
|
|||
|
Me.gbUnificado.ResumeLayout(False)
|
|||
|
Me.gbUnificado.PerformLayout()
|
|||
|
Me.TabControl4.ResumeLayout(False)
|
|||
|
Me.TabPage5.ResumeLayout(False)
|
|||
|
Me.gbSeparado.ResumeLayout(False)
|
|||
|
Me.gbSeparado.PerformLayout()
|
|||
|
Me.TabPage6.ResumeLayout(False)
|
|||
|
Me.gbSeparadoExt.ResumeLayout(False)
|
|||
|
Me.gbSeparadoExt.PerformLayout()
|
|||
|
Me.gbUnificadoExt.ResumeLayout(False)
|
|||
|
Me.gbUnificadoExt.PerformLayout()
|
|||
|
Me.tp_Telefono.ResumeLayout(False)
|
|||
|
Me.tp_Telefono.PerformLayout()
|
|||
|
Me.ResumeLayout(False)
|
|||
|
Me.PerformLayout()
|
|||
|
|
|||
|
End Sub
|
|||
|
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
|
|||
|
Friend WithEvents tp_operacion As System.Windows.Forms.TabPage
|
|||
|
Friend WithEvents tp_PersReport As System.Windows.Forms.TabPage
|
|||
|
Friend WithEvents lblTrimestreR As System.Windows.Forms.Label
|
|||
|
Friend WithEvents lblClvOrgReg As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtEntidad As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblClvEntidad As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtClvOrgReg As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents tp_Domicilio As System.Windows.Forms.TabPage
|
|||
|
Friend WithEvents tp_Telefono As System.Windows.Forms.TabPage
|
|||
|
Friend WithEvents txtExtension As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblExtension As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtNumTelefono As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblNumTelefono As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtClavePais As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblClavePais As System.Windows.Forms.Label
|
|||
|
Friend WithEvents lblTrimReportadoVal As System.Windows.Forms.Label
|
|||
|
Friend WithEvents btnGuardar As System.Windows.Forms.Button
|
|||
|
Friend WithEvents txtFolioPrevio As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblFolioPrevio As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtMonto As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblMonto As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtMoneda As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblMoneda As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtNumCheque As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblNumCheque As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtClvSucursal As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblClvSucursal As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtFecha_Op As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblFecha_Op As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtFolCons As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblFolCons As System.Windows.Forms.Label
|
|||
|
Friend WithEvents gb_Liquidacion As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents txtMontoLiq As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblMontoLiq As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtMonedaLiq As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblMonedaLiq As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtNumCuenta As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblNumCuenta As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtMedio As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblMedio As System.Windows.Forms.Label
|
|||
|
Friend WithEvents gb_Beneficiario As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents txtNombre_Benefi As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblNombreBenefi As System.Windows.Forms.Label
|
|||
|
Friend WithEvents gbLiquidacionCobro As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents txtMontoCobro As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblMontoCobro As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtMonedaCobro As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblMonedaCobro As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtNumCuentaCobro As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblNumCuentaCobro As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtMedioCobro As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblMedioCobro As System.Windows.Forms.Label
|
|||
|
Friend WithEvents gbInstEmisoraCobro As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents txtEmisoraCobro As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|||
|
Friend WithEvents TabControl3 As System.Windows.Forms.TabControl
|
|||
|
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
|
|||
|
Friend WithEvents gbPerMoral As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents txtCorreoElectUsuMR As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCorreoELecUsuMR As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtPaisNacUsuMR As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblPaisNacUsuMR As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtRfcUsuMR As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblRfcUsuMR As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtFechaConsUsuMR As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblFechConsUsuMR As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtDenomRazonUsuMR As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblDenomRazonUsuMR As System.Windows.Forms.Label
|
|||
|
Friend WithEvents gb_PersonaFisica As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents txtCorreoElecUsuPF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCorreoElecUsuPF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtPaisNacUsuPF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblPaisNacUsuPF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtRfcUsuPF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblRfcUsuPF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtCurpUsuPF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCurpUsuPF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtFechaUsuPF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblFechNacPF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtApMatUsuPF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblApMatUsuPF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtApPatUsuPF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblApPatUsuPF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtNomUsuPF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblNombreUsuPF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
|
|||
|
Friend WithEvents gb_PerMoral As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents lblApodLegalClientPM As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtApodLegalClientPM As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents txtCorreoElecClientPM As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCorreoElecClientPM As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtGiroMercClientPM As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblGiroMercClientPM As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtPaisNacionalidadClientPM As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblPaisNacionalidadClientPM As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtRfcClientPM As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblRfcClientPM As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtFechaConstClientPM As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblFechaConstClientPM As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtDenomRazonClientPM As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblDenomRazonClientPM As System.Windows.Forms.Label
|
|||
|
Friend WithEvents gb_PerFisCL As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents txtActEconomicaClientePF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents txtCorreoElecClientePF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCorreoElecClientePF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents lblActEconomicaClientePF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtPaisNacionalidadClientePF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblPaisNacimientoClientePF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents lblPaisNacClientePF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtPaisNacimientoClientePF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents txtRfcClientePF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblRfcClientePF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtCurpClientePF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCurpClientePF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtFechaNacClientePF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblFechaNacimientoClientePF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtApMatClientePF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblApMatClientePF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtApPatClientePF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblApPatClientePF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtNomClientePF As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblNomClientePF As System.Windows.Forms.Label
|
|||
|
Friend WithEvents TabControl4 As System.Windows.Forms.TabControl
|
|||
|
Friend WithEvents TabPage5 As System.Windows.Forms.TabPage
|
|||
|
Friend WithEvents gbUnificado As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents txtCodPosNacUN As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCodPostalNacUN As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtColoniaNacUN As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblColoniaNacUN As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtCiudaPoblNacUN As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCiudadPoblNacUN As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtDomicilioNacUN As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblDomicilioNacUN As System.Windows.Forms.Label
|
|||
|
Friend WithEvents gbSeparado As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents txtNumIntNacSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblNumInteriorNacSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtNumExtNacSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblNumExtNacSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtCalleNacSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCalleNacSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtColoniaNacSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblColoniaNacSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtDelMunNacSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblDelMunNacSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtCiudadPoblNacSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCiudadPoblNacSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtCodPostNacSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCodPostNacSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtEntFedNacSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblEntFedeNacSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents TabPage6 As System.Windows.Forms.TabPage
|
|||
|
Friend WithEvents txtPaisExt As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblPaisExt As System.Windows.Forms.Label
|
|||
|
Friend WithEvents gbSeparadoExt As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents txtNumIntExtSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblNumIntExtSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtNumExtExtSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblNumExtExtSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtCalleExtSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCalleExtSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtColoniaExtSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblColoniaExtSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtCiudaPoblExtSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCiudaPoblExtSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtCodPostExtSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCodPostExtSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtEntFedExtSP As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblEntFedExtSP As System.Windows.Forms.Label
|
|||
|
Friend WithEvents gbUnificadoExt As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents txtCodPostalExtUN As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCodPostExtUN As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtColoniaExtUN As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblColoniaExtUN As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtCiudaPoblExtUN As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblCiudaPoblExtUN As System.Windows.Forms.Label
|
|||
|
Friend WithEvents txtDomicExtUN As System.Windows.Forms.TextBox
|
|||
|
Friend WithEvents lblDomiExtUN As System.Windows.Forms.Label
|
|||
|
Friend WithEvents cmdSalir As System.Windows.Forms.Button
|
|||
|
Friend WithEvents gbCobro As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents gbExpedicion As System.Windows.Forms.GroupBox
|
|||
|
Friend WithEvents txtIdTransaccion As System.Windows.Forms.TextBox
|
|||
|
End Class
|