Partial Class frmIngresosConsulta 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() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.dgvIngresos = New System.Windows.Forms.DataGridView() Me.dtpDesde = New System.Windows.Forms.DateTimePicker() Me.dtpHasta = New System.Windows.Forms.DateTimePicker() Me.lstEmpresas = New System.Windows.Forms.CheckedListBox() Me.chkSoloPendientes = New System.Windows.Forms.CheckBox() Me.Label1 = New System.Windows.Forms.Label() Me.chkDesde = New System.Windows.Forms.CheckBox() Me.chkHasta = New System.Windows.Forms.CheckBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.btnActualizarPorEmpresa = New System.Windows.Forms.Button() Me.btnLimpiarEmpresas = New System.Windows.Forms.Button() Me.btnSeleccionarTodasEmpresas = New System.Windows.Forms.Button() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.btnActualizarPorInstrumentos = New System.Windows.Forms.Button() Me.btnLimpiarInstrumentos = New System.Windows.Forms.Button() Me.btnSeleccionarTodosInstrumentos = New System.Windows.Forms.Button() Me.lstInstrumentos = New System.Windows.Forms.CheckedListBox() Me.CodInv = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.CodEmpr = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Empresa = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.CodIF = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Instrumento = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Fecha = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.IngresoNeto = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.IngresoID = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.CodEstado = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.CodEmis = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Emisor = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.NombreManIF = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.CodManIF = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.NumManInv = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Contab = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Estado = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Registrado = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Validado = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Conciliado = New System.Windows.Forms.DataGridViewTextBoxColumn() CType(Me.dgvIngresos, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'dgvIngresos ' Me.dgvIngresos.AllowUserToAddRows = False Me.dgvIngresos.AllowUserToDeleteRows = False Me.dgvIngresos.AllowUserToOrderColumns = True Me.dgvIngresos.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgvIngresos.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6 Me.dgvIngresos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvIngresos.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.CodInv, Me.CodEmpr, Me.Empresa, Me.CodIF, Me.Instrumento, Me.Fecha, Me.IngresoNeto, Me.IngresoID, Me.CodEstado, Me.CodEmis, Me.Emisor, Me.NombreManIF, Me.CodManIF, Me.NumManInv, Me.Contab, Me.Estado, Me.Registrado, Me.Validado, Me.Conciliado}) DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgvIngresos.DefaultCellStyle = DataGridViewCellStyle9 Me.dgvIngresos.Location = New System.Drawing.Point(12, 55) Me.dgvIngresos.Name = "dgvIngresos" Me.dgvIngresos.ReadOnly = True DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgvIngresos.RowHeadersDefaultCellStyle = DataGridViewCellStyle10 Me.dgvIngresos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvIngresos.Size = New System.Drawing.Size(541, 451) Me.dgvIngresos.TabIndex = 0 ' 'dtpDesde ' Me.dtpDesde.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpDesde.Location = New System.Drawing.Point(76, 16) Me.dtpDesde.Name = "dtpDesde" Me.dtpDesde.Size = New System.Drawing.Size(113, 20) Me.dtpDesde.TabIndex = 1 ' 'dtpHasta ' Me.dtpHasta.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpHasta.Location = New System.Drawing.Point(76, 39) Me.dtpHasta.Name = "dtpHasta" Me.dtpHasta.Size = New System.Drawing.Size(113, 20) Me.dtpHasta.TabIndex = 2 ' 'lstEmpresas ' Me.lstEmpresas.FormattingEnabled = True Me.lstEmpresas.Location = New System.Drawing.Point(4, 20) Me.lstEmpresas.Name = "lstEmpresas" Me.lstEmpresas.Size = New System.Drawing.Size(234, 109) Me.lstEmpresas.TabIndex = 4 ' 'chkSoloPendientes ' Me.chkSoloPendientes.AutoSize = True Me.chkSoloPendientes.Checked = True Me.chkSoloPendientes.CheckState = System.Windows.Forms.CheckState.Checked Me.chkSoloPendientes.Location = New System.Drawing.Point(13, 64) Me.chkSoloPendientes.Name = "chkSoloPendientes" Me.chkSoloPendientes.Size = New System.Drawing.Size(103, 17) Me.chkSoloPendientes.TabIndex = 5 Me.chkSoloPendientes.Text = "Solo Pendientes" Me.chkSoloPendientes.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(47, 13) Me.Label1.TabIndex = 6 Me.Label1.Text = "Ingresos" ' 'chkDesde ' Me.chkDesde.AutoSize = True Me.chkDesde.Checked = True Me.chkDesde.CheckState = System.Windows.Forms.CheckState.Checked Me.chkDesde.Location = New System.Drawing.Point(13, 18) Me.chkDesde.Name = "chkDesde" Me.chkDesde.Size = New System.Drawing.Size(57, 17) Me.chkDesde.TabIndex = 10 Me.chkDesde.Text = "Desde" Me.chkDesde.UseVisualStyleBackColor = True ' 'chkHasta ' Me.chkHasta.AutoSize = True Me.chkHasta.Checked = True Me.chkHasta.CheckState = System.Windows.Forms.CheckState.Checked Me.chkHasta.Location = New System.Drawing.Point(13, 41) Me.chkHasta.Name = "chkHasta" Me.chkHasta.Size = New System.Drawing.Size(54, 17) Me.chkHasta.TabIndex = 11 Me.chkHasta.Text = "Hasta" Me.chkHasta.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Panel1.Controls.Add(Me.GroupBox2) Me.Panel1.Controls.Add(Me.GroupBox1) Me.Panel1.Controls.Add(Me.chkDesde) Me.Panel1.Controls.Add(Me.chkHasta) Me.Panel1.Controls.Add(Me.dtpDesde) Me.Panel1.Controls.Add(Me.dtpHasta) Me.Panel1.Controls.Add(Me.chkSoloPendientes) Me.Panel1.Location = New System.Drawing.Point(573, 55) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(250, 477) Me.Panel1.TabIndex = 12 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.btnActualizarPorEmpresa) Me.GroupBox2.Controls.Add(Me.btnLimpiarEmpresas) Me.GroupBox2.Controls.Add(Me.btnSeleccionarTodasEmpresas) Me.GroupBox2.Controls.Add(Me.lstEmpresas) Me.GroupBox2.Location = New System.Drawing.Point(4, 87) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(242, 170) Me.GroupBox2.TabIndex = 13 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Empresa" ' 'btnActualizarPorEmpresa ' Me.btnActualizarPorEmpresa.Location = New System.Drawing.Point(161, 140) Me.btnActualizarPorEmpresa.Name = "btnActualizarPorEmpresa" Me.btnActualizarPorEmpresa.Size = New System.Drawing.Size(75, 23) Me.btnActualizarPorEmpresa.TabIndex = 7 Me.btnActualizarPorEmpresa.Text = "Actualizar" Me.btnActualizarPorEmpresa.UseVisualStyleBackColor = True ' 'btnLimpiarEmpresas ' Me.btnLimpiarEmpresas.Location = New System.Drawing.Point(80, 140) Me.btnLimpiarEmpresas.Name = "btnLimpiarEmpresas" Me.btnLimpiarEmpresas.Size = New System.Drawing.Size(75, 23) Me.btnLimpiarEmpresas.TabIndex = 6 Me.btnLimpiarEmpresas.Text = "Limpiar" Me.btnLimpiarEmpresas.UseVisualStyleBackColor = True ' 'btnSeleccionarTodasEmpresas ' Me.btnSeleccionarTodasEmpresas.Location = New System.Drawing.Point(4, 140) Me.btnSeleccionarTodasEmpresas.Name = "btnSeleccionarTodasEmpresas" Me.btnSeleccionarTodasEmpresas.Size = New System.Drawing.Size(75, 23) Me.btnSeleccionarTodasEmpresas.TabIndex = 5 Me.btnSeleccionarTodasEmpresas.Text = "Sel. Todo" Me.btnSeleccionarTodasEmpresas.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.btnActualizarPorInstrumentos) Me.GroupBox1.Controls.Add(Me.btnLimpiarInstrumentos) Me.GroupBox1.Controls.Add(Me.btnSeleccionarTodosInstrumentos) Me.GroupBox1.Controls.Add(Me.lstInstrumentos) Me.GroupBox1.Location = New System.Drawing.Point(4, 281) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(242, 170) Me.GroupBox1.TabIndex = 13 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Instrumento" ' 'btnActualizarPorInstrumentos ' Me.btnActualizarPorInstrumentos.Location = New System.Drawing.Point(161, 140) Me.btnActualizarPorInstrumentos.Name = "btnActualizarPorInstrumentos" Me.btnActualizarPorInstrumentos.Size = New System.Drawing.Size(75, 23) Me.btnActualizarPorInstrumentos.TabIndex = 15 Me.btnActualizarPorInstrumentos.Text = "Actualizar" Me.btnActualizarPorInstrumentos.UseVisualStyleBackColor = True ' 'btnLimpiarInstrumentos ' Me.btnLimpiarInstrumentos.Location = New System.Drawing.Point(80, 140) Me.btnLimpiarInstrumentos.Name = "btnLimpiarInstrumentos" Me.btnLimpiarInstrumentos.Size = New System.Drawing.Size(75, 23) Me.btnLimpiarInstrumentos.TabIndex = 14 Me.btnLimpiarInstrumentos.Text = "Limpiar" Me.btnLimpiarInstrumentos.UseVisualStyleBackColor = True ' 'btnSeleccionarTodosInstrumentos ' Me.btnSeleccionarTodosInstrumentos.Location = New System.Drawing.Point(4, 140) Me.btnSeleccionarTodosInstrumentos.Name = "btnSeleccionarTodosInstrumentos" Me.btnSeleccionarTodosInstrumentos.Size = New System.Drawing.Size(75, 23) Me.btnSeleccionarTodosInstrumentos.TabIndex = 13 Me.btnSeleccionarTodosInstrumentos.Text = "Sel. Todo" Me.btnSeleccionarTodosInstrumentos.UseVisualStyleBackColor = True ' 'lstInstrumentos ' Me.lstInstrumentos.FormattingEnabled = True Me.lstInstrumentos.Location = New System.Drawing.Point(4, 20) Me.lstInstrumentos.Name = "lstInstrumentos" Me.lstInstrumentos.Size = New System.Drawing.Size(234, 109) Me.lstInstrumentos.TabIndex = 12 ' 'CodInv ' Me.CodInv.DataPropertyName = "CodInv" Me.CodInv.HeaderText = "Cod. Interno" Me.CodInv.Name = "CodInv" Me.CodInv.ReadOnly = True ' 'CodEmpr ' Me.CodEmpr.DataPropertyName = "CodEmpr" Me.CodEmpr.HeaderText = "CodEmpr" Me.CodEmpr.Name = "CodEmpr" Me.CodEmpr.ReadOnly = True Me.CodEmpr.Visible = False ' 'Empresa ' Me.Empresa.DataPropertyName = "Empresa" Me.Empresa.HeaderText = "Empresa" Me.Empresa.Name = "Empresa" Me.Empresa.ReadOnly = True ' 'CodIF ' Me.CodIF.DataPropertyName = "CodIF" Me.CodIF.HeaderText = "CodIF" Me.CodIF.Name = "CodIF" Me.CodIF.ReadOnly = True Me.CodIF.Visible = False ' 'Instrumento ' Me.Instrumento.DataPropertyName = "Instrumento" Me.Instrumento.HeaderText = "Instrumento" Me.Instrumento.Name = "Instrumento" Me.Instrumento.ReadOnly = True Me.Instrumento.Width = 150 ' 'Fecha ' Me.Fecha.DataPropertyName = "Fecha" DataGridViewCellStyle7.Format = "d" DataGridViewCellStyle7.NullValue = Nothing Me.Fecha.DefaultCellStyle = DataGridViewCellStyle7 Me.Fecha.HeaderText = "Fecha" Me.Fecha.Name = "Fecha" Me.Fecha.ReadOnly = True Me.Fecha.Width = 70 ' 'IngresoNeto ' Me.IngresoNeto.DataPropertyName = "IngresoNeto" DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight DataGridViewCellStyle8.Format = "N2" DataGridViewCellStyle8.NullValue = Nothing Me.IngresoNeto.DefaultCellStyle = DataGridViewCellStyle8 Me.IngresoNeto.HeaderText = "Ingreso Neto" Me.IngresoNeto.Name = "IngresoNeto" Me.IngresoNeto.ReadOnly = True Me.IngresoNeto.Width = 80 ' 'IngresoID ' Me.IngresoID.DataPropertyName = "IngresoID" Me.IngresoID.HeaderText = "Num Ingreso" Me.IngresoID.Name = "IngresoID" Me.IngresoID.ReadOnly = True Me.IngresoID.Width = 46 ' 'CodEstado ' Me.CodEstado.DataPropertyName = "CodEstado" Me.CodEstado.HeaderText = "CodEstado" Me.CodEstado.Name = "CodEstado" Me.CodEstado.ReadOnly = True Me.CodEstado.Visible = False ' 'CodEmis ' Me.CodEmis.DataPropertyName = "CodEmis" Me.CodEmis.HeaderText = "CodEmis" Me.CodEmis.Name = "CodEmis" Me.CodEmis.ReadOnly = True Me.CodEmis.Visible = False ' 'Emisor ' Me.Emisor.DataPropertyName = "Emisor" Me.Emisor.HeaderText = "Emisor" Me.Emisor.Name = "Emisor" Me.Emisor.ReadOnly = True ' 'NombreManIF ' Me.NombreManIF.DataPropertyName = "NombreManIF" Me.NombreManIF.HeaderText = "Nombre" Me.NombreManIF.Name = "NombreManIF" Me.NombreManIF.ReadOnly = True ' 'CodManIF ' Me.CodManIF.DataPropertyName = "CodManIF" Me.CodManIF.HeaderText = "Codigo" Me.CodManIF.Name = "CodManIF" Me.CodManIF.ReadOnly = True Me.CodManIF.Visible = False ' 'NumManInv ' Me.NumManInv.DataPropertyName = "NumManInv" Me.NumManInv.HeaderText = "Numero" Me.NumManInv.Name = "NumManInv" Me.NumManInv.ReadOnly = True Me.NumManInv.Width = 46 ' 'Contab ' Me.Contab.DataPropertyName = "Contab" Me.Contab.HeaderText = "Contabilización" Me.Contab.Name = "Contab" Me.Contab.ReadOnly = True Me.Contab.Width = 45 ' 'Estado ' Me.Estado.DataPropertyName = "Estado" Me.Estado.HeaderText = "Estado" Me.Estado.Name = "Estado" Me.Estado.ReadOnly = True Me.Estado.Width = 50 ' 'Registrado ' Me.Registrado.DataPropertyName = "Registrado" Me.Registrado.HeaderText = "Registrado" Me.Registrado.Name = "Registrado" Me.Registrado.ReadOnly = True Me.Registrado.Width = 60 ' 'Validado ' Me.Validado.DataPropertyName = "Validado" Me.Validado.HeaderText = "Validado" Me.Validado.Name = "Validado" Me.Validado.ReadOnly = True Me.Validado.Width = 60 ' 'Conciliado ' Me.Conciliado.DataPropertyName = "Conciliado" Me.Conciliado.HeaderText = "Conciliado" Me.Conciliado.Name = "Conciliado" Me.Conciliado.ReadOnly = True Me.Conciliado.Width = 60 ' 'frmIngresosConsulta ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(840, 544) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.dgvIngresos) Me.Name = "frmIngresosConsulta" Me.Text = "Ingresos" CType(Me.dgvIngresos, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents dgvIngresos As DataGridView Friend WithEvents dtpDesde As DateTimePicker Friend WithEvents dtpHasta As DateTimePicker Friend WithEvents lstEmpresas As CheckedListBox Friend WithEvents chkSoloPendientes As CheckBox Friend WithEvents Label1 As Label Friend WithEvents chkDesde As CheckBox Friend WithEvents chkHasta As CheckBox Friend WithEvents Panel1 As Panel Friend WithEvents lstInstrumentos As CheckedListBox Friend WithEvents GroupBox2 As GroupBox Friend WithEvents GroupBox1 As GroupBox Friend WithEvents btnLimpiarEmpresas As Button Friend WithEvents btnSeleccionarTodasEmpresas As Button Friend WithEvents btnLimpiarInstrumentos As Button Friend WithEvents btnSeleccionarTodosInstrumentos As Button Friend WithEvents btnActualizarPorEmpresa As Button Friend WithEvents btnActualizarPorInstrumentos As Button Friend WithEvents CodInv As DataGridViewTextBoxColumn Friend WithEvents CodEmpr As DataGridViewTextBoxColumn Friend WithEvents Empresa As DataGridViewTextBoxColumn Friend WithEvents CodIF As DataGridViewTextBoxColumn Friend WithEvents Instrumento As DataGridViewTextBoxColumn Friend WithEvents Fecha As DataGridViewTextBoxColumn Friend WithEvents IngresoNeto As DataGridViewTextBoxColumn Friend WithEvents IngresoID As DataGridViewTextBoxColumn Friend WithEvents CodEstado As DataGridViewTextBoxColumn Friend WithEvents CodEmis As DataGridViewTextBoxColumn Friend WithEvents Emisor As DataGridViewTextBoxColumn Friend WithEvents NombreManIF As DataGridViewTextBoxColumn Friend WithEvents CodManIF As DataGridViewTextBoxColumn Friend WithEvents NumManInv As DataGridViewTextBoxColumn Friend WithEvents Contab As DataGridViewTextBoxColumn Friend WithEvents Estado As DataGridViewTextBoxColumn Friend WithEvents Registrado As DataGridViewTextBoxColumn Friend WithEvents Validado As DataGridViewTextBoxColumn Friend WithEvents Conciliado As DataGridViewTextBoxColumn End Class