/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelDatos = new System.Windows.Forms.Panel();
     this.txtContrasena = new System.Windows.Forms.TextBox();
     this.lblContrasena = new System.Windows.Forms.Label();
     this.chkGrupos = new System.Windows.Forms.CheckedListBox();
     this.lblGrupo = new System.Windows.Forms.Label();
     this.lblNombre = new System.Windows.Forms.Label();
     this.txtNombre = new System.Windows.Forms.TextBox();
     this.chkEstado = new System.Windows.Forms.CheckBox();
     this.lblEstado = new System.Windows.Forms.Label();
     this.botoneraOkCancel = new VISTA.OK_CANCEL();
     this.panelDatos.SuspendLayout();
     this.SuspendLayout();
     //
     // panelDatos
     //
     this.panelDatos.Controls.Add(this.txtContrasena);
     this.panelDatos.Controls.Add(this.lblContrasena);
     this.panelDatos.Controls.Add(this.chkGrupos);
     this.panelDatos.Controls.Add(this.lblGrupo);
     this.panelDatos.Controls.Add(this.lblNombre);
     this.panelDatos.Controls.Add(this.txtNombre);
     this.panelDatos.Controls.Add(this.chkEstado);
     this.panelDatos.Controls.Add(this.lblEstado);
     this.panelDatos.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
     this.panelDatos.Location = new System.Drawing.Point(12, 12);
     this.panelDatos.Name = "panelDatos";
     this.panelDatos.Size = new System.Drawing.Size(337, 242);
     this.panelDatos.TabIndex = 11;
     //
     // txtContrasena
     //
     this.txtContrasena.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtContrasena.Location = new System.Drawing.Point(80, 36);
     this.txtContrasena.Name = "txtContrasena";
     this.txtContrasena.Size = new System.Drawing.Size(234, 21);
     this.txtContrasena.TabIndex = 2;
     this.txtContrasena.Validated += new System.EventHandler(this.txtContrasena_Validated);
     //
     // lblContrasena
     //
     this.lblContrasena.AutoSize = true;
     this.lblContrasena.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblContrasena.Location = new System.Drawing.Point(31, 39);
     this.lblContrasena.Name = "lblContrasena";
     this.lblContrasena.Size = new System.Drawing.Size(40, 15);
     this.lblContrasena.TabIndex = 8;
     this.lblContrasena.Text = "Clave:";
     //
     // chkGrupos
     //
     this.chkGrupos.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkGrupos.FormattingEnabled = true;
     this.chkGrupos.Location = new System.Drawing.Point(80, 64);
     this.chkGrupos.Name = "chkGrupos";
     this.chkGrupos.Size = new System.Drawing.Size(234, 100);
     this.chkGrupos.TabIndex = 3;
     this.chkGrupos.Validated += new System.EventHandler(this.chkGrupos_Validated);
     //
     // lblGrupo
     //
     this.lblGrupo.AutoSize = true;
     this.lblGrupo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGrupo.Location = new System.Drawing.Point(21, 64);
     this.lblGrupo.Name = "lblGrupo";
     this.lblGrupo.Size = new System.Drawing.Size(50, 15);
     this.lblGrupo.TabIndex = 6;
     this.lblGrupo.Text = "Grupos:";
     //
     // lblNombre
     //
     this.lblNombre.AutoSize = true;
     this.lblNombre.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNombre.Location = new System.Drawing.Point(16, 11);
     this.lblNombre.Name = "lblNombre";
     this.lblNombre.Size = new System.Drawing.Size(55, 15);
     this.lblNombre.TabIndex = 1;
     this.lblNombre.Text = "Nombre:";
     //
     // txtNombre
     //
     this.txtNombre.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNombre.Location = new System.Drawing.Point(80, 8);
     this.txtNombre.Name = "txtNombre";
     this.txtNombre.Size = new System.Drawing.Size(234, 21);
     this.txtNombre.TabIndex = 1;
     this.txtNombre.Validated += new System.EventHandler(this.txtDescripcion_Validated);
     //
     // chkEstado
     //
     this.chkEstado.AutoSize = true;
     this.chkEstado.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkEstado.Location = new System.Drawing.Point(80, 194);
     this.chkEstado.Name = "chkEstado";
     this.chkEstado.Size = new System.Drawing.Size(15, 14);
     this.chkEstado.TabIndex = 4;
     this.chkEstado.UseVisualStyleBackColor = true;
     //
     // lblEstado
     //
     this.lblEstado.AutoSize = true;
     this.lblEstado.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEstado.Location = new System.Drawing.Point(23, 193);
     this.lblEstado.Name = "lblEstado";
     this.lblEstado.Size = new System.Drawing.Size(48, 15);
     this.lblEstado.TabIndex = 2;
     this.lblEstado.Text = "Estado:";
     //
     // botoneraOkCancel
     //
     this.botoneraOkCancel.Location = new System.Drawing.Point(129, 264);
     this.botoneraOkCancel.Name = "botoneraOkCancel";
     this.botoneraOkCancel.Size = new System.Drawing.Size(118, 56);
     this.botoneraOkCancel.TabIndex = 5;
     this.botoneraOkCancel.Click_OK += new VISTA.Eventos_OK_CANCEL(this.btnOK_Click);
     this.botoneraOkCancel.Click_CANCEL += new VISTA.Eventos_OK_CANCEL(this.btnCancel_Click);
     //
     // frmUSUARIO
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(364, 322);
     this.ControlBox = false;
     this.Controls.Add(this.botoneraOkCancel);
     this.Controls.Add(this.panelDatos);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "frmUSUARIO";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "::. USUARIO";
     this.Load += new System.EventHandler(this.frmUSUARIO_Load);
     this.panelDatos.ResumeLayout(false);
     this.panelDatos.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblDescripcion = new System.Windows.Forms.Label();
     this.lblEstado = new System.Windows.Forms.Label();
     this.txtDescripcion = new System.Windows.Forms.TextBox();
     this.chkEstado = new System.Windows.Forms.CheckBox();
     this.pDatos = new System.Windows.Forms.Panel();
     this.botoneraOkCancel = new VISTA.OK_CANCEL();
     this.pDatos.SuspendLayout();
     this.SuspendLayout();
     //
     // lblDescripcion
     //
     this.lblDescripcion.AutoSize = true;
     this.lblDescripcion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDescripcion.Location = new System.Drawing.Point(12, 12);
     this.lblDescripcion.Name = "lblDescripcion";
     this.lblDescripcion.Size = new System.Drawing.Size(75, 15);
     this.lblDescripcion.TabIndex = 1;
     this.lblDescripcion.Text = "Descripción:";
     //
     // lblEstado
     //
     this.lblEstado.AutoSize = true;
     this.lblEstado.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEstado.Location = new System.Drawing.Point(39, 41);
     this.lblEstado.Name = "lblEstado";
     this.lblEstado.Size = new System.Drawing.Size(48, 15);
     this.lblEstado.TabIndex = 2;
     this.lblEstado.Text = "Estado:";
     //
     // txtDescripcion
     //
     this.txtDescripcion.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDescripcion.Location = new System.Drawing.Point(93, 9);
     this.txtDescripcion.Name = "txtDescripcion";
     this.txtDescripcion.Size = new System.Drawing.Size(189, 21);
     this.txtDescripcion.TabIndex = 1;
     this.txtDescripcion.Validated += new System.EventHandler(this.txtDescripcion_Validated);
     //
     // chkEstado
     //
     this.chkEstado.AutoSize = true;
     this.chkEstado.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkEstado.Location = new System.Drawing.Point(95, 42);
     this.chkEstado.Name = "chkEstado";
     this.chkEstado.Size = new System.Drawing.Size(15, 14);
     this.chkEstado.TabIndex = 2;
     this.chkEstado.UseVisualStyleBackColor = true;
     //
     // pDatos
     //
     this.pDatos.Controls.Add(this.lblEstado);
     this.pDatos.Controls.Add(this.chkEstado);
     this.pDatos.Controls.Add(this.lblDescripcion);
     this.pDatos.Controls.Add(this.txtDescripcion);
     this.pDatos.Location = new System.Drawing.Point(12, 12);
     this.pDatos.Name = "pDatos";
     this.pDatos.Size = new System.Drawing.Size(305, 67);
     this.pDatos.TabIndex = 8;
     //
     // botoneraOkCancel
     //
     this.botoneraOkCancel.Location = new System.Drawing.Point(107, 98);
     this.botoneraOkCancel.Name = "botoneraOkCancel";
     this.botoneraOkCancel.Size = new System.Drawing.Size(118, 56);
     this.botoneraOkCancel.TabIndex = 3;
     this.botoneraOkCancel.Click_OK += new VISTA.Eventos_OK_CANCEL(this.btnOK_Click);
     this.botoneraOkCancel.Click_CANCEL += new VISTA.Eventos_OK_CANCEL(this.btnCancel_Click);
     //
     // frmGRUPO
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(329, 160);
     this.ControlBox = false;
     this.Controls.Add(this.botoneraOkCancel);
     this.Controls.Add(this.pDatos);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "frmGRUPO";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "::. GRUPO";
     this.Load += new System.EventHandler(this.frmGRUPO_Load);
     this.pDatos.ResumeLayout(false);
     this.pDatos.PerformLayout();
     this.ResumeLayout(false);
 }