Ejemplo n.º 1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFormAdmin));
     this.gpbFiltro      = new Controles.contenedores.gpbGrupo();
     this.txtFiltro      = new Controles.txtFiltro();
     this.cmbBuscar      = new Controles.datos.cmbLista();
     this.lblEtiqueta2   = new Controles.labels.lblEtiqueta();
     this.lblFiltro      = new Controles.labels.lblEtiqueta();
     this.gpbFecha       = new Controles.contenedores.gpbGrupo();
     this.lblEFechaHasta = new Controles.labels.lblEtiqueta();
     this.lblEFechaDesde = new Controles.labels.lblEtiqueta();
     this.dtpFechaHasta  = new Controles.Fecha.dtpFecha();
     this.dtpFechaDesde  = new Controles.Fecha.dtpFecha();
     this.gpbGrupo3      = new Controles.contenedores.gpbGrupo();
     this.btnEliminar1   = new Controles.buttons.btnEliminar();
     this.btnSalir       = new Controles.buttons.btnSalir();
     this.btnExportar    = new Controles.buttons.btnExportar();
     this.btnImprimir    = new Controles.buttons.btnImprimir();
     this.btnVer         = new Controles.buttons.btnVer();
     this.btnEditar      = new Controles.buttons.btnEditar();
     this.btnNuevo       = new Controles.buttons.btnNuevo();
     this.gpbGrupo4      = new Controles.contenedores.gpbGrupo();
     this.lblCantidad    = new Controles.labels.lblEtiqueta();
     this.dgBusqueda     = new Controles.datos.grdGrillaAdmin();
     this.gpbGrupoEstado = new Controles.contenedores.gpbGrupo();
     this.cmbEstado      = new Controles.datos.cmbLista();
     this.lblEEstado     = new Controles.labels.lblEtiqueta();
     this.gpbFiltro.SuspendLayout();
     this.gpbFecha.SuspendLayout();
     this.gpbGrupo3.SuspendLayout();
     this.gpbGrupo4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgBusqueda)).BeginInit();
     this.gpbGrupoEstado.SuspendLayout();
     this.SuspendLayout();
     //
     // gpbFiltro
     //
     this.gpbFiltro.Controls.Add(this.txtFiltro);
     this.gpbFiltro.Controls.Add(this.cmbBuscar);
     this.gpbFiltro.Controls.Add(this.lblEtiqueta2);
     this.gpbFiltro.Controls.Add(this.lblFiltro);
     this.gpbFiltro.Location = new System.Drawing.Point(12, 1);
     this.gpbFiltro.Name     = "gpbFiltro";
     this.gpbFiltro.Size     = new System.Drawing.Size(386, 101);
     this.gpbFiltro.TabIndex = 0;
     this.gpbFiltro.TabStop  = false;
     //
     // txtFiltro
     //
     this.txtFiltro.BackColor       = System.Drawing.Color.White;
     this.txtFiltro.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtFiltro.ColorTextoVacio = System.Drawing.Color.Gray;
     this.txtFiltro.Location        = new System.Drawing.Point(105, 58);
     this.txtFiltro.Name            = "txtFiltro";
     this.txtFiltro.Requerido       = Controles.util.Enumerados.enumRequerido.NO;
     this.txtFiltro.Size            = new System.Drawing.Size(256, 22);
     this.txtFiltro.TabIndex        = 3;
     this.txtFiltro.TextoVacio      = "<Descripcion>";
     this.txtFiltro.TipoControl     = Controles.util.Enumerados.enumTipos.Ninguna;
     this.txtFiltro.TextChanged    += new System.EventHandler(this.txtFiltro_TextChanged);
     //
     // cmbBuscar
     //
     this.cmbBuscar.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.cmbBuscar.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cmbBuscar.FormattingEnabled  = true;
     this.cmbBuscar.Location           = new System.Drawing.Point(105, 16);
     this.cmbBuscar.Name      = "cmbBuscar";
     this.cmbBuscar.Requerido = Controles.util.Enumerados.enumRequerido.NO;
     this.cmbBuscar.Size      = new System.Drawing.Size(256, 24);
     this.cmbBuscar.TabIndex  = 2;
     //
     // lblEtiqueta2
     //
     this.lblEtiqueta2.AutoSize = true;
     this.lblEtiqueta2.Location = new System.Drawing.Point(42, 61);
     this.lblEtiqueta2.Name     = "lblEtiqueta2";
     this.lblEtiqueta2.Size     = new System.Drawing.Size(57, 17);
     this.lblEtiqueta2.TabIndex = 1;
     this.lblEtiqueta2.Text     = "FILTRO";
     //
     // lblFiltro
     //
     this.lblFiltro.AutoSize = true;
     this.lblFiltro.Location = new System.Drawing.Point(3, 19);
     this.lblFiltro.Name     = "lblFiltro";
     this.lblFiltro.Size     = new System.Drawing.Size(99, 17);
     this.lblFiltro.TabIndex = 0;
     this.lblFiltro.Text     = "FILTRAR POR";
     //
     // gpbFecha
     //
     this.gpbFecha.Controls.Add(this.lblEFechaHasta);
     this.gpbFecha.Controls.Add(this.lblEFechaDesde);
     this.gpbFecha.Controls.Add(this.dtpFechaHasta);
     this.gpbFecha.Controls.Add(this.dtpFechaDesde);
     this.gpbFecha.Enabled  = false;
     this.gpbFecha.Location = new System.Drawing.Point(399, 1);
     this.gpbFecha.Name     = "gpbFecha";
     this.gpbFecha.Size     = new System.Drawing.Size(200, 103);
     this.gpbFecha.TabIndex = 1;
     this.gpbFecha.TabStop  = false;
     //
     // lblEFechaHasta
     //
     this.lblEFechaHasta.AutoSize = true;
     this.lblEFechaHasta.Location = new System.Drawing.Point(8, 61);
     this.lblEFechaHasta.Name     = "lblEFechaHasta";
     this.lblEFechaHasta.Size     = new System.Drawing.Size(88, 17);
     this.lblEFechaHasta.TabIndex = 11;
     this.lblEFechaHasta.Text     = "Fecha Hasta";
     //
     // lblEFechaDesde
     //
     this.lblEFechaDesde.AutoSize = true;
     this.lblEFechaDesde.Location = new System.Drawing.Point(5, 23);
     this.lblEFechaDesde.Name     = "lblEFechaDesde";
     this.lblEFechaDesde.Size     = new System.Drawing.Size(92, 17);
     this.lblEFechaDesde.TabIndex = 10;
     this.lblEFechaDesde.Text     = "Fecha Desde";
     //
     // dtpFechaHasta
     //
     this.dtpFechaHasta.Format    = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFechaHasta.Location  = new System.Drawing.Point(97, 58);
     this.dtpFechaHasta.Name      = "dtpFechaHasta";
     this.dtpFechaHasta.Requerido = Controles.util.Enumerados.enumRequerido.NO;
     this.dtpFechaHasta.Size      = new System.Drawing.Size(94, 22);
     this.dtpFechaHasta.TabIndex  = 9;
     //
     // dtpFechaDesde
     //
     this.dtpFechaDesde.Format    = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFechaDesde.Location  = new System.Drawing.Point(97, 21);
     this.dtpFechaDesde.Name      = "dtpFechaDesde";
     this.dtpFechaDesde.Requerido = Controles.util.Enumerados.enumRequerido.NO;
     this.dtpFechaDesde.Size      = new System.Drawing.Size(95, 22);
     this.dtpFechaDesde.TabIndex  = 8;
     //
     // gpbGrupo3
     //
     this.gpbGrupo3.Controls.Add(this.btnEliminar1);
     this.gpbGrupo3.Controls.Add(this.btnSalir);
     this.gpbGrupo3.Controls.Add(this.btnExportar);
     this.gpbGrupo3.Controls.Add(this.btnImprimir);
     this.gpbGrupo3.Controls.Add(this.btnVer);
     this.gpbGrupo3.Controls.Add(this.btnEditar);
     this.gpbGrupo3.Controls.Add(this.btnNuevo);
     this.gpbGrupo3.Location = new System.Drawing.Point(605, 1);
     this.gpbGrupo3.Name     = "gpbGrupo3";
     this.gpbGrupo3.Size     = new System.Drawing.Size(332, 53);
     this.gpbGrupo3.TabIndex = 1;
     this.gpbGrupo3.TabStop  = false;
     //
     // btnEliminar1
     //
     this.btnEliminar1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnEliminar1.BackgroundImage")));
     this.btnEliminar1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnEliminar1.Enabled  = false;
     this.btnEliminar1.Location = new System.Drawing.Point(98, 9);
     this.btnEliminar1.Name     = "btnEliminar1";
     this.btnEliminar1.Size     = new System.Drawing.Size(40, 40);
     this.btnEliminar1.TabIndex = 7;
     this.btnEliminar1.UseVisualStyleBackColor = true;
     this.btnEliminar1.Click += new System.EventHandler(this.btnAnular_Click);
     //
     // btnSalir
     //
     this.btnSalir.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnSalir.BackgroundImage")));
     this.btnSalir.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnSalir.Location = new System.Drawing.Point(282, 8);
     this.btnSalir.Name     = "btnSalir";
     this.btnSalir.Size     = new System.Drawing.Size(40, 40);
     this.btnSalir.TabIndex = 6;
     this.btnSalir.UseVisualStyleBackColor = false;
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
     //
     // btnExportar
     //
     this.btnExportar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnExportar.BackgroundImage")));
     this.btnExportar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnExportar.Enabled  = false;
     this.btnExportar.Location = new System.Drawing.Point(190, 8);
     this.btnExportar.Name     = "btnExportar";
     this.btnExportar.Size     = new System.Drawing.Size(40, 40);
     this.btnExportar.TabIndex = 4;
     this.btnExportar.UseVisualStyleBackColor = false;
     this.btnExportar.Click += new System.EventHandler(this.btnExportar_Click);
     //
     // btnImprimir
     //
     this.btnImprimir.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnImprimir.BackgroundImage")));
     this.btnImprimir.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnImprimir.Enabled  = false;
     this.btnImprimir.Location = new System.Drawing.Point(236, 8);
     this.btnImprimir.Name     = "btnImprimir";
     this.btnImprimir.Size     = new System.Drawing.Size(40, 40);
     this.btnImprimir.TabIndex = 3;
     this.btnImprimir.UseVisualStyleBackColor = false;
     this.btnImprimir.Click += new System.EventHandler(this.btnImprimir_Click);
     //
     // btnVer
     //
     this.btnVer.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnVer.BackgroundImage")));
     this.btnVer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnVer.Enabled  = false;
     this.btnVer.Location = new System.Drawing.Point(144, 8);
     this.btnVer.Name     = "btnVer";
     this.btnVer.Size     = new System.Drawing.Size(40, 40);
     this.btnVer.TabIndex = 2;
     this.btnVer.UseVisualStyleBackColor = false;
     this.btnVer.Click += new System.EventHandler(this.btnVer_Click);
     //
     // btnEditar
     //
     this.btnEditar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnEditar.BackgroundImage")));
     this.btnEditar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnEditar.Enabled  = false;
     this.btnEditar.Location = new System.Drawing.Point(52, 9);
     this.btnEditar.Name     = "btnEditar";
     this.btnEditar.Size     = new System.Drawing.Size(40, 40);
     this.btnEditar.TabIndex = 1;
     this.btnEditar.UseVisualStyleBackColor = false;
     this.btnEditar.Click += new System.EventHandler(this.btnEditar_Click);
     //
     // btnNuevo
     //
     this.btnNuevo.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnNuevo.BackgroundImage")));
     this.btnNuevo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnNuevo.Enabled  = false;
     this.btnNuevo.Location = new System.Drawing.Point(6, 9);
     this.btnNuevo.Name     = "btnNuevo";
     this.btnNuevo.Size     = new System.Drawing.Size(40, 40);
     this.btnNuevo.TabIndex = 0;
     this.btnNuevo.UseVisualStyleBackColor = false;
     this.btnNuevo.Click += new System.EventHandler(this.btnNuevo_Click);
     //
     // gpbGrupo4
     //
     this.gpbGrupo4.Controls.Add(this.lblCantidad);
     this.gpbGrupo4.Controls.Add(this.dgBusqueda);
     this.gpbGrupo4.Location = new System.Drawing.Point(12, 110);
     this.gpbGrupo4.Name     = "gpbGrupo4";
     this.gpbGrupo4.Size     = new System.Drawing.Size(925, 351);
     this.gpbGrupo4.TabIndex = 1;
     this.gpbGrupo4.TabStop  = false;
     this.gpbGrupo4.Text     = "Datos";
     //
     // lblCantidad
     //
     this.lblCantidad.AutoSize = true;
     this.lblCantidad.Location = new System.Drawing.Point(7, 333);
     this.lblCantidad.Name     = "lblCantidad";
     this.lblCantidad.Size     = new System.Drawing.Size(64, 17);
     this.lblCantidad.TabIndex = 2;
     this.lblCantidad.Text     = "Cantidad";
     //
     // dgBusqueda
     //
     this.dgBusqueda.AllowUserToAddRows = false;
     this.dgBusqueda.Location           = new System.Drawing.Point(6, 19);
     this.dgBusqueda.Name              = "dgBusqueda";
     this.dgBusqueda.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgBusqueda.Size              = new System.Drawing.Size(913, 312);
     this.dgBusqueda.TabIndex          = 0;
     this.dgBusqueda.SelectionChanged += new System.EventHandler(this.dgBusqueda_SelectionChanged);
     this.dgBusqueda.DoubleClick      += new System.EventHandler(this.dgBusqueda_DoubleClick);
     this.dgBusqueda.KeyPress         += new System.Windows.Forms.KeyPressEventHandler(this.dgBusqueda_KeyPress);
     //
     // gpbGrupoEstado
     //
     this.gpbGrupoEstado.Controls.Add(this.cmbEstado);
     this.gpbGrupoEstado.Controls.Add(this.lblEEstado);
     this.gpbGrupoEstado.Enabled  = false;
     this.gpbGrupoEstado.Location = new System.Drawing.Point(605, 56);
     this.gpbGrupoEstado.Name     = "gpbGrupoEstado";
     this.gpbGrupoEstado.Size     = new System.Drawing.Size(332, 46);
     this.gpbGrupoEstado.TabIndex = 8;
     this.gpbGrupoEstado.TabStop  = false;
     //
     // cmbEstado
     //
     this.cmbEstado.FormattingEnabled = true;
     this.cmbEstado.Location          = new System.Drawing.Point(55, 13);
     this.cmbEstado.Name      = "cmbEstado";
     this.cmbEstado.Requerido = Controles.util.Enumerados.enumRequerido.NO;
     this.cmbEstado.Size      = new System.Drawing.Size(188, 24);
     this.cmbEstado.TabIndex  = 8;
     //
     // lblEEstado
     //
     this.lblEEstado.AutoSize = true;
     this.lblEEstado.Location = new System.Drawing.Point(6, 16);
     this.lblEEstado.Name     = "lblEEstado";
     this.lblEEstado.Size     = new System.Drawing.Size(52, 17);
     this.lblEEstado.TabIndex = 8;
     this.lblEEstado.Text     = "Estado";
     //
     // frmFormAdmin
     //
     this.ClientSize = new System.Drawing.Size(946, 487);
     this.Controls.Add(this.gpbGrupoEstado);
     this.Controls.Add(this.gpbGrupo4);
     this.Controls.Add(this.gpbGrupo3);
     this.Controls.Add(this.gpbFecha);
     this.Controls.Add(this.gpbFiltro);
     this.Name  = "frmFormAdmin";
     this.Load += new System.EventHandler(this.frmFormAdmin_Load);
     this.gpbFiltro.ResumeLayout(false);
     this.gpbFiltro.PerformLayout();
     this.gpbFecha.ResumeLayout(false);
     this.gpbFecha.PerformLayout();
     this.gpbGrupo3.ResumeLayout(false);
     this.gpbGrupo4.ResumeLayout(false);
     this.gpbGrupo4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgBusqueda)).EndInit();
     this.gpbGrupoEstado.ResumeLayout(false);
     this.gpbGrupoEstado.PerformLayout();
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTelefonosAdmin));
            this.gpbGrupo4      = new Controles.contenedores.gpbGrupo();
            this.btnImprimir    = new Controles.buttons.btnImprimir();
            this.btnVer         = new Controles.buttons.btnVer();
            this.btnExportar    = new Controles.buttons.btnExportar();
            this.btnEliminar    = new Controles.buttons.btnEliminar();
            this.btnSalir       = new Controles.buttons.btnSalir();
            this.btnEditar      = new Controles.buttons.btnEditar();
            this.btnNuevo       = new Controles.buttons.btnNuevo();
            this.gpbGrupo1      = new Controles.contenedores.gpbGrupo();
            this.lblCantidad    = new Controles.labels.lblEtiqueta();
            this.grdGrillaAdmin = new Controles.datos.grdGrillaAdmin();
            this.gpbGrupo4.SuspendLayout();
            this.gpbGrupo1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdGrillaAdmin)).BeginInit();
            this.SuspendLayout();
            //
            // gpbGrupo4
            //
            this.gpbGrupo4.Controls.Add(this.btnImprimir);
            this.gpbGrupo4.Controls.Add(this.btnVer);
            this.gpbGrupo4.Controls.Add(this.btnExportar);
            this.gpbGrupo4.Controls.Add(this.btnEliminar);
            this.gpbGrupo4.Controls.Add(this.btnSalir);
            this.gpbGrupo4.Controls.Add(this.btnEditar);
            this.gpbGrupo4.Controls.Add(this.btnNuevo);
            this.gpbGrupo4.Location = new System.Drawing.Point(319, 9);
            this.gpbGrupo4.Name     = "gpbGrupo4";
            this.gpbGrupo4.Size     = new System.Drawing.Size(336, 78);
            this.gpbGrupo4.TabIndex = 4;
            this.gpbGrupo4.TabStop  = false;
            //
            // btnImprimir
            //
            this.btnImprimir.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnImprimir.BackgroundImage")));
            this.btnImprimir.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnImprimir.Location = new System.Drawing.Point(237, 19);
            this.btnImprimir.Name     = "btnImprimir";
            this.btnImprimir.Size     = new System.Drawing.Size(40, 40);
            this.btnImprimir.TabIndex = 6;
            this.btnImprimir.UseVisualStyleBackColor = true;

            //
            // btnVer
            //
            this.btnVer.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnVer.BackgroundImage")));
            this.btnVer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnVer.Location = new System.Drawing.Point(145, 20);
            this.btnVer.Name     = "btnVer";
            this.btnVer.Size     = new System.Drawing.Size(40, 40);
            this.btnVer.TabIndex = 5;
            this.btnVer.UseVisualStyleBackColor = true;
            this.btnVer.Click += new System.EventHandler(this.btnVer_Click);
            //
            // btnExportar
            //
            this.btnExportar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnExportar.BackgroundImage")));
            this.btnExportar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnExportar.Location = new System.Drawing.Point(191, 20);
            this.btnExportar.Name     = "btnExportar";
            this.btnExportar.Size     = new System.Drawing.Size(40, 40);
            this.btnExportar.TabIndex = 4;
            this.btnExportar.UseVisualStyleBackColor = true;
            this.btnExportar.Click += new System.EventHandler(this.btnExportar_Click);
            //
            // btnEliminar
            //
            this.btnEliminar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnEliminar.BackgroundImage")));
            this.btnEliminar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnEliminar.Location = new System.Drawing.Point(99, 20);
            this.btnEliminar.Name     = "btnEliminar";
            this.btnEliminar.Size     = new System.Drawing.Size(40, 40);
            this.btnEliminar.TabIndex = 3;
            this.btnEliminar.UseVisualStyleBackColor = true;
            this.btnEliminar.Click += new System.EventHandler(this.btnEliminar_Click);
            //
            // btnSalir
            //
            this.btnSalir.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnSalir.BackgroundImage")));
            this.btnSalir.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnSalir.Location = new System.Drawing.Point(283, 19);
            this.btnSalir.Name     = "btnSalir";
            this.btnSalir.Size     = new System.Drawing.Size(40, 40);
            this.btnSalir.TabIndex = 2;
            this.btnSalir.UseVisualStyleBackColor = true;
            this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
            //
            // btnEditar
            //
            this.btnEditar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnEditar.BackgroundImage")));
            this.btnEditar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnEditar.Location = new System.Drawing.Point(53, 20);
            this.btnEditar.Name     = "btnEditar";
            this.btnEditar.Size     = new System.Drawing.Size(40, 40);
            this.btnEditar.TabIndex = 1;
            this.btnEditar.UseVisualStyleBackColor = true;
            this.btnEditar.Click += new System.EventHandler(this.btnEditar_Click);
            //
            // btnNuevo
            //
            this.btnNuevo.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnNuevo.BackgroundImage")));
            this.btnNuevo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnNuevo.Location = new System.Drawing.Point(6, 19);
            this.btnNuevo.Name     = "btnNuevo";
            this.btnNuevo.Size     = new System.Drawing.Size(40, 40);
            this.btnNuevo.TabIndex = 0;
            this.btnNuevo.UseVisualStyleBackColor = true;
            this.btnNuevo.Click += new System.EventHandler(this.btnNuevo_Click);
            //
            // gpbGrupo1
            //
            this.gpbGrupo1.Controls.Add(this.lblCantidad);
            this.gpbGrupo1.Controls.Add(this.grdGrillaAdmin);
            this.gpbGrupo1.Location = new System.Drawing.Point(12, 93);
            this.gpbGrupo1.Name     = "gpbGrupo1";
            this.gpbGrupo1.Size     = new System.Drawing.Size(643, 328);
            this.gpbGrupo1.TabIndex = 3;
            this.gpbGrupo1.TabStop  = false;
            //
            // lblCantidad
            //
            this.lblCantidad.AutoSize = true;
            this.lblCantidad.Location = new System.Drawing.Point(3, 312);
            this.lblCantidad.Name     = "lblCantidad";
            this.lblCantidad.Size     = new System.Drawing.Size(49, 13);
            this.lblCantidad.TabIndex = 1;
            this.lblCantidad.Text     = "Cantidad";
            //
            // grdGrillaAdmin
            //
            this.grdGrillaAdmin.AllowUserToAddRows = false;
            this.grdGrillaAdmin.Location           = new System.Drawing.Point(6, 19);
            this.grdGrillaAdmin.Name     = "grdGrillaAdmin";
            this.grdGrillaAdmin.Size     = new System.Drawing.Size(631, 290);
            this.grdGrillaAdmin.TabIndex = 0;
            //
            // frmTelefonosAdmin
            //
            this.ClientSize = new System.Drawing.Size(668, 433);
            this.Controls.Add(this.gpbGrupo4);
            this.Controls.Add(this.gpbGrupo1);
            this.Name  = "frmTelefonosAdmin";
            this.Load += new System.EventHandler(this.frmTelefonosAdmin_Load);
            this.gpbGrupo4.ResumeLayout(false);
            this.gpbGrupo1.ResumeLayout(false);
            this.gpbGrupo1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grdGrillaAdmin)).EndInit();
            this.ResumeLayout(false);
        }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCuadrosTarifariosCrud));
     this.gesGroup1              = new Controles.contenedores.gesGroup();
     this.grdCuadrosTarifarios   = new Controles.datos.grdGrillaAdmin();
     this.gesGroup2              = new Controles.contenedores.gesGroup();
     this.grdConceptosGenerales  = new Controles.datos.grdGrillaAdmin();
     this.gesGroup3              = new Controles.contenedores.gesGroup();
     this.grdConceptosCategorias = new Controles.datos.grdGrillaAdmin();
     this.gesGroup4              = new Controles.contenedores.gesGroup();
     this.grdCategorias          = new Controles.datos.grdGrillaAdmin();
     this.btnEliminarConcepto    = new Controles.buttons.btnEliminar();
     this.btnNuevoConcepto       = new Controles.buttons.btnNuevo();
     this.btnEditar              = new Controles.buttons.btnEditar();
     this.gesGroup1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdCuadrosTarifarios)).BeginInit();
     this.gesGroup2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdConceptosGenerales)).BeginInit();
     this.gesGroup3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdConceptosCategorias)).BeginInit();
     this.gesGroup4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdCategorias)).BeginInit();
     this.SuspendLayout();
     //
     // gesGroup1
     //
     this.gesGroup1.Controls.Add(this.grdCuadrosTarifarios);
     this.gesGroup1.Location = new System.Drawing.Point(12, 12);
     this.gesGroup1.Name     = "gesGroup1";
     this.gesGroup1.Size     = new System.Drawing.Size(207, 729);
     this.gesGroup1.TabIndex = 0;
     this.gesGroup1.TabStop  = false;
     this.gesGroup1.Text     = "Cuadros Tarifarios";
     //
     // grdCuadrosTarifarios
     //
     this.grdCuadrosTarifarios.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdCuadrosTarifarios.Location = new System.Drawing.Point(6, 19);
     this.grdCuadrosTarifarios.Name     = "grdCuadrosTarifarios";
     this.grdCuadrosTarifarios.Size     = new System.Drawing.Size(195, 654);
     this.grdCuadrosTarifarios.TabIndex = 0;
     //
     // gesGroup2
     //
     this.gesGroup2.Controls.Add(this.grdConceptosGenerales);
     this.gesGroup2.Location = new System.Drawing.Point(225, 12);
     this.gesGroup2.Name     = "gesGroup2";
     this.gesGroup2.Size     = new System.Drawing.Size(1038, 260);
     this.gesGroup2.TabIndex = 1;
     this.gesGroup2.TabStop  = false;
     this.gesGroup2.Text     = "Conceptos Generales";
     //
     // grdConceptosGenerales
     //
     this.grdConceptosGenerales.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdConceptosGenerales.Location = new System.Drawing.Point(6, 19);
     this.grdConceptosGenerales.Name     = "grdConceptosGenerales";
     this.grdConceptosGenerales.Size     = new System.Drawing.Size(1026, 235);
     this.grdConceptosGenerales.TabIndex = 1;
     //
     // gesGroup3
     //
     this.gesGroup3.Controls.Add(this.btnEditar);
     this.gesGroup3.Controls.Add(this.btnEliminarConcepto);
     this.gesGroup3.Controls.Add(this.btnNuevoConcepto);
     this.gesGroup3.Controls.Add(this.grdConceptosCategorias);
     this.gesGroup3.Location = new System.Drawing.Point(482, 278);
     this.gesGroup3.Name     = "gesGroup3";
     this.gesGroup3.Size     = new System.Drawing.Size(829, 463);
     this.gesGroup3.TabIndex = 2;
     this.gesGroup3.TabStop  = false;
     this.gesGroup3.Text     = "Conceptos por Categoria";
     //
     // grdConceptosCategorias
     //
     this.grdConceptosCategorias.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdConceptosCategorias.Location = new System.Drawing.Point(6, 19);
     this.grdConceptosCategorias.Name     = "grdConceptosCategorias";
     this.grdConceptosCategorias.Size     = new System.Drawing.Size(769, 438);
     this.grdConceptosCategorias.TabIndex = 1;
     //
     // gesGroup4
     //
     this.gesGroup4.Controls.Add(this.grdCategorias);
     this.gesGroup4.Location = new System.Drawing.Point(225, 278);
     this.gesGroup4.Name     = "gesGroup4";
     this.gesGroup4.Size     = new System.Drawing.Size(251, 463);
     this.gesGroup4.TabIndex = 1;
     this.gesGroup4.TabStop  = false;
     this.gesGroup4.Text     = "Categorias";
     //
     // grdCategorias
     //
     this.grdCategorias.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdCategorias.Location = new System.Drawing.Point(6, 19);
     this.grdCategorias.Name     = "grdCategorias";
     this.grdCategorias.Size     = new System.Drawing.Size(239, 438);
     this.grdCategorias.TabIndex = 1;
     //
     // btnEliminarConcepto
     //
     this.btnEliminarConcepto.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnEliminarConcepto.BackgroundImage")));
     this.btnEliminarConcepto.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnEliminarConcepto.Location = new System.Drawing.Point(781, 114);
     this.btnEliminarConcepto.Name     = "btnEliminarConcepto";
     this.btnEliminarConcepto.Size     = new System.Drawing.Size(40, 40);
     this.btnEliminarConcepto.TabIndex = 7;
     this.btnEliminarConcepto.UseVisualStyleBackColor = false;
     //
     // btnNuevoConcepto
     //
     this.btnNuevoConcepto.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnNuevoConcepto.BackgroundImage")));
     this.btnNuevoConcepto.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnNuevoConcepto.Location = new System.Drawing.Point(781, 19);
     this.btnNuevoConcepto.Name     = "btnNuevoConcepto";
     this.btnNuevoConcepto.Size     = new System.Drawing.Size(40, 40);
     this.btnNuevoConcepto.TabIndex = 6;
     this.btnNuevoConcepto.UseVisualStyleBackColor = false;
     this.btnNuevoConcepto.Click += new System.EventHandler(this.btnNuevoConcepto_Click);
     //
     // btnEditar
     //
     this.btnEditar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnEditar.BackgroundImage")));
     this.btnEditar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnEditar.Enabled  = false;
     this.btnEditar.Location = new System.Drawing.Point(781, 65);
     this.btnEditar.Name     = "btnEditar";
     this.btnEditar.Size     = new System.Drawing.Size(40, 40);
     this.btnEditar.TabIndex = 8;
     this.btnEditar.UseVisualStyleBackColor = false;
     //
     // frmCuadrosTarifariosCrud
     //
     this.ClientSize = new System.Drawing.Size(1371, 751);
     this.Controls.Add(this.gesGroup4);
     this.Controls.Add(this.gesGroup3);
     this.Controls.Add(this.gesGroup2);
     this.Controls.Add(this.gesGroup1);
     this.Name  = "frmCuadrosTarifariosCrud";
     this.Load += new System.EventHandler(this.frmCuadrosTarifariosCrud_Load);
     this.gesGroup1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdCuadrosTarifarios)).EndInit();
     this.gesGroup2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdConceptosGenerales)).EndInit();
     this.gesGroup3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdConceptosCategorias)).EndInit();
     this.gesGroup4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdCategorias)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 4
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmObservacionesAdmin));
     this.gpbGrupo1        = new Controles.contenedores.gpbGrupo();
     this.lblCantidad      = new Controles.labels.lblEtiqueta();
     this.grdGrillaAdmin   = new Controles.datos.grdGrillaAdmin();
     this.gpbGrupo2        = new Controles.contenedores.gpbGrupo();
     this.txtObservaciones = new Controles.textBoxes.txtObservaciones();
     this.gpbGrupo3        = new Controles.contenedores.gpbGrupo();
     this.lblEFechaHasta   = new Controles.labels.lblEtiqueta();
     this.lblEFechaDesde   = new Controles.labels.lblEtiqueta();
     this.dtpFechaHasta    = new Controles.Fecha.dtpFecha();
     this.dtpFechaDesde    = new Controles.Fecha.dtpFecha();
     this.gpbGrupo4        = new Controles.contenedores.gpbGrupo();
     this.btnImprimir      = new Controles.buttons.btnImprimir();
     this.btnVer           = new Controles.buttons.btnVer();
     this.btnExportar      = new Controles.buttons.btnExportar();
     this.btnEliminar      = new Controles.buttons.btnEliminar();
     this.btnSalir         = new Controles.buttons.btnSalir();
     this.btnEditar        = new Controles.buttons.btnEditar();
     this.btnNuevo         = new Controles.buttons.btnNuevo();
     this.gpbGrupo1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdGrillaAdmin)).BeginInit();
     this.gpbGrupo2.SuspendLayout();
     this.gpbGrupo3.SuspendLayout();
     this.gpbGrupo4.SuspendLayout();
     this.SuspendLayout();
     //
     // gpbGrupo1
     //
     this.gpbGrupo1.Controls.Add(this.lblCantidad);
     this.gpbGrupo1.Controls.Add(this.grdGrillaAdmin);
     this.gpbGrupo1.Location = new System.Drawing.Point(12, 87);
     this.gpbGrupo1.Name     = "gpbGrupo1";
     this.gpbGrupo1.Size     = new System.Drawing.Size(643, 235);
     this.gpbGrupo1.TabIndex = 0;
     this.gpbGrupo1.TabStop  = false;
     //
     // lblCantidad
     //
     this.lblCantidad.AutoSize = true;
     this.lblCantidad.Location = new System.Drawing.Point(7, 218);
     this.lblCantidad.Name     = "lblCantidad";
     this.lblCantidad.Size     = new System.Drawing.Size(64, 17);
     this.lblCantidad.TabIndex = 1;
     this.lblCantidad.Text     = "Cantidad";
     //
     // grdGrillaAdmin
     //
     this.grdGrillaAdmin.AllowUserToAddRows      = false;
     this.grdGrillaAdmin.AllowUserToDeleteRows   = false;
     this.grdGrillaAdmin.AllowUserToOrderColumns = true;
     this.grdGrillaAdmin.Location          = new System.Drawing.Point(6, 16);
     this.grdGrillaAdmin.Name              = "grdGrillaAdmin";
     this.grdGrillaAdmin.ReadOnly          = true;
     this.grdGrillaAdmin.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdGrillaAdmin.Size              = new System.Drawing.Size(631, 197);
     this.grdGrillaAdmin.TabIndex          = 0;
     this.grdGrillaAdmin.SelectionChanged += new System.EventHandler(this.grdGrillaAdmin_SelectionChanged);
     this.grdGrillaAdmin.DoubleClick      += new System.EventHandler(this.grdGrillaAdmin_DoubleClick);
     this.grdGrillaAdmin.KeyPress         += new System.Windows.Forms.KeyPressEventHandler(this.grdGrillaAdmin_KeyPress);
     //
     // gpbGrupo2
     //
     this.gpbGrupo2.Controls.Add(this.txtObservaciones);
     this.gpbGrupo2.Location = new System.Drawing.Point(12, 328);
     this.gpbGrupo2.Name     = "gpbGrupo2";
     this.gpbGrupo2.Size     = new System.Drawing.Size(643, 141);
     this.gpbGrupo2.TabIndex = 1;
     this.gpbGrupo2.TabStop  = false;
     this.gpbGrupo2.Text     = "Detalle de la observacionseleccionada";
     //
     // txtObservaciones
     //
     this.txtObservaciones.BackColor       = System.Drawing.Color.White;
     this.txtObservaciones.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtObservaciones.ColorTextoVacio = System.Drawing.Color.Gray;
     this.txtObservaciones.Location        = new System.Drawing.Point(10, 19);
     this.txtObservaciones.Multiline       = true;
     this.txtObservaciones.Name            = "txtObservaciones";
     this.txtObservaciones.Requerido       = Controles.util.Enumerados.enumRequerido.NO;
     this.txtObservaciones.Size            = new System.Drawing.Size(627, 102);
     this.txtObservaciones.TabIndex        = 0;
     this.txtObservaciones.TextoVacio      = "<Descripcion>";
     this.txtObservaciones.TipoControl     = Controles.util.Enumerados.enumTipos.Ninguna;
     //
     // gpbGrupo3
     //
     this.gpbGrupo3.Controls.Add(this.lblEFechaHasta);
     this.gpbGrupo3.Controls.Add(this.lblEFechaDesde);
     this.gpbGrupo3.Controls.Add(this.dtpFechaHasta);
     this.gpbGrupo3.Controls.Add(this.dtpFechaDesde);
     this.gpbGrupo3.Location = new System.Drawing.Point(12, 3);
     this.gpbGrupo3.Name     = "gpbGrupo3";
     this.gpbGrupo3.Size     = new System.Drawing.Size(301, 78);
     this.gpbGrupo3.TabIndex = 1;
     this.gpbGrupo3.TabStop  = false;
     //
     // lblEFechaHasta
     //
     this.lblEFechaHasta.AutoSize = true;
     this.lblEFechaHasta.Location = new System.Drawing.Point(10, 50);
     this.lblEFechaHasta.Name     = "lblEFechaHasta";
     this.lblEFechaHasta.Size     = new System.Drawing.Size(88, 17);
     this.lblEFechaHasta.TabIndex = 15;
     this.lblEFechaHasta.Text     = "Fecha Hasta";
     //
     // lblEFechaDesde
     //
     this.lblEFechaDesde.AutoSize = true;
     this.lblEFechaDesde.Location = new System.Drawing.Point(7, 19);
     this.lblEFechaDesde.Name     = "lblEFechaDesde";
     this.lblEFechaDesde.Size     = new System.Drawing.Size(92, 17);
     this.lblEFechaDesde.TabIndex = 14;
     this.lblEFechaDesde.Text     = "Fecha Desde";
     //
     // dtpFechaHasta
     //
     this.dtpFechaHasta.Format    = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFechaHasta.Location  = new System.Drawing.Point(105, 44);
     this.dtpFechaHasta.Name      = "dtpFechaHasta";
     this.dtpFechaHasta.Requerido = Controles.util.Enumerados.enumRequerido.NO;
     this.dtpFechaHasta.Size      = new System.Drawing.Size(109, 22);
     this.dtpFechaHasta.TabIndex  = 13;
     //
     // dtpFechaDesde
     //
     this.dtpFechaDesde.Format    = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFechaDesde.Location  = new System.Drawing.Point(105, 12);
     this.dtpFechaDesde.Name      = "dtpFechaDesde";
     this.dtpFechaDesde.Requerido = Controles.util.Enumerados.enumRequerido.NO;
     this.dtpFechaDesde.Size      = new System.Drawing.Size(109, 22);
     this.dtpFechaDesde.TabIndex  = 12;
     //
     // gpbGrupo4
     //
     this.gpbGrupo4.Controls.Add(this.btnImprimir);
     this.gpbGrupo4.Controls.Add(this.btnVer);
     this.gpbGrupo4.Controls.Add(this.btnExportar);
     this.gpbGrupo4.Controls.Add(this.btnEliminar);
     this.gpbGrupo4.Controls.Add(this.btnSalir);
     this.gpbGrupo4.Controls.Add(this.btnEditar);
     this.gpbGrupo4.Controls.Add(this.btnNuevo);
     this.gpbGrupo4.Location = new System.Drawing.Point(319, 3);
     this.gpbGrupo4.Name     = "gpbGrupo4";
     this.gpbGrupo4.Size     = new System.Drawing.Size(336, 78);
     this.gpbGrupo4.TabIndex = 2;
     this.gpbGrupo4.TabStop  = false;
     //
     // btnImprimir
     //
     this.btnImprimir.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnImprimir.BackgroundImage")));
     this.btnImprimir.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnImprimir.Location = new System.Drawing.Point(237, 19);
     this.btnImprimir.Name     = "btnImprimir";
     this.btnImprimir.Size     = new System.Drawing.Size(40, 40);
     this.btnImprimir.TabIndex = 6;
     this.btnImprimir.UseVisualStyleBackColor = true;
     //
     // btnVer
     //
     this.btnVer.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnVer.BackgroundImage")));
     this.btnVer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnVer.Location = new System.Drawing.Point(145, 20);
     this.btnVer.Name     = "btnVer";
     this.btnVer.Size     = new System.Drawing.Size(40, 40);
     this.btnVer.TabIndex = 5;
     this.btnVer.UseVisualStyleBackColor = true;
     this.btnVer.Click += new System.EventHandler(this.btnVer_Click);
     //
     // btnExportar
     //
     this.btnExportar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnExportar.BackgroundImage")));
     this.btnExportar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnExportar.Location = new System.Drawing.Point(191, 20);
     this.btnExportar.Name     = "btnExportar";
     this.btnExportar.Size     = new System.Drawing.Size(40, 40);
     this.btnExportar.TabIndex = 4;
     this.btnExportar.UseVisualStyleBackColor = true;
     this.btnExportar.Click += new System.EventHandler(this.btnExportar_Click);
     //
     // btnEliminar
     //
     this.btnEliminar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnEliminar.BackgroundImage")));
     this.btnEliminar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnEliminar.Location = new System.Drawing.Point(99, 20);
     this.btnEliminar.Name     = "btnEliminar";
     this.btnEliminar.Size     = new System.Drawing.Size(40, 40);
     this.btnEliminar.TabIndex = 3;
     this.btnEliminar.UseVisualStyleBackColor = true;
     //
     // btnSalir
     //
     this.btnSalir.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnSalir.BackgroundImage")));
     this.btnSalir.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnSalir.Location = new System.Drawing.Point(283, 19);
     this.btnSalir.Name     = "btnSalir";
     this.btnSalir.Size     = new System.Drawing.Size(40, 40);
     this.btnSalir.TabIndex = 2;
     this.btnSalir.UseVisualStyleBackColor = true;
     //
     // btnEditar
     //
     this.btnEditar.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnEditar.BackgroundImage")));
     this.btnEditar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnEditar.Location = new System.Drawing.Point(53, 20);
     this.btnEditar.Name     = "btnEditar";
     this.btnEditar.Size     = new System.Drawing.Size(40, 40);
     this.btnEditar.TabIndex = 1;
     this.btnEditar.UseVisualStyleBackColor = true;
     this.btnEditar.Click += new System.EventHandler(this.btnEditar_Click);
     //
     // btnNuevo
     //
     this.btnNuevo.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("btnNuevo.BackgroundImage")));
     this.btnNuevo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnNuevo.Location = new System.Drawing.Point(6, 19);
     this.btnNuevo.Name     = "btnNuevo";
     this.btnNuevo.Size     = new System.Drawing.Size(40, 40);
     this.btnNuevo.TabIndex = 0;
     this.btnNuevo.UseVisualStyleBackColor = true;
     this.btnNuevo.Click += new System.EventHandler(this.btnNuevo_Click);
     //
     // frmObservacionesAdmin
     //
     this.ClientSize = new System.Drawing.Size(667, 481);
     this.Controls.Add(this.gpbGrupo4);
     this.Controls.Add(this.gpbGrupo3);
     this.Controls.Add(this.gpbGrupo2);
     this.Controls.Add(this.gpbGrupo1);
     this.Name  = "frmObservacionesAdmin";
     this.Text  = "[OBSERVACIONES]";
     this.Load += new System.EventHandler(this.frmObservacionesAdmin_Load);
     this.gpbGrupo1.ResumeLayout(false);
     this.gpbGrupo1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdGrillaAdmin)).EndInit();
     this.gpbGrupo2.ResumeLayout(false);
     this.gpbGrupo2.PerformLayout();
     this.gpbGrupo3.ResumeLayout(false);
     this.gpbGrupo3.PerformLayout();
     this.gpbGrupo4.ResumeLayout(false);
     this.ResumeLayout(false);
 }