_ Partial Class FrmStatusPatrones 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.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmStatusPatrones)) Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.cmbPatron = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) 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.lblNumReg = New System.Windows.Forms.Label() Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox3.SuspendLayout() CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'PictureBox1 ' Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Image = Global.CLIENTE.My.Resources.Resources.Logo_Empresa Me.PictureBox1.Location = New System.Drawing.Point(13, 6) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(147, 52) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 65 Me.PictureBox1.TabStop = False ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.cmbPatron) Me.GroupBox3.Controls.Add(Me.Label3) Me.GroupBox3.Location = New System.Drawing.Point(12, 61) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(459, 57) Me.GroupBox3.TabIndex = 67 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Parametros de consulta" ' 'cmbPatron ' 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(343, 23) Me.cmbPatron.TabIndex = 11 ' 'Label3 ' Me.Label3.BackColor = System.Drawing.Color.Transparent Me.Label3.Location = New System.Drawing.Point(9, 22) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(70, 23) Me.Label3.TabIndex = 29 Me.Label3.Text = "Producto" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Label3.ForeColor = System.Drawing.Color.MidnightBlue ' '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, "") ' 'BntSalie ' Me.BntSalie.BackColor = System.Drawing.Color.White 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.MidnightBlue Me.BntSalie.Image = CType(resources.GetObject("BntSalie.Image"), System.Drawing.Image) Me.BntSalie.Location = New System.Drawing.Point(990, 408) Me.BntSalie.Name = "BntSalie" Me.BntSalie.Size = New System.Drawing.Size(106, 33) Me.BntSalie.TabIndex = 76 Me.BntSalie.Text = "Cerrar" Me.BntSalie.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.BntSalie.UseVisualStyleBackColor = True ' 'BtnImprimir ' Me.BtnImprimir.BackColor = System.Drawing.Color.White Me.BtnImprimir.Cursor = System.Windows.Forms.Cursors.Hand Me.BtnImprimir.Enabled = False 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.MidnightBlue Me.BtnImprimir.Image = CType(resources.GetObject("BtnImprimir.Image"), System.Drawing.Image) Me.BtnImprimir.Location = New System.Drawing.Point(990, 447) Me.BtnImprimir.Name = "BtnImprimir" Me.BtnImprimir.Size = New System.Drawing.Size(106, 33) Me.BtnImprimir.TabIndex = 75 Me.BtnImprimir.Text = "Exportar" Me.BtnImprimir.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.BtnImprimir.UseVisualStyleBackColor = True Me.BtnImprimir.Visible = False ' 'BtnLimpiar ' Me.BtnLimpiar.BackColor = System.Drawing.Color.White 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.MidnightBlue Me.BtnLimpiar.Image = CType(resources.GetObject("BtnLimpiar.Image"), System.Drawing.Image) Me.BtnLimpiar.Location = New System.Drawing.Point(990, 369) Me.BtnLimpiar.Name = "BtnLimpiar" Me.BtnLimpiar.Size = New System.Drawing.Size(106, 33) Me.BtnLimpiar.TabIndex = 74 Me.BtnLimpiar.Text = "Limpiar" Me.BtnLimpiar.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.BtnLimpiar.UseVisualStyleBackColor = True ' 'btnConsulta ' Me.btnConsulta.BackColor = System.Drawing.Color.White 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.MidnightBlue Me.btnConsulta.Image = CType(resources.GetObject("btnConsulta.Image"), System.Drawing.Image) Me.btnConsulta.Location = New System.Drawing.Point(990, 330) Me.btnConsulta.Name = "btnConsulta" Me.btnConsulta.Size = New System.Drawing.Size(106, 33) Me.btnConsulta.TabIndex = 73 Me.btnConsulta.Text = "Consulta" Me.btnConsulta.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnConsulta.UseVisualStyleBackColor = True ' '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 = 77 Me.lblNumReg.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'C1TrueDBGrid1 ' Me.C1TrueDBGrid1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.C1TrueDBGrid1.CaptionHeight = 17 Me.C1TrueDBGrid1.GroupByCaption = "AGRUPAR" Me.C1TrueDBGrid1.Images.Add(CType(resources.GetObject("C1TrueDBGrid1.Images"), System.Drawing.Image)) Me.C1TrueDBGrid1.Location = New System.Drawing.Point(10, 127) 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 = 72 Me.C1TrueDBGrid1.Text = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PropBag = resources.GetString("C1TrueDBGrid1.PropBag") ' 'FrmStatusPatrones ' 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, 512) Me.Controls.Add(Me.lblNumReg) 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.PictureBox1) Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "FrmStatusPatrones" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Actualiza Status de Patrones" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox3.ResumeLayout(False) CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox 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 ImageList1 As System.Windows.Forms.ImageList 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 lblNumReg As System.Windows.Forms.Label Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid End Class