_ Partial Class frmReporteJ14 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmReporteJ14)) Me.btnExport = New System.Windows.Forms.Button() Me.btnSearch = New System.Windows.Forms.Button() Me.dgvResult = New System.Windows.Forms.DataGridView() Me.cmbQuarter = New System.Windows.Forms.ComboBox() Me.lblQuarter = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Img_logoCabecera = New System.Windows.Forms.PictureBox() Me.panel2 = New System.Windows.Forms.Panel() Me.lblFooter = New System.Windows.Forms.Label() Me.panel3 = New System.Windows.Forms.Panel() Me.btnExportXLS = New System.Windows.Forms.Button() Me.btnGuardar = New System.Windows.Forms.Button() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.Label1 = New System.Windows.Forms.Label() Me.cmbPeriodoAnalisis = New System.Windows.Forms.ComboBox() Me.btnBuscarAnalisis = New System.Windows.Forms.Button() Me.dgvAnalisis = New System.Windows.Forms.DataGridView() Me.dgvResumen = New System.Windows.Forms.DataGridView() Me.btnExportarAnalisis = New System.Windows.Forms.Button() CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit() Me.panel2.SuspendLayout() Me.panel3.SuspendLayout() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() CType(Me.dgvAnalisis, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgvResumen, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'btnExport ' Me.btnExport.BackColor = System.Drawing.Color.Black Me.btnExport.Enabled = False Me.btnExport.ForeColor = System.Drawing.Color.White Me.btnExport.Location = New System.Drawing.Point(479, 12) Me.btnExport.Name = "btnExport" Me.btnExport.Size = New System.Drawing.Size(89, 36) Me.btnExport.TabIndex = 9 Me.btnExport.Text = "Generar" Me.btnExport.UseVisualStyleBackColor = False Me.btnExport.Visible = False ' 'btnSearch ' Me.btnSearch.BackColor = System.Drawing.Color.Black Me.btnSearch.ForeColor = System.Drawing.Color.White Me.btnSearch.Location = New System.Drawing.Point(289, 12) Me.btnSearch.Name = "btnSearch" Me.btnSearch.Size = New System.Drawing.Size(89, 36) Me.btnSearch.TabIndex = 8 Me.btnSearch.Text = "Buscar" Me.btnSearch.UseVisualStyleBackColor = False ' 'dgvResult ' Me.dgvResult.AllowUserToAddRows = False Me.dgvResult.AllowUserToDeleteRows = False Me.dgvResult.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.dgvResult.BackgroundColor = System.Drawing.Color.White Me.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvResult.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically Me.dgvResult.Location = New System.Drawing.Point(6, 58) Me.dgvResult.Name = "dgvResult" Me.dgvResult.Size = New System.Drawing.Size(662, 289) Me.dgvResult.TabIndex = 7 ' 'cmbQuarter ' Me.cmbQuarter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbQuarter.FormattingEnabled = True Me.cmbQuarter.Location = New System.Drawing.Point(79, 20) Me.cmbQuarter.Name = "cmbQuarter" Me.cmbQuarter.Size = New System.Drawing.Size(158, 21) Me.cmbQuarter.TabIndex = 6 ' 'lblQuarter ' Me.lblQuarter.AutoSize = True Me.lblQuarter.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblQuarter.ForeColor = System.Drawing.Color.MidnightBlue Me.lblQuarter.Location = New System.Drawing.Point(13, 21) Me.lblQuarter.Name = "lblQuarter" Me.lblQuarter.Size = New System.Drawing.Size(59, 15) Me.lblQuarter.TabIndex = 5 Me.lblQuarter.Text = "Trimestre" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.BackColor = System.Drawing.Color.Transparent Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.ForeColor = System.Drawing.SystemColors.Window Me.Label7.Location = New System.Drawing.Point(7, 9) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(118, 25) Me.Label7.TabIndex = 2 Me.Label7.Text = "Reporte J14" ' '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(564, -4) 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 ' '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.Label7) Me.panel2.Controls.Add(Me.Img_logoCabecera) Me.panel2.ForeColor = System.Drawing.Color.Navy Me.panel2.Location = New System.Drawing.Point(0, 0) Me.panel2.Name = "panel2" Me.panel2.Size = New System.Drawing.Size(684, 46) Me.panel2.TabIndex = 186 ' 'lblFooter ' Me.lblFooter.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblFooter.AutoSize = True Me.lblFooter.BackColor = System.Drawing.Color.Transparent Me.lblFooter.Font = New System.Drawing.Font("Microsoft Sans Serif", 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(631, 10) Me.lblFooter.Name = "lblFooter" Me.lblFooter.Size = New System.Drawing.Size(41, 15) Me.lblFooter.TabIndex = 2 Me.lblFooter.Text = "Minds" ' '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.lblFooter) Me.panel3.ForeColor = System.Drawing.Color.Navy Me.panel3.Location = New System.Drawing.Point(0, 438) Me.panel3.Name = "panel3" Me.panel3.Size = New System.Drawing.Size(684, 38) Me.panel3.TabIndex = 403 ' 'btnExportXLS ' Me.btnExportXLS.BackColor = System.Drawing.Color.Black Me.btnExportXLS.Enabled = False Me.btnExportXLS.ForeColor = System.Drawing.Color.White Me.btnExportXLS.Location = New System.Drawing.Point(579, 12) Me.btnExportXLS.Name = "btnExportXLS" Me.btnExportXLS.Size = New System.Drawing.Size(89, 36) Me.btnExportXLS.TabIndex = 404 Me.btnExportXLS.Text = "Exportar" Me.btnExportXLS.UseVisualStyleBackColor = False Me.btnExportXLS.Visible = False ' 'btnGuardar ' Me.btnGuardar.BackColor = System.Drawing.Color.Black Me.btnGuardar.ForeColor = System.Drawing.Color.White Me.btnGuardar.Location = New System.Drawing.Point(384, 12) Me.btnGuardar.Name = "btnGuardar" Me.btnGuardar.Size = New System.Drawing.Size(89, 36) Me.btnGuardar.TabIndex = 405 Me.btnGuardar.Text = "Guardar" Me.btnGuardar.UseVisualStyleBackColor = False Me.btnGuardar.Visible = False ' 'TabControl1 ' Me.TabControl1.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.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Location = New System.Drawing.Point(0, 52) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(684, 380) Me.TabControl1.TabIndex = 406 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.cmbQuarter) Me.TabPage1.Controls.Add(Me.btnGuardar) Me.TabPage1.Controls.Add(Me.lblQuarter) Me.TabPage1.Controls.Add(Me.dgvResult) Me.TabPage1.Controls.Add(Me.btnExportXLS) Me.TabPage1.Controls.Add(Me.btnSearch) Me.TabPage1.Controls.Add(Me.btnExport) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(676, 354) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Reporte / Histórico" Me.TabPage1.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.btnExportarAnalisis) Me.TabPage2.Controls.Add(Me.dgvResumen) Me.TabPage2.Controls.Add(Me.dgvAnalisis) Me.TabPage2.Controls.Add(Me.btnBuscarAnalisis) Me.TabPage2.Controls.Add(Me.cmbPeriodoAnalisis) Me.TabPage2.Controls.Add(Me.Label1) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(676, 354) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Análisis" Me.TabPage2.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue Me.Label1.Location = New System.Drawing.Point(13, 21) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(59, 15) Me.Label1.TabIndex = 6 Me.Label1.Text = "Trimestre" ' 'cmbPeriodoAnalisis ' Me.cmbPeriodoAnalisis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbPeriodoAnalisis.FormattingEnabled = True Me.cmbPeriodoAnalisis.Location = New System.Drawing.Point(79, 20) Me.cmbPeriodoAnalisis.Name = "cmbPeriodoAnalisis" Me.cmbPeriodoAnalisis.Size = New System.Drawing.Size(158, 21) Me.cmbPeriodoAnalisis.TabIndex = 7 ' 'btnBuscarAnalisis ' Me.btnBuscarAnalisis.BackColor = System.Drawing.Color.Black Me.btnBuscarAnalisis.ForeColor = System.Drawing.Color.White Me.btnBuscarAnalisis.Location = New System.Drawing.Point(289, 12) Me.btnBuscarAnalisis.Name = "btnBuscarAnalisis" Me.btnBuscarAnalisis.Size = New System.Drawing.Size(89, 36) Me.btnBuscarAnalisis.TabIndex = 8 Me.btnBuscarAnalisis.Text = "Consultar" Me.btnBuscarAnalisis.UseVisualStyleBackColor = False ' 'dgvAnalisis ' Me.dgvAnalisis.AllowUserToAddRows = False Me.dgvAnalisis.AllowUserToDeleteRows = False Me.dgvAnalisis.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.dgvAnalisis.BackgroundColor = System.Drawing.Color.White Me.dgvAnalisis.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvAnalisis.Location = New System.Drawing.Point(8, 197) Me.dgvAnalisis.Name = "dgvAnalisis" Me.dgvAnalisis.ReadOnly = True Me.dgvAnalisis.Size = New System.Drawing.Size(660, 151) Me.dgvAnalisis.TabIndex = 363 ' 'dgvResumen ' Me.dgvResumen.AllowUserToAddRows = False Me.dgvResumen.AllowUserToDeleteRows = False Me.dgvResumen.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.dgvResumen.BackgroundColor = System.Drawing.Color.White Me.dgvResumen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dgvResumen.Location = New System.Drawing.Point(8, 54) Me.dgvResumen.Name = "dgvResumen" Me.dgvResumen.ReadOnly = True Me.dgvResumen.Size = New System.Drawing.Size(446, 132) Me.dgvResumen.TabIndex = 364 ' 'btnExportarAnalisis ' Me.btnExportarAnalisis.BackColor = System.Drawing.Color.Black Me.btnExportarAnalisis.Enabled = False Me.btnExportarAnalisis.ForeColor = System.Drawing.Color.White Me.btnExportarAnalisis.Location = New System.Drawing.Point(406, 12) Me.btnExportarAnalisis.Name = "btnExportarAnalisis" Me.btnExportarAnalisis.Size = New System.Drawing.Size(89, 36) Me.btnExportarAnalisis.TabIndex = 365 Me.btnExportarAnalisis.Text = "Exportar" Me.btnExportarAnalisis.UseVisualStyleBackColor = False ' 'frmReporteJ14 ' 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(684, 477) Me.Controls.Add(Me.TabControl1) Me.Controls.Add(Me.panel3) Me.Controls.Add(Me.panel2) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmReporteJ14" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Reporte J14" CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).EndInit() Me.panel2.ResumeLayout(False) Me.panel2.PerformLayout() Me.panel3.ResumeLayout(False) Me.panel3.PerformLayout() Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.TabPage2.ResumeLayout(False) Me.TabPage2.PerformLayout() CType(Me.dgvAnalisis, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgvResumen, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents btnExport As Button Friend WithEvents btnSearch As Button Friend WithEvents dgvResult As DataGridView Friend WithEvents cmbQuarter As ComboBox Friend WithEvents lblQuarter As Label Friend WithEvents Label7 As Label Private WithEvents Img_logoCabecera As PictureBox Private WithEvents panel2 As Panel Friend WithEvents lblFooter As Label Private WithEvents panel3 As Panel Friend WithEvents btnExportXLS As Button Friend WithEvents btnGuardar As Button Friend WithEvents TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents TabPage2 As TabPage Friend WithEvents dgvAnalisis As DataGridView Friend WithEvents btnBuscarAnalisis As Button Friend WithEvents cmbPeriodoAnalisis As ComboBox Friend WithEvents Label1 As Label Friend WithEvents dgvResumen As DataGridView Friend WithEvents btnExportarAnalisis As Button End Class