Partial Class frmReporteJ13 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() Me.lblSemester = New System.Windows.Forms.Label() Me.cmbSemester = New System.Windows.Forms.ComboBox() Me.dgvResult = New System.Windows.Forms.DataGridView() Me.btnSearch = New System.Windows.Forms.Button() Me.btnExport = New System.Windows.Forms.Button() Me.Label7 = New System.Windows.Forms.Label() Me.panel2 = New System.Windows.Forms.Panel() Me.Img_logoCabecera = New System.Windows.Forms.PictureBox() Me.lblFooter = New System.Windows.Forms.Label() Me.panel3 = New System.Windows.Forms.Panel() Me.btnExportXLS = New System.Windows.Forms.Button() CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).BeginInit() Me.panel2.SuspendLayout() CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit() Me.panel3.SuspendLayout() Me.SuspendLayout() ' 'lblSemester ' Me.lblSemester.AutoSize = True Me.lblSemester.ForeColor = System.Drawing.Color.MidnightBlue Me.lblSemester.Location = New System.Drawing.Point(12, 63) Me.lblSemester.Name = "lblSemester" Me.lblSemester.Size = New System.Drawing.Size(51, 13) Me.lblSemester.TabIndex = 0 Me.lblSemester.Text = "Semestre" ' 'cmbSemester ' Me.cmbSemester.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbSemester.FormattingEnabled = True Me.cmbSemester.Location = New System.Drawing.Point(69, 60) Me.cmbSemester.Name = "cmbSemester" Me.cmbSemester.Size = New System.Drawing.Size(158, 21) Me.cmbSemester.TabIndex = 1 ' '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(12, 89) Me.dgvResult.Name = "dgvResult" Me.dgvResult.Size = New System.Drawing.Size(676, 328) Me.dgvResult.TabIndex = 2 ' 'btnSearch ' Me.btnSearch.BackColor = System.Drawing.Color.Black Me.btnSearch.ForeColor = System.Drawing.Color.White Me.btnSearch.Location = New System.Drawing.Point(265, 57) Me.btnSearch.Name = "btnSearch" Me.btnSearch.Size = New System.Drawing.Size(83, 25) Me.btnSearch.TabIndex = 3 Me.btnSearch.Text = "Buscar" Me.btnSearch.UseVisualStyleBackColor = False ' '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(363, 57) Me.btnExport.Name = "btnExport" Me.btnExport.Size = New System.Drawing.Size(83, 25) Me.btnExport.TabIndex = 4 Me.btnExport.Text = "Generar" Me.btnExport.UseVisualStyleBackColor = False Me.btnExport.Visible = False ' '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(12, 9) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(118, 25) Me.Label7.TabIndex = 2 Me.Label7.Text = "Reporte J13" ' '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(700, 46) Me.panel2.TabIndex = 185 ' '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(581, -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 ' '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(647, 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, 423) Me.panel3.Name = "panel3" Me.panel3.Size = New System.Drawing.Size(700, 38) Me.panel3.TabIndex = 402 ' '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(461, 58) Me.btnExportXLS.Name = "btnExportXLS" Me.btnExportXLS.Size = New System.Drawing.Size(83, 25) Me.btnExportXLS.TabIndex = 403 Me.btnExportXLS.Text = "Exportar" Me.btnExportXLS.UseVisualStyleBackColor = False Me.btnExportXLS.Visible = False ' 'frmReporteJ13 ' 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(700, 461) Me.Controls.Add(Me.btnExportXLS) Me.Controls.Add(Me.panel3) Me.Controls.Add(Me.panel2) Me.Controls.Add(Me.btnExport) Me.Controls.Add(Me.btnSearch) Me.Controls.Add(Me.dgvResult) Me.Controls.Add(Me.cmbSemester) Me.Controls.Add(Me.lblSemester) Me.Name = "frmReporteJ13" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent Me.Text = "Reporte J13" CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).EndInit() 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) Me.PerformLayout() End Sub Friend WithEvents lblSemester As Label Friend WithEvents cmbSemester As ComboBox Friend WithEvents dgvResult As DataGridView Friend WithEvents btnSearch As Button Friend WithEvents btnExport As Button Friend WithEvents Label7 As Label Private WithEvents panel2 As Panel Private WithEvents Img_logoCabecera As PictureBox Friend WithEvents lblFooter As Label Private WithEvents panel3 As Panel Friend WithEvents btnExportXLS As Button End Class