Partial Class frmValidarIngreso Inherits System.Windows.Forms.Form 'Form reemplaza a Dispose para limpiar la lista de componentes. 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 'Requerido por el Diseñador de Windows Forms Private components As System.ComponentModel.IContainer 'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento 'Se puede modificar usando el Diseñador de Windows Forms. 'No lo modifique con el editor de código. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.txtEmpresa = New System.Windows.Forms.TextBox() Me.txtCodInversion = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.dtpFechaVencimiento = New System.Windows.Forms.DateTimePicker() Me.Label9 = New System.Windows.Forms.Label() Me.txtIngresoBrutoProgramado = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.txtISRProgramado = New System.Windows.Forms.TextBox() Me.Label11 = New System.Windows.Forms.Label() Me.txtIngresoNetoProgramado = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.txtNombreManIF = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.txtCodManIF = New System.Windows.Forms.TextBox() Me.Label14 = New System.Windows.Forms.Label() Me.txtIngresoID = New System.Windows.Forms.TextBox() Me.Label15 = New System.Windows.Forms.Label() Me.btnCancelar = New System.Windows.Forms.Button() Me.txtComentarios = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.cbxFormaDePago = New System.Windows.Forms.ComboBox() Me.FPAGBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.InversionesDataSet1 = New Inversiones.InversionesDataSet1() Me.Label16 = New System.Windows.Forms.Label() Me.cbxBanco = New System.Windows.Forms.ComboBox() Me.BAN0BindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.Label17 = New System.Windows.Forms.Label() Me.txtCapitalProgramado = New System.Windows.Forms.TextBox() Me.Label18 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.txtIngresoLiquidoProgramado = New System.Windows.Forms.TextBox() Me.Label21 = New System.Windows.Forms.Label() Me.txtIngresoLiquidoRecibido = New System.Windows.Forms.TextBox() Me.txtCapitalRecibido = New System.Windows.Forms.TextBox() Me.txtIngresoNetoRecibido = New System.Windows.Forms.TextBox() Me.txtISRRecibido = New System.Windows.Forms.TextBox() Me.txtIngresoBrutoRecibido = New System.Windows.Forms.TextBox() Me.Label20 = New System.Windows.Forms.Label() Me.txtEntidadPagadora = New System.Windows.Forms.TextBox() Me.cbxCuentaBanco = New System.Windows.Forms.ComboBox() Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider(Me.components) Me.FPAGTableAdapter = New Inversiones.InversionesDataSet1TableAdapters.FPAGTableAdapter() Me.BAN0TableAdapter = New Inversiones.InversionesDataSet1TableAdapters.BAN0TableAdapter() Me.btnRegistrarIngreso = New System.Windows.Forms.Button() Me.btnValidarIngreso = New System.Windows.Forms.Button() Me.btnConciliarIngreso = New System.Windows.Forms.Button() Me.lblCopiarCapital = New System.Windows.Forms.Label() Me.lblCopiarIngresoBruto = New System.Windows.Forms.Label() Me.lblCopiarISR = New System.Windows.Forms.Label() Me.lblCopiarIngresoNeto = New System.Windows.Forms.Label() Me.lblCopiarLiquido = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.txtVariacionIngresoLiquido = New System.Windows.Forms.TextBox() Me.txtVariacionCapital = New System.Windows.Forms.TextBox() Me.txtVariacionIngresoNeto = New System.Windows.Forms.TextBox() Me.txtVariacionISR = New System.Windows.Forms.TextBox() Me.txtVariacionIngresoBruto = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.dtpFechaIngreso = New System.Windows.Forms.DateTimePicker() CType(Me.FPAGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BAN0BindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Trebuchet MS", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(10, 10) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(156, 22) Me.Label1.TabIndex = 0 Me.Label1.Text = "Registro de Ingreso" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(20, 60) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(48, 13) Me.Label2.TabIndex = 0 Me.Label2.Text = "Empresa" ' 'txtEmpresa ' Me.txtEmpresa.Location = New System.Drawing.Point(139, 57) Me.txtEmpresa.Name = "txtEmpresa" Me.txtEmpresa.ReadOnly = True Me.txtEmpresa.Size = New System.Drawing.Size(133, 20) Me.txtEmpresa.TabIndex = 1000 ' 'txtCodInversion ' Me.txtCodInversion.Location = New System.Drawing.Point(411, 53) Me.txtCodInversion.Name = "txtCodInversion" Me.txtCodInversion.ReadOnly = True Me.txtCodInversion.Size = New System.Drawing.Size(133, 20) Me.txtCodInversion.TabIndex = 1000 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(330, 57) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(75, 13) Me.Label4.TabIndex = 0 Me.Label4.Text = "Cod. Inversión" ' 'dtpFechaVencimiento ' Me.dtpFechaVencimiento.Enabled = False Me.dtpFechaVencimiento.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaVencimiento.Location = New System.Drawing.Point(139, 123) Me.dtpFechaVencimiento.Name = "dtpFechaVencimiento" Me.dtpFechaVencimiento.Size = New System.Drawing.Size(133, 20) Me.dtpFechaVencimiento.TabIndex = 1000 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(20, 127) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(68, 13) Me.Label9.TabIndex = 0 Me.Label9.Text = "Fecha Venc." ' 'txtIngresoBrutoProgramado ' Me.txtIngresoBrutoProgramado.Location = New System.Drawing.Point(105, 298) Me.txtIngresoBrutoProgramado.Name = "txtIngresoBrutoProgramado" Me.txtIngresoBrutoProgramado.ReadOnly = True Me.txtIngresoBrutoProgramado.Size = New System.Drawing.Size(133, 20) Me.txtIngresoBrutoProgramado.TabIndex = 1000 Me.txtIngresoBrutoProgramado.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(20, 302) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(70, 13) Me.Label10.TabIndex = 0 Me.Label10.Text = "Ingreso Bruto" ' 'txtISRProgramado ' Me.txtISRProgramado.Location = New System.Drawing.Point(105, 320) Me.txtISRProgramado.Name = "txtISRProgramado" Me.txtISRProgramado.ReadOnly = True Me.txtISRProgramado.Size = New System.Drawing.Size(133, 20) Me.txtISRProgramado.TabIndex = 1000 Me.txtISRProgramado.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(20, 324) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(25, 13) Me.Label11.TabIndex = 0 Me.Label11.Text = "ISR" ' 'txtIngresoNetoProgramado ' Me.txtIngresoNetoProgramado.Location = New System.Drawing.Point(105, 342) Me.txtIngresoNetoProgramado.Name = "txtIngresoNetoProgramado" Me.txtIngresoNetoProgramado.ReadOnly = True Me.txtIngresoNetoProgramado.Size = New System.Drawing.Size(133, 20) Me.txtIngresoNetoProgramado.TabIndex = 1000 Me.txtIngresoNetoProgramado.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(20, 346) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(68, 13) Me.Label12.TabIndex = 0 Me.Label12.Text = "Ingreso Neto" ' 'txtNombreManIF ' Me.txtNombreManIF.Location = New System.Drawing.Point(139, 79) Me.txtNombreManIF.Name = "txtNombreManIF" Me.txtNombreManIF.ReadOnly = True Me.txtNombreManIF.Size = New System.Drawing.Size(133, 20) Me.txtNombreManIF.TabIndex = 1000 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(20, 83) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(44, 13) Me.Label13.TabIndex = 0 Me.Label13.Text = "Nombre" ' 'txtCodManIF ' Me.txtCodManIF.Location = New System.Drawing.Point(411, 75) Me.txtCodManIF.Name = "txtCodManIF" Me.txtCodManIF.ReadOnly = True Me.txtCodManIF.Size = New System.Drawing.Size(133, 20) Me.txtCodManIF.TabIndex = 1000 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(330, 79) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(40, 13) Me.Label14.TabIndex = 0 Me.Label14.Text = "Código" ' 'txtIngresoID ' Me.txtIngresoID.Location = New System.Drawing.Point(139, 101) Me.txtIngresoID.Name = "txtIngresoID" Me.txtIngresoID.ReadOnly = True Me.txtIngresoID.Size = New System.Drawing.Size(133, 20) Me.txtIngresoID.TabIndex = 1000 ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Location = New System.Drawing.Point(20, 105) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(70, 13) Me.Label15.TabIndex = 0 Me.Label15.Text = "Num. Ingreso" ' 'btnCancelar ' Me.btnCancelar.BackColor = System.Drawing.Color.Gray Me.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel Me.btnCancelar.FlatAppearance.BorderSize = 0 Me.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnCancelar.ForeColor = System.Drawing.Color.White Me.btnCancelar.Location = New System.Drawing.Point(189, 515) Me.btnCancelar.Name = "btnCancelar" Me.btnCancelar.Size = New System.Drawing.Size(163, 33) Me.btnCancelar.TabIndex = 179 Me.btnCancelar.Text = "Cancelar" Me.btnCancelar.UseVisualStyleBackColor = False ' 'txtComentarios ' Me.txtComentarios.Location = New System.Drawing.Point(20, 412) Me.txtComentarios.Multiline = True Me.txtComentarios.Name = "txtComentarios" Me.txtComentarios.Size = New System.Drawing.Size(524, 77) Me.txtComentarios.TabIndex = 9 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(20, 393) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(65, 13) Me.Label6.TabIndex = 0 Me.Label6.Text = "Comentarios" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(20, 149) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(92, 13) Me.Label7.TabIndex = 0 Me.Label7.Text = "Entidad Pagadora" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(20, 171) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(79, 13) Me.Label8.TabIndex = 0 Me.Label8.Text = "Forma de Pago" ' 'cbxFormaDePago ' Me.cbxFormaDePago.DataSource = Me.FPAGBindingSource Me.cbxFormaDePago.DisplayMember = "Nombre" Me.cbxFormaDePago.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxFormaDePago.FormattingEnabled = True Me.cbxFormaDePago.Location = New System.Drawing.Point(139, 167) Me.cbxFormaDePago.Name = "cbxFormaDePago" Me.cbxFormaDePago.Size = New System.Drawing.Size(133, 21) Me.cbxFormaDePago.TabIndex = 1 Me.cbxFormaDePago.ValueMember = "Codigo" ' 'FPAGBindingSource ' Me.FPAGBindingSource.DataMember = "FPAG" Me.FPAGBindingSource.DataSource = Me.InversionesDataSet1 ' 'InversionesDataSet1 ' Me.InversionesDataSet1.DataSetName = "InversionesDataSet1" Me.InversionesDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Location = New System.Drawing.Point(20, 193) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(38, 13) Me.Label16.TabIndex = 0 Me.Label16.Text = "Banco" ' 'cbxBanco ' Me.cbxBanco.DataSource = Me.BAN0BindingSource Me.cbxBanco.DisplayMember = "NombreBanco" Me.cbxBanco.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxBanco.FormattingEnabled = True Me.cbxBanco.Location = New System.Drawing.Point(139, 189) Me.cbxBanco.Name = "cbxBanco" Me.cbxBanco.Size = New System.Drawing.Size(133, 21) Me.cbxBanco.TabIndex = 2 Me.cbxBanco.ValueMember = "CodBanco" ' 'BAN0BindingSource ' Me.BAN0BindingSource.DataMember = "BAN0" Me.BAN0BindingSource.DataSource = Me.InversionesDataSet1 ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Location = New System.Drawing.Point(20, 215) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(61, 13) Me.Label17.TabIndex = 0 Me.Label17.Text = "No. Cuenta" ' 'txtCapitalProgramado ' Me.txtCapitalProgramado.Location = New System.Drawing.Point(105, 276) Me.txtCapitalProgramado.Name = "txtCapitalProgramado" Me.txtCapitalProgramado.ReadOnly = True Me.txtCapitalProgramado.Size = New System.Drawing.Size(133, 20) Me.txtCapitalProgramado.TabIndex = 1000 Me.txtCapitalProgramado.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Location = New System.Drawing.Point(20, 280) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(39, 13) Me.Label18.TabIndex = 0 Me.Label18.Text = "Capital" ' 'Label19 ' Me.Label19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label19.Location = New System.Drawing.Point(105, 253) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(133, 20) Me.Label19.TabIndex = 0 Me.Label19.Text = "Ingreso programado" Me.Label19.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'txtIngresoLiquidoProgramado ' Me.txtIngresoLiquidoProgramado.Location = New System.Drawing.Point(105, 364) Me.txtIngresoLiquidoProgramado.Name = "txtIngresoLiquidoProgramado" Me.txtIngresoLiquidoProgramado.ReadOnly = True Me.txtIngresoLiquidoProgramado.Size = New System.Drawing.Size(133, 20) Me.txtIngresoLiquidoProgramado.TabIndex = 1000 Me.txtIngresoLiquidoProgramado.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Location = New System.Drawing.Point(20, 368) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(41, 13) Me.Label21.TabIndex = 0 Me.Label21.Text = "Liquido" ' 'txtIngresoLiquidoRecibido ' Me.txtIngresoLiquidoRecibido.Location = New System.Drawing.Point(267, 364) Me.txtIngresoLiquidoRecibido.Name = "txtIngresoLiquidoRecibido" Me.txtIngresoLiquidoRecibido.Size = New System.Drawing.Size(133, 20) Me.txtIngresoLiquidoRecibido.TabIndex = 8 Me.txtIngresoLiquidoRecibido.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtCapitalRecibido ' Me.txtCapitalRecibido.Location = New System.Drawing.Point(267, 276) Me.txtCapitalRecibido.Name = "txtCapitalRecibido" Me.txtCapitalRecibido.Size = New System.Drawing.Size(133, 20) Me.txtCapitalRecibido.TabIndex = 4 Me.txtCapitalRecibido.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtIngresoNetoRecibido ' Me.txtIngresoNetoRecibido.Location = New System.Drawing.Point(267, 342) Me.txtIngresoNetoRecibido.Name = "txtIngresoNetoRecibido" Me.txtIngresoNetoRecibido.Size = New System.Drawing.Size(133, 20) Me.txtIngresoNetoRecibido.TabIndex = 7 Me.txtIngresoNetoRecibido.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtISRRecibido ' Me.txtISRRecibido.Location = New System.Drawing.Point(267, 320) Me.txtISRRecibido.Name = "txtISRRecibido" Me.txtISRRecibido.Size = New System.Drawing.Size(133, 20) Me.txtISRRecibido.TabIndex = 6 Me.txtISRRecibido.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtIngresoBrutoRecibido ' Me.txtIngresoBrutoRecibido.Location = New System.Drawing.Point(267, 298) Me.txtIngresoBrutoRecibido.Name = "txtIngresoBrutoRecibido" Me.txtIngresoBrutoRecibido.Size = New System.Drawing.Size(133, 20) Me.txtIngresoBrutoRecibido.TabIndex = 5 Me.txtIngresoBrutoRecibido.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label20 ' Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label20.Location = New System.Drawing.Point(267, 253) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(133, 20) Me.Label20.TabIndex = 201 Me.Label20.Text = "Ingreso recibido" Me.Label20.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'txtEntidadPagadora ' Me.txtEntidadPagadora.Location = New System.Drawing.Point(139, 145) Me.txtEntidadPagadora.Name = "txtEntidadPagadora" Me.txtEntidadPagadora.ReadOnly = True Me.txtEntidadPagadora.Size = New System.Drawing.Size(133, 20) Me.txtEntidadPagadora.TabIndex = 1000 ' 'cbxCuentaBanco ' Me.cbxCuentaBanco.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cbxCuentaBanco.FormattingEnabled = True Me.cbxCuentaBanco.Location = New System.Drawing.Point(139, 212) Me.cbxCuentaBanco.Name = "cbxCuentaBanco" Me.cbxCuentaBanco.Size = New System.Drawing.Size(133, 21) Me.cbxCuentaBanco.TabIndex = 3 ' 'ErrorProvider1 ' Me.ErrorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink Me.ErrorProvider1.ContainerControl = Me ' 'FPAGTableAdapter ' Me.FPAGTableAdapter.ClearBeforeFill = True ' 'BAN0TableAdapter ' Me.BAN0TableAdapter.ClearBeforeFill = True ' 'btnRegistrarIngreso ' Me.btnRegistrarIngreso.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer)) Me.btnRegistrarIngreso.FlatAppearance.BorderSize = 0 Me.btnRegistrarIngreso.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnRegistrarIngreso.ForeColor = System.Drawing.Color.White Me.btnRegistrarIngreso.Location = New System.Drawing.Point(381, 132) Me.btnRegistrarIngreso.Name = "btnRegistrarIngreso" Me.btnRegistrarIngreso.Size = New System.Drawing.Size(163, 33) Me.btnRegistrarIngreso.TabIndex = 1001 Me.btnRegistrarIngreso.Text = "Registrar Ingreso" Me.btnRegistrarIngreso.UseVisualStyleBackColor = False ' 'btnValidarIngreso ' Me.btnValidarIngreso.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer)) Me.btnValidarIngreso.FlatAppearance.BorderSize = 0 Me.btnValidarIngreso.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnValidarIngreso.ForeColor = System.Drawing.Color.White Me.btnValidarIngreso.Location = New System.Drawing.Point(381, 171) Me.btnValidarIngreso.Name = "btnValidarIngreso" Me.btnValidarIngreso.Size = New System.Drawing.Size(163, 33) Me.btnValidarIngreso.TabIndex = 1002 Me.btnValidarIngreso.Text = "Validar" Me.btnValidarIngreso.UseVisualStyleBackColor = False ' 'btnConciliarIngreso ' Me.btnConciliarIngreso.BackColor = System.Drawing.Color.FromArgb(CType(CType(21, Byte), Integer), CType(CType(81, Byte), Integer), CType(CType(118, Byte), Integer)) Me.btnConciliarIngreso.FlatAppearance.BorderSize = 0 Me.btnConciliarIngreso.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnConciliarIngreso.ForeColor = System.Drawing.Color.White Me.btnConciliarIngreso.Location = New System.Drawing.Point(381, 210) Me.btnConciliarIngreso.Name = "btnConciliarIngreso" Me.btnConciliarIngreso.Size = New System.Drawing.Size(163, 33) Me.btnConciliarIngreso.TabIndex = 1003 Me.btnConciliarIngreso.Text = "Conciliar" Me.btnConciliarIngreso.UseVisualStyleBackColor = False ' 'lblCopiarCapital ' Me.lblCopiarCapital.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCopiarCapital.Location = New System.Drawing.Point(241, 276) Me.lblCopiarCapital.Name = "lblCopiarCapital" Me.lblCopiarCapital.Size = New System.Drawing.Size(24, 20) Me.lblCopiarCapital.TabIndex = 1005 Me.lblCopiarCapital.Text = ">>" Me.lblCopiarCapital.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblCopiarIngresoBruto ' Me.lblCopiarIngresoBruto.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCopiarIngresoBruto.Location = New System.Drawing.Point(241, 298) Me.lblCopiarIngresoBruto.Name = "lblCopiarIngresoBruto" Me.lblCopiarIngresoBruto.Size = New System.Drawing.Size(24, 20) Me.lblCopiarIngresoBruto.TabIndex = 1006 Me.lblCopiarIngresoBruto.Text = ">>" Me.lblCopiarIngresoBruto.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblCopiarISR ' Me.lblCopiarISR.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCopiarISR.Location = New System.Drawing.Point(241, 320) Me.lblCopiarISR.Name = "lblCopiarISR" Me.lblCopiarISR.Size = New System.Drawing.Size(24, 20) Me.lblCopiarISR.TabIndex = 1007 Me.lblCopiarISR.Text = ">>" Me.lblCopiarISR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblCopiarIngresoNeto ' Me.lblCopiarIngresoNeto.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCopiarIngresoNeto.Location = New System.Drawing.Point(241, 342) Me.lblCopiarIngresoNeto.Name = "lblCopiarIngresoNeto" Me.lblCopiarIngresoNeto.Size = New System.Drawing.Size(24, 20) Me.lblCopiarIngresoNeto.TabIndex = 1008 Me.lblCopiarIngresoNeto.Text = ">>" Me.lblCopiarIngresoNeto.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblCopiarLiquido ' Me.lblCopiarLiquido.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCopiarLiquido.Location = New System.Drawing.Point(241, 364) Me.lblCopiarLiquido.Name = "lblCopiarLiquido" Me.lblCopiarLiquido.Size = New System.Drawing.Size(24, 20) Me.lblCopiarLiquido.TabIndex = 1009 Me.lblCopiarLiquido.Text = ">>" Me.lblCopiarLiquido.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label3 ' Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(411, 253) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(133, 20) Me.Label3.TabIndex = 1015 Me.Label3.Text = "Variaciones" Me.Label3.TextAlign = System.Drawing.ContentAlignment.TopCenter ' 'txtVariacionIngresoLiquido ' Me.txtVariacionIngresoLiquido.Location = New System.Drawing.Point(411, 364) Me.txtVariacionIngresoLiquido.Name = "txtVariacionIngresoLiquido" Me.txtVariacionIngresoLiquido.ReadOnly = True Me.txtVariacionIngresoLiquido.Size = New System.Drawing.Size(133, 20) Me.txtVariacionIngresoLiquido.TabIndex = 1014 Me.txtVariacionIngresoLiquido.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtVariacionCapital ' Me.txtVariacionCapital.Location = New System.Drawing.Point(411, 276) Me.txtVariacionCapital.Name = "txtVariacionCapital" Me.txtVariacionCapital.ReadOnly = True Me.txtVariacionCapital.Size = New System.Drawing.Size(133, 20) Me.txtVariacionCapital.TabIndex = 1010 Me.txtVariacionCapital.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtVariacionIngresoNeto ' Me.txtVariacionIngresoNeto.Location = New System.Drawing.Point(411, 342) Me.txtVariacionIngresoNeto.Name = "txtVariacionIngresoNeto" Me.txtVariacionIngresoNeto.ReadOnly = True Me.txtVariacionIngresoNeto.Size = New System.Drawing.Size(133, 20) Me.txtVariacionIngresoNeto.TabIndex = 1013 Me.txtVariacionIngresoNeto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtVariacionISR ' Me.txtVariacionISR.Location = New System.Drawing.Point(411, 320) Me.txtVariacionISR.Name = "txtVariacionISR" Me.txtVariacionISR.ReadOnly = True Me.txtVariacionISR.Size = New System.Drawing.Size(133, 20) Me.txtVariacionISR.TabIndex = 1012 Me.txtVariacionISR.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'txtVariacionIngresoBruto ' Me.txtVariacionIngresoBruto.Location = New System.Drawing.Point(411, 298) Me.txtVariacionIngresoBruto.Name = "txtVariacionIngresoBruto" Me.txtVariacionIngresoBruto.ReadOnly = True Me.txtVariacionIngresoBruto.Size = New System.Drawing.Size(133, 20) Me.txtVariacionIngresoBruto.TabIndex = 1011 Me.txtVariacionIngresoBruto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(330, 101) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(75, 13) Me.Label5.TabIndex = 1016 Me.Label5.Text = "Fecha Ingreso" ' 'dtpFechaIngreso ' Me.dtpFechaIngreso.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaIngreso.Location = New System.Drawing.Point(411, 97) Me.dtpFechaIngreso.Name = "dtpFechaIngreso" Me.dtpFechaIngreso.Size = New System.Drawing.Size(133, 20) Me.dtpFechaIngreso.TabIndex = 1017 ' 'frmValidarIngreso ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.btnCancelar Me.ClientSize = New System.Drawing.Size(564, 561) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.dtpFechaIngreso) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.txtVariacionIngresoLiquido) Me.Controls.Add(Me.txtVariacionCapital) Me.Controls.Add(Me.txtVariacionIngresoNeto) Me.Controls.Add(Me.txtVariacionISR) Me.Controls.Add(Me.txtVariacionIngresoBruto) Me.Controls.Add(Me.lblCopiarLiquido) Me.Controls.Add(Me.lblCopiarIngresoNeto) Me.Controls.Add(Me.lblCopiarISR) Me.Controls.Add(Me.lblCopiarIngresoBruto) Me.Controls.Add(Me.lblCopiarCapital) Me.Controls.Add(Me.btnConciliarIngreso) Me.Controls.Add(Me.btnValidarIngreso) Me.Controls.Add(Me.btnRegistrarIngreso) Me.Controls.Add(Me.cbxCuentaBanco) Me.Controls.Add(Me.txtEntidadPagadora) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.txtIngresoLiquidoRecibido) Me.Controls.Add(Me.txtCapitalRecibido) Me.Controls.Add(Me.txtIngresoNetoRecibido) Me.Controls.Add(Me.txtISRRecibido) Me.Controls.Add(Me.txtIngresoBrutoRecibido) Me.Controls.Add(Me.txtIngresoLiquidoProgramado) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.txtCapitalProgramado) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.Label17) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.cbxBanco) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.cbxFormaDePago) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.txtComentarios) Me.Controls.Add(Me.btnCancelar) Me.Controls.Add(Me.txtIngresoID) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.txtCodManIF) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.txtNombreManIF) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.txtIngresoNetoProgramado) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.txtISRProgramado) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.txtIngresoBrutoProgramado) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.dtpFechaVencimiento) Me.Controls.Add(Me.txtCodInversion) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.txtEmpresa) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Name = "frmValidarIngreso" Me.Padding = New System.Windows.Forms.Padding(10) Me.Text = "Validar Ingreso" CType(Me.FPAGBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.InversionesDataSet1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BAN0BindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents txtEmpresa As TextBox Friend WithEvents txtCodInversion As TextBox Friend WithEvents Label4 As Label Friend WithEvents dtpFechaVencimiento As DateTimePicker Friend WithEvents Label9 As Label Friend WithEvents txtIngresoBrutoProgramado As TextBox Friend WithEvents Label10 As Label Friend WithEvents txtISRProgramado As TextBox Friend WithEvents Label11 As Label Friend WithEvents txtIngresoNetoProgramado As TextBox Friend WithEvents Label12 As Label Friend WithEvents txtNombreManIF As TextBox Friend WithEvents Label13 As Label Friend WithEvents txtCodManIF As TextBox Friend WithEvents Label14 As Label Friend WithEvents txtIngresoID As TextBox Friend WithEvents Label15 As Label Friend WithEvents btnCancelar As Button Friend WithEvents txtComentarios As TextBox Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents cbxFormaDePago As ComboBox Friend WithEvents Label16 As Label Friend WithEvents cbxBanco As ComboBox Friend WithEvents Label17 As Label Friend WithEvents txtCapitalProgramado As TextBox Friend WithEvents Label18 As Label Friend WithEvents Label19 As Label Friend WithEvents txtIngresoLiquidoProgramado As TextBox Friend WithEvents Label21 As Label Friend WithEvents txtIngresoLiquidoRecibido As TextBox Friend WithEvents txtCapitalRecibido As TextBox Friend WithEvents txtIngresoNetoRecibido As TextBox Friend WithEvents txtISRRecibido As TextBox Friend WithEvents txtIngresoBrutoRecibido As TextBox Friend WithEvents Label20 As Label Friend WithEvents txtEntidadPagadora As TextBox Friend WithEvents cbxCuentaBanco As ComboBox Friend WithEvents ErrorProvider1 As ErrorProvider Friend WithEvents InversionesDataSet1 As InversionesDataSet1 Friend WithEvents FPAGBindingSource As BindingSource Friend WithEvents FPAGTableAdapter As InversionesDataSet1TableAdapters.FPAGTableAdapter Friend WithEvents BAN0BindingSource As BindingSource Friend WithEvents BAN0TableAdapter As InversionesDataSet1TableAdapters.BAN0TableAdapter Friend WithEvents btnConciliarIngreso As Button Friend WithEvents btnValidarIngreso As Button Friend WithEvents btnRegistrarIngreso As Button Friend WithEvents lblCopiarCapital As Label Friend WithEvents lblCopiarLiquido As Label Friend WithEvents lblCopiarIngresoNeto As Label Friend WithEvents lblCopiarISR As Label Friend WithEvents lblCopiarIngresoBruto As Label Friend WithEvents Label3 As Label Friend WithEvents txtVariacionIngresoLiquido As TextBox Friend WithEvents txtVariacionCapital As TextBox Friend WithEvents txtVariacionIngresoNeto As TextBox Friend WithEvents txtVariacionISR As TextBox Friend WithEvents txtVariacionIngresoBruto As TextBox Friend WithEvents Label5 As Label Friend WithEvents dtpFechaIngreso As DateTimePicker End Class