client/Reportes/frmReporteJ14.Designer.vb

191 lines
8.2 KiB
VB.net
Raw Normal View History

2020-03-10 11:10:16 -06:00
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmReporteJ14
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()
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()
CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit()
Me.panel2.SuspendLayout()
Me.panel3.SuspendLayout()
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(364, 64)
Me.btnExport.Name = "btnExport"
Me.btnExport.Size = New System.Drawing.Size(83, 25)
Me.btnExport.TabIndex = 9
Me.btnExport.Text = "Exportar"
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(266, 64)
Me.btnSearch.Name = "btnSearch"
Me.btnSearch.Size = New System.Drawing.Size(83, 25)
Me.btnSearch.TabIndex = 8
Me.btnSearch.Text = "Buscar"
Me.btnSearch.UseVisualStyleBackColor = False
'
'dgvResult
'
Me.dgvResult.AllowUserToAddRows = False
Me.dgvResult.AllowUserToDeleteRows = False
Me.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvResult.Location = New System.Drawing.Point(12, 101)
Me.dgvResult.Name = "dgvResult"
Me.dgvResult.Size = New System.Drawing.Size(660, 328)
Me.dgvResult.TabIndex = 7
'
'cmbQuarter
'
Me.cmbQuarter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbQuarter.FormattingEnabled = True
Me.cmbQuarter.Location = New System.Drawing.Point(70, 67)
Me.cmbQuarter.Name = "cmbQuarter"
Me.cmbQuarter.Size = New System.Drawing.Size(158, 21)
Me.cmbQuarter.TabIndex = 6
'
'lblQuarter
'
Me.lblQuarter.AutoSize = True
Me.lblQuarter.ForeColor = System.Drawing.Color.MidnightBlue
Me.lblQuarter.Location = New System.Drawing.Point(13, 70)
Me.lblQuarter.Name = "lblQuarter"
Me.lblQuarter.Size = New System.Drawing.Size(50, 13)
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.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
Me.Img_logoCabecera.Location = New System.Drawing.Point(544, -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.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
'
'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.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.cmbQuarter)
Me.Controls.Add(Me.lblQuarter)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.Name = "frmReporteJ14"
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.ResumeLayout(False)
Me.PerformLayout()
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
End Class