Partial Class frmVigenciaCon 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(frmVigenciaCon)) Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.panel2 = New System.Windows.Forms.Panel() Me.Img_logoCabecera = New System.Windows.Forms.PictureBox() Me.DesHeader = New System.Windows.Forms.Label() Me.lblNumReg = New System.Windows.Forms.Label() Me.panel3 = New System.Windows.Forms.Panel() Me.Label3 = New System.Windows.Forms.Label() Me.lblFooter = New System.Windows.Forms.Label() Me.gb1 = New System.Windows.Forms.GroupBox() Me.txtCuenta = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.btnLimpiar = New System.Windows.Forms.Button() Me.cmbPatron = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.cmbCliente = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.btnAgrupar = New System.Windows.Forms.Button() Me.BtnConsul = New System.Windows.Forms.Button() Me.gb2 = New System.Windows.Forms.GroupBox() Me.cmbAlarmas = New System.Windows.Forms.ComboBox() Me.Label5 = New System.Windows.Forms.Label() Me.btnLimpiarSin = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.lblAlarmados = New System.Windows.Forms.Label() Me.lblNoalarmados = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit() Me.panel2.SuspendLayout() CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit() Me.panel3.SuspendLayout() Me.gb1.SuspendLayout() Me.gb2.SuspendLayout() Me.SuspendLayout() ' 'C1TrueDBGrid1 ' Me.C1TrueDBGrid1.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.C1TrueDBGrid1.FetchRowStyles = True Me.C1TrueDBGrid1.FilterBar = True Me.C1TrueDBGrid1.GroupByCaption = "AGRUPAR" Me.C1TrueDBGrid1.Images.Add(CType(resources.GetObject("C1TrueDBGrid1.Images"), System.Drawing.Image)) Me.C1TrueDBGrid1.Location = New System.Drawing.Point(12, 147) 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.Size = New System.Drawing.Size(941, 247) Me.C1TrueDBGrid1.TabIndex = 1 Me.C1TrueDBGrid1.Text = "C1TrueDBGrid1" Me.C1TrueDBGrid1.PropBag = resources.GetString("C1TrueDBGrid1.PropBag") ' 'panel2 ' Me.panel2.BackColor = System.Drawing.Color.Black Me.panel2.Controls.Add(Me.Img_logoCabecera) Me.panel2.Controls.Add(Me.DesHeader) Me.panel2.Dock = System.Windows.Forms.DockStyle.Top 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(965, 44) Me.panel2.TabIndex = 168 ' '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(778, -6) 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(320, 22) Me.DesHeader.TabIndex = 2 Me.DesHeader.Text = "Vigencia Alertas Con Transacción" ' 'lblNumReg ' Me.lblNumReg.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblNumReg.Font = New System.Drawing.Font("Verdana", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblNumReg.ForeColor = System.Drawing.Color.MidnightBlue Me.lblNumReg.Location = New System.Drawing.Point(12, 397) Me.lblNumReg.Name = "lblNumReg" Me.lblNumReg.Size = New System.Drawing.Size(108, 34) Me.lblNumReg.TabIndex = 169 Me.lblNumReg.Text = "Total de Registros" Me.lblNumReg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'panel3 ' Me.panel3.BackColor = System.Drawing.Color.Black Me.panel3.Controls.Add(Me.Label3) Me.panel3.Controls.Add(Me.lblFooter) Me.panel3.Dock = System.Windows.Forms.DockStyle.Bottom Me.panel3.ForeColor = System.Drawing.Color.Navy Me.panel3.Location = New System.Drawing.Point(0, 443) Me.panel3.Name = "panel3" Me.panel3.Size = New System.Drawing.Size(965, 22) Me.panel3.TabIndex = 363 ' 'Label3 ' Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.Color.Transparent Me.Label3.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.ForeColor = System.Drawing.SystemColors.Window Me.Label3.Location = New System.Drawing.Point(918, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(42, 17) Me.Label3.TabIndex = 3 Me.Label3.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" ' 'gb1 ' Me.gb1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.gb1.Controls.Add(Me.txtCuenta) Me.gb1.Controls.Add(Me.Label4) Me.gb1.Controls.Add(Me.btnLimpiar) Me.gb1.Controls.Add(Me.cmbPatron) Me.gb1.Controls.Add(Me.Label2) Me.gb1.Controls.Add(Me.cmbCliente) Me.gb1.Controls.Add(Me.Label1) Me.gb1.Controls.Add(Me.btnAgrupar) Me.gb1.Controls.Add(Me.BtnConsul) Me.gb1.Location = New System.Drawing.Point(12, 54) Me.gb1.Name = "gb1" Me.gb1.Size = New System.Drawing.Size(941, 87) Me.gb1.TabIndex = 364 Me.gb1.TabStop = False ' 'txtCuenta ' Me.txtCuenta.Location = New System.Drawing.Point(416, 21) Me.txtCuenta.Name = "txtCuenta" Me.txtCuenta.Size = New System.Drawing.Size(227, 20) Me.txtCuenta.TabIndex = 166 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue Me.Label4.Location = New System.Drawing.Point(369, 24) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(41, 13) Me.Label4.TabIndex = 165 Me.Label4.Text = "Cuenta" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'btnLimpiar ' Me.btnLimpiar.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnLimpiar.BackColor = System.Drawing.Color.Black Me.btnLimpiar.Cursor = System.Windows.Forms.Cursors.Hand Me.btnLimpiar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnLimpiar.ForeColor = System.Drawing.Color.White Me.btnLimpiar.Location = New System.Drawing.Point(713, 12) Me.btnLimpiar.Name = "btnLimpiar" Me.btnLimpiar.Size = New System.Drawing.Size(108, 33) Me.btnLimpiar.TabIndex = 164 Me.btnLimpiar.Text = "&Limpiar" Me.btnLimpiar.UseVisualStyleBackColor = False ' 'cmbPatron ' Me.cmbPatron.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbPatron.DropDownWidth = 220 Me.cmbPatron.Location = New System.Drawing.Point(79, 56) Me.cmbPatron.Name = "cmbPatron" Me.cmbPatron.Size = New System.Drawing.Size(280, 21) Me.cmbPatron.TabIndex = 163 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue Me.Label2.Location = New System.Drawing.Point(10, 59) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(63, 13) Me.Label2.TabIndex = 162 Me.Label2.Text = "Tipo Alarma" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'cmbCliente ' Me.cmbCliente.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbCliente.DropDownWidth = 490 Me.cmbCliente.Location = New System.Drawing.Point(79, 20) Me.cmbCliente.Name = "cmbCliente" Me.cmbCliente.Size = New System.Drawing.Size(280, 21) Me.cmbCliente.TabIndex = 160 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue Me.Label1.Location = New System.Drawing.Point(9, 23) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(39, 13) Me.Label1.TabIndex = 161 Me.Label1.Text = "Cliente" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'btnAgrupar ' Me.btnAgrupar.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnAgrupar.BackColor = System.Drawing.Color.Black Me.btnAgrupar.Cursor = System.Windows.Forms.Cursors.Hand Me.btnAgrupar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAgrupar.ForeColor = System.Drawing.Color.White Me.btnAgrupar.Location = New System.Drawing.Point(827, 48) Me.btnAgrupar.Name = "btnAgrupar" Me.btnAgrupar.Size = New System.Drawing.Size(108, 33) Me.btnAgrupar.TabIndex = 159 Me.btnAgrupar.Text = "&Agrupar" Me.btnAgrupar.UseVisualStyleBackColor = False ' 'BtnConsul ' Me.BtnConsul.Anchor = System.Windows.Forms.AnchorStyles.Right Me.BtnConsul.BackColor = System.Drawing.Color.Black Me.BtnConsul.Cursor = System.Windows.Forms.Cursors.Hand Me.BtnConsul.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BtnConsul.ForeColor = System.Drawing.Color.White Me.BtnConsul.Location = New System.Drawing.Point(827, 12) Me.BtnConsul.Name = "BtnConsul" Me.BtnConsul.Size = New System.Drawing.Size(108, 33) Me.BtnConsul.TabIndex = 158 Me.BtnConsul.Text = "&Buscar" Me.BtnConsul.UseVisualStyleBackColor = False ' 'gb2 ' Me.gb2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.gb2.Controls.Add(Me.cmbAlarmas) Me.gb2.Controls.Add(Me.Label5) Me.gb2.Controls.Add(Me.btnLimpiarSin) Me.gb2.Controls.Add(Me.Button2) Me.gb2.Location = New System.Drawing.Point(12, 54) Me.gb2.Name = "gb2" Me.gb2.Size = New System.Drawing.Size(941, 87) Me.gb2.TabIndex = 167 Me.gb2.TabStop = False ' 'cmbAlarmas ' Me.cmbAlarmas.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbAlarmas.DropDownWidth = 220 Me.cmbAlarmas.Location = New System.Drawing.Point(79, 33) Me.cmbAlarmas.Name = "cmbAlarmas" Me.cmbAlarmas.Size = New System.Drawing.Size(366, 21) Me.cmbAlarmas.TabIndex = 168 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.MidnightBlue Me.Label5.Location = New System.Drawing.Point(10, 36) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(63, 13) Me.Label5.TabIndex = 167 Me.Label5.Text = "Tipo Alarma" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'btnLimpiarSin ' Me.btnLimpiarSin.Anchor = System.Windows.Forms.AnchorStyles.Right Me.btnLimpiarSin.BackColor = System.Drawing.Color.Black Me.btnLimpiarSin.Cursor = System.Windows.Forms.Cursors.Hand Me.btnLimpiarSin.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnLimpiarSin.ForeColor = System.Drawing.Color.White Me.btnLimpiarSin.Location = New System.Drawing.Point(713, 24) Me.btnLimpiarSin.Name = "btnLimpiarSin" Me.btnLimpiarSin.Size = New System.Drawing.Size(108, 33) Me.btnLimpiarSin.TabIndex = 166 Me.btnLimpiarSin.Text = "&Limpiar" Me.btnLimpiarSin.UseVisualStyleBackColor = False ' 'Button2 ' Me.Button2.Anchor = System.Windows.Forms.AnchorStyles.Right Me.Button2.BackColor = System.Drawing.Color.Black Me.Button2.Cursor = System.Windows.Forms.Cursors.Hand Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.ForeColor = System.Drawing.Color.White Me.Button2.Location = New System.Drawing.Point(827, 24) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(108, 33) Me.Button2.TabIndex = 165 Me.Button2.Text = "&Buscar" Me.Button2.UseVisualStyleBackColor = False ' 'lblAlarmados ' Me.lblAlarmados.Anchor = System.Windows.Forms.AnchorStyles.Bottom Me.lblAlarmados.BackColor = System.Drawing.Color.Yellow Me.lblAlarmados.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblAlarmados.Cursor = System.Windows.Forms.Cursors.Hand Me.lblAlarmados.Location = New System.Drawing.Point(276, 404) Me.lblAlarmados.Name = "lblAlarmados" Me.lblAlarmados.Size = New System.Drawing.Size(146, 20) Me.lblAlarmados.TabIndex = 365 Me.lblAlarmados.Text = "Vencidas" Me.lblAlarmados.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'lblNoalarmados ' Me.lblNoalarmados.Anchor = System.Windows.Forms.AnchorStyles.Bottom Me.lblNoalarmados.BackColor = System.Drawing.Color.Yellow Me.lblNoalarmados.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblNoalarmados.Cursor = System.Windows.Forms.Cursors.Hand Me.lblNoalarmados.Location = New System.Drawing.Point(467, 404) Me.lblNoalarmados.Name = "lblNoalarmados" Me.lblNoalarmados.Size = New System.Drawing.Size(146, 20) Me.lblNoalarmados.TabIndex = 366 Me.lblNoalarmados.Text = "En tiempo" Me.lblNoalarmados.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Button1 ' Me.Button1.Anchor = System.Windows.Forms.AnchorStyles.Right Me.Button1.BackColor = System.Drawing.Color.Black Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Location = New System.Drawing.Point(845, 397) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(108, 33) Me.Button1.TabIndex = 367 Me.Button1.Text = "&Cerrar" Me.Button1.UseVisualStyleBackColor = False ' 'frmVigenciaCon ' 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(965, 465) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.lblNoalarmados) Me.Controls.Add(Me.lblAlarmados) Me.Controls.Add(Me.panel3) Me.Controls.Add(Me.lblNumReg) Me.Controls.Add(Me.panel2) Me.Controls.Add(Me.C1TrueDBGrid1) Me.Controls.Add(Me.gb2) Me.Controls.Add(Me.gb1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmVigenciaCon" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Vigencia Alertas Con Transacción" CType(Me.C1TrueDBGrid1, 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.gb1.ResumeLayout(False) Me.gb1.PerformLayout() Me.gb2.ResumeLayout(False) Me.gb2.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid Private WithEvents panel2 As Panel Private WithEvents Img_logoCabecera As PictureBox Friend WithEvents DesHeader As Label Friend WithEvents lblNumReg As Label Private WithEvents panel3 As Panel Friend WithEvents Label3 As Label Friend WithEvents lblFooter As Label Friend WithEvents gb1 As GroupBox Friend WithEvents btnAgrupar As Button Friend WithEvents BtnConsul As Button Friend WithEvents cmbCliente As ComboBox Friend WithEvents Label1 As Label Friend WithEvents cmbPatron As ComboBox Friend WithEvents Label2 As Label Friend WithEvents btnLimpiar As Button Friend WithEvents txtCuenta As TextBox Friend WithEvents Label4 As Label Friend WithEvents gb2 As GroupBox Friend WithEvents lblAlarmados As Label Friend WithEvents lblNoalarmados As Label Friend WithEvents cmbAlarmas As ComboBox Friend WithEvents Label5 As Label Friend WithEvents btnLimpiarSin As Button Friend WithEvents Button2 As Button Friend WithEvents Button1 As Button End Class