client/Reportes/FrTransaccionesXGpo.Designer.vb

651 lines
31 KiB
VB.net
Raw Permalink Normal View History

#Region " Reporte transacciones por Grupo"
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrTransaccionesXGpo
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)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
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(FrTransaccionesXGpo))
Me.Panel1 = New System.Windows.Forms.Panel()
Me.gbFiltrosMonetarios = New System.Windows.Forms.GroupBox()
Me.cmbInsMone = New System.Windows.Forms.ComboBox()
Me.lblInstrumentoMonetario = New System.Windows.Forms.Label()
Me.cmbTipoPersona = New System.Windows.Forms.ComboBox()
Me.cmbMontos = New System.Windows.Forms.ComboBox()
Me.lblTipoPersona = New System.Windows.Forms.Label()
Me.lblMontos = New System.Windows.Forms.Label()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.CMBTipoAlarma = New System.Windows.Forms.ComboBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.CMBEstatus = New System.Windows.Forms.ComboBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.CMBProducto = New System.Windows.Forms.ComboBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label8 = New System.Windows.Forms.Label()
Me.CMBSubProducto = New System.Windows.Forms.ComboBox()
Me.btnCerrar = New System.Windows.Forms.Button()
Me.Label7 = New System.Windows.Forms.Label()
Me.lblResultados = New System.Windows.Forms.Label()
Me.BTExportar = New System.Windows.Forms.Button()
Me.BTLimpiar = New System.Windows.Forms.Button()
Me.BTConsultar = New System.Windows.Forms.Button()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.cmbCliente = New System.Windows.Forms.ComboBox()
Me.cmbCuenta = New System.Windows.Forms.ComboBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.dtpFechaInicio = New System.Windows.Forms.DateTimePicker()
Me.lblFin = New System.Windows.Forms.Label()
Me.lblInicio = New System.Windows.Forms.Label()
Me.dtpFechaFin = New System.Windows.Forms.DateTimePicker()
Me.GrdPrincipal = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.CMBGrupo = New System.Windows.Forms.ComboBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.panel2 = New System.Windows.Forms.Panel()
Me.Img_logoCabecera = New System.Windows.Forms.PictureBox()
Me.desHeader = New System.Windows.Forms.Label()
Me.panel3 = New System.Windows.Forms.Panel()
Me.Label10 = New System.Windows.Forms.Label()
Me.Panel1.SuspendLayout()
Me.gbFiltrosMonetarios.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.GroupBox1.SuspendLayout()
CType(Me.GrdPrincipal, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox4.SuspendLayout()
Me.panel2.SuspendLayout()
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit()
Me.panel3.SuspendLayout()
Me.SuspendLayout()
'
'Panel1
'
Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Panel1.Controls.Add(Me.gbFiltrosMonetarios)
Me.Panel1.Controls.Add(Me.GroupBox2)
Me.Panel1.Controls.Add(Me.btnCerrar)
Me.Panel1.Controls.Add(Me.Label7)
Me.Panel1.Controls.Add(Me.lblResultados)
Me.Panel1.Controls.Add(Me.BTExportar)
Me.Panel1.Controls.Add(Me.BTLimpiar)
Me.Panel1.Controls.Add(Me.BTConsultar)
Me.Panel1.Controls.Add(Me.GroupBox3)
Me.Panel1.Controls.Add(Me.GroupBox1)
Me.Panel1.Controls.Add(Me.GrdPrincipal)
Me.Panel1.Controls.Add(Me.GroupBox4)
Me.Panel1.Location = New System.Drawing.Point(0, 50)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(1015, 466)
Me.Panel1.TabIndex = 1
'
'gbFiltrosMonetarios
'
Me.gbFiltrosMonetarios.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.gbFiltrosMonetarios.Controls.Add(Me.cmbInsMone)
Me.gbFiltrosMonetarios.Controls.Add(Me.lblInstrumentoMonetario)
Me.gbFiltrosMonetarios.Controls.Add(Me.cmbTipoPersona)
Me.gbFiltrosMonetarios.Controls.Add(Me.cmbMontos)
Me.gbFiltrosMonetarios.Controls.Add(Me.lblTipoPersona)
Me.gbFiltrosMonetarios.Controls.Add(Me.lblMontos)
Me.gbFiltrosMonetarios.Location = New System.Drawing.Point(219, 6)
Me.gbFiltrosMonetarios.Name = "gbFiltrosMonetarios"
Me.gbFiltrosMonetarios.Size = New System.Drawing.Size(442, 54)
Me.gbFiltrosMonetarios.TabIndex = 11
Me.gbFiltrosMonetarios.TabStop = False
Me.gbFiltrosMonetarios.Text = "Operaciones"
'
'cmbInsMone
'
Me.cmbInsMone.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbInsMone.DropDownWidth = 490
Me.cmbInsMone.Items.AddRange(New Object() {"", "", "", ""})
Me.cmbInsMone.Location = New System.Drawing.Point(289, 29)
Me.cmbInsMone.Name = "cmbInsMone"
Me.cmbInsMone.Size = New System.Drawing.Size(149, 21)
Me.cmbInsMone.TabIndex = 39
'
'lblInstrumentoMonetario
'
Me.lblInstrumentoMonetario.AutoSize = True
Me.lblInstrumentoMonetario.ForeColor = System.Drawing.Color.MidnightBlue
Me.lblInstrumentoMonetario.Location = New System.Drawing.Point(286, 16)
Me.lblInstrumentoMonetario.Name = "lblInstrumentoMonetario"
Me.lblInstrumentoMonetario.Size = New System.Drawing.Size(112, 13)
Me.lblInstrumentoMonetario.TabIndex = 38
Me.lblInstrumentoMonetario.Text = "Instrumento Monetario"
'
'cmbTipoPersona
'
Me.cmbTipoPersona.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbTipoPersona.Items.AddRange(New Object() {"", "", "", ""})
Me.cmbTipoPersona.Location = New System.Drawing.Point(134, 29)
Me.cmbTipoPersona.Name = "cmbTipoPersona"
Me.cmbTipoPersona.Size = New System.Drawing.Size(149, 21)
Me.cmbTipoPersona.TabIndex = 37
'
'cmbMontos
'
Me.cmbMontos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbMontos.Items.AddRange(New Object() {"", "", "", ""})
Me.cmbMontos.Location = New System.Drawing.Point(9, 29)
Me.cmbMontos.Name = "cmbMontos"
Me.cmbMontos.Size = New System.Drawing.Size(122, 21)
Me.cmbMontos.TabIndex = 36
'
'lblTipoPersona
'
Me.lblTipoPersona.AutoSize = True
Me.lblTipoPersona.ForeColor = System.Drawing.Color.MidnightBlue
Me.lblTipoPersona.Location = New System.Drawing.Point(131, 16)
Me.lblTipoPersona.Name = "lblTipoPersona"
Me.lblTipoPersona.Size = New System.Drawing.Size(70, 13)
Me.lblTipoPersona.TabIndex = 5
Me.lblTipoPersona.Text = "Tipo Persona"
'
'lblMontos
'
Me.lblMontos.AutoSize = True
Me.lblMontos.ForeColor = System.Drawing.Color.MidnightBlue
Me.lblMontos.Location = New System.Drawing.Point(6, 16)
Me.lblMontos.Name = "lblMontos"
Me.lblMontos.Size = New System.Drawing.Size(42, 13)
Me.lblMontos.TabIndex = 4
Me.lblMontos.Text = "Montos"
'
'GroupBox2
'
Me.GroupBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox2.Controls.Add(Me.CMBTipoAlarma)
Me.GroupBox2.Controls.Add(Me.Label5)
Me.GroupBox2.Controls.Add(Me.CMBEstatus)
Me.GroupBox2.Controls.Add(Me.Label6)
Me.GroupBox2.Controls.Add(Me.CMBProducto)
Me.GroupBox2.Controls.Add(Me.Label4)
Me.GroupBox2.Controls.Add(Me.Label8)
Me.GroupBox2.Controls.Add(Me.CMBSubProducto)
Me.GroupBox2.Location = New System.Drawing.Point(8, 60)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(993, 52)
Me.GroupBox2.TabIndex = 4
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Parámetros Transacciones"
'
'CMBTipoAlarma
'
Me.CMBTipoAlarma.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.CMBTipoAlarma.FormattingEnabled = True
Me.CMBTipoAlarma.Location = New System.Drawing.Point(130, 22)
Me.CMBTipoAlarma.Name = "CMBTipoAlarma"
Me.CMBTipoAlarma.Size = New System.Drawing.Size(248, 21)
Me.CMBTipoAlarma.TabIndex = 40
'
'Label5
'
Me.Label5.Cursor = System.Windows.Forms.Cursors.Default
Me.Label5.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label5.Location = New System.Drawing.Point(6, 25)
Me.Label5.Name = "Label5"
Me.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label5.Size = New System.Drawing.Size(120, 16)
Me.Label5.TabIndex = 37
Me.Label5.Text = "Operación Detectada"
'
'CMBEstatus
'
Me.CMBEstatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.CMBEstatus.Enabled = False
Me.CMBEstatus.Items.AddRange(New Object() {"", "", "", ""})
Me.CMBEstatus.Location = New System.Drawing.Point(451, 21)
Me.CMBEstatus.Name = "CMBEstatus"
Me.CMBEstatus.Size = New System.Drawing.Size(249, 21)
Me.CMBEstatus.TabIndex = 35
'
'Label6
'
Me.Label6.BackColor = System.Drawing.Color.Transparent
Me.Label6.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label6.Location = New System.Drawing.Point(391, 20)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(54, 20)
Me.Label6.TabIndex = 36
Me.Label6.Text = "Estatus"
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'CMBProducto
'
Me.CMBProducto.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.CMBProducto.DropDownWidth = 490
Me.CMBProducto.Location = New System.Drawing.Point(802, 19)
Me.CMBProducto.Name = "CMBProducto"
Me.CMBProducto.Size = New System.Drawing.Size(183, 21)
Me.CMBProducto.TabIndex = 31
'
'Label4
'
Me.Label4.BackColor = System.Drawing.Color.Transparent
Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label4.Location = New System.Drawing.Point(717, 22)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(70, 20)
Me.Label4.TabIndex = 33
Me.Label4.Text = "Producto"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label8
'
Me.Label8.BackColor = System.Drawing.Color.Transparent
Me.Label8.Location = New System.Drawing.Point(833, 17)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(70, 23)
Me.Label8.TabIndex = 38
Me.Label8.Text = "SubProducto"
Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Label8.Visible = False
'
'CMBSubProducto
'
Me.CMBSubProducto.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.CMBSubProducto.DropDownWidth = 490
Me.CMBSubProducto.Location = New System.Drawing.Point(804, 19)
Me.CMBSubProducto.Name = "CMBSubProducto"
Me.CMBSubProducto.Size = New System.Drawing.Size(181, 21)
Me.CMBSubProducto.TabIndex = 39
Me.CMBSubProducto.Visible = False
'
'btnCerrar
'
Me.btnCerrar.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnCerrar.BackColor = System.Drawing.Color.Black
Me.btnCerrar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnCerrar.ForeColor = System.Drawing.Color.White
Me.btnCerrar.Location = New System.Drawing.Point(924, 19)
Me.btnCerrar.Name = "btnCerrar"
Me.btnCerrar.Size = New System.Drawing.Size(76, 32)
Me.btnCerrar.TabIndex = 10
Me.btnCerrar.Text = "Cerrar"
Me.btnCerrar.UseVisualStyleBackColor = False
'
'Label7
'
Me.Label7.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label7.Location = New System.Drawing.Point(8, 171)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(57, 17)
Me.Label7.TabIndex = 6
Me.Label7.Text = "Label7"
'
'lblResultados
'
Me.lblResultados.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.lblResultados.AutoSize = True
Me.lblResultados.ForeColor = System.Drawing.Color.MidnightBlue
Me.lblResultados.Location = New System.Drawing.Point(3, 446)
Me.lblResultados.Name = "lblResultados"
Me.lblResultados.Size = New System.Drawing.Size(93, 13)
Me.lblResultados.TabIndex = 8
Me.lblResultados.Text = "Total de Registros"
Me.lblResultados.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'BTExportar
'
Me.BTExportar.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.BTExportar.BackColor = System.Drawing.Color.Black
Me.BTExportar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BTExportar.ForeColor = System.Drawing.Color.White
Me.BTExportar.Location = New System.Drawing.Point(842, 20)
Me.BTExportar.Name = "BTExportar"
Me.BTExportar.Size = New System.Drawing.Size(76, 32)
Me.BTExportar.TabIndex = 3
Me.BTExportar.Text = "Exportar"
Me.BTExportar.UseVisualStyleBackColor = False
'
'BTLimpiar
'
Me.BTLimpiar.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.BTLimpiar.BackColor = System.Drawing.Color.Black
Me.BTLimpiar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BTLimpiar.ForeColor = System.Drawing.Color.White
Me.BTLimpiar.Location = New System.Drawing.Point(760, 19)
Me.BTLimpiar.Name = "BTLimpiar"
Me.BTLimpiar.Size = New System.Drawing.Size(76, 34)
Me.BTLimpiar.TabIndex = 2
Me.BTLimpiar.Text = "Limpiar"
Me.BTLimpiar.UseVisualStyleBackColor = False
'
'BTConsultar
'
Me.BTConsultar.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.BTConsultar.BackColor = System.Drawing.Color.Black
Me.BTConsultar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BTConsultar.ForeColor = System.Drawing.Color.White
Me.BTConsultar.Location = New System.Drawing.Point(678, 18)
Me.BTConsultar.Name = "BTConsultar"
Me.BTConsultar.Size = New System.Drawing.Size(76, 36)
Me.BTConsultar.TabIndex = 1
Me.BTConsultar.Text = "Buscar"
Me.BTConsultar.UseVisualStyleBackColor = False
'
'GroupBox3
'
Me.GroupBox3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox3.Controls.Add(Me.cmbCliente)
Me.GroupBox3.Controls.Add(Me.cmbCuenta)
Me.GroupBox3.Controls.Add(Me.Label1)
Me.GroupBox3.Controls.Add(Me.Label3)
Me.GroupBox3.Location = New System.Drawing.Point(8, 118)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(993, 48)
Me.GroupBox3.TabIndex = 5
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Parámetros Cuenta"
'
'cmbCliente
'
Me.cmbCliente.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource
Me.cmbCliente.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbCliente.DropDownWidth = 490
Me.cmbCliente.Location = New System.Drawing.Point(70, 20)
Me.cmbCliente.Name = "cmbCliente"
Me.cmbCliente.Size = New System.Drawing.Size(630, 21)
Me.cmbCliente.TabIndex = 31
'
'cmbCuenta
'
Me.cmbCuenta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbCuenta.Location = New System.Drawing.Point(793, 20)
Me.cmbCuenta.Name = "cmbCuenta"
Me.cmbCuenta.Size = New System.Drawing.Size(183, 21)
Me.cmbCuenta.TabIndex = 32
'
'Label1
'
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label1.Location = New System.Drawing.Point(10, 20)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(50, 20)
Me.Label1.TabIndex = 33
Me.Label1.Text = "Cliente"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label3
'
Me.Label3.BackColor = System.Drawing.Color.Transparent
Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue
Me.Label3.Location = New System.Drawing.Point(710, 20)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(77, 20)
Me.Label3.TabIndex = 34
Me.Label3.Text = "Cuenta"
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'GroupBox1
'
Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox1.Controls.Add(Me.dtpFechaInicio)
Me.GroupBox1.Controls.Add(Me.lblFin)
Me.GroupBox1.Controls.Add(Me.lblInicio)
Me.GroupBox1.Controls.Add(Me.dtpFechaFin)
Me.GroupBox1.Location = New System.Drawing.Point(6, 6)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(207, 54)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Periodo"
'
'dtpFechaInicio
'
Me.dtpFechaInicio.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.dtpFechaInicio.Location = New System.Drawing.Point(8, 30)
Me.dtpFechaInicio.Name = "dtpFechaInicio"
Me.dtpFechaInicio.Size = New System.Drawing.Size(90, 20)
Me.dtpFechaInicio.TabIndex = 1
'
'lblFin
'
Me.lblFin.AutoSize = True
Me.lblFin.ForeColor = System.Drawing.Color.MidnightBlue
Me.lblFin.Location = New System.Drawing.Point(104, 16)
Me.lblFin.Name = "lblFin"
Me.lblFin.Size = New System.Drawing.Size(62, 13)
Me.lblFin.TabIndex = 4
Me.lblFin.Text = "Fecha Final"
Me.lblFin.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'lblInicio
'
Me.lblInicio.AutoSize = True
Me.lblInicio.ForeColor = System.Drawing.Color.MidnightBlue
Me.lblInicio.Location = New System.Drawing.Point(5, 16)
Me.lblInicio.Name = "lblInicio"
Me.lblInicio.Size = New System.Drawing.Size(67, 13)
Me.lblInicio.TabIndex = 3
Me.lblInicio.Text = "Fecha Inicial"
Me.lblInicio.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'dtpFechaFin
'
Me.dtpFechaFin.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
Me.dtpFechaFin.Location = New System.Drawing.Point(107, 29)
Me.dtpFechaFin.Name = "dtpFechaFin"
Me.dtpFechaFin.Size = New System.Drawing.Size(90, 20)
Me.dtpFechaFin.TabIndex = 2
'
'GrdPrincipal
'
Me.GrdPrincipal.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GrdPrincipal.FilterBar = True
Me.GrdPrincipal.GroupByCaption = "AGRUPAR"
Me.GrdPrincipal.Images.Add(CType(resources.GetObject("GrdPrincipal.Images"), System.Drawing.Image))
Me.GrdPrincipal.Location = New System.Drawing.Point(6, 196)
Me.GrdPrincipal.Name = "GrdPrincipal"
Me.GrdPrincipal.PreviewInfo.Location = New System.Drawing.Point(0, 0)
Me.GrdPrincipal.PreviewInfo.Size = New System.Drawing.Size(0, 0)
Me.GrdPrincipal.PreviewInfo.ZoomFactor = 75.0R
Me.GrdPrincipal.PrintInfo.PageSettings = CType(resources.GetObject("GrdPrincipal.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
Me.GrdPrincipal.Size = New System.Drawing.Size(1002, 247)
Me.GrdPrincipal.TabIndex = 7
Me.GrdPrincipal.Text = "C1TrueDBGrid1"
Me.GrdPrincipal.PropBag = resources.GetString("GrdPrincipal.PropBag")
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.CMBGrupo)
Me.GroupBox4.Controls.Add(Me.Label2)
Me.GroupBox4.Location = New System.Drawing.Point(663, 6)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(345, 54)
Me.GroupBox4.TabIndex = 9
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Parámetro Grupo"
Me.GroupBox4.Visible = False
'
'CMBGrupo
'
Me.CMBGrupo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.CMBGrupo.Items.AddRange(New Object() {"", "", "", ""})
Me.CMBGrupo.Location = New System.Drawing.Point(55, 19)
Me.CMBGrupo.Name = "CMBGrupo"
Me.CMBGrupo.Size = New System.Drawing.Size(203, 21)
Me.CMBGrupo.TabIndex = 36
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(10, 24)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(39, 13)
Me.Label2.TabIndex = 0
Me.Label2.Text = "Grupo "
'
'panel2
'
Me.panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.panel2.BackColor = System.Drawing.Color.Black
Me.panel2.Controls.Add(Me.Img_logoCabecera)
Me.panel2.Controls.Add(Me.desHeader)
Me.panel2.ForeColor = System.Drawing.Color.Navy
Me.panel2.Location = New System.Drawing.Point(0, -1)
Me.panel2.Name = "panel2"
Me.panel2.Size = New System.Drawing.Size(1028, 51)
Me.panel2.TabIndex = 160
'
'Img_logoCabecera
'
Me.Img_logoCabecera.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
Me.Img_logoCabecera.Location = New System.Drawing.Point(908, 0)
Me.Img_logoCabecera.Name = "Img_logoCabecera"
Me.Img_logoCabecera.Size = New System.Drawing.Size(117, 50)
Me.Img_logoCabecera.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.Img_logoCabecera.TabIndex = 360
Me.Img_logoCabecera.TabStop = False
'
'desHeader
'
Me.desHeader.AutoSize = True
Me.desHeader.BackColor = System.Drawing.Color.Transparent
Me.desHeader.Font = New System.Drawing.Font("Century Gothic", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.desHeader.ForeColor = System.Drawing.SystemColors.Window
Me.desHeader.Location = New System.Drawing.Point(21, 8)
Me.desHeader.Name = "desHeader"
Me.desHeader.Size = New System.Drawing.Size(349, 22)
Me.desHeader.TabIndex = 2
Me.desHeader.Text = "Reporte de Transacciones por Grupo"
'
'panel3
'
Me.panel3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.panel3.BackColor = System.Drawing.Color.Black
Me.panel3.Controls.Add(Me.Label10)
Me.panel3.ForeColor = System.Drawing.Color.Navy
Me.panel3.Location = New System.Drawing.Point(0, 531)
Me.panel3.Name = "panel3"
Me.panel3.Size = New System.Drawing.Size(1028, 33)
Me.panel3.TabIndex = 361
'
'Label10
'
Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Label10.AutoSize = True
Me.Label10.BackColor = System.Drawing.Color.Transparent
Me.Label10.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label10.ForeColor = System.Drawing.SystemColors.Window
Me.Label10.Location = New System.Drawing.Point(973, 5)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(42, 17)
Me.Label10.TabIndex = 3
Me.Label10.Text = "Minds"
'
'FrTransaccionesXGpo
'
Me.AccessibleRole = System.Windows.Forms.AccessibleRole.TitleBar
Me.AllowDrop = True
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(1027, 562)
Me.Controls.Add(Me.panel3)
Me.Controls.Add(Me.panel2)
Me.Controls.Add(Me.Panel1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "FrTransaccionesXGpo"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Reporte de Transacciones por Grupo"
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.gbFiltrosMonetarios.ResumeLayout(False)
Me.gbFiltrosMonetarios.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
CType(Me.GrdPrincipal, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()
Me.panel2.ResumeLayout(False)
Me.panel2.PerformLayout()
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).EndInit()
Me.panel3.ResumeLayout(False)
Me.panel3.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents cmbCuenta As System.Windows.Forms.ComboBox
Friend WithEvents cmbCliente As System.Windows.Forms.ComboBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents dtpFechaInicio As System.Windows.Forms.DateTimePicker
Friend WithEvents lblFin As System.Windows.Forms.Label
Friend WithEvents lblInicio As System.Windows.Forms.Label
Friend WithEvents dtpFechaFin As System.Windows.Forms.DateTimePicker
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents CMBProducto As System.Windows.Forms.ComboBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents BTExportar As System.Windows.Forms.Button
Friend WithEvents BTLimpiar As System.Windows.Forms.Button
Friend WithEvents BTConsultar As System.Windows.Forms.Button
Friend WithEvents CMBEstatus As System.Windows.Forms.ComboBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents lblResultados As System.Windows.Forms.Label
Public WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
Friend WithEvents CMBGrupo As System.Windows.Forms.ComboBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents CMBSubProducto As System.Windows.Forms.ComboBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents btnCerrar As System.Windows.Forms.Button
Friend WithEvents CMBTipoAlarma As System.Windows.Forms.ComboBox
Friend WithEvents GrdPrincipal As C1.Win.C1TrueDBGrid.C1TrueDBGrid
Friend WithEvents gbFiltrosMonetarios As System.Windows.Forms.GroupBox
Friend WithEvents lblMontos As System.Windows.Forms.Label
Friend WithEvents lblTipoPersona As System.Windows.Forms.Label
Friend WithEvents cmbTipoPersona As System.Windows.Forms.ComboBox
Friend WithEvents cmbMontos As System.Windows.Forms.ComboBox
Friend WithEvents cmbInsMone As System.Windows.Forms.ComboBox
Friend WithEvents lblInstrumentoMonetario As System.Windows.Forms.Label
Private WithEvents panel2 As Panel
Private WithEvents Img_logoCabecera As PictureBox
Friend WithEvents desHeader As Label
Private WithEvents panel3 As Panel
Friend WithEvents Label10 As Label
End Class
#End Region