253 lines
11 KiB
VB.net
253 lines
11 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
Partial Class frmPatrones
|
|||
|
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)
|
|||
|
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.
|
|||
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|||
|
Private Sub InitializeComponent()
|
|||
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPatrones))
|
|||
|
Me.GrdPatrones = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
|||
|
Me.lblProducto = New System.Windows.Forms.Label()
|
|||
|
Me.lblPatron = New System.Windows.Forms.Label()
|
|||
|
Me.cboPatron = New System.Windows.Forms.ComboBox()
|
|||
|
Me.cboProducto = New System.Windows.Forms.ComboBox()
|
|||
|
Me.btnCerrar = New System.Windows.Forms.Button()
|
|||
|
Me.btnLimpiar = New System.Windows.Forms.Button()
|
|||
|
Me.btnGuardar = New System.Windows.Forms.Button()
|
|||
|
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.Label8 = New System.Windows.Forms.Label()
|
|||
|
Me.lblFooter = New System.Windows.Forms.Label()
|
|||
|
CType(Me.GrdPatrones, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.panel2.SuspendLayout()
|
|||
|
CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
Me.panel3.SuspendLayout()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'GrdPatrones
|
|||
|
'
|
|||
|
Me.GrdPatrones.FilterBar = True
|
|||
|
Me.GrdPatrones.GroupByCaption = "AGRUPAR"
|
|||
|
Me.GrdPatrones.Images.Add(CType(resources.GetObject("GrdPatrones.Images"), System.Drawing.Image))
|
|||
|
Me.GrdPatrones.Location = New System.Drawing.Point(17, 109)
|
|||
|
Me.GrdPatrones.Name = "GrdPatrones"
|
|||
|
Me.GrdPatrones.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|||
|
Me.GrdPatrones.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|||
|
Me.GrdPatrones.PreviewInfo.ZoomFactor = 75.0R
|
|||
|
Me.GrdPatrones.PrintInfo.PageSettings = CType(resources.GetObject("GrdPatrones.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|||
|
Me.GrdPatrones.Size = New System.Drawing.Size(417, 338)
|
|||
|
Me.GrdPatrones.TabIndex = 8
|
|||
|
Me.GrdPatrones.Text = "C1TrueDBGrid1"
|
|||
|
Me.GrdPatrones.PropBag = resources.GetString("GrdPatrones.PropBag")
|
|||
|
'
|
|||
|
'lblProducto
|
|||
|
'
|
|||
|
Me.lblProducto.AutoSize = True
|
|||
|
Me.lblProducto.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblProducto.Location = New System.Drawing.Point(17, 56)
|
|||
|
Me.lblProducto.Name = "lblProducto"
|
|||
|
Me.lblProducto.Size = New System.Drawing.Size(50, 13)
|
|||
|
Me.lblProducto.TabIndex = 33
|
|||
|
Me.lblProducto.Text = "Producto"
|
|||
|
'
|
|||
|
'lblPatron
|
|||
|
'
|
|||
|
Me.lblPatron.AutoSize = True
|
|||
|
Me.lblPatron.ForeColor = System.Drawing.Color.MidnightBlue
|
|||
|
Me.lblPatron.Location = New System.Drawing.Point(236, 56)
|
|||
|
Me.lblPatron.Name = "lblPatron"
|
|||
|
Me.lblPatron.Size = New System.Drawing.Size(38, 13)
|
|||
|
Me.lblPatron.TabIndex = 34
|
|||
|
Me.lblPatron.Text = "Patrón"
|
|||
|
'
|
|||
|
'cboPatron
|
|||
|
'
|
|||
|
Me.cboPatron.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
Me.cboPatron.FormattingEnabled = True
|
|||
|
Me.cboPatron.Location = New System.Drawing.Point(239, 82)
|
|||
|
Me.cboPatron.Name = "cboPatron"
|
|||
|
Me.cboPatron.Size = New System.Drawing.Size(195, 21)
|
|||
|
Me.cboPatron.TabIndex = 35
|
|||
|
'
|
|||
|
'cboProducto
|
|||
|
'
|
|||
|
Me.cboProducto.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
Me.cboProducto.FormattingEnabled = True
|
|||
|
Me.cboProducto.Location = New System.Drawing.Point(20, 82)
|
|||
|
Me.cboProducto.Name = "cboProducto"
|
|||
|
Me.cboProducto.Size = New System.Drawing.Size(213, 21)
|
|||
|
Me.cboProducto.TabIndex = 36
|
|||
|
'
|
|||
|
'btnCerrar
|
|||
|
'
|
|||
|
Me.btnCerrar.BackColor = System.Drawing.Color.Black
|
|||
|
Me.btnCerrar.ForeColor = System.Drawing.Color.White
|
|||
|
Me.btnCerrar.Location = New System.Drawing.Point(440, 414)
|
|||
|
Me.btnCerrar.Name = "btnCerrar"
|
|||
|
Me.btnCerrar.Size = New System.Drawing.Size(106, 33)
|
|||
|
Me.btnCerrar.TabIndex = 84
|
|||
|
Me.btnCerrar.Text = "Cerrar"
|
|||
|
Me.btnCerrar.UseVisualStyleBackColor = False
|
|||
|
'
|
|||
|
'btnLimpiar
|
|||
|
'
|
|||
|
Me.btnLimpiar.BackColor = System.Drawing.Color.Black
|
|||
|
Me.btnLimpiar.ForeColor = System.Drawing.Color.White
|
|||
|
Me.btnLimpiar.Location = New System.Drawing.Point(440, 375)
|
|||
|
Me.btnLimpiar.Name = "btnLimpiar"
|
|||
|
Me.btnLimpiar.Size = New System.Drawing.Size(106, 33)
|
|||
|
Me.btnLimpiar.TabIndex = 85
|
|||
|
Me.btnLimpiar.Text = "Limpiar"
|
|||
|
Me.btnLimpiar.UseVisualStyleBackColor = False
|
|||
|
'
|
|||
|
'btnGuardar
|
|||
|
'
|
|||
|
Me.btnGuardar.BackColor = System.Drawing.Color.Black
|
|||
|
Me.btnGuardar.ForeColor = System.Drawing.Color.White
|
|||
|
Me.btnGuardar.Location = New System.Drawing.Point(440, 336)
|
|||
|
Me.btnGuardar.Name = "btnGuardar"
|
|||
|
Me.btnGuardar.Size = New System.Drawing.Size(106, 33)
|
|||
|
Me.btnGuardar.TabIndex = 86
|
|||
|
Me.btnGuardar.Text = "Guardar"
|
|||
|
Me.btnGuardar.UseVisualStyleBackColor = 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.DesHeader)
|
|||
|
Me.panel2.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.panel2.Location = New System.Drawing.Point(-3, -3)
|
|||
|
Me.panel2.Name = "panel2"
|
|||
|
Me.panel2.Size = New System.Drawing.Size(567, 48)
|
|||
|
Me.panel2.TabIndex = 166
|
|||
|
'
|
|||
|
'Img_logoCabecera
|
|||
|
'
|
|||
|
Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo
|
|||
|
Me.Img_logoCabecera.Location = New System.Drawing.Point(443, 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(151, 22)
|
|||
|
Me.DesHeader.TabIndex = 2
|
|||
|
Me.DesHeader.Text = "Reportes CNBV"
|
|||
|
'
|
|||
|
'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.Label8)
|
|||
|
Me.panel3.Controls.Add(Me.lblFooter)
|
|||
|
Me.panel3.ForeColor = System.Drawing.Color.Navy
|
|||
|
Me.panel3.Location = New System.Drawing.Point(-3, 487)
|
|||
|
Me.panel3.Name = "panel3"
|
|||
|
Me.panel3.Size = New System.Drawing.Size(567, 29)
|
|||
|
Me.panel3.TabIndex = 367
|
|||
|
'
|
|||
|
'Label8
|
|||
|
'
|
|||
|
Me.Label8.AutoSize = True
|
|||
|
Me.Label8.BackColor = System.Drawing.Color.Transparent
|
|||
|
Me.Label8.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Label8.ForeColor = System.Drawing.SystemColors.Window
|
|||
|
Me.Label8.Location = New System.Drawing.Point(507, 0)
|
|||
|
Me.Label8.Name = "Label8"
|
|||
|
Me.Label8.Size = New System.Drawing.Size(42, 17)
|
|||
|
Me.Label8.TabIndex = 3
|
|||
|
Me.Label8.Text = "Minds"
|
|||
|
'
|
|||
|
'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(1019, 7)
|
|||
|
Me.lblFooter.Name = "lblFooter"
|
|||
|
Me.lblFooter.Size = New System.Drawing.Size(42, 17)
|
|||
|
Me.lblFooter.TabIndex = 2
|
|||
|
Me.lblFooter.Text = "Minds"
|
|||
|
'
|
|||
|
'frmPatrones
|
|||
|
'
|
|||
|
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(557, 508)
|
|||
|
Me.Controls.Add(Me.panel3)
|
|||
|
Me.Controls.Add(Me.panel2)
|
|||
|
Me.Controls.Add(Me.btnGuardar)
|
|||
|
Me.Controls.Add(Me.btnLimpiar)
|
|||
|
Me.Controls.Add(Me.btnCerrar)
|
|||
|
Me.Controls.Add(Me.cboProducto)
|
|||
|
Me.Controls.Add(Me.cboPatron)
|
|||
|
Me.Controls.Add(Me.lblPatron)
|
|||
|
Me.Controls.Add(Me.lblProducto)
|
|||
|
Me.Controls.Add(Me.GrdPatrones)
|
|||
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|||
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|||
|
Me.MaximizeBox = False
|
|||
|
Me.MinimizeBox = False
|
|||
|
Me.Name = "frmPatrones"
|
|||
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|||
|
Me.Text = "Patrones"
|
|||
|
CType(Me.GrdPatrones, 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 GrdPatrones As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|||
|
Friend WithEvents lblProducto As System.Windows.Forms.Label
|
|||
|
Friend WithEvents lblPatron As System.Windows.Forms.Label
|
|||
|
Friend WithEvents cboPatron As System.Windows.Forms.ComboBox
|
|||
|
Friend WithEvents cboProducto As System.Windows.Forms.ComboBox
|
|||
|
Friend WithEvents btnCerrar As Button
|
|||
|
Friend WithEvents btnLimpiar As Button
|
|||
|
Friend WithEvents btnGuardar As Button
|
|||
|
Private WithEvents panel2 As Panel
|
|||
|
Private WithEvents Img_logoCabecera As PictureBox
|
|||
|
Friend WithEvents DesHeader As Label
|
|||
|
Private WithEvents panel3 As Panel
|
|||
|
Friend WithEvents Label8 As Label
|
|||
|
Friend WithEvents lblFooter As Label
|
|||
|
End Class
|