/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     this.cmbGrupoFiltro = new System.Windows.Forms.ComboBox();
     this.cmbEstadoFiltro = new System.Windows.Forms.ComboBox();
     this.lblGrupoFiltro = new System.Windows.Forms.Label();
     this.lblEstadoFiltro = new System.Windows.Forms.Label();
     this.lblUsuarioFiltro = new System.Windows.Forms.Label();
     this.txtUsuarioFiltro = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnREESTABLECERCONTRASENA = new System.Windows.Forms.Button();
     this.lblReestablecer = new System.Windows.Forms.Label();
     this.botoneraAdministracion = new VISTA.botoneraAdministracion();
     this.dgvGrilla = new System.Windows.Forms.DataGridView();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvGrilla)).BeginInit();
     this.SuspendLayout();
     //
     // cmbGrupoFiltro
     //
     this.cmbGrupoFiltro.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbGrupoFiltro.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbGrupoFiltro.FormattingEnabled = true;
     this.cmbGrupoFiltro.Location = new System.Drawing.Point(345, 20);
     this.cmbGrupoFiltro.Name = "cmbGrupoFiltro";
     this.cmbGrupoFiltro.Size = new System.Drawing.Size(122, 23);
     this.cmbGrupoFiltro.TabIndex = 2;
     this.cmbGrupoFiltro.SelectionChangeCommitted += new System.EventHandler(this.cmbGrupo_SelectionChangeCommitted);
     //
     // cmbEstadoFiltro
     //
     this.cmbEstadoFiltro.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbEstadoFiltro.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbEstadoFiltro.FormattingEnabled = true;
     this.cmbEstadoFiltro.Location = new System.Drawing.Point(524, 21);
     this.cmbEstadoFiltro.Name = "cmbEstadoFiltro";
     this.cmbEstadoFiltro.Size = new System.Drawing.Size(76, 23);
     this.cmbEstadoFiltro.TabIndex = 3;
     this.cmbEstadoFiltro.SelectionChangeCommitted += new System.EventHandler(this.cmbEstado_SelectionChangeCommitted);
     //
     // lblGrupoFiltro
     //
     this.lblGrupoFiltro.AutoSize = true;
     this.lblGrupoFiltro.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGrupoFiltro.Location = new System.Drawing.Point(300, 24);
     this.lblGrupoFiltro.Name = "lblGrupoFiltro";
     this.lblGrupoFiltro.Size = new System.Drawing.Size(44, 15);
     this.lblGrupoFiltro.TabIndex = 12;
     this.lblGrupoFiltro.Text = "Grupo:";
     //
     // lblEstadoFiltro
     //
     this.lblEstadoFiltro.AutoSize = true;
     this.lblEstadoFiltro.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEstadoFiltro.Location = new System.Drawing.Point(475, 25);
     this.lblEstadoFiltro.Name = "lblEstadoFiltro";
     this.lblEstadoFiltro.Size = new System.Drawing.Size(48, 15);
     this.lblEstadoFiltro.TabIndex = 13;
     this.lblEstadoFiltro.Text = "Estado:";
     //
     // lblUsuarioFiltro
     //
     this.lblUsuarioFiltro.AutoSize = true;
     this.lblUsuarioFiltro.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUsuarioFiltro.Location = new System.Drawing.Point(15, 24);
     this.lblUsuarioFiltro.Name = "lblUsuarioFiltro";
     this.lblUsuarioFiltro.Size = new System.Drawing.Size(53, 15);
     this.lblUsuarioFiltro.TabIndex = 14;
     this.lblUsuarioFiltro.Text = "Usuario:";
     //
     // txtUsuarioFiltro
     //
     this.txtUsuarioFiltro.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtUsuarioFiltro.Location = new System.Drawing.Point(68, 21);
     this.txtUsuarioFiltro.Name = "txtUsuarioFiltro";
     this.txtUsuarioFiltro.Size = new System.Drawing.Size(217, 21);
     this.txtUsuarioFiltro.TabIndex = 1;
     this.txtUsuarioFiltro.TextChanged += new System.EventHandler(this.txtUsuario_TextChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cmbEstadoFiltro);
     this.groupBox1.Controls.Add(this.cmbGrupoFiltro);
     this.groupBox1.Controls.Add(this.txtUsuarioFiltro);
     this.groupBox1.Controls.Add(this.lblUsuarioFiltro);
     this.groupBox1.Controls.Add(this.lblGrupoFiltro);
     this.groupBox1.Controls.Add(this.lblEstadoFiltro);
     this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(89, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(612, 54);
     this.groupBox1.TabIndex = 68;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Filtrar";
     //
     // btnREESTABLECERCONTRASENA
     //
     this.btnREESTABLECERCONTRASENA.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnREESTABLECERCONTRASENA.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnREESTABLECERCONTRASENA.Image = global::VISTA.Properties.Resources.newspaper_32x32;
     this.btnREESTABLECERCONTRASENA.Location = new System.Drawing.Point(19, 353);
     this.btnREESTABLECERCONTRASENA.Name = "btnREESTABLECERCONTRASENA";
     this.btnREESTABLECERCONTRASENA.Size = new System.Drawing.Size(45, 35);
     this.btnREESTABLECERCONTRASENA.TabIndex = 69;
     this.btnREESTABLECERCONTRASENA.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnREESTABLECERCONTRASENA.UseVisualStyleBackColor = true;
     this.btnREESTABLECERCONTRASENA.Click += new System.EventHandler(this.btnREESTABLECERCONTRASENA_Click);
     this.btnREESTABLECERCONTRASENA.MouseLeave += new System.EventHandler(this.btnREESTABLECERCONTRASENA_MouseLeave);
     this.btnREESTABLECERCONTRASENA.MouseHover += new System.EventHandler(this.btnREESTABLECERCONTRASENA_MouseHover);
     //
     // lblReestablecer
     //
     this.lblReestablecer.AutoSize = true;
     this.lblReestablecer.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblReestablecer.Location = new System.Drawing.Point(12, 391);
     this.lblReestablecer.Name = "lblReestablecer";
     this.lblReestablecer.Size = new System.Drawing.Size(62, 12);
     this.lblReestablecer.TabIndex = 70;
     this.lblReestablecer.Text = "Reestablecer ";
     this.lblReestablecer.Visible = false;
     //
     // botoneraAdministracion
     //
     this.botoneraAdministracion.Location = new System.Drawing.Point(12, 10);
     this.botoneraAdministracion.Name = "botoneraAdministracion";
     this.botoneraAdministracion.Size = new System.Drawing.Size(62, 460);
     this.botoneraAdministracion.TabIndex = 4;
     this.botoneraAdministracion.Click_Alta += new VISTA.Eventos_Botonera(this.btnALTAS_Click);
     this.botoneraAdministracion.Click_Baja += new VISTA.Eventos_Botonera(this.btnBAJAS_Click);
     this.botoneraAdministracion.Click_Modificacion += new VISTA.Eventos_Botonera(this.btnMODIFICACIONES_Click);
     this.botoneraAdministracion.Click_Consulta += new VISTA.Eventos_Botonera(this.btnCONSULTAS_Click);
     this.botoneraAdministracion.Click_Cerrar += new VISTA.Eventos_Botonera(this.btnCERRAR_Click);
     this.botoneraAdministracion.Click_REFRESCAR += new VISTA.Eventos_Botonera(this.btnRefrescar_Click);
     //
     // dgvGrilla
     //
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.dgvGrilla.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvGrilla.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.ColumnHeader;
     this.dgvGrilla.BackgroundColor = System.Drawing.SystemColors.Control;
     this.dgvGrilla.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.HotTrack;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.GradientInactiveCaption;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlLightLight;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvGrilla.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvGrilla.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgvGrilla.Cursor = System.Windows.Forms.Cursors.Hand;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvGrilla.DefaultCellStyle = dataGridViewCellStyle3;
     this.dgvGrilla.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvGrilla.EnableHeadersVisualStyles = false;
     this.dgvGrilla.GridColor = System.Drawing.SystemColors.ButtonHighlight;
     this.dgvGrilla.Location = new System.Drawing.Point(89, 68);
     this.dgvGrilla.MultiSelect = false;
     this.dgvGrilla.Name = "dgvGrilla";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvGrilla.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.dgvGrilla.RowHeadersVisible = false;
     this.dgvGrilla.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
     this.dgvGrilla.RowsDefaultCellStyle = dataGridViewCellStyle5;
     this.dgvGrilla.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvGrilla.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvGrilla.Size = new System.Drawing.Size(612, 402);
     this.dgvGrilla.TabIndex = 71;
     //
     // frmUSUARIOS
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(712, 482);
     this.ControlBox = false;
     this.Controls.Add(this.dgvGrilla);
     this.Controls.Add(this.lblReestablecer);
     this.Controls.Add(this.btnREESTABLECERCONTRASENA);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.botoneraAdministracion);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "frmUSUARIOS";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmUSUARIOS";
     this.Load += new System.EventHandler(this.frmUSUARIOS_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvGrilla)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupBox = new System.Windows.Forms.GroupBox();
     this.txtGrupoFiltro = new System.Windows.Forms.TextBox();
     this.lblGrupoFiltro = new System.Windows.Forms.Label();
     this.botoneraAdministracion = new VISTA.botoneraAdministracion();
     this.dgvGrilla = new System.Windows.Forms.DataGridView();
     this.groupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvGrilla)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox
     //
     this.groupBox.Controls.Add(this.txtGrupoFiltro);
     this.groupBox.Controls.Add(this.lblGrupoFiltro);
     this.groupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox.Location = new System.Drawing.Point(89, 8);
     this.groupBox.Name = "groupBox";
     this.groupBox.Size = new System.Drawing.Size(357, 54);
     this.groupBox.TabIndex = 69;
     this.groupBox.TabStop = false;
     this.groupBox.Text = "Filtrar";
     //
     // txtGrupoFiltro
     //
     this.txtGrupoFiltro.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGrupoFiltro.Location = new System.Drawing.Point(89, 22);
     this.txtGrupoFiltro.Name = "txtGrupoFiltro";
     this.txtGrupoFiltro.Size = new System.Drawing.Size(248, 21);
     this.txtGrupoFiltro.TabIndex = 1;
     this.txtGrupoFiltro.TextChanged += new System.EventHandler(this.txtGrupo_TextChanged);
     //
     // lblGrupoFiltro
     //
     this.lblGrupoFiltro.AutoSize = true;
     this.lblGrupoFiltro.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGrupoFiltro.Location = new System.Drawing.Point(42, 25);
     this.lblGrupoFiltro.Name = "lblGrupoFiltro";
     this.lblGrupoFiltro.Size = new System.Drawing.Size(44, 15);
     this.lblGrupoFiltro.TabIndex = 14;
     this.lblGrupoFiltro.Text = "Grupo:";
     //
     // botoneraAdministracion
     //
     this.botoneraAdministracion.Location = new System.Drawing.Point(12, 10);
     this.botoneraAdministracion.Name = "botoneraAdministracion";
     this.botoneraAdministracion.Size = new System.Drawing.Size(65, 460);
     this.botoneraAdministracion.TabIndex = 4;
     this.botoneraAdministracion.Click_Alta += new VISTA.Eventos_Botonera(this.btnALTAS_Click);
     this.botoneraAdministracion.Click_Baja += new VISTA.Eventos_Botonera(this.btnBAJAS_Click);
     this.botoneraAdministracion.Click_Modificacion += new VISTA.Eventos_Botonera(this.btnMODIFICACIONES_Click);
     this.botoneraAdministracion.Click_Consulta += new VISTA.Eventos_Botonera(this.btnCONSULTAS_Click);
     this.botoneraAdministracion.Click_Cerrar += new VISTA.Eventos_Botonera(this.btnCERRAR_Click);
     this.botoneraAdministracion.Click_REFRESCAR += new VISTA.Eventos_Botonera(this.btnRefrescar_Click);
     //
     // dgvGrilla
     //
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.dgvGrilla.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvGrilla.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.ColumnHeader;
     this.dgvGrilla.BackgroundColor = System.Drawing.SystemColors.Control;
     this.dgvGrilla.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.HotTrack;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.GradientInactiveCaption;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlLightLight;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvGrilla.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvGrilla.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgvGrilla.Cursor = System.Windows.Forms.Cursors.Hand;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvGrilla.DefaultCellStyle = dataGridViewCellStyle3;
     this.dgvGrilla.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvGrilla.EnableHeadersVisualStyles = false;
     this.dgvGrilla.GridColor = System.Drawing.SystemColors.ButtonHighlight;
     this.dgvGrilla.Location = new System.Drawing.Point(89, 68);
     this.dgvGrilla.MultiSelect = false;
     this.dgvGrilla.Name = "dgvGrilla";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvGrilla.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.dgvGrilla.RowHeadersVisible = false;
     this.dgvGrilla.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
     this.dgvGrilla.RowsDefaultCellStyle = dataGridViewCellStyle5;
     this.dgvGrilla.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvGrilla.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvGrilla.Size = new System.Drawing.Size(357, 402);
     this.dgvGrilla.TabIndex = 60;
     //
     // frmGRUPOS
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(457, 482);
     this.ControlBox = false;
     this.Controls.Add(this.dgvGrilla);
     this.Controls.Add(this.groupBox);
     this.Controls.Add(this.botoneraAdministracion);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "frmGRUPOS";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "frmGRUPOS";
     this.Load += new System.EventHandler(this.frmGRUPOS_Load);
     this.groupBox.ResumeLayout(false);
     this.groupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvGrilla)).EndInit();
     this.ResumeLayout(false);
 }