Example #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);
 }
 private void InitializeComponent()
 {
     this.gpbGrupo1 = new Controles.contenedores.gpbGrupo();
     this.txtCodigoCuadroTarifario = new Controles.textBoxes.txtDescripcion();
     this.txtServicio            = new Controles.textBoxes.txtDescripcion();
     this.txtCategoria           = new Controles.textBoxes.txtDescripcion();
     this.lblEtiqueta1           = new Controles.labels.lblEtiqueta();
     this.lblServicio            = new Controles.labels.lblEtiqueta();
     this.lblCategoria           = new Controles.labels.lblEtiqueta();
     this.lblConcepto            = new Controles.labels.lblEtiqueta();
     this.txtCodigoConcepto      = new Controles.textBoxes.txtDescripcion();
     this.txtConceptoDescripcion = new Controles.textBoxes.txtDescripcion();
     this.btnConceptoPadre       = new Controles.buttons.btnGeneral();
     this.gpbGrupo1.SuspendLayout();
     this.SuspendLayout();
     //
     // gpbGrupo1
     //
     this.gpbGrupo1.Controls.Add(this.btnConceptoPadre);
     this.gpbGrupo1.Controls.Add(this.txtConceptoDescripcion);
     this.gpbGrupo1.Controls.Add(this.txtCodigoConcepto);
     this.gpbGrupo1.Controls.Add(this.lblConcepto);
     this.gpbGrupo1.Controls.Add(this.lblCategoria);
     this.gpbGrupo1.Controls.Add(this.lblServicio);
     this.gpbGrupo1.Controls.Add(this.lblEtiqueta1);
     this.gpbGrupo1.Controls.Add(this.txtCategoria);
     this.gpbGrupo1.Controls.Add(this.txtServicio);
     this.gpbGrupo1.Controls.Add(this.txtCodigoCuadroTarifario);
     this.gpbGrupo1.Location = new System.Drawing.Point(12, 1);
     this.gpbGrupo1.Name     = "gpbGrupo1";
     this.gpbGrupo1.Size     = new System.Drawing.Size(669, 107);
     this.gpbGrupo1.TabIndex = 0;
     this.gpbGrupo1.TabStop  = false;
     //
     // txtCodigoCuadroTarifario
     //
     this.txtCodigoCuadroTarifario.BackColor       = System.Drawing.Color.White;
     this.txtCodigoCuadroTarifario.ColorTextoVacio = System.Drawing.Color.Gray;
     this.txtCodigoCuadroTarifario.Location        = new System.Drawing.Point(88, 19);
     this.txtCodigoCuadroTarifario.MaxLength       = 50;
     this.txtCodigoCuadroTarifario.Name            = "txtCodigoCuadroTarifario";
     this.txtCodigoCuadroTarifario.ReadOnly        = true;
     this.txtCodigoCuadroTarifario.Requerido       = Controles.util.Enumerados.enumRequerido.NO;
     this.txtCodigoCuadroTarifario.Size            = new System.Drawing.Size(60, 20);
     this.txtCodigoCuadroTarifario.TabIndex        = 0;
     this.txtCodigoCuadroTarifario.TextoVacio      = "<Descripcion>";
     this.txtCodigoCuadroTarifario.TipoControl     = Controles.util.Enumerados.enumTipos.Ninguna;
     //
     // txtServicio
     //
     this.txtServicio.BackColor       = System.Drawing.Color.White;
     this.txtServicio.ColorTextoVacio = System.Drawing.Color.Gray;
     this.txtServicio.Location        = new System.Drawing.Point(264, 19);
     this.txtServicio.MaxLength       = 50;
     this.txtServicio.Name            = "txtServicio";
     this.txtServicio.ReadOnly        = true;
     this.txtServicio.Requerido       = Controles.util.Enumerados.enumRequerido.NO;
     this.txtServicio.Size            = new System.Drawing.Size(212, 20);
     this.txtServicio.TabIndex        = 1;
     this.txtServicio.TextoVacio      = "<Descripcion>";
     this.txtServicio.TipoControl     = Controles.util.Enumerados.enumTipos.Ninguna;
     //
     // txtCategoria
     //
     this.txtCategoria.BackColor       = System.Drawing.Color.White;
     this.txtCategoria.ColorTextoVacio = System.Drawing.Color.Gray;
     this.txtCategoria.Location        = new System.Drawing.Point(88, 45);
     this.txtCategoria.MaxLength       = 50;
     this.txtCategoria.Name            = "txtCategoria";
     this.txtCategoria.ReadOnly        = true;
     this.txtCategoria.Requerido       = Controles.util.Enumerados.enumRequerido.NO;
     this.txtCategoria.Size            = new System.Drawing.Size(388, 20);
     this.txtCategoria.TabIndex        = 2;
     this.txtCategoria.TextoVacio      = "<Descripcion>";
     this.txtCategoria.TipoControl     = Controles.util.Enumerados.enumTipos.Ninguna;
     //
     // lblEtiqueta1
     //
     this.lblEtiqueta1.AutoSize = true;
     this.lblEtiqueta1.Location = new System.Drawing.Point(31, 25);
     this.lblEtiqueta1.Name     = "lblEtiqueta1";
     this.lblEtiqueta1.Size     = new System.Drawing.Size(34, 13);
     this.lblEtiqueta1.TabIndex = 3;
     this.lblEtiqueta1.Text     = "Tarifa";
     //
     // lblServicio
     //
     this.lblServicio.AutoSize = true;
     this.lblServicio.Location = new System.Drawing.Point(213, 25);
     this.lblServicio.Name     = "lblServicio";
     this.lblServicio.Size     = new System.Drawing.Size(45, 13);
     this.lblServicio.TabIndex = 4;
     this.lblServicio.Text     = "Servicio";
     //
     // lblCategoria
     //
     this.lblCategoria.AutoSize = true;
     this.lblCategoria.Location = new System.Drawing.Point(30, 48);
     this.lblCategoria.Name     = "lblCategoria";
     this.lblCategoria.Size     = new System.Drawing.Size(52, 13);
     this.lblCategoria.TabIndex = 5;
     this.lblCategoria.Text     = "Categoria";
     //
     // lblConcepto
     //
     this.lblConcepto.AutoSize = true;
     this.lblConcepto.Location = new System.Drawing.Point(31, 74);
     this.lblConcepto.Name     = "lblConcepto";
     this.lblConcepto.Size     = new System.Drawing.Size(53, 13);
     this.lblConcepto.TabIndex = 6;
     this.lblConcepto.Text     = "Concepto";
     //
     // txtCodigoConcepto
     //
     this.txtCodigoConcepto.BackColor       = System.Drawing.Color.White;
     this.txtCodigoConcepto.ColorTextoVacio = System.Drawing.Color.Gray;
     this.txtCodigoConcepto.Location        = new System.Drawing.Point(88, 71);
     this.txtCodigoConcepto.MaxLength       = 50;
     this.txtCodigoConcepto.Name            = "txtCodigoConcepto";
     this.txtCodigoConcepto.Requerido       = Controles.util.Enumerados.enumRequerido.NO;
     this.txtCodigoConcepto.Size            = new System.Drawing.Size(60, 20);
     this.txtCodigoConcepto.TabIndex        = 7;
     this.txtCodigoConcepto.TextoVacio      = "<Descripcion>";
     this.txtCodigoConcepto.TipoControl     = Controles.util.Enumerados.enumTipos.Ninguna;
     //
     // txtConceptoDescripcion
     //
     this.txtConceptoDescripcion.BackColor       = System.Drawing.Color.White;
     this.txtConceptoDescripcion.ColorTextoVacio = System.Drawing.Color.Gray;
     this.txtConceptoDescripcion.Location        = new System.Drawing.Point(156, 71);
     this.txtConceptoDescripcion.MaxLength       = 50;
     this.txtConceptoDescripcion.Name            = "txtConceptoDescripcion";
     this.txtConceptoDescripcion.Requerido       = Controles.util.Enumerados.enumRequerido.NO;
     this.txtConceptoDescripcion.Size            = new System.Drawing.Size(284, 20);
     this.txtConceptoDescripcion.TabIndex        = 8;
     this.txtConceptoDescripcion.TextoVacio      = "<Descripcion>";
     this.txtConceptoDescripcion.TipoControl     = Controles.util.Enumerados.enumTipos.Ninguna;
     //
     // btnConceptoPadre
     //
     this.btnConceptoPadre.Location = new System.Drawing.Point(445, 70);
     this.btnConceptoPadre.Margin   = new System.Windows.Forms.Padding(2);
     this.btnConceptoPadre.Name     = "btnConceptoPadre";
     this.btnConceptoPadre.Size     = new System.Drawing.Size(31, 21);
     this.btnConceptoPadre.TabIndex = 9;
     this.btnConceptoPadre.Text     = "...";
     this.btnConceptoPadre.UseVisualStyleBackColor = true;
     //
     // frmConceptosCategoriasCrud
     //
     this.ClientSize = new System.Drawing.Size(685, 527);
     this.Controls.Add(this.gpbGrupo1);
     this.Name = "frmConceptosCategoriasCrud";
     this.gpbGrupo1.ResumeLayout(false);
     this.gpbGrupo1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #3
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);
        }
Example #4
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCrudGrilla));
     this.gpbGrupoEstado = new Controles.contenedores.gpbGrupo();
     this.cmbEstado      = new Controles.datos.cmbLista();
     this.lblEEstado     = new Controles.labels.lblEtiqueta();
     this.gpbGrupoFecha  = new Controles.contenedores.gpbGrupo();
     this.dtpFechaHasta  = new System.Windows.Forms.DateTimePicker();
     this.dtpFechaDesde  = new System.Windows.Forms.DateTimePicker();
     this.lblEFechaHasta = new Controles.labels.lblEtiqueta();
     this.lblEFechaDesde = new Controles.labels.lblEtiqueta();
     this.gpbGrupo2      = new Controles.contenedores.gpbGrupo();
     this.grdGrillaEdit1 = new Controles.datos.grdGrillaEdit();
     this.lblCantidad    = new Controles.labels.lblEtiqueta();
     this.gpbGrupo3      = new Controles.contenedores.gpbGrupo();
     this.btnCancelar1   = new Controles.buttons.btnCancelar();
     this.btnAceptar1    = new Controles.buttons.btnAceptar();
     this.gpbGrupo1      = new Controles.contenedores.gpbGrupo();
     this.lblEtiqueta3   = new Controles.labels.lblEtiqueta();
     this.lblEtiqueta2   = new Controles.labels.lblEtiqueta();
     this.txtFiltro1     = new Controles.txtFiltro();
     this.cmbLista1      = new Controles.datos.cmbLista();
     this.gpbGrupoEstado.SuspendLayout();
     this.gpbGrupoFecha.SuspendLayout();
     this.gpbGrupo2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdGrillaEdit1)).BeginInit();
     this.gpbGrupo3.SuspendLayout();
     this.gpbGrupo1.SuspendLayout();
     this.SuspendLayout();
     //
     // gpbGrupoEstado
     //
     this.gpbGrupoEstado.Controls.Add(this.cmbEstado);
     this.gpbGrupoEstado.Controls.Add(this.lblEEstado);
     this.gpbGrupoEstado.Location = new System.Drawing.Point(584, 7);
     this.gpbGrupoEstado.Name     = "gpbGrupoEstado";
     this.gpbGrupoEstado.Size     = new System.Drawing.Size(176, 98);
     this.gpbGrupoEstado.TabIndex = 9;
     this.gpbGrupoEstado.TabStop  = false;
     this.gpbGrupoEstado.Visible  = false;
     //
     // cmbEstado
     //
     this.cmbEstado.FormattingEnabled = true;
     this.cmbEstado.Location          = new System.Drawing.Point(6, 54);
     this.cmbEstado.Name      = "cmbEstado";
     this.cmbEstado.Requerido = Controles.util.Enumerados.enumRequerido.NO;
     this.cmbEstado.Size      = new System.Drawing.Size(164, 21);
     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(40, 13);
     this.lblEEstado.TabIndex = 8;
     this.lblEEstado.Text     = "Estado";
     //
     // gpbGrupoFecha
     //
     this.gpbGrupoFecha.Controls.Add(this.dtpFechaHasta);
     this.gpbGrupoFecha.Controls.Add(this.dtpFechaDesde);
     this.gpbGrupoFecha.Controls.Add(this.lblEFechaHasta);
     this.gpbGrupoFecha.Controls.Add(this.lblEFechaDesde);
     this.gpbGrupoFecha.Location = new System.Drawing.Point(352, 7);
     this.gpbGrupoFecha.Name     = "gpbGrupoFecha";
     this.gpbGrupoFecha.Size     = new System.Drawing.Size(226, 98);
     this.gpbGrupoFecha.TabIndex = 8;
     this.gpbGrupoFecha.TabStop  = false;
     this.gpbGrupoFecha.Visible  = false;
     //
     // dtpFechaHasta
     //
     this.dtpFechaHasta.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFechaHasta.Location = new System.Drawing.Point(117, 55);
     this.dtpFechaHasta.Name     = "dtpFechaHasta";
     this.dtpFechaHasta.Size     = new System.Drawing.Size(96, 20);
     this.dtpFechaHasta.TabIndex = 9;
     //
     // dtpFechaDesde
     //
     this.dtpFechaDesde.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFechaDesde.Location = new System.Drawing.Point(6, 55);
     this.dtpFechaDesde.Name     = "dtpFechaDesde";
     this.dtpFechaDesde.Size     = new System.Drawing.Size(96, 20);
     this.dtpFechaDesde.TabIndex = 8;
     //
     // lblEFechaHasta
     //
     this.lblEFechaHasta.AutoSize = true;
     this.lblEFechaHasta.Location = new System.Drawing.Point(114, 16);
     this.lblEFechaHasta.Name     = "lblEFechaHasta";
     this.lblEFechaHasta.Size     = new System.Drawing.Size(68, 13);
     this.lblEFechaHasta.TabIndex = 7;
     this.lblEFechaHasta.Text     = "Fecha Hasta";
     //
     // lblEFechaDesde
     //
     this.lblEFechaDesde.AutoSize = true;
     this.lblEFechaDesde.Location = new System.Drawing.Point(6, 16);
     this.lblEFechaDesde.Name     = "lblEFechaDesde";
     this.lblEFechaDesde.Size     = new System.Drawing.Size(71, 13);
     this.lblEFechaDesde.TabIndex = 6;
     this.lblEFechaDesde.Text     = "Fecha Desde";
     //
     // gpbGrupo2
     //
     this.gpbGrupo2.Controls.Add(this.grdGrillaEdit1);
     this.gpbGrupo2.Controls.Add(this.lblCantidad);
     this.gpbGrupo2.Controls.Add(this.gpbGrupo3);
     this.gpbGrupo2.Location = new System.Drawing.Point(12, 111);
     this.gpbGrupo2.Name     = "gpbGrupo2";
     this.gpbGrupo2.Size     = new System.Drawing.Size(748, 831);
     this.gpbGrupo2.TabIndex = 1;
     this.gpbGrupo2.TabStop  = false;
     //
     // grdGrillaEdit1
     //
     this.grdGrillaEdit1.Location         = new System.Drawing.Point(6, 25);
     this.grdGrillaEdit1.Name             = "grdGrillaEdit1";
     this.grdGrillaEdit1.Size             = new System.Drawing.Size(650, 500);
     this.grdGrillaEdit1.TabIndex         = 3;
     this.grdGrillaEdit1.CellBeginEdit   += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdGrillaEdit1_CellBeginEdit);
     this.grdGrillaEdit1.CellEndEdit     += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdGrillaEdit1_CellEndEdit);
     this.grdGrillaEdit1.UserAddedRow    += new System.Windows.Forms.DataGridViewRowEventHandler(this.grdGrillaEdit1_UserAddedRow);
     this.grdGrillaEdit1.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.grdGrillaEdit1_UserDeletingRow);
     //
     // lblCantidad
     //
     this.lblCantidad.AutoSize = true;
     this.lblCantidad.Location = new System.Drawing.Point(7, 791);
     this.lblCantidad.Name     = "lblCantidad";
     this.lblCantidad.Size     = new System.Drawing.Size(49, 13);
     this.lblCantidad.TabIndex = 2;
     this.lblCantidad.Text     = "Cantidad";
     //
     // gpbGrupo3
     //
     this.gpbGrupo3.Controls.Add(this.btnCancelar1);
     this.gpbGrupo3.Controls.Add(this.btnAceptar1);
     this.gpbGrupo3.Location = new System.Drawing.Point(288, 531);
     this.gpbGrupo3.Name     = "gpbGrupo3";
     this.gpbGrupo3.Size     = new System.Drawing.Size(189, 84);
     this.gpbGrupo3.TabIndex = 1;
     this.gpbGrupo3.TabStop  = false;
     //
     // btnCancelar1
     //
     this.btnCancelar1.Image    = ((System.Drawing.Image)(resources.GetObject("btnCancelar1.Image")));
     this.btnCancelar1.Location = new System.Drawing.Point(100, 14);
     this.btnCancelar1.Name     = "btnCancelar1";
     this.btnCancelar1.Size     = new System.Drawing.Size(80, 60);
     this.btnCancelar1.TabIndex = 1;
     this.btnCancelar1.UseVisualStyleBackColor = true;
     this.btnCancelar1.Click += new System.EventHandler(this.btnCancelar1_Click);
     //
     // btnAceptar1
     //
     this.btnAceptar1.Image    = ((System.Drawing.Image)(resources.GetObject("btnAceptar1.Image")));
     this.btnAceptar1.Location = new System.Drawing.Point(9, 14);
     this.btnAceptar1.Name     = "btnAceptar1";
     this.btnAceptar1.Size     = new System.Drawing.Size(80, 60);
     this.btnAceptar1.TabIndex = 0;
     this.btnAceptar1.UseVisualStyleBackColor = true;
     this.btnAceptar1.Click += new System.EventHandler(this.btnAceptar1_Click);
     //
     // gpbGrupo1
     //
     this.gpbGrupo1.Controls.Add(this.lblEtiqueta3);
     this.gpbGrupo1.Controls.Add(this.lblEtiqueta2);
     this.gpbGrupo1.Controls.Add(this.txtFiltro1);
     this.gpbGrupo1.Controls.Add(this.cmbLista1);
     this.gpbGrupo1.Location = new System.Drawing.Point(12, 6);
     this.gpbGrupo1.Name     = "gpbGrupo1";
     this.gpbGrupo1.Size     = new System.Drawing.Size(334, 99);
     this.gpbGrupo1.TabIndex = 0;
     this.gpbGrupo1.TabStop  = false;
     //
     // lblEtiqueta3
     //
     this.lblEtiqueta3.AutoSize = true;
     this.lblEtiqueta3.Location = new System.Drawing.Point(7, 61);
     this.lblEtiqueta3.Name     = "lblEtiqueta3";
     this.lblEtiqueta3.Size     = new System.Drawing.Size(45, 13);
     this.lblEtiqueta3.TabIndex = 7;
     this.lblEtiqueta3.Text     = "FILTRO";
     //
     // lblEtiqueta2
     //
     this.lblEtiqueta2.AutoSize = true;
     this.lblEtiqueta2.Location = new System.Drawing.Point(6, 23);
     this.lblEtiqueta2.Name     = "lblEtiqueta2";
     this.lblEtiqueta2.Size     = new System.Drawing.Size(78, 13);
     this.lblEtiqueta2.TabIndex = 6;
     this.lblEtiqueta2.Text     = "FILTRAR POR";
     //
     // txtFiltro1
     //
     this.txtFiltro1.BackColor       = System.Drawing.Color.White;
     this.txtFiltro1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtFiltro1.ColorTextoVacio = System.Drawing.Color.Gray;
     this.txtFiltro1.Location        = new System.Drawing.Point(127, 58);
     this.txtFiltro1.Name            = "txtFiltro1";
     this.txtFiltro1.Requerido       = Controles.util.Enumerados.enumRequerido.NO;
     this.txtFiltro1.Size            = new System.Drawing.Size(175, 20);
     this.txtFiltro1.TabIndex        = 5;
     this.txtFiltro1.TextoVacio      = "<Descripcion>";
     this.txtFiltro1.TipoControl     = Controles.util.Enumerados.enumTipos.Ninguna;
     this.txtFiltro1.TextChanged    += new System.EventHandler(this.txtFiltro1_TextChanged_1);
     //
     // cmbLista1
     //
     this.cmbLista1.FormattingEnabled = true;
     this.cmbLista1.Location          = new System.Drawing.Point(127, 15);
     this.cmbLista1.Name      = "cmbLista1";
     this.cmbLista1.Requerido = Controles.util.Enumerados.enumRequerido.NO;
     this.cmbLista1.Size      = new System.Drawing.Size(175, 21);
     this.cmbLista1.TabIndex  = 4;
     //
     // frmCrudGrilla
     //
     this.ClientSize = new System.Drawing.Size(776, 749);
     this.Controls.Add(this.gpbGrupoEstado);
     this.Controls.Add(this.gpbGrupoFecha);
     this.Controls.Add(this.gpbGrupo2);
     this.Controls.Add(this.gpbGrupo1);
     this.Name  = "frmCrudGrilla";
     this.Load += new System.EventHandler(this.frmCrudGrilla_Load);
     this.gpbGrupoEstado.ResumeLayout(false);
     this.gpbGrupoEstado.PerformLayout();
     this.gpbGrupoFecha.ResumeLayout(false);
     this.gpbGrupoFecha.PerformLayout();
     this.gpbGrupo2.ResumeLayout(false);
     this.gpbGrupo2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdGrillaEdit1)).EndInit();
     this.gpbGrupo3.ResumeLayout(false);
     this.gpbGrupo1.ResumeLayout(false);
     this.gpbGrupo1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #5
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);
 }