_ Partial Class ReporteRelevantes Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ReporteRelevantes)) Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.txtCuenta = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.cmbCliente = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.cmbPatron = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.lblNumReg = New System.Windows.Forms.Label() Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) 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.BntSalie = New System.Windows.Forms.Button() Me.BtnImprimir = New System.Windows.Forms.Button() Me.BtnLimpiar = New System.Windows.Forms.Button() Me.btnConsulta = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.panel2 = New System.Windows.Forms.Panel() Me.Img_logoCabecera = New System.Windows.Forms.PictureBox() Me.Label17 = New System.Windows.Forms.Label() Me.panel3 = New System.Windows.Forms.Panel() Me.lblFooter = New System.Windows.Forms.Label() CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox3.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.panel2.SuspendLayout() CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit() Me.panel3.SuspendLayout() Me.SuspendLayout() ' 'C1TrueDBGrid1 ' Me.C1TrueDBGrid1.CaptionHeight = 17 Me.C1TrueDBGrid1.FilterBar = True Me.C1TrueDBGrid1.GroupByCaption = "AGRUPAR" Me.C1TrueDBGrid1.Images.Add(CType(resources.GetObject("C1TrueDBGrid1.Images"), System.Drawing.Image)) Me.C1TrueDBGrid1.Location = New System.Drawing.Point(12, 176) Me.C1TrueDBGrid1.Name = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.C1TrueDBGrid1.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.C1TrueDBGrid1.PreviewInfo.ZoomFactor = 75.0R Me.C1TrueDBGrid1.PrintInfo.PageSettings = CType(resources.GetObject("C1TrueDBGrid1.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.C1TrueDBGrid1.RowHeight = 15 Me.C1TrueDBGrid1.Size = New System.Drawing.Size(975, 314) Me.C1TrueDBGrid1.TabIndex = 39 Me.C1TrueDBGrid1.Text = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PropBag = resources.GetString("C1TrueDBGrid1.PropBag") ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.txtCuenta) Me.GroupBox3.Controls.Add(Me.Label4) Me.GroupBox3.Controls.Add(Me.cmbCliente) Me.GroupBox3.Controls.Add(Me.Label1) Me.GroupBox3.Controls.Add(Me.cmbPatron) Me.GroupBox3.Controls.Add(Me.Label3) Me.GroupBox3.ForeColor = System.Drawing.Color.MidnightBlue Me.GroupBox3.Location = New System.Drawing.Point(243, 90) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(744, 80) Me.GroupBox3.TabIndex = 38 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Parámetros de consulta" ' 'txtCuenta ' Me.txtCuenta.Location = New System.Drawing.Point(86, 50) Me.txtCuenta.Name = "txtCuenta" Me.txtCuenta.Size = New System.Drawing.Size(255, 21) Me.txtCuenta.TabIndex = 111 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(10, 53) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(46, 15) Me.Label4.TabIndex = 110 Me.Label4.Text = "Cuenta" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'cmbCliente ' Me.cmbCliente.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbCliente.DropDownWidth = 490 Me.cmbCliente.Location = New System.Drawing.Point(403, 20) Me.cmbCliente.Name = "cmbCliente" Me.cmbCliente.Size = New System.Drawing.Size(325, 23) Me.cmbCliente.TabIndex = 109 ' 'Label1 ' Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue Me.Label1.Location = New System.Drawing.Point(347, 22) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(50, 23) Me.Label1.TabIndex = 36 Me.Label1.Text = "Cliente" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'cmbPatron ' Me.cmbPatron.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbPatron.DropDownWidth = 220 Me.cmbPatron.ItemHeight = 15 Me.cmbPatron.Location = New System.Drawing.Point(86, 20) Me.cmbPatron.Name = "cmbPatron" Me.cmbPatron.Size = New System.Drawing.Size(255, 23) Me.cmbPatron.TabIndex = 11 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.Color.Transparent Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue Me.Label3.Location = New System.Drawing.Point(10, 26) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(56, 15) Me.Label3.TabIndex = 29 Me.Label3.Text = "Producto" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lblNumReg ' Me.lblNumReg.Font = New System.Drawing.Font("Verdana", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblNumReg.Location = New System.Drawing.Point(9, 480) Me.lblNumReg.Name = "lblNumReg" Me.lblNumReg.Size = New System.Drawing.Size(315, 23) Me.lblNumReg.TabIndex = 37 Me.lblNumReg.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'ImageList1 ' Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent Me.ImageList1.Images.SetKeyName(0, "") Me.ImageList1.Images.SetKeyName(1, "") Me.ImageList1.Images.SetKeyName(2, "") Me.ImageList1.Images.SetKeyName(3, "") ' 'GroupBox1 ' 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.ForeColor = System.Drawing.Color.MidnightBlue Me.GroupBox1.Location = New System.Drawing.Point(12, 89) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(222, 81) Me.GroupBox1.TabIndex = 34 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Periodo" ' 'dtpFechaInicio ' Me.dtpFechaInicio.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dtpFechaInicio.Location = New System.Drawing.Point(105, 23) Me.dtpFechaInicio.Name = "dtpFechaInicio" Me.dtpFechaInicio.Size = New System.Drawing.Size(104, 21) Me.dtpFechaInicio.TabIndex = 1 ' 'lblFin ' Me.lblFin.ForeColor = System.Drawing.Color.MidnightBlue Me.lblFin.Location = New System.Drawing.Point(6, 45) Me.lblFin.Name = "lblFin" Me.lblFin.Size = New System.Drawing.Size(82, 23) Me.lblFin.TabIndex = 4 Me.lblFin.Text = "Fecha Final" Me.lblFin.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lblInicio ' Me.lblInicio.ForeColor = System.Drawing.Color.MidnightBlue Me.lblInicio.Location = New System.Drawing.Point(11, 23) Me.lblInicio.Name = "lblInicio" Me.lblInicio.Size = New System.Drawing.Size(82, 23) 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(105, 46) Me.dtpFechaFin.Name = "dtpFechaFin" Me.dtpFechaFin.Size = New System.Drawing.Size(104, 21) Me.dtpFechaFin.TabIndex = 2 ' 'BntSalie ' Me.BntSalie.BackColor = System.Drawing.Color.Black Me.BntSalie.Cursor = System.Windows.Forms.Cursors.Hand Me.BntSalie.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BntSalie.ForeColor = System.Drawing.Color.White Me.BntSalie.Location = New System.Drawing.Point(993, 457) Me.BntSalie.Name = "BntSalie" Me.BntSalie.Size = New System.Drawing.Size(106, 33) Me.BntSalie.TabIndex = 71 Me.BntSalie.Text = "Cerrar" Me.BntSalie.UseCompatibleTextRendering = True Me.BntSalie.UseVisualStyleBackColor = False ' 'BtnImprimir ' Me.BtnImprimir.BackColor = System.Drawing.Color.Black Me.BtnImprimir.Cursor = System.Windows.Forms.Cursors.Hand Me.BtnImprimir.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BtnImprimir.ForeColor = System.Drawing.Color.White Me.BtnImprimir.Location = New System.Drawing.Point(993, 418) Me.BtnImprimir.Name = "BtnImprimir" Me.BtnImprimir.Size = New System.Drawing.Size(106, 33) Me.BtnImprimir.TabIndex = 70 Me.BtnImprimir.Text = "Exportar" Me.BtnImprimir.UseCompatibleTextRendering = True Me.BtnImprimir.UseVisualStyleBackColor = False ' 'BtnLimpiar ' Me.BtnLimpiar.BackColor = System.Drawing.Color.Black Me.BtnLimpiar.Cursor = System.Windows.Forms.Cursors.Hand Me.BtnLimpiar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BtnLimpiar.ForeColor = System.Drawing.Color.White Me.BtnLimpiar.Location = New System.Drawing.Point(993, 379) Me.BtnLimpiar.Name = "BtnLimpiar" Me.BtnLimpiar.Size = New System.Drawing.Size(106, 33) Me.BtnLimpiar.TabIndex = 66 Me.BtnLimpiar.Text = "Limpiar" Me.BtnLimpiar.UseCompatibleTextRendering = True Me.BtnLimpiar.UseVisualStyleBackColor = False ' 'btnConsulta ' Me.btnConsulta.BackColor = System.Drawing.Color.Black Me.btnConsulta.Cursor = System.Windows.Forms.Cursors.Hand Me.btnConsulta.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnConsulta.ForeColor = System.Drawing.Color.White Me.btnConsulta.Location = New System.Drawing.Point(993, 340) Me.btnConsulta.Name = "btnConsulta" Me.btnConsulta.Size = New System.Drawing.Size(106, 33) Me.btnConsulta.TabIndex = 65 Me.btnConsulta.Text = "Buscar" Me.btnConsulta.UseCompatibleTextRendering = True Me.btnConsulta.UseVisualStyleBackColor = False ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.Black Me.Button2.Cursor = System.Windows.Forms.Cursors.Hand Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.ForeColor = System.Drawing.Color.White Me.Button2.Location = New System.Drawing.Point(993, 220) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(106, 35) Me.Button2.TabIndex = 108 Me.Button2.Text = "Busqueda por Nombre..." Me.Button2.UseCompatibleTextRendering = True Me.Button2.UseVisualStyleBackColor = False Me.Button2.Visible = False ' '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.Label17) Me.panel2.ForeColor = System.Drawing.Color.Navy Me.panel2.Location = New System.Drawing.Point(-3, -6) Me.panel2.Name = "panel2" Me.panel2.Size = New System.Drawing.Size(1115, 51) Me.panel2.TabIndex = 185 ' 'Img_logoCabecera ' Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo Me.Img_logoCabecera.Location = New System.Drawing.Point(995, 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 = 361 Me.Img_logoCabecera.TabStop = False ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.BackColor = System.Drawing.Color.Transparent Me.Label17.Font = New System.Drawing.Font("Century Gothic", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label17.ForeColor = System.Drawing.SystemColors.Window Me.Label17.Location = New System.Drawing.Point(21, 14) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(212, 23) Me.Label17.TabIndex = 2 Me.Label17.Text = "Reportes Relevantes" ' 'panel3 ' Me.panel3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top 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.lblFooter) Me.panel3.ForeColor = System.Drawing.Color.Navy Me.panel3.Location = New System.Drawing.Point(-3, 512) Me.panel3.Name = "panel3" Me.panel3.Size = New System.Drawing.Size(1112, 34) Me.panel3.TabIndex = 404 ' 'lblFooter ' Me.lblFooter.AutoSize = True Me.lblFooter.BackColor = System.Drawing.Color.Transparent Me.lblFooter.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblFooter.ForeColor = System.Drawing.SystemColors.Window Me.lblFooter.Location = New System.Drawing.Point(1060, 2) Me.lblFooter.Name = "lblFooter" Me.lblFooter.Size = New System.Drawing.Size(42, 17) Me.lblFooter.TabIndex = 2 Me.lblFooter.Text = "Minds" ' 'ReporteRelevantes ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(1108, 540) Me.Controls.Add(Me.panel3) Me.Controls.Add(Me.panel2) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.BntSalie) Me.Controls.Add(Me.BtnImprimir) Me.Controls.Add(Me.BtnLimpiar) Me.Controls.Add(Me.btnConsulta) Me.Controls.Add(Me.C1TrueDBGrid1) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.lblNumReg) Me.Controls.Add(Me.GroupBox1) Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "ReporteRelevantes" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Reporte Relevantes" CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.GroupBox1.ResumeLayout(False) 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 C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents cmbPatron As System.Windows.Forms.ComboBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents lblNumReg 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 ImageList1 As System.Windows.Forms.ImageList Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents BntSalie As System.Windows.Forms.Button Friend WithEvents BtnImprimir As System.Windows.Forms.Button Friend WithEvents BtnLimpiar As System.Windows.Forms.Button Friend WithEvents btnConsulta As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents cmbCliente As System.Windows.Forms.ComboBox Friend WithEvents txtCuenta As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Private WithEvents panel2 As Panel Private WithEvents Img_logoCabecera As PictureBox Friend WithEvents Label17 As Label Private WithEvents panel3 As Panel Friend WithEvents lblFooter As Label End Class