| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class frmIngresosConsulta
- Inherits System.Windows.Forms.Form
- 'Form reemplaza a Dispose para limpiar la lista de componentes.
- <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
- '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.
- <System.Diagnostics.DebuggerStepThrough()>
- 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
|