_ Partial Class MyAsignaGrupo Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MyAsignaGrupo)) Me.PnPais = New System.Windows.Forms.Panel() Me.cboCuenta = New System.Windows.Forms.ComboBox() Me.Label5 = New System.Windows.Forms.Label() Me.cboCliente = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.lblGrupos = New System.Windows.Forms.Label() Me.cboGruCue = New System.Windows.Forms.ComboBox() Me.chkActivo = New System.Windows.Forms.CheckBox() Me.GridMaster = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.BntSalie = New System.Windows.Forms.Button() Me.BtnAlta = New System.Windows.Forms.Button() Me.BtnLimpiar = New System.Windows.Forms.Button() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.txtCriterio = New System.Windows.Forms.TextBox() Me.cboBuscar = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.BtnBuscar = New System.Windows.Forms.Button() Me.panel2 = New System.Windows.Forms.Panel() Me.Img_logoCabecera = New System.Windows.Forms.PictureBox() Me.Label3 = New System.Windows.Forms.Label() Me.panel3 = New System.Windows.Forms.Panel() Me.Label6 = New System.Windows.Forms.Label() Me.lblFooter = New System.Windows.Forms.Label() Me.PnPais.SuspendLayout() CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.panel2.SuspendLayout() CType(Me.Img_logoCabecera, System.ComponentModel.ISupportInitialize).BeginInit() Me.panel3.SuspendLayout() Me.SuspendLayout() ' 'PnPais ' Me.PnPais.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PnPais.Controls.Add(Me.cboCuenta) Me.PnPais.Controls.Add(Me.Label5) Me.PnPais.Controls.Add(Me.cboCliente) Me.PnPais.Controls.Add(Me.Label4) Me.PnPais.Controls.Add(Me.lblGrupos) Me.PnPais.Controls.Add(Me.cboGruCue) Me.PnPais.Controls.Add(Me.chkActivo) Me.PnPais.Location = New System.Drawing.Point(12, 292) Me.PnPais.Name = "PnPais" Me.PnPais.Size = New System.Drawing.Size(724, 100) Me.PnPais.TabIndex = 73 ' 'cboCuenta ' Me.cboCuenta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.cboCuenta.Enabled = False Me.cboCuenta.Location = New System.Drawing.Point(138, 67) Me.cboCuenta.Name = "cboCuenta" Me.cboCuenta.Size = New System.Drawing.Size(250, 24) Me.cboCuenta.TabIndex = 27 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.ForeColor = System.Drawing.Color.MidnightBlue Me.Label5.Location = New System.Drawing.Point(14, 68) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(41, 13) Me.Label5.TabIndex = 29 Me.Label5.Text = "Cuenta" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'cboCliente ' Me.cboCliente.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.cboCliente.Enabled = False Me.cboCliente.Location = New System.Drawing.Point(138, 38) Me.cboCliente.Name = "cboCliente" Me.cboCliente.Size = New System.Drawing.Size(578, 24) Me.cboCliente.TabIndex = 26 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.ForeColor = System.Drawing.Color.MidnightBlue Me.Label4.Location = New System.Drawing.Point(14, 39) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(39, 13) Me.Label4.TabIndex = 28 Me.Label4.Text = "Cliente" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'lblGrupos ' Me.lblGrupos.AutoSize = True Me.lblGrupos.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblGrupos.ForeColor = System.Drawing.Color.MidnightBlue Me.lblGrupos.Location = New System.Drawing.Point(14, 12) Me.lblGrupos.Name = "lblGrupos" Me.lblGrupos.Size = New System.Drawing.Size(101, 13) Me.lblGrupos.TabIndex = 25 Me.lblGrupos.Text = "Grupo de Monitoreo" Me.lblGrupos.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'cboGruCue ' Me.cboGruCue.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboGruCue.ItemHeight = 13 Me.cboGruCue.Location = New System.Drawing.Point(138, 9) Me.cboGruCue.Name = "cboGruCue" Me.cboGruCue.Size = New System.Drawing.Size(250, 21) Me.cboGruCue.TabIndex = 24 ' 'chkActivo ' Me.chkActivo.Enabled = False Me.chkActivo.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.chkActivo.ForeColor = System.Drawing.Color.Red Me.chkActivo.Location = New System.Drawing.Point(434, 67) Me.chkActivo.Name = "chkActivo" Me.chkActivo.Size = New System.Drawing.Size(72, 21) Me.chkActivo.TabIndex = 5 Me.chkActivo.Text = "Activo:" Me.chkActivo.Visible = False ' 'GridMaster ' Me.GridMaster.AllowUpdate = False Me.GridMaster.AllowUpdateOnBlur = False Me.GridMaster.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.GridMaster.BackColor = System.Drawing.Color.White Me.GridMaster.EditDropDown = False Me.GridMaster.FilterBar = True Me.GridMaster.GroupByCaption = "AGRUPAR" Me.GridMaster.Images.Add(CType(resources.GetObject("GridMaster.Images"), System.Drawing.Image)) Me.GridMaster.Location = New System.Drawing.Point(12, 135) Me.GridMaster.Name = "GridMaster" Me.GridMaster.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.GridMaster.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.GridMaster.PreviewInfo.ZoomFactor = 75.0R Me.GridMaster.PrintInfo.PageSettings = CType(resources.GetObject("GridMaster.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings) Me.GridMaster.Size = New System.Drawing.Size(724, 149) Me.GridMaster.TabIndex = 72 Me.GridMaster.Text = "C1TrueDBGrid1" Me.GridMaster.PropBag = resources.GetString("GridMaster.PropBag") ' 'ImageList1 ' Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList1.TransparentColor = System.Drawing.Color.Turquoise Me.ImageList1.Images.SetKeyName(0, "") Me.ImageList1.Images.SetKeyName(1, "") Me.ImageList1.Images.SetKeyName(2, "") Me.ImageList1.Images.SetKeyName(3, "") Me.ImageList1.Images.SetKeyName(4, "") Me.ImageList1.Images.SetKeyName(5, "") Me.ImageList1.Images.SetKeyName(6, "") Me.ImageList1.Images.SetKeyName(7, "") ' 'BntSalie ' Me.BntSalie.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.BntSalie.BackColor = System.Drawing.Color.Black 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.White Me.BntSalie.Location = New System.Drawing.Point(752, 359) Me.BntSalie.Name = "BntSalie" Me.BntSalie.Size = New System.Drawing.Size(106, 33) Me.BntSalie.TabIndex = 101 Me.BntSalie.Text = "Cerrar" Me.BntSalie.UseVisualStyleBackColor = False ' 'BtnAlta ' Me.BtnAlta.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.BtnAlta.BackColor = System.Drawing.Color.Black Me.BtnAlta.Cursor = System.Windows.Forms.Cursors.Hand Me.BtnAlta.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BtnAlta.ForeColor = System.Drawing.Color.White Me.BtnAlta.Location = New System.Drawing.Point(752, 281) Me.BtnAlta.Name = "BtnAlta" Me.BtnAlta.Size = New System.Drawing.Size(106, 33) Me.BtnAlta.TabIndex = 99 Me.BtnAlta.Text = "Guardar" Me.BtnAlta.UseVisualStyleBackColor = False ' 'BtnLimpiar ' Me.BtnLimpiar.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) 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.75!, 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(752, 320) Me.BtnLimpiar.Name = "BtnLimpiar" Me.BtnLimpiar.Size = New System.Drawing.Size(106, 33) Me.BtnLimpiar.TabIndex = 96 Me.BtnLimpiar.Text = "Limpiar" Me.BtnLimpiar.UseVisualStyleBackColor = False ' 'GroupBox1 ' Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupBox1.Controls.Add(Me.txtCriterio) Me.GroupBox1.Controls.Add(Me.cboBuscar) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Location = New System.Drawing.Point(12, 64) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(723, 65) Me.GroupBox1.TabIndex = 103 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Parámetros Búsqueda" ' 'txtCriterio ' Me.txtCriterio.Location = New System.Drawing.Point(138, 26) Me.txtCriterio.Name = "txtCriterio" Me.txtCriterio.Size = New System.Drawing.Size(275, 20) Me.txtCriterio.TabIndex = 3 ' 'cboBuscar ' Me.cboBuscar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboBuscar.FormattingEnabled = True Me.cboBuscar.Location = New System.Drawing.Point(524, 26) Me.cboBuscar.Name = "cboBuscar" Me.cboBuscar.Size = New System.Drawing.Size(192, 21) Me.cboBuscar.TabIndex = 2 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.MidnightBlue Me.Label2.Location = New System.Drawing.Point(439, 31) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(59, 13) Me.Label2.TabIndex = 1 Me.Label2.Text = "Buscar Por" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue Me.Label1.Location = New System.Drawing.Point(11, 29) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(105, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Criterio de Búsqueda" ' 'BtnBuscar ' Me.BtnBuscar.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.BtnBuscar.BackColor = System.Drawing.Color.Black Me.BtnBuscar.Cursor = System.Windows.Forms.Cursors.Hand Me.BtnBuscar.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BtnBuscar.ForeColor = System.Drawing.Color.White Me.BtnBuscar.Location = New System.Drawing.Point(752, 83) Me.BtnBuscar.Name = "BtnBuscar" Me.BtnBuscar.Size = New System.Drawing.Size(106, 33) Me.BtnBuscar.TabIndex = 104 Me.BtnBuscar.Text = "Buscar" Me.BtnBuscar.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.Label3) Me.panel2.ForeColor = System.Drawing.Color.Navy Me.panel2.Location = New System.Drawing.Point(0, -3) Me.panel2.Name = "panel2" Me.panel2.Size = New System.Drawing.Size(878, 61) Me.panel2.TabIndex = 160 ' 'Img_logoCabecera ' Me.Img_logoCabecera.Image = Global.CLIENTE.My.Resources.Resources.blackrock_logo Me.Img_logoCabecera.Location = New System.Drawing.Point(758, 8) 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 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.BackColor = System.Drawing.Color.Transparent Me.Label3.Font = New System.Drawing.Font("Century Gothic", 14.25!, 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(21, 8) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(214, 22) Me.Label3.TabIndex = 2 Me.Label3.Text = "Asignacion de Grupos" ' '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.Label6) Me.panel3.Controls.Add(Me.lblFooter) Me.panel3.ForeColor = System.Drawing.Color.Navy Me.panel3.Location = New System.Drawing.Point(0, 415) Me.panel3.Name = "panel3" Me.panel3.Size = New System.Drawing.Size(875, 33) Me.panel3.TabIndex = 361 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.BackColor = System.Drawing.Color.Transparent Me.Label6.Font = New System.Drawing.Font("Century Gothic", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.ForeColor = System.Drawing.SystemColors.Window Me.Label6.Location = New System.Drawing.Point(830, 16) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(42, 17) Me.Label6.TabIndex = 3 Me.Label6.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" ' 'MyAsignaGrupo ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None Me.BackColor = System.Drawing.Color.White Me.ClientSize = New System.Drawing.Size(873, 448) Me.Controls.Add(Me.panel3) Me.Controls.Add(Me.panel2) Me.Controls.Add(Me.BtnBuscar) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.BntSalie) Me.Controls.Add(Me.BtnAlta) Me.Controls.Add(Me.BtnLimpiar) Me.Controls.Add(Me.PnPais) Me.Controls.Add(Me.GridMaster) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "MyAsignaGrupo" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Asignacion de Grupos" Me.PnPais.ResumeLayout(False) Me.PnPais.PerformLayout() CType(Me.GridMaster, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() 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) End Sub Friend WithEvents PnPais As System.Windows.Forms.Panel Friend WithEvents chkActivo As System.Windows.Forms.CheckBox Friend WithEvents GridMaster As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents cboCuenta As System.Windows.Forms.ComboBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents cboCliente As System.Windows.Forms.ComboBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents lblGrupos As System.Windows.Forms.Label Friend WithEvents cboGruCue As System.Windows.Forms.ComboBox Friend WithEvents BntSalie As System.Windows.Forms.Button Friend WithEvents BtnAlta As System.Windows.Forms.Button Friend WithEvents BtnLimpiar As System.Windows.Forms.Button Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents txtCriterio As System.Windows.Forms.TextBox Friend WithEvents cboBuscar As System.Windows.Forms.ComboBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents BtnBuscar As System.Windows.Forms.Button Private WithEvents panel2 As Panel Private WithEvents Img_logoCabecera As PictureBox Friend WithEvents Label3 As Label Private WithEvents panel3 As Panel Friend WithEvents Label6 As Label Friend WithEvents lblFooter As Label End Class