/// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Rep_Reportes));
     this.label2 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label6 = new System.Windows.Forms.Label();
     this.CboTipos = new MigControls.MigCombobox();
     this.cboArea = new MigControls.MigCombobox();
     this.label4 = new System.Windows.Forms.Label();
     this.RBPro = new System.Windows.Forms.RadioButton();
     this.label7 = new System.Windows.Forms.Label();
     this.RBDet = new System.Windows.Forms.RadioButton();
     this.RBRes = new System.Windows.Forms.RadioButton();
     this.cboEstado = new MigControls.MigCombobox();
     this.label5 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.dtpHasta = new System.Windows.Forms.DateTimePicker();
     this.label1 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.dtpDesde = new System.Windows.Forms.DateTimePicker();
     this.lblTabla = new System.Windows.Forms.Label();
     this.BarraSis = new System.Windows.Forms.ToolStrip();
     this.bEjecutar = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripSeparator();
     this.bExportar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.bCerrar = new System.Windows.Forms.ToolStripButton();
     this.lstTablas = new System.Windows.Forms.ListBox();
     this.groupBox1.SuspendLayout();
     this.BarraSis.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.SystemColors.Control;
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location = new System.Drawing.Point(9, 30);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(107, 13);
     this.label2.TabIndex = 813;
     this.label2.Text = "Seleccione una tabla";
     //
     // groupBox1
     //
     this.groupBox1.AutoSize = true;
     this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.CboTipos);
     this.groupBox1.Controls.Add(this.cboArea);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.RBPro);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.RBDet);
     this.groupBox1.Controls.Add(this.RBRes);
     this.groupBox1.Controls.Add(this.cboEstado);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.dtpHasta);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.dtpDesde);
     this.groupBox1.Location = new System.Drawing.Point(12, 215);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(777, 299);
     this.groupBox1.TabIndex = 816;
     this.groupBox1.TabStop = false;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(69, 128);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(40, 16);
     this.label6.TabIndex = 93;
     this.label6.Text = "Tipo";
     //
     // CboTipos
     //
     this.CboTipos.BackColor = System.Drawing.Color.White;
     this.CboTipos.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.CboTipos.ColorSalida = System.Drawing.Color.White;
     this.CboTipos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CboTipos.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CboTipos.FormattingEnabled = true;
     this.CboTipos.Items.AddRange(new object[] {
     "Envio",
     "Recepcion"});
     this.CboTipos.Location = new System.Drawing.Point(236, 122);
     this.CboTipos.Name = "CboTipos";
     this.CboTipos.PasarEnter = true;
     this.CboTipos.Size = new System.Drawing.Size(112, 22);
     this.CboTipos.TabIndex = 92;
     this.CboTipos.Tipo = MigControls.MigCombobox.TipoVal.Numerico;
     //
     // cboArea
     //
     this.cboArea.BackColor = System.Drawing.Color.White;
     this.cboArea.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.cboArea.ColorSalida = System.Drawing.Color.White;
     this.cboArea.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboArea.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboArea.FormattingEnabled = true;
     this.cboArea.Location = new System.Drawing.Point(236, 64);
     this.cboArea.Name = "cboArea";
     this.cboArea.PasarEnter = true;
     this.cboArea.Size = new System.Drawing.Size(417, 22);
     this.cboArea.TabIndex = 91;
     this.cboArea.Tipo = MigControls.MigCombobox.TipoVal.TextoMayuscula;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(69, 65);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(41, 16);
     this.label4.TabIndex = 90;
     this.label4.Text = "Area";
     //
     // RBPro
     //
     this.RBPro.AutoSize = true;
     this.RBPro.Location = new System.Drawing.Point(464, 198);
     this.RBPro.Name = "RBPro";
     this.RBPro.Size = new System.Drawing.Size(79, 17);
     this.RBPro.TabIndex = 89;
     this.RBPro.TabStop = true;
     this.RBPro.Text = "Produccion";
     this.RBPro.UseVisualStyleBackColor = true;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(69, 199);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(166, 16);
     this.label7.TabIndex = 87;
     this.label7.Text = "Tipo de Reporte           ";
     //
     // RBDet
     //
     this.RBDet.AutoSize = true;
     this.RBDet.Checked = true;
     this.RBDet.Location = new System.Drawing.Point(236, 199);
     this.RBDet.Name = "RBDet";
     this.RBDet.Size = new System.Drawing.Size(58, 17);
     this.RBDet.TabIndex = 84;
     this.RBDet.TabStop = true;
     this.RBDet.Text = "Detalle";
     this.RBDet.UseVisualStyleBackColor = true;
     //
     // RBRes
     //
     this.RBRes.AutoSize = true;
     this.RBRes.Location = new System.Drawing.Point(351, 198);
     this.RBRes.Name = "RBRes";
     this.RBRes.Size = new System.Drawing.Size(70, 17);
     this.RBRes.TabIndex = 85;
     this.RBRes.TabStop = true;
     this.RBRes.Text = "Resumen";
     this.RBRes.UseVisualStyleBackColor = true;
     //
     // cboEstado
     //
     this.cboEstado.BackColor = System.Drawing.Color.White;
     this.cboEstado.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.cboEstado.ColorSalida = System.Drawing.Color.White;
     this.cboEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboEstado.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboEstado.FormattingEnabled = true;
     this.cboEstado.Items.AddRange(new object[] {
     "Pendiente",
     "Terminado",
     "Cerrado",
     "Todos"});
     this.cboEstado.Location = new System.Drawing.Point(236, 94);
     this.cboEstado.Name = "cboEstado";
     this.cboEstado.PasarEnter = true;
     this.cboEstado.Size = new System.Drawing.Size(112, 22);
     this.cboEstado.TabIndex = 75;
     this.cboEstado.Tipo = MigControls.MigCombobox.TipoVal.Numerico;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(69, 97);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(61, 16);
     this.label5.TabIndex = 80;
     this.label5.Text = "Estado ";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(375, 149);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(40, 13);
     this.label3.TabIndex = 77;
     this.label3.Text = "Hasta";
     //
     // dtpHasta
     //
     this.dtpHasta.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpHasta.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpHasta.Location = new System.Drawing.Point(355, 166);
     this.dtpHasta.Name = "dtpHasta";
     this.dtpHasta.Size = new System.Drawing.Size(99, 22);
     this.dtpHasta.TabIndex = 78;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(259, 149);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(43, 13);
     this.label1.TabIndex = 75;
     this.label1.Text = "Desde";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(69, 170);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(147, 16);
     this.label14.TabIndex = 74;
     this.label14.Text = "Rango de Fechas    ";
     //
     // dtpDesde
     //
     this.dtpDesde.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpDesde.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpDesde.Location = new System.Drawing.Point(242, 166);
     this.dtpDesde.Name = "dtpDesde";
     this.dtpDesde.Size = new System.Drawing.Size(95, 22);
     this.dtpDesde.TabIndex = 77;
     //
     // lblTabla
     //
     this.lblTabla.BackColor = System.Drawing.SystemColors.Info;
     this.lblTabla.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblTabla.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTabla.ForeColor = System.Drawing.Color.MidnightBlue;
     this.lblTabla.Location = new System.Drawing.Point(12, 179);
     this.lblTabla.Name = "lblTabla";
     this.lblTabla.Size = new System.Drawing.Size(789, 33);
     this.lblTabla.TabIndex = 815;
     this.lblTabla.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BarraSis
     //
     this.BarraSis.Dock = System.Windows.Forms.DockStyle.None;
     this.BarraSis.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bEjecutar,
     this.toolStripButton4,
     this.bExportar,
     this.toolStripSeparator2,
     this.bCerrar});
     this.BarraSis.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.BarraSis.Location = new System.Drawing.Point(10, 4);
     this.BarraSis.Name = "BarraSis";
     this.BarraSis.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.BarraSis.Size = new System.Drawing.Size(164, 29);
     this.BarraSis.TabIndex = 814;
     //
     // bEjecutar
     //
     this.bEjecutar.Image = ((System.Drawing.Image)(resources.GetObject("bEjecutar.Image")));
     this.bEjecutar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.bEjecutar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bEjecutar.Name = "bEjecutar";
     this.bEjecutar.Size = new System.Drawing.Size(69, 20);
     this.bEjecutar.Text = "&Ejecutar";
     this.bEjecutar.ToolTipText = "Ejecutar (F3)";
     this.bEjecutar.Click += new System.EventHandler(this.bEjecutar_Click);
     //
     // toolStripButton4
     //
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Size = new System.Drawing.Size(6, 23);
     //
     // bExportar
     //
     this.bExportar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bExportar.Image = global::SisCtd.Properties.Resources.xls;
     this.bExportar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.bExportar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bExportar.Name = "bExportar";
     this.bExportar.Size = new System.Drawing.Size(24, 24);
     this.bExportar.Text = "E&xportar";
     this.bExportar.ToolTipText = "Exportar a Excel (F6)";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23);
     //
     // bCerrar
     //
     this.bCerrar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bCerrar.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.bCerrar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.bCerrar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bCerrar.Name = "bCerrar";
     this.bCerrar.Size = new System.Drawing.Size(27, 26);
     this.bCerrar.Text = "&Cerrar (Esc)";
     this.bCerrar.ToolTipText = "Cerrar (Esc)";
     this.bCerrar.Click += new System.EventHandler(this.bCerrar_Click);
     //
     // lstTablas
     //
     this.lstTablas.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstTablas.FormattingEnabled = true;
     this.lstTablas.ItemHeight = 14;
     this.lstTablas.Location = new System.Drawing.Point(12, 46);
     this.lstTablas.Name = "lstTablas";
     this.lstTablas.Size = new System.Drawing.Size(544, 130);
     this.lstTablas.TabIndex = 812;
     //
     // Frm_Rep_Reportes
     //
     this.ClientSize = new System.Drawing.Size(963, 532);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.lblTabla);
     this.Controls.Add(this.BarraSis);
     this.Controls.Add(this.lstTablas);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_Rep_Reportes";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Reportes";
     this.Load += new System.EventHandler(this.Frm_Rep_Reportes_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.BarraSis.ResumeLayout(false);
     this.BarraSis.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.label7 = new System.Windows.Forms.Label();
     this.txtIdTipoDocumento = new MigControls.MigTextbox();
     this.txtIdControl = new MigControls.MigTextbox();
     this.label1 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.txtObservacion = new MigControls.MigTextbox();
     this.lblDesTipoDocumento = new System.Windows.Forms.Label();
     this.lblDesMaestroCliente = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.txtIdMaestroCliente = new MigControls.MigTextbox();
     this.label6 = new System.Windows.Forms.Label();
     this.txtNumero = new MigControls.MigTextbox();
     this.dtpFechaDocumento = new System.Windows.Forms.DateTimePicker();
     this.label8 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.lblEstado = new System.Windows.Forms.Label();
     this.lblFechaInicio = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.lblFechaTermino = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.cboRuta = new MigControls.MigCombobox();
     this.lblCodigoBarra = new System.Windows.Forms.Label();
     this.BtnCancelar = new System.Windows.Forms.Button();
     this.BtnGrabar = new System.Windows.Forms.Button();
     this.lblFechaRecepcion = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.lblCodigoBarraTit = new System.Windows.Forms.Label();
     this.lblIdOficinaRecepcion = new System.Windows.Forms.Label();
     this.grpSeguimiento = new System.Windows.Forms.GroupBox();
     this.label3 = new System.Windows.Forms.Label();
     this.lblIdOficinaRecepcionDes = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.lblHoraRecepcion = new System.Windows.Forms.Label();
     this.grpSeguimiento.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(8, 75);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(93, 13);
     this.label7.TabIndex = 18;
     this.label7.Text = "Tipo Documento *";
     //
     // txtIdTipoDocumento
     //
     this.txtIdTipoDocumento.BackColor = System.Drawing.Color.White;
     this.txtIdTipoDocumento.Car_Años = 4;
     this.txtIdTipoDocumento.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtIdTipoDocumento.ColorSalida = System.Drawing.Color.White;
     this.txtIdTipoDocumento.Decimales = 2;
     this.txtIdTipoDocumento.Guiones = false;
     this.txtIdTipoDocumento.Location = new System.Drawing.Point(120, 71);
     this.txtIdTipoDocumento.MaxLength = 10;
     this.txtIdTipoDocumento.Name = "txtIdTipoDocumento";
     this.txtIdTipoDocumento.PasarEnter = true;
     this.txtIdTipoDocumento.Size = new System.Drawing.Size(93, 20);
     this.txtIdTipoDocumento.TabIndex = 1;
     this.txtIdTipoDocumento.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtIdTipoDocumento.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtIdTipoDocumento.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // txtIdControl
     //
     this.txtIdControl.BackColor = System.Drawing.SystemColors.Control;
     this.txtIdControl.Car_Años = 4;
     this.txtIdControl.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtIdControl.ColorSalida = System.Drawing.Color.White;
     this.txtIdControl.Decimales = 2;
     this.txtIdControl.Guiones = false;
     this.txtIdControl.Location = new System.Drawing.Point(120, 15);
     this.txtIdControl.MaxLength = 10;
     this.txtIdControl.Name = "txtIdControl";
     this.txtIdControl.PasarEnter = true;
     this.txtIdControl.ReadOnly = true;
     this.txtIdControl.Size = new System.Drawing.Size(152, 20);
     this.txtIdControl.TabIndex = 0;
     this.txtIdControl.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 19);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(59, 13);
     this.label1.TabIndex = 17;
     this.label1.Text = "Id Control *";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(9, 47);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(40, 13);
     this.label14.TabIndex = 26;
     this.label14.Text = "Estado";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(8, 215);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(67, 13);
     this.label2.TabIndex = 24;
     this.label2.Text = "Observacion";
     //
     // txtObservacion
     //
     this.txtObservacion.BackColor = System.Drawing.Color.White;
     this.txtObservacion.Car_Años = 4;
     this.txtObservacion.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtObservacion.ColorSalida = System.Drawing.Color.White;
     this.txtObservacion.Decimales = 2;
     this.txtObservacion.Guiones = false;
     this.txtObservacion.Location = new System.Drawing.Point(120, 213);
     this.txtObservacion.MaxLength = 400;
     this.txtObservacion.Multiline = true;
     this.txtObservacion.Name = "txtObservacion";
     this.txtObservacion.PasarEnter = true;
     this.txtObservacion.Size = new System.Drawing.Size(433, 65);
     this.txtObservacion.TabIndex = 6;
     this.txtObservacion.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // lblDesTipoDocumento
     //
     this.lblDesTipoDocumento.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblDesTipoDocumento.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDesTipoDocumento.Location = new System.Drawing.Point(215, 71);
     this.lblDesTipoDocumento.Name = "lblDesTipoDocumento";
     this.lblDesTipoDocumento.Size = new System.Drawing.Size(339, 20);
     this.lblDesTipoDocumento.TabIndex = 10;
     this.lblDesTipoDocumento.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblDesMaestroCliente
     //
     this.lblDesMaestroCliente.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblDesMaestroCliente.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDesMaestroCliente.Location = new System.Drawing.Point(215, 99);
     this.lblDesMaestroCliente.Name = "lblDesMaestroCliente";
     this.lblDesMaestroCliente.Size = new System.Drawing.Size(338, 20);
     this.lblDesMaestroCliente.TabIndex = 11;
     this.lblDesMaestroCliente.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(8, 103);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(46, 13);
     this.label5.TabIndex = 19;
     this.label5.Text = "Cliente *";
     //
     // txtIdMaestroCliente
     //
     this.txtIdMaestroCliente.BackColor = System.Drawing.Color.White;
     this.txtIdMaestroCliente.Car_Años = 4;
     this.txtIdMaestroCliente.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtIdMaestroCliente.ColorSalida = System.Drawing.Color.White;
     this.txtIdMaestroCliente.Decimales = 2;
     this.txtIdMaestroCliente.Guiones = false;
     this.txtIdMaestroCliente.Location = new System.Drawing.Point(120, 99);
     this.txtIdMaestroCliente.MaxLength = 10;
     this.txtIdMaestroCliente.Name = "txtIdMaestroCliente";
     this.txtIdMaestroCliente.PasarEnter = true;
     this.txtIdMaestroCliente.Size = new System.Drawing.Size(93, 20);
     this.txtIdMaestroCliente.TabIndex = 2;
     this.txtIdMaestroCliente.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtIdMaestroCliente.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtIdMaestroCliente.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(8, 131);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(107, 13);
     this.label6.TabIndex = 20;
     this.label6.Text = "Número / Referencia";
     //
     // txtNumero
     //
     this.txtNumero.BackColor = System.Drawing.Color.White;
     this.txtNumero.Car_Años = 4;
     this.txtNumero.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtNumero.ColorSalida = System.Drawing.Color.White;
     this.txtNumero.Decimales = 2;
     this.txtNumero.Guiones = false;
     this.txtNumero.Location = new System.Drawing.Point(120, 127);
     this.txtNumero.MaxLength = 30;
     this.txtNumero.Name = "txtNumero";
     this.txtNumero.PasarEnter = true;
     this.txtNumero.Size = new System.Drawing.Size(211, 20);
     this.txtNumero.TabIndex = 3;
     this.txtNumero.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // dtpFechaDocumento
     //
     this.dtpFechaDocumento.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFechaDocumento.Location = new System.Drawing.Point(120, 155);
     this.dtpFechaDocumento.Name = "dtpFechaDocumento";
     this.dtpFechaDocumento.Size = new System.Drawing.Size(93, 20);
     this.dtpFechaDocumento.TabIndex = 4;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(8, 159);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(102, 13);
     this.label8.TabIndex = 21;
     this.label8.Text = "Fecha Documento *";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(8, 187);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(37, 13);
     this.label11.TabIndex = 22;
     this.label11.Text = "Ruta *";
     //
     // lblEstado
     //
     this.lblEstado.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblEstado.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblEstado.Location = new System.Drawing.Point(112, 43);
     this.lblEstado.Name = "lblEstado";
     this.lblEstado.Size = new System.Drawing.Size(93, 20);
     this.lblEstado.TabIndex = 15;
     this.lblEstado.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblFechaInicio
     //
     this.lblFechaInicio.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblFechaInicio.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblFechaInicio.Location = new System.Drawing.Point(112, 17);
     this.lblFechaInicio.Name = "lblFechaInicio";
     this.lblFechaInicio.Size = new System.Drawing.Size(93, 20);
     this.lblFechaInicio.TabIndex = 13;
     this.lblFechaInicio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(9, 21);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(65, 13);
     this.label15.TabIndex = 25;
     this.label15.Text = "Fecha Inicio";
     //
     // lblFechaTermino
     //
     this.lblFechaTermino.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblFechaTermino.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblFechaTermino.Location = new System.Drawing.Point(315, 17);
     this.lblFechaTermino.Name = "lblFechaTermino";
     this.lblFechaTermino.Size = new System.Drawing.Size(93, 20);
     this.lblFechaTermino.TabIndex = 14;
     this.lblFechaTermino.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(226, 21);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(78, 13);
     this.label17.TabIndex = 0;
     this.label17.Text = "Fecha Termino";
     //
     // cboRuta
     //
     this.cboRuta.BackColor = System.Drawing.Color.White;
     this.cboRuta.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.cboRuta.ColorSalida = System.Drawing.Color.White;
     this.cboRuta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboRuta.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboRuta.FormattingEnabled = true;
     this.cboRuta.Location = new System.Drawing.Point(120, 182);
     this.cboRuta.Name = "cboRuta";
     this.cboRuta.PasarEnter = true;
     this.cboRuta.Size = new System.Drawing.Size(417, 22);
     this.cboRuta.TabIndex = 5;
     this.cboRuta.Tipo = MigControls.MigCombobox.TipoVal.TextoMayuscula;
     //
     // lblCodigoBarra
     //
     this.lblCodigoBarra.BackColor = System.Drawing.Color.White;
     this.lblCodigoBarra.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblCodigoBarra.Location = new System.Drawing.Point(8, 390);
     this.lblCodigoBarra.Name = "lblCodigoBarra";
     this.lblCodigoBarra.Size = new System.Drawing.Size(145, 60);
     this.lblCodigoBarra.TabIndex = 27;
     this.lblCodigoBarra.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblCodigoBarra.Visible = false;
     //
     // BtnCancelar
     //
     this.BtnCancelar.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.BtnCancelar.Location = new System.Drawing.Point(457, 414);
     this.BtnCancelar.Name = "BtnCancelar";
     this.BtnCancelar.Size = new System.Drawing.Size(80, 28);
     this.BtnCancelar.TabIndex = 8;
     this.BtnCancelar.Text = "&Cerrar";
     this.BtnCancelar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BtnCancelar.UseVisualStyleBackColor = true;
     this.BtnCancelar.Click += new System.EventHandler(this.BtnCancelar_Click);
     //
     // BtnGrabar
     //
     this.BtnGrabar.Image = global::SisCtd.Properties.Resources.Toolbar_Save;
     this.BtnGrabar.Location = new System.Drawing.Point(374, 414);
     this.BtnGrabar.Name = "BtnGrabar";
     this.BtnGrabar.Size = new System.Drawing.Size(80, 28);
     this.BtnGrabar.TabIndex = 7;
     this.BtnGrabar.Text = "&Grabar";
     this.BtnGrabar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BtnGrabar.UseVisualStyleBackColor = true;
     this.BtnGrabar.Click += new System.EventHandler(this.BtnGrabar_Click);
     //
     // lblFechaRecepcion
     //
     this.lblFechaRecepcion.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblFechaRecepcion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblFechaRecepcion.Location = new System.Drawing.Point(406, 15);
     this.lblFechaRecepcion.Name = "lblFechaRecepcion";
     this.lblFechaRecepcion.Size = new System.Drawing.Size(71, 20);
     this.lblFechaRecepcion.TabIndex = 28;
     this.lblFechaRecepcion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(293, 19);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(107, 13);
     this.label4.TabIndex = 29;
     this.label4.Text = "Fecha de Recepción";
     //
     // lblCodigoBarraTit
     //
     this.lblCodigoBarraTit.AutoSize = true;
     this.lblCodigoBarraTit.Location = new System.Drawing.Point(8, 371);
     this.lblCodigoBarraTit.Name = "lblCodigoBarraTit";
     this.lblCodigoBarraTit.Size = new System.Drawing.Size(83, 13);
     this.lblCodigoBarraTit.TabIndex = 30;
     this.lblCodigoBarraTit.Text = "Código de Barra";
     this.lblCodigoBarraTit.Visible = false;
     //
     // lblIdOficinaRecepcion
     //
     this.lblIdOficinaRecepcion.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblIdOficinaRecepcion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIdOficinaRecepcion.Location = new System.Drawing.Point(121, 43);
     this.lblIdOficinaRecepcion.Name = "lblIdOficinaRecepcion";
     this.lblIdOficinaRecepcion.Size = new System.Drawing.Size(91, 20);
     this.lblIdOficinaRecepcion.TabIndex = 31;
     this.lblIdOficinaRecepcion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblIdOficinaRecepcion.TextChanged += new System.EventHandler(this.lblIdOficinaRecepcion_TextChanged);
     //
     // grpSeguimiento
     //
     this.grpSeguimiento.Controls.Add(this.lblFechaInicio);
     this.grpSeguimiento.Controls.Add(this.label14);
     this.grpSeguimiento.Controls.Add(this.lblEstado);
     this.grpSeguimiento.Controls.Add(this.label15);
     this.grpSeguimiento.Controls.Add(this.label17);
     this.grpSeguimiento.Controls.Add(this.lblFechaTermino);
     this.grpSeguimiento.Location = new System.Drawing.Point(8, 289);
     this.grpSeguimiento.Name = "grpSeguimiento";
     this.grpSeguimiento.Size = new System.Drawing.Size(529, 73);
     this.grpSeguimiento.TabIndex = 33;
     this.grpSeguimiento.TabStop = false;
     this.grpSeguimiento.Text = "Seguimiento";
     this.grpSeguimiento.Visible = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(8, 47);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(95, 13);
     this.label3.TabIndex = 35;
     this.label3.Text = "Oficina Recepción";
     //
     // lblIdOficinaRecepcionDes
     //
     this.lblIdOficinaRecepcionDes.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblIdOficinaRecepcionDes.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIdOficinaRecepcionDes.Location = new System.Drawing.Point(215, 43);
     this.lblIdOficinaRecepcionDes.Name = "lblIdOficinaRecepcionDes";
     this.lblIdOficinaRecepcionDes.Size = new System.Drawing.Size(339, 20);
     this.lblIdOficinaRecepcionDes.TabIndex = 34;
     this.lblIdOficinaRecepcionDes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(228, 380);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(55, 43);
     this.pictureBox1.TabIndex = 36;
     this.pictureBox1.TabStop = false;
     this.pictureBox1.Visible = false;
     //
     // lblHoraRecepcion
     //
     this.lblHoraRecepcion.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblHoraRecepcion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblHoraRecepcion.Location = new System.Drawing.Point(483, 14);
     this.lblHoraRecepcion.Name = "lblHoraRecepcion";
     this.lblHoraRecepcion.Size = new System.Drawing.Size(71, 20);
     this.lblHoraRecepcion.TabIndex = 37;
     this.lblHoraRecepcion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Frm_Reg_Control_Det
     //
     this.ClientSize = new System.Drawing.Size(569, 458);
     this.Controls.Add(this.lblHoraRecepcion);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.lblIdOficinaRecepcionDes);
     this.Controls.Add(this.grpSeguimiento);
     this.Controls.Add(this.lblIdOficinaRecepcion);
     this.Controls.Add(this.lblCodigoBarraTit);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.lblFechaRecepcion);
     this.Controls.Add(this.lblCodigoBarra);
     this.Controls.Add(this.cboRuta);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.dtpFechaDocumento);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtNumero);
     this.Controls.Add(this.lblDesMaestroCliente);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtIdMaestroCliente);
     this.Controls.Add(this.lblDesTipoDocumento);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtObservacion);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtIdTipoDocumento);
     this.Controls.Add(this.txtIdControl);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.BtnCancelar);
     this.Controls.Add(this.BtnGrabar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_Reg_Control_Det";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = " Detalle del Control";
     this.Activated += new System.EventHandler(this.Frm_Reg_Control_Det_Activated);
     this.Load += new System.EventHandler(this.Frm_Reg_Control_Det_Load);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_Reg_Control_Det_KeyPress);
     this.grpSeguimiento.ResumeLayout(false);
     this.grpSeguimiento.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lblEstado = new System.Windows.Forms.Label();
     this.cboEstado = new MigControls.MigCombobox();
     this.txtDescripcion = new MigControls.MigTextbox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtCodigo = new MigControls.MigTextbox();
     this.label10 = new System.Windows.Forms.Label();
     this.BarraSis = new System.Windows.Forms.ToolStrip();
     this.bNuevo = new System.Windows.Forms.ToolStripButton();
     this.bModificar = new System.Windows.Forms.ToolStripButton();
     this.bEliminar = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripSeparator();
     this.bExportar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.bCerrar = new System.Windows.Forms.ToolStripButton();
     this.Stb = new System.Windows.Forms.StatusStrip();
     this.LblMensaje = new System.Windows.Forms.ToolStripStatusLabel();
     this.dgTipoDocumento = new MigControls.MigDataGridView();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnQuitar = new System.Windows.Forms.Button();
     this.btnAgregar = new System.Windows.Forms.Button();
     this.label4 = new System.Windows.Forms.Label();
     this.dgActividades = new MigControls.MigDataGridView();
     this.label1 = new System.Windows.Forms.Label();
     this.dgRutas = new MigControls.MigDataGridView();
     this.panel1.SuspendLayout();
     this.BarraSis.SuspendLayout();
     this.Stb.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgTipoDocumento)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgActividades)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgRutas)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lblEstado);
     this.panel1.Controls.Add(this.cboEstado);
     this.panel1.Controls.Add(this.txtDescripcion);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.txtCodigo);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 23);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1059, 32);
     this.panel1.TabIndex = 2;
     //
     // lblEstado
     //
     this.lblEstado.AutoSize = true;
     this.lblEstado.Location = new System.Drawing.Point(570, 10);
     this.lblEstado.Name = "lblEstado";
     this.lblEstado.Size = new System.Drawing.Size(40, 13);
     this.lblEstado.TabIndex = 4;
     this.lblEstado.Text = "Estado";
     //
     // cboEstado
     //
     this.cboEstado.BackColor = System.Drawing.Color.White;
     this.cboEstado.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.cboEstado.ColorSalida = System.Drawing.Color.White;
     this.cboEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboEstado.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboEstado.FormattingEnabled = true;
     this.cboEstado.Items.AddRange(new object[] {
     "Activos",
     "Inactivos",
     "Todos"});
     this.cboEstado.Location = new System.Drawing.Point(616, 5);
     this.cboEstado.Name = "cboEstado";
     this.cboEstado.PasarEnter = true;
     this.cboEstado.Size = new System.Drawing.Size(92, 22);
     this.cboEstado.TabIndex = 2;
     this.cboEstado.Tipo = MigControls.MigCombobox.TipoVal.Numerico;
     this.cboEstado.SelectedIndexChanged += new System.EventHandler(this.txtDescripcion_TextChanged);
     //
     // txtDescripcion
     //
     this.txtDescripcion.BackColor = System.Drawing.Color.White;
     this.txtDescripcion.Car_Años = 4;
     this.txtDescripcion.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtDescripcion.ColorSalida = System.Drawing.Color.White;
     this.txtDescripcion.Decimales = 2;
     this.txtDescripcion.Guiones = false;
     this.txtDescripcion.Location = new System.Drawing.Point(261, 6);
     this.txtDescripcion.MaxLength = 50;
     this.txtDescripcion.Name = "txtDescripcion";
     this.txtDescripcion.PasarEnter = true;
     this.txtDescripcion.Size = new System.Drawing.Size(272, 20);
     this.txtDescripcion.TabIndex = 1;
     this.txtDescripcion.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtDescripcion.TextChanged += new System.EventHandler(this.txtDescripcion_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(192, 10);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(63, 13);
     this.label2.TabIndex = 5;
     this.label2.Text = "Descripción";
     //
     // txtCodigo
     //
     this.txtCodigo.BackColor = System.Drawing.Color.White;
     this.txtCodigo.Car_Años = 4;
     this.txtCodigo.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtCodigo.ColorSalida = System.Drawing.Color.White;
     this.txtCodigo.Decimales = 2;
     this.txtCodigo.Guiones = false;
     this.txtCodigo.Location = new System.Drawing.Point(63, 6);
     this.txtCodigo.MaxLength = 10;
     this.txtCodigo.Name = "txtCodigo";
     this.txtCodigo.PasarEnter = true;
     this.txtCodigo.Size = new System.Drawing.Size(80, 20);
     this.txtCodigo.TabIndex = 0;
     this.txtCodigo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtCodigo.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtCodigo.TextChanged += new System.EventHandler(this.txtCodigo_TextChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(17, 10);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(40, 13);
     this.label10.TabIndex = 3;
     this.label10.Text = "Código";
     //
     // BarraSis
     //
     this.BarraSis.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bNuevo,
     this.bModificar,
     this.bEliminar,
     this.toolStripButton4,
     this.bExportar,
     this.toolStripSeparator2,
     this.bCerrar});
     this.BarraSis.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.BarraSis.Location = new System.Drawing.Point(0, 0);
     this.BarraSis.Name = "BarraSis";
     this.BarraSis.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.BarraSis.Size = new System.Drawing.Size(1059, 23);
     this.BarraSis.TabIndex = 3;
     //
     // bNuevo
     //
     this.bNuevo.Image = global::SisCtd.Properties.Resources.Toolbar_New;
     this.bNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bNuevo.Name = "bNuevo";
     this.bNuevo.Size = new System.Drawing.Size(62, 20);
     this.bNuevo.Text = "&Nuevo";
     this.bNuevo.ToolTipText = "Nuevo (F3)";
     this.bNuevo.Click += new System.EventHandler(this.bNuevo_Click);
     //
     // bModificar
     //
     this.bModificar.Image = global::SisCtd.Properties.Resources.control;
     this.bModificar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bModificar.Name = "bModificar";
     this.bModificar.Size = new System.Drawing.Size(78, 20);
     this.bModificar.Text = "&Modificar";
     this.bModificar.ToolTipText = "Modificar (F2)";
     this.bModificar.Click += new System.EventHandler(this.bModificar_Click);
     //
     // bEliminar
     //
     this.bEliminar.Image = global::SisCtd.Properties.Resources.Toolbar_Delete;
     this.bEliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bEliminar.Name = "bEliminar";
     this.bEliminar.Size = new System.Drawing.Size(70, 20);
     this.bEliminar.Text = "&Eliminar";
     this.bEliminar.ToolTipText = "Eliminar (F4)";
     this.bEliminar.Click += new System.EventHandler(this.bEliminar_Click);
     //
     // toolStripButton4
     //
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Size = new System.Drawing.Size(6, 23);
     //
     // bExportar
     //
     this.bExportar.Image = global::SisCtd.Properties.Resources.xls;
     this.bExportar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bExportar.Name = "bExportar";
     this.bExportar.Size = new System.Drawing.Size(70, 20);
     this.bExportar.Text = "E&xportar";
     this.bExportar.ToolTipText = "Exportar (F7)";
     this.bExportar.Click += new System.EventHandler(this.bExportar_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23);
     //
     // bCerrar
     //
     this.bCerrar.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.bCerrar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bCerrar.Name = "bCerrar";
     this.bCerrar.Size = new System.Drawing.Size(49, 20);
     this.bCerrar.Text = "&Salir";
     this.bCerrar.ToolTipText = "Salir (Esc)";
     this.bCerrar.Click += new System.EventHandler(this.bCerrar_Click);
     //
     // Stb
     //
     this.Stb.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.LblMensaje});
     this.Stb.Location = new System.Drawing.Point(0, 197);
     this.Stb.Name = "Stb";
     this.Stb.Size = new System.Drawing.Size(1059, 22);
     this.Stb.TabIndex = 662;
     this.Stb.Text = "statusStrip1";
     //
     // LblMensaje
     //
     this.LblMensaje.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LblMensaje.ForeColor = System.Drawing.SystemColors.ControlText;
     this.LblMensaje.Name = "LblMensaje";
     this.LblMensaje.Size = new System.Drawing.Size(31, 17);
     this.LblMensaje.Text = ".*.*.*.";
     //
     // dgTipoDocumento
     //
     this.dgTipoDocumento.AllowUserToAddRows = false;
     this.dgTipoDocumento.AllowUserToDeleteRows = false;
     this.dgTipoDocumento.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.Ivory;
     this.dgTipoDocumento.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgTipoDocumento.BackgroundColor = System.Drawing.Color.LightSlateGray;
     this.dgTipoDocumento.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dgTipoDocumento.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgTipoDocumento.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgTipoDocumento.Location = new System.Drawing.Point(0, 55);
     this.dgTipoDocumento.MultiSelect = false;
     this.dgTipoDocumento.Name = "dgTipoDocumento";
     this.dgTipoDocumento.PasarEnter = false;
     this.dgTipoDocumento.ReadOnly = true;
     this.dgTipoDocumento.RowHeadersWidth = 25;
     this.dgTipoDocumento.RowTemplate.Height = 18;
     this.dgTipoDocumento.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgTipoDocumento.Size = new System.Drawing.Size(1059, 142);
     this.dgTipoDocumento.StandardTab = true;
     this.dgTipoDocumento.TabIndex = 0;
     this.dgTipoDocumento.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgTipoDocumento_CellClick);
     this.dgTipoDocumento.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgTipoDocumento_CellDoubleClick);
     this.dgTipoDocumento.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgTipoDocumento_CellClick);
     this.dgTipoDocumento.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.dgTipoDocumento_KeyPress);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnQuitar);
     this.panel2.Controls.Add(this.btnAgregar);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.dgActividades);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.dgRutas);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 219);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1059, 276);
     this.panel2.TabIndex = 1;
     //
     // btnQuitar
     //
     this.btnQuitar.Location = new System.Drawing.Point(111, 238);
     this.btnQuitar.Name = "btnQuitar";
     this.btnQuitar.Size = new System.Drawing.Size(75, 23);
     this.btnQuitar.TabIndex = 2;
     this.btnQuitar.Text = "&Quitar Ruta";
     this.btnQuitar.UseVisualStyleBackColor = true;
     this.btnQuitar.Click += new System.EventHandler(this.btnQuitar_Click);
     //
     // btnAgregar
     //
     this.btnAgregar.Location = new System.Drawing.Point(12, 238);
     this.btnAgregar.Name = "btnAgregar";
     this.btnAgregar.Size = new System.Drawing.Size(93, 23);
     this.btnAgregar.TabIndex = 1;
     this.btnAgregar.Text = "&Agregar Ruta";
     this.btnAgregar.UseVisualStyleBackColor = true;
     this.btnAgregar.Click += new System.EventHandler(this.btnAgregar_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(431, 10);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(149, 15);
     this.label4.TabIndex = 5;
     this.label4.Text = "Actividades de la Ruta";
     //
     // dgActividades
     //
     this.dgActividades.AllowUserToAddRows = false;
     this.dgActividades.AllowUserToDeleteRows = false;
     this.dgActividades.AllowUserToResizeRows = false;
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.Ivory;
     this.dgActividades.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
     this.dgActividades.BackgroundColor = System.Drawing.Color.LightSlateGray;
     this.dgActividades.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dgActividades.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgActividades.Location = new System.Drawing.Point(431, 29);
     this.dgActividades.MultiSelect = false;
     this.dgActividades.Name = "dgActividades";
     this.dgActividades.PasarEnter = false;
     this.dgActividades.ReadOnly = true;
     this.dgActividades.RowHeadersWidth = 25;
     this.dgActividades.RowTemplate.Height = 18;
     this.dgActividades.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgActividades.Size = new System.Drawing.Size(625, 203);
     this.dgActividades.StandardTab = true;
     this.dgActividades.TabIndex = 3;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(12, 10);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(44, 15);
     this.label1.TabIndex = 4;
     this.label1.Text = "Rutas";
     //
     // dgRutas
     //
     this.dgRutas.AllowUserToAddRows = false;
     this.dgRutas.AllowUserToDeleteRows = false;
     this.dgRutas.AllowUserToResizeRows = false;
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.Ivory;
     this.dgRutas.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
     this.dgRutas.BackgroundColor = System.Drawing.Color.LightSlateGray;
     this.dgRutas.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dgRutas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgRutas.Location = new System.Drawing.Point(12, 29);
     this.dgRutas.MultiSelect = false;
     this.dgRutas.Name = "dgRutas";
     this.dgRutas.PasarEnter = false;
     this.dgRutas.ReadOnly = true;
     this.dgRutas.RowHeadersWidth = 25;
     this.dgRutas.RowTemplate.Height = 18;
     this.dgRutas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgRutas.Size = new System.Drawing.Size(405, 203);
     this.dgRutas.StandardTab = true;
     this.dgRutas.TabIndex = 0;
     this.dgRutas.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgRutas_CellClick);
     this.dgRutas.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgRutas_CellClick);
     //
     // Frm_T_TiposDocumento_List
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(1059, 495);
     this.Controls.Add(this.dgTipoDocumento);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.BarraSis);
     this.Controls.Add(this.Stb);
     this.Controls.Add(this.panel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.Name = "Frm_T_TiposDocumento_List";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.Text = "  Registro de Tipos de Documento";
     this.Load += new System.EventHandler(this.Frm_T_TiposDocumento_List_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_T_TiposDocumento_List_KeyDown);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_T_TiposDocumento_List_KeyPress);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.BarraSis.ResumeLayout(false);
     this.BarraSis.PerformLayout();
     this.Stb.ResumeLayout(false);
     this.Stb.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgTipoDocumento)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgActividades)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgRutas)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnCancelar = new System.Windows.Forms.Button();
     this.btnGrabar = new System.Windows.Forms.Button();
     this.txtNombre = new MigControls.MigTextbox();
     this.txtIdUsuario = new MigControls.MigTextbox();
     this.cboEstado = new MigControls.MigCombobox();
     this.cboPerfil = new MigControls.MigCombobox();
     this.label11 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.txtCorreo = new MigControls.MigTextbox();
     this.lblEmpleado = new System.Windows.Forms.Label();
     this.txtEmpleado = new MigControls.MigTextbox();
     this.label3 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // btnCancelar
     //
     this.btnCancelar.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.btnCancelar.Location = new System.Drawing.Point(447, 181);
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(80, 28);
     this.btnCancelar.TabIndex = 7;
     this.btnCancelar.Text = "&Cerrar";
     this.btnCancelar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnCancelar.UseVisualStyleBackColor = true;
     this.btnCancelar.Click += new System.EventHandler(this.BtnCancelar_Click);
     //
     // btnGrabar
     //
     this.btnGrabar.Image = global::SisCtd.Properties.Resources.Toolbar_Save;
     this.btnGrabar.Location = new System.Drawing.Point(368, 181);
     this.btnGrabar.Name = "btnGrabar";
     this.btnGrabar.Size = new System.Drawing.Size(80, 28);
     this.btnGrabar.TabIndex = 6;
     this.btnGrabar.Text = "&Grabar";
     this.btnGrabar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnGrabar.UseVisualStyleBackColor = true;
     this.btnGrabar.Click += new System.EventHandler(this.BtnGrabar_Click);
     //
     // txtNombre
     //
     this.txtNombre.BackColor = System.Drawing.Color.White;
     this.txtNombre.Car_Años = 4;
     this.txtNombre.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtNombre.ColorSalida = System.Drawing.Color.White;
     this.txtNombre.Decimales = 2;
     this.txtNombre.Guiones = false;
     this.txtNombre.Location = new System.Drawing.Point(122, 39);
     this.txtNombre.MaxLength = 50;
     this.txtNombre.Name = "txtNombre";
     this.txtNombre.PasarEnter = true;
     this.txtNombre.Size = new System.Drawing.Size(323, 20);
     this.txtNombre.TabIndex = 1;
     this.txtNombre.Tipo = MigControls.MigTextbox.TipoVal.Letras;
     //
     // txtIdUsuario
     //
     this.txtIdUsuario.BackColor = System.Drawing.Color.White;
     this.txtIdUsuario.Car_Años = 4;
     this.txtIdUsuario.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtIdUsuario.ColorSalida = System.Drawing.Color.White;
     this.txtIdUsuario.Decimales = 2;
     this.txtIdUsuario.Guiones = false;
     this.txtIdUsuario.Location = new System.Drawing.Point(122, 11);
     this.txtIdUsuario.MaxLength = 10;
     this.txtIdUsuario.Name = "txtIdUsuario";
     this.txtIdUsuario.PasarEnter = true;
     this.txtIdUsuario.Size = new System.Drawing.Size(89, 20);
     this.txtIdUsuario.TabIndex = 0;
     this.txtIdUsuario.Tipo = MigControls.MigTextbox.TipoVal.Texto;
     //
     // cboEstado
     //
     this.cboEstado.BackColor = System.Drawing.Color.White;
     this.cboEstado.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.cboEstado.ColorSalida = System.Drawing.Color.White;
     this.cboEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboEstado.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboEstado.FormattingEnabled = true;
     this.cboEstado.Items.AddRange(new object[] {
     "Activo",
     "Inactivo"});
     this.cboEstado.Location = new System.Drawing.Point(122, 154);
     this.cboEstado.Name = "cboEstado";
     this.cboEstado.PasarEnter = true;
     this.cboEstado.Size = new System.Drawing.Size(89, 22);
     this.cboEstado.TabIndex = 5;
     this.cboEstado.Tipo = MigControls.MigCombobox.TipoVal.TextoMayuscula;
     //
     // cboPerfil
     //
     this.cboPerfil.BackColor = System.Drawing.Color.White;
     this.cboPerfil.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.cboPerfil.ColorSalida = System.Drawing.Color.White;
     this.cboPerfil.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPerfil.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboPerfil.FormattingEnabled = true;
     this.cboPerfil.Items.AddRange(new object[] {
     "SI",
     "NO"});
     this.cboPerfil.Location = new System.Drawing.Point(122, 94);
     this.cboPerfil.Name = "cboPerfil";
     this.cboPerfil.PasarEnter = true;
     this.cboPerfil.Size = new System.Drawing.Size(202, 22);
     this.cboPerfil.TabIndex = 3;
     this.cboPerfil.Tipo = MigControls.MigCombobox.TipoVal.TextoMayuscula;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(11, 159);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(47, 13);
     this.label11.TabIndex = 735;
     this.label11.Text = "Estado *";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(12, 71);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(38, 13);
     this.label8.TabIndex = 732;
     this.label8.Text = "Correo";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 43);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(51, 13);
     this.label2.TabIndex = 729;
     this.label2.Text = "Nombre *";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 15);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(62, 13);
     this.label1.TabIndex = 728;
     this.label1.Text = "Id Usuario *";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(11, 99);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(91, 13);
     this.label4.TabIndex = 730;
     this.label4.Text = "Perfil de Usuario *";
     //
     // txtCorreo
     //
     this.txtCorreo.BackColor = System.Drawing.Color.White;
     this.txtCorreo.Car_Años = 4;
     this.txtCorreo.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtCorreo.ColorSalida = System.Drawing.Color.White;
     this.txtCorreo.Decimales = 2;
     this.txtCorreo.Guiones = false;
     this.txtCorreo.Location = new System.Drawing.Point(122, 67);
     this.txtCorreo.MaxLength = 200;
     this.txtCorreo.Name = "txtCorreo";
     this.txtCorreo.PasarEnter = true;
     this.txtCorreo.Size = new System.Drawing.Size(323, 20);
     this.txtCorreo.TabIndex = 2;
     this.txtCorreo.Tipo = MigControls.MigTextbox.TipoVal.Texto;
     //
     // lblEmpleado
     //
     this.lblEmpleado.BackColor = System.Drawing.SystemColors.Info;
     this.lblEmpleado.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblEmpleado.Location = new System.Drawing.Point(217, 124);
     this.lblEmpleado.Name = "lblEmpleado";
     this.lblEmpleado.Size = new System.Drawing.Size(308, 20);
     this.lblEmpleado.TabIndex = 749;
     this.lblEmpleado.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtEmpleado
     //
     this.txtEmpleado.BackColor = System.Drawing.Color.White;
     this.txtEmpleado.Car_Años = 4;
     this.txtEmpleado.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtEmpleado.ColorSalida = System.Drawing.Color.White;
     this.txtEmpleado.Decimales = 2;
     this.txtEmpleado.Guiones = false;
     this.txtEmpleado.Location = new System.Drawing.Point(123, 124);
     this.txtEmpleado.MaxLength = 10;
     this.txtEmpleado.Name = "txtEmpleado";
     this.txtEmpleado.PasarEnter = true;
     this.txtEmpleado.Size = new System.Drawing.Size(85, 20);
     this.txtEmpleado.TabIndex = 4;
     this.txtEmpleado.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     this.txtEmpleado.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtEmpleado.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 128);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(54, 13);
     this.label3.TabIndex = 750;
     this.label3.Text = "Empleado";
     //
     // Frm_Sis_Usuarios_Det
     //
     this.ClientSize = new System.Drawing.Size(532, 215);
     this.Controls.Add(this.lblEmpleado);
     this.Controls.Add(this.txtEmpleado);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtCorreo);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cboPerfil);
     this.Controls.Add(this.cboEstado);
     this.Controls.Add(this.txtNombre);
     this.Controls.Add(this.txtIdUsuario);
     this.Controls.Add(this.btnCancelar);
     this.Controls.Add(this.btnGrabar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_Sis_Usuarios_Det";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = " Usuarios";
     this.Activated += new System.EventHandler(this.Frm_Sis_Usuarios_Det_Activated);
     this.Load += new System.EventHandler(this.Frm_Sis_Usuarios_Det_Load);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_Sis_Usuarios_Det_KeyPress);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panel1 = new System.Windows.Forms.Panel();
     this.chkTodo = new System.Windows.Forms.CheckBox();
     this.label4 = new System.Windows.Forms.Label();
     this.cboArea = new MigControls.MigCombobox();
     this.txtIdControl = new MigControls.MigTextbox();
     this.label3 = new System.Windows.Forms.Label();
     this.lblEstado = new System.Windows.Forms.Label();
     this.cboEstado = new MigControls.MigCombobox();
     this.txtRazonSocial = new MigControls.MigTextbox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtNroDocumento = new MigControls.MigTextbox();
     this.label10 = new System.Windows.Forms.Label();
     this.BarraSis = new System.Windows.Forms.ToolStrip();
     this.bExportar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.bVerImagen = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripSeparator();
     this.bCerrar = new System.Windows.Forms.ToolStripButton();
     this.Stb = new System.Windows.Forms.StatusStrip();
     this.LblMensaje = new System.Windows.Forms.ToolStripStatusLabel();
     this.dgControl = new MigControls.MigDataGridView();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label5 = new System.Windows.Forms.Label();
     this.cboEstadoDet = new MigControls.MigCombobox();
     this.btnVerDocumento = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.dgDetalle = new MigControls.MigDataGridView();
     this.bFiltro = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.panel1.SuspendLayout();
     this.BarraSis.SuspendLayout();
     this.Stb.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgControl)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgDetalle)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.chkTodo);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.cboArea);
     this.panel1.Controls.Add(this.txtIdControl);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.lblEstado);
     this.panel1.Controls.Add(this.cboEstado);
     this.panel1.Controls.Add(this.txtRazonSocial);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.txtNroDocumento);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 23);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(996, 58);
     this.panel1.TabIndex = 2;
     //
     // chkTodo
     //
     this.chkTodo.AutoSize = true;
     this.chkTodo.Location = new System.Drawing.Point(493, 9);
     this.chkTodo.Name = "chkTodo";
     this.chkTodo.Size = new System.Drawing.Size(56, 17);
     this.chkTodo.TabIndex = 10;
     this.chkTodo.Text = "Todos";
     this.chkTodo.UseVisualStyleBackColor = true;
     this.chkTodo.CheckedChanged += new System.EventHandler(this.chkTodo_CheckedChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 7);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(29, 13);
     this.label4.TabIndex = 9;
     this.label4.Text = "Area";
     //
     // cboArea
     //
     this.cboArea.BackColor = System.Drawing.Color.White;
     this.cboArea.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.cboArea.ColorSalida = System.Drawing.Color.White;
     this.cboArea.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboArea.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboArea.FormattingEnabled = true;
     this.cboArea.Location = new System.Drawing.Point(70, 4);
     this.cboArea.Name = "cboArea";
     this.cboArea.PasarEnter = true;
     this.cboArea.Size = new System.Drawing.Size(417, 22);
     this.cboArea.TabIndex = 8;
     this.cboArea.Tipo = MigControls.MigCombobox.TipoVal.TextoMayuscula;
     this.cboArea.SelectionChangeCommitted += new System.EventHandler(this.txtDescripcion_TextChanged);
     //
     // txtIdControl
     //
     this.txtIdControl.BackColor = System.Drawing.Color.White;
     this.txtIdControl.Car_Años = 4;
     this.txtIdControl.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtIdControl.ColorSalida = System.Drawing.Color.White;
     this.txtIdControl.Decimales = 2;
     this.txtIdControl.Guiones = false;
     this.txtIdControl.Location = new System.Drawing.Point(70, 32);
     this.txtIdControl.MaxLength = 10;
     this.txtIdControl.Name = "txtIdControl";
     this.txtIdControl.PasarEnter = true;
     this.txtIdControl.Size = new System.Drawing.Size(158, 20);
     this.txtIdControl.TabIndex = 0;
     this.txtIdControl.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtIdControl.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtIdControl.TextChanged += new System.EventHandler(this.txtDescripcion_TextChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(9, 35);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(55, 13);
     this.label3.TabIndex = 4;
     this.label3.Text = "Id. Control";
     //
     // lblEstado
     //
     this.lblEstado.AutoSize = true;
     this.lblEstado.Location = new System.Drawing.Point(772, 7);
     this.lblEstado.Name = "lblEstado";
     this.lblEstado.Size = new System.Drawing.Size(45, 13);
     this.lblEstado.TabIndex = 7;
     this.lblEstado.Text = "Estados";
     //
     // cboEstado
     //
     this.cboEstado.BackColor = System.Drawing.Color.White;
     this.cboEstado.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.cboEstado.ColorSalida = System.Drawing.Color.White;
     this.cboEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboEstado.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboEstado.FormattingEnabled = true;
     this.cboEstado.Items.AddRange(new object[] {
     "Pendiente",
     "Iniciado",
     "Terminado",
     "Cerrado",
     "Anulado",
     "Todos"});
     this.cboEstado.Location = new System.Drawing.Point(851, 4);
     this.cboEstado.Name = "cboEstado";
     this.cboEstado.PasarEnter = true;
     this.cboEstado.Size = new System.Drawing.Size(92, 22);
     this.cboEstado.TabIndex = 3;
     this.cboEstado.Tipo = MigControls.MigCombobox.TipoVal.TextoMayuscula;
     this.cboEstado.SelectionChangeCommitted += new System.EventHandler(this.txtDescripcion_TextChanged);
     //
     // txtRazonSocial
     //
     this.txtRazonSocial.BackColor = System.Drawing.Color.White;
     this.txtRazonSocial.Car_Años = 4;
     this.txtRazonSocial.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtRazonSocial.ColorSalida = System.Drawing.Color.White;
     this.txtRazonSocial.Decimales = 2;
     this.txtRazonSocial.Guiones = false;
     this.txtRazonSocial.Location = new System.Drawing.Point(562, 31);
     this.txtRazonSocial.MaxLength = 50;
     this.txtRazonSocial.Name = "txtRazonSocial";
     this.txtRazonSocial.PasarEnter = true;
     this.txtRazonSocial.Size = new System.Drawing.Size(208, 20);
     this.txtRazonSocial.TabIndex = 2;
     this.txtRazonSocial.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtRazonSocial.TextChanged += new System.EventHandler(this.txtDescripcion_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(486, 35);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(70, 13);
     this.label2.TabIndex = 6;
     this.label2.Text = "Razón Social";
     //
     // txtNroDocumento
     //
     this.txtNroDocumento.BackColor = System.Drawing.Color.White;
     this.txtNroDocumento.Car_Años = 4;
     this.txtNroDocumento.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtNroDocumento.ColorSalida = System.Drawing.Color.White;
     this.txtNroDocumento.Decimales = 2;
     this.txtNroDocumento.Guiones = false;
     this.txtNroDocumento.Location = new System.Drawing.Point(370, 31);
     this.txtNroDocumento.MaxLength = 10;
     this.txtNroDocumento.Name = "txtNroDocumento";
     this.txtNroDocumento.PasarEnter = true;
     this.txtNroDocumento.Size = new System.Drawing.Size(90, 20);
     this.txtNroDocumento.TabIndex = 1;
     this.txtNroDocumento.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtNroDocumento.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtNroDocumento.TextChanged += new System.EventHandler(this.txtDescripcion_TextChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(257, 35);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(107, 13);
     this.label10.TabIndex = 5;
     this.label10.Text = "Numero / Referencia";
     //
     // BarraSis
     //
     this.BarraSis.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bExportar,
     this.toolStripSeparator2,
     this.bVerImagen,
     this.toolStripButton4,
     this.bFiltro,
     this.toolStripSeparator1,
     this.bCerrar});
     this.BarraSis.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.BarraSis.Location = new System.Drawing.Point(0, 0);
     this.BarraSis.Name = "BarraSis";
     this.BarraSis.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.BarraSis.Size = new System.Drawing.Size(996, 23);
     this.BarraSis.TabIndex = 3;
     //
     // bExportar
     //
     this.bExportar.Image = global::SisCtd.Properties.Resources.xls;
     this.bExportar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bExportar.Name = "bExportar";
     this.bExportar.Size = new System.Drawing.Size(70, 20);
     this.bExportar.Text = "E&xportar";
     this.bExportar.ToolTipText = "Exportar (F7)";
     this.bExportar.Click += new System.EventHandler(this.bExportar_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23);
     //
     // bVerImagen
     //
     this.bVerImagen.Image = global::SisCtd.Properties.Resources.iconoima;
     this.bVerImagen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bVerImagen.Name = "bVerImagen";
     this.bVerImagen.Size = new System.Drawing.Size(87, 20);
     this.bVerImagen.Text = "&Ver Imagen";
     this.bVerImagen.ToolTipText = "Ver Imagen";
     this.bVerImagen.Click += new System.EventHandler(this.bVerImagen_Click);
     //
     // toolStripButton4
     //
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Size = new System.Drawing.Size(6, 23);
     //
     // bCerrar
     //
     this.bCerrar.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.bCerrar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bCerrar.Name = "bCerrar";
     this.bCerrar.Size = new System.Drawing.Size(49, 20);
     this.bCerrar.Text = "&Salir";
     this.bCerrar.ToolTipText = "Salir (Esc)";
     this.bCerrar.Click += new System.EventHandler(this.bCerrar_Click);
     //
     // Stb
     //
     this.Stb.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.LblMensaje});
     this.Stb.Location = new System.Drawing.Point(0, 253);
     this.Stb.Name = "Stb";
     this.Stb.Size = new System.Drawing.Size(996, 22);
     this.Stb.TabIndex = 662;
     this.Stb.Text = "statusStrip1";
     //
     // LblMensaje
     //
     this.LblMensaje.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LblMensaje.ForeColor = System.Drawing.SystemColors.ControlText;
     this.LblMensaje.Name = "LblMensaje";
     this.LblMensaje.Size = new System.Drawing.Size(31, 17);
     this.LblMensaje.Text = ".*.*.*.";
     //
     // dgControl
     //
     this.dgControl.AllowUserToAddRows = false;
     this.dgControl.AllowUserToDeleteRows = false;
     this.dgControl.AllowUserToResizeRows = false;
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.Ivory;
     this.dgControl.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
     this.dgControl.BackgroundColor = System.Drawing.Color.LightSlateGray;
     this.dgControl.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dgControl.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgControl.Location = new System.Drawing.Point(0, 81);
     this.dgControl.MultiSelect = false;
     this.dgControl.Name = "dgControl";
     this.dgControl.PasarEnter = false;
     this.dgControl.ReadOnly = true;
     this.dgControl.RowHeadersWidth = 25;
     this.dgControl.RowTemplate.Height = 18;
     this.dgControl.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgControl.Size = new System.Drawing.Size(996, 172);
     this.dgControl.StandardTab = true;
     this.dgControl.TabIndex = 0;
     this.dgControl.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgControl_CellClick);
     this.dgControl.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgControl_CellDoubleClick);
     this.dgControl.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgControl_CellClick);
     this.dgControl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.dgControl_KeyPress);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.cboEstadoDet);
     this.panel2.Controls.Add(this.btnVerDocumento);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.dgDetalle);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 275);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(996, 220);
     this.panel2.TabIndex = 1;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(828, 8);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(40, 13);
     this.label5.TabIndex = 12;
     this.label5.Text = "Estado";
     //
     // cboEstadoDet
     //
     this.cboEstadoDet.BackColor = System.Drawing.Color.White;
     this.cboEstadoDet.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.cboEstadoDet.ColorSalida = System.Drawing.Color.White;
     this.cboEstadoDet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboEstadoDet.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboEstadoDet.FormattingEnabled = true;
     this.cboEstadoDet.Items.AddRange(new object[] {
     "Todos",
     "Pendiente",
     "Terminado  ",
     "Anulado"});
     this.cboEstadoDet.Location = new System.Drawing.Point(874, 3);
     this.cboEstadoDet.Name = "cboEstadoDet";
     this.cboEstadoDet.PasarEnter = true;
     this.cboEstadoDet.Size = new System.Drawing.Size(92, 22);
     this.cboEstadoDet.TabIndex = 11;
     this.cboEstadoDet.Tipo = MigControls.MigCombobox.TipoVal.TextoMayuscula;
     //
     // btnVerDocumento
     //
     this.btnVerDocumento.Image = global::SisCtd.Properties.Resources._045;
     this.btnVerDocumento.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnVerDocumento.Location = new System.Drawing.Point(12, 187);
     this.btnVerDocumento.Name = "btnVerDocumento";
     this.btnVerDocumento.Size = new System.Drawing.Size(99, 23);
     this.btnVerDocumento.TabIndex = 1;
     this.btnVerDocumento.Text = "&Ver Archivos";
     this.btnVerDocumento.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnVerDocumento.UseVisualStyleBackColor = true;
     this.btnVerDocumento.Click += new System.EventHandler(this.btnVerDocumento_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(12, 10);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(127, 15);
     this.label1.TabIndex = 4;
     this.label1.Text = "Detalle del Control";
     //
     // dgDetalle
     //
     this.dgDetalle.AllowUserToAddRows = false;
     this.dgDetalle.AllowUserToDeleteRows = false;
     this.dgDetalle.AllowUserToResizeRows = false;
     dataGridViewCellStyle4.BackColor = System.Drawing.Color.Ivory;
     this.dgDetalle.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
     this.dgDetalle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.dgDetalle.BackgroundColor = System.Drawing.Color.LightSlateGray;
     this.dgDetalle.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.dgDetalle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgDetalle.Location = new System.Drawing.Point(12, 29);
     this.dgDetalle.MultiSelect = false;
     this.dgDetalle.Name = "dgDetalle";
     this.dgDetalle.PasarEnter = false;
     this.dgDetalle.ReadOnly = true;
     this.dgDetalle.RowHeadersWidth = 25;
     this.dgDetalle.RowTemplate.Height = 18;
     this.dgDetalle.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgDetalle.Size = new System.Drawing.Size(954, 152);
     this.dgDetalle.StandardTab = true;
     this.dgDetalle.TabIndex = 0;
     //
     // bFiltro
     //
     this.bFiltro.Image = global::SisCtd.Properties.Resources._16__Filter_2_;
     this.bFiltro.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bFiltro.Name = "bFiltro";
     this.bFiltro.Size = new System.Drawing.Size(54, 20);
     this.bFiltro.Text = "&Filtro";
     this.bFiltro.Click += new System.EventHandler(this.bFiltro_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 23);
     //
     // Frm_Con_Control_List
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(996, 495);
     this.Controls.Add(this.dgControl);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.BarraSis);
     this.Controls.Add(this.Stb);
     this.Controls.Add(this.panel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.Name = "Frm_Con_Control_List";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.Text = "  Registro de Tipos de Documento";
     this.Load += new System.EventHandler(this.Frm_Con_Control_List_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_Con_Control_List_KeyDown);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_Con_Control_List_KeyPress);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.BarraSis.ResumeLayout(false);
     this.BarraSis.PerformLayout();
     this.Stb.ResumeLayout(false);
     this.Stb.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgControl)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgDetalle)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.BtnCancelar = new System.Windows.Forms.Button();
     this.BtnGrabar = new System.Windows.Forms.Button();
     this.label7 = new System.Windows.Forms.Label();
     this.txtDescripcion = new MigControls.MigTextbox();
     this.txtCodigo = new MigControls.MigTextbox();
     this.label1 = new System.Windows.Forms.Label();
     this.cboEstado = new MigControls.MigCombobox();
     this.label14 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.txtDescripcionLarga = new MigControls.MigTextbox();
     this.SuspendLayout();
     //
     // BtnCancelar
     //
     this.BtnCancelar.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.BtnCancelar.Location = new System.Drawing.Point(365, 196);
     this.BtnCancelar.Name = "BtnCancelar";
     this.BtnCancelar.Size = new System.Drawing.Size(80, 28);
     this.BtnCancelar.TabIndex = 5;
     this.BtnCancelar.Text = "&Cerrar";
     this.BtnCancelar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BtnCancelar.UseVisualStyleBackColor = true;
     this.BtnCancelar.Click += new System.EventHandler(this.BtnCancelar_Click);
     //
     // BtnGrabar
     //
     this.BtnGrabar.Image = global::SisCtd.Properties.Resources.Toolbar_Save;
     this.BtnGrabar.Location = new System.Drawing.Point(282, 196);
     this.BtnGrabar.Name = "BtnGrabar";
     this.BtnGrabar.Size = new System.Drawing.Size(80, 28);
     this.BtnGrabar.TabIndex = 4;
     this.BtnGrabar.Text = "&Grabar";
     this.BtnGrabar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BtnGrabar.UseVisualStyleBackColor = true;
     this.BtnGrabar.Click += new System.EventHandler(this.BtnGrabar_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(14, 47);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(70, 13);
     this.label7.TabIndex = 723;
     this.label7.Text = "Descripción *";
     //
     // txtDescripcion
     //
     this.txtDescripcion.BackColor = System.Drawing.Color.White;
     this.txtDescripcion.Car_Años = 4;
     this.txtDescripcion.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtDescripcion.ColorSalida = System.Drawing.Color.White;
     this.txtDescripcion.Decimales = 2;
     this.txtDescripcion.Guiones = false;
     this.txtDescripcion.Location = new System.Drawing.Point(112, 43);
     this.txtDescripcion.MaxLength = 50;
     this.txtDescripcion.Name = "txtDescripcion";
     this.txtDescripcion.PasarEnter = true;
     this.txtDescripcion.Size = new System.Drawing.Size(333, 20);
     this.txtDescripcion.TabIndex = 1;
     this.txtDescripcion.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // txtCodigo
     //
     this.txtCodigo.BackColor = System.Drawing.Color.White;
     this.txtCodigo.Car_Años = 4;
     this.txtCodigo.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtCodigo.ColorSalida = System.Drawing.Color.White;
     this.txtCodigo.Decimales = 2;
     this.txtCodigo.Guiones = false;
     this.txtCodigo.Location = new System.Drawing.Point(112, 15);
     this.txtCodigo.MaxLength = 10;
     this.txtCodigo.Name = "txtCodigo";
     this.txtCodigo.PasarEnter = true;
     this.txtCodigo.Size = new System.Drawing.Size(93, 20);
     this.txtCodigo.TabIndex = 0;
     this.txtCodigo.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 19);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(47, 13);
     this.label1.TabIndex = 708;
     this.label1.Text = "Código *";
     //
     // cboEstado
     //
     this.cboEstado.BackColor = System.Drawing.Color.White;
     this.cboEstado.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.cboEstado.ColorSalida = System.Drawing.Color.White;
     this.cboEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboEstado.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboEstado.FormattingEnabled = true;
     this.cboEstado.Items.AddRange(new object[] {
     "Activo",
     "Inactivo"});
     this.cboEstado.Location = new System.Drawing.Point(112, 159);
     this.cboEstado.Name = "cboEstado";
     this.cboEstado.PasarEnter = true;
     this.cboEstado.Size = new System.Drawing.Size(93, 22);
     this.cboEstado.TabIndex = 3;
     this.cboEstado.Tipo = MigControls.MigCombobox.TipoVal.TextoMayuscula;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(14, 164);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(47, 13);
     this.label14.TabIndex = 734;
     this.label14.Text = "Estado *";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(14, 73);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(93, 13);
     this.label2.TabIndex = 736;
     this.label2.Text = "Descripción Larga";
     //
     // txtDescripcionLarga
     //
     this.txtDescripcionLarga.BackColor = System.Drawing.Color.White;
     this.txtDescripcionLarga.Car_Años = 4;
     this.txtDescripcionLarga.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtDescripcionLarga.ColorSalida = System.Drawing.Color.White;
     this.txtDescripcionLarga.Decimales = 2;
     this.txtDescripcionLarga.Guiones = false;
     this.txtDescripcionLarga.Location = new System.Drawing.Point(112, 69);
     this.txtDescripcionLarga.MaxLength = 200;
     this.txtDescripcionLarga.Multiline = true;
     this.txtDescripcionLarga.Name = "txtDescripcionLarga";
     this.txtDescripcionLarga.PasarEnter = true;
     this.txtDescripcionLarga.Size = new System.Drawing.Size(333, 82);
     this.txtDescripcionLarga.TabIndex = 2;
     this.txtDescripcionLarga.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // Frm_T_TipoDocumento_Det
     //
     this.ClientSize = new System.Drawing.Size(454, 237);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtDescripcionLarga);
     this.Controls.Add(this.cboEstado);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtDescripcion);
     this.Controls.Add(this.txtCodigo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.BtnCancelar);
     this.Controls.Add(this.BtnGrabar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_T_TipoDocumento_Det";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = " Detalle";
     this.Activated += new System.EventHandler(this.Frm_T_TipoDocumento_Det_Activated);
     this.Load += new System.EventHandler(this.Frm_T_TipoDocumento_Det_Load);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_T_TipoDocumento_Det_KeyPress);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.BtnCancelar = new System.Windows.Forms.Button();
     this.BtnGrabar = new System.Windows.Forms.Button();
     this.label7 = new System.Windows.Forms.Label();
     this.txtDescripcion = new MigControls.MigTextbox();
     this.txtCodigo = new MigControls.MigTextbox();
     this.label1 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtGerencia = new MigControls.MigTextbox();
     this.lblGerencia = new System.Windows.Forms.Label();
     this.cboEstado = new MigControls.MigCombobox();
     this.label14 = new System.Windows.Forms.Label();
     this.lblEmpleado = new System.Windows.Forms.Label();
     this.txtEmpleado = new MigControls.MigTextbox();
     this.label2 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // BtnCancelar
     //
     this.BtnCancelar.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.BtnCancelar.Location = new System.Drawing.Point(524, 128);
     this.BtnCancelar.Name = "BtnCancelar";
     this.BtnCancelar.Size = new System.Drawing.Size(80, 28);
     this.BtnCancelar.TabIndex = 9;
     this.BtnCancelar.Text = "&Cerrar";
     this.BtnCancelar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BtnCancelar.UseVisualStyleBackColor = true;
     this.BtnCancelar.Click += new System.EventHandler(this.BtnCancelar_Click);
     //
     // BtnGrabar
     //
     this.BtnGrabar.Image = global::SisCtd.Properties.Resources.Toolbar_Save;
     this.BtnGrabar.Location = new System.Drawing.Point(445, 128);
     this.BtnGrabar.Name = "BtnGrabar";
     this.BtnGrabar.Size = new System.Drawing.Size(80, 28);
     this.BtnGrabar.TabIndex = 8;
     this.BtnGrabar.Text = "&Grabar";
     this.BtnGrabar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BtnGrabar.UseVisualStyleBackColor = true;
     this.BtnGrabar.Click += new System.EventHandler(this.BtnGrabar_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(14, 44);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(70, 13);
     this.label7.TabIndex = 723;
     this.label7.Text = "Descripción *";
     //
     // txtDescripcion
     //
     this.txtDescripcion.BackColor = System.Drawing.Color.White;
     this.txtDescripcion.Car_Años = 4;
     this.txtDescripcion.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtDescripcion.ColorSalida = System.Drawing.Color.White;
     this.txtDescripcion.Decimales = 2;
     this.txtDescripcion.Guiones = false;
     this.txtDescripcion.Location = new System.Drawing.Point(135, 40);
     this.txtDescripcion.MaxLength = 50;
     this.txtDescripcion.Name = "txtDescripcion";
     this.txtDescripcion.PasarEnter = true;
     this.txtDescripcion.Size = new System.Drawing.Size(471, 20);
     this.txtDescripcion.TabIndex = 1;
     this.txtDescripcion.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // txtCodigo
     //
     this.txtCodigo.BackColor = System.Drawing.Color.White;
     this.txtCodigo.Car_Años = 4;
     this.txtCodigo.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtCodigo.ColorSalida = System.Drawing.Color.White;
     this.txtCodigo.Decimales = 2;
     this.txtCodigo.Guiones = false;
     this.txtCodigo.Location = new System.Drawing.Point(135, 12);
     this.txtCodigo.MaxLength = 12;
     this.txtCodigo.Name = "txtCodigo";
     this.txtCodigo.PasarEnter = true;
     this.txtCodigo.Size = new System.Drawing.Size(85, 20);
     this.txtCodigo.TabIndex = 0;
     this.txtCodigo.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(47, 13);
     this.label1.TabIndex = 708;
     this.label1.Text = "Código *";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 69);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(50, 13);
     this.label3.TabIndex = 736;
     this.label3.Text = "Gerencia";
     //
     // txtGerencia
     //
     this.txtGerencia.BackColor = System.Drawing.Color.White;
     this.txtGerencia.Car_Años = 4;
     this.txtGerencia.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtGerencia.ColorSalida = System.Drawing.Color.White;
     this.txtGerencia.Decimales = 2;
     this.txtGerencia.Guiones = false;
     this.txtGerencia.Location = new System.Drawing.Point(135, 65);
     this.txtGerencia.MaxLength = 10;
     this.txtGerencia.Name = "txtGerencia";
     this.txtGerencia.PasarEnter = true;
     this.txtGerencia.Size = new System.Drawing.Size(62, 20);
     this.txtGerencia.TabIndex = 3;
     this.txtGerencia.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtGerencia.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtGerencia.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // lblGerencia
     //
     this.lblGerencia.BackColor = System.Drawing.SystemColors.Info;
     this.lblGerencia.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblGerencia.Location = new System.Drawing.Point(227, 65);
     this.lblGerencia.Name = "lblGerencia";
     this.lblGerencia.Size = new System.Drawing.Size(380, 20);
     this.lblGerencia.TabIndex = 4;
     this.lblGerencia.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboEstado
     //
     this.cboEstado.BackColor = System.Drawing.Color.White;
     this.cboEstado.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.cboEstado.ColorSalida = System.Drawing.Color.White;
     this.cboEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboEstado.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboEstado.FormattingEnabled = true;
     this.cboEstado.Items.AddRange(new object[] {
     "Activo",
     "Inactivo"});
     this.cboEstado.Location = new System.Drawing.Point(135, 114);
     this.cboEstado.Name = "cboEstado";
     this.cboEstado.PasarEnter = true;
     this.cboEstado.Size = new System.Drawing.Size(93, 22);
     this.cboEstado.TabIndex = 5;
     this.cboEstado.Tipo = MigControls.MigCombobox.TipoVal.TextoMayuscula;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(14, 119);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(47, 13);
     this.label14.TabIndex = 744;
     this.label14.Text = "Estado *";
     //
     // lblEmpleado
     //
     this.lblEmpleado.BackColor = System.Drawing.SystemColors.Info;
     this.lblEmpleado.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblEmpleado.Location = new System.Drawing.Point(228, 90);
     this.lblEmpleado.Name = "lblEmpleado";
     this.lblEmpleado.Size = new System.Drawing.Size(377, 20);
     this.lblEmpleado.TabIndex = 752;
     this.lblEmpleado.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtEmpleado
     //
     this.txtEmpleado.BackColor = System.Drawing.Color.White;
     this.txtEmpleado.Car_Años = 4;
     this.txtEmpleado.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtEmpleado.ColorSalida = System.Drawing.Color.White;
     this.txtEmpleado.Decimales = 2;
     this.txtEmpleado.Guiones = false;
     this.txtEmpleado.Location = new System.Drawing.Point(136, 90);
     this.txtEmpleado.MaxLength = 10;
     this.txtEmpleado.Name = "txtEmpleado";
     this.txtEmpleado.PasarEnter = true;
     this.txtEmpleado.Size = new System.Drawing.Size(85, 20);
     this.txtEmpleado.TabIndex = 4;
     this.txtEmpleado.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     this.txtEmpleado.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtEmpleado.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 94);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(119, 13);
     this.label2.TabIndex = 753;
     this.label2.Text = "Empleado Responsable";
     //
     // Frm_T_Areas_Det
     //
     this.ClientSize = new System.Drawing.Size(617, 163);
     this.Controls.Add(this.lblEmpleado);
     this.Controls.Add(this.txtEmpleado);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cboEstado);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.lblGerencia);
     this.Controls.Add(this.txtGerencia);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtDescripcion);
     this.Controls.Add(this.txtCodigo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.BtnCancelar);
     this.Controls.Add(this.BtnGrabar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_T_Areas_Det";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Areas";
     this.Activated += new System.EventHandler(this.Frm_T_Area_Det_Activated);
     this.Load += new System.EventHandler(this.Frm_T_Areas_Det_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.txtCodigo = new MigControls.MigTextbox();
     this.label1 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtArea = new MigControls.MigTextbox();
     this.lblArea = new System.Windows.Forms.Label();
     this.cboEstado = new MigControls.MigCombobox();
     this.label14 = new System.Windows.Forms.Label();
     this.lblPosicion = new System.Windows.Forms.Label();
     this.txtPosicion = new MigControls.MigTextbox();
     this.label4 = new System.Windows.Forms.Label();
     this.lblOficina = new System.Windows.Forms.Label();
     this.txtOficina = new MigControls.MigTextbox();
     this.label5 = new System.Windows.Forms.Label();
     this.BtnCancelar = new System.Windows.Forms.Button();
     this.BtnGrabar = new System.Windows.Forms.Button();
     this.label7 = new System.Windows.Forms.Label();
     this.txtNombres = new MigControls.MigTextbox();
     this.ChkResponsable = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // txtCodigo
     //
     this.txtCodigo.BackColor = System.Drawing.Color.White;
     this.txtCodigo.Car_Años = 4;
     this.txtCodigo.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtCodigo.ColorSalida = System.Drawing.Color.White;
     this.txtCodigo.Decimales = 2;
     this.txtCodigo.Guiones = false;
     this.txtCodigo.Location = new System.Drawing.Point(149, 12);
     this.txtCodigo.MaxLength = 12;
     this.txtCodigo.Name = "txtCodigo";
     this.txtCodigo.PasarEnter = true;
     this.txtCodigo.Size = new System.Drawing.Size(85, 20);
     this.txtCodigo.TabIndex = 0;
     this.txtCodigo.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(47, 13);
     this.label1.TabIndex = 708;
     this.label1.Text = "Código *";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 89);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(29, 13);
     this.label3.TabIndex = 736;
     this.label3.Text = "Area";
     //
     // txtArea
     //
     this.txtArea.BackColor = System.Drawing.Color.White;
     this.txtArea.Car_Años = 4;
     this.txtArea.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtArea.ColorSalida = System.Drawing.Color.White;
     this.txtArea.Decimales = 2;
     this.txtArea.Guiones = false;
     this.txtArea.Location = new System.Drawing.Point(149, 85);
     this.txtArea.MaxLength = 10;
     this.txtArea.Name = "txtArea";
     this.txtArea.PasarEnter = true;
     this.txtArea.Size = new System.Drawing.Size(62, 20);
     this.txtArea.TabIndex = 3;
     this.txtArea.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     this.txtArea.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtArea.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // lblArea
     //
     this.lblArea.BackColor = System.Drawing.SystemColors.Info;
     this.lblArea.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblArea.Location = new System.Drawing.Point(217, 85);
     this.lblArea.Name = "lblArea";
     this.lblArea.Size = new System.Drawing.Size(373, 20);
     this.lblArea.TabIndex = 4;
     this.lblArea.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboEstado
     //
     this.cboEstado.BackColor = System.Drawing.Color.White;
     this.cboEstado.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.cboEstado.ColorSalida = System.Drawing.Color.White;
     this.cboEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboEstado.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboEstado.FormattingEnabled = true;
     this.cboEstado.Items.AddRange(new object[] {
     "Activo",
     "Inactivo"});
     this.cboEstado.Location = new System.Drawing.Point(149, 134);
     this.cboEstado.Name = "cboEstado";
     this.cboEstado.PasarEnter = true;
     this.cboEstado.Size = new System.Drawing.Size(93, 22);
     this.cboEstado.TabIndex = 8;
     this.cboEstado.Tipo = MigControls.MigCombobox.TipoVal.TextoMayuscula;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(14, 139);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(47, 13);
     this.label14.TabIndex = 744;
     this.label14.Text = "Estado *";
     //
     // lblPosicion
     //
     this.lblPosicion.BackColor = System.Drawing.SystemColors.Info;
     this.lblPosicion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblPosicion.Location = new System.Drawing.Point(217, 109);
     this.lblPosicion.Name = "lblPosicion";
     this.lblPosicion.Size = new System.Drawing.Size(372, 20);
     this.lblPosicion.TabIndex = 746;
     this.lblPosicion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtPosicion
     //
     this.txtPosicion.BackColor = System.Drawing.Color.White;
     this.txtPosicion.Car_Años = 4;
     this.txtPosicion.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtPosicion.ColorSalida = System.Drawing.Color.White;
     this.txtPosicion.Decimales = 2;
     this.txtPosicion.Guiones = false;
     this.txtPosicion.Location = new System.Drawing.Point(149, 109);
     this.txtPosicion.MaxLength = 10;
     this.txtPosicion.Name = "txtPosicion";
     this.txtPosicion.PasarEnter = true;
     this.txtPosicion.Size = new System.Drawing.Size(62, 20);
     this.txtPosicion.TabIndex = 5;
     this.txtPosicion.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     this.txtPosicion.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtPosicion.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(14, 113);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(47, 13);
     this.label4.TabIndex = 747;
     this.label4.Text = "Posicion";
     //
     // lblOficina
     //
     this.lblOficina.BackColor = System.Drawing.SystemColors.Info;
     this.lblOficina.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblOficina.Location = new System.Drawing.Point(217, 61);
     this.lblOficina.Name = "lblOficina";
     this.lblOficina.Size = new System.Drawing.Size(372, 20);
     this.lblOficina.TabIndex = 749;
     this.lblOficina.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtOficina
     //
     this.txtOficina.BackColor = System.Drawing.Color.White;
     this.txtOficina.Car_Años = 4;
     this.txtOficina.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtOficina.ColorSalida = System.Drawing.Color.White;
     this.txtOficina.Decimales = 2;
     this.txtOficina.Guiones = false;
     this.txtOficina.Location = new System.Drawing.Point(149, 61);
     this.txtOficina.MaxLength = 10;
     this.txtOficina.Name = "txtOficina";
     this.txtOficina.PasarEnter = true;
     this.txtOficina.Size = new System.Drawing.Size(62, 20);
     this.txtOficina.TabIndex = 2;
     this.txtOficina.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     this.txtOficina.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtOficina.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(14, 65);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(40, 13);
     this.label5.TabIndex = 750;
     this.label5.Text = "Oficina";
     //
     // BtnCancelar
     //
     this.BtnCancelar.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.BtnCancelar.Location = new System.Drawing.Point(614, 152);
     this.BtnCancelar.Name = "BtnCancelar";
     this.BtnCancelar.Size = new System.Drawing.Size(80, 28);
     this.BtnCancelar.TabIndex = 10;
     this.BtnCancelar.Text = "&Cerrar";
     this.BtnCancelar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BtnCancelar.UseVisualStyleBackColor = true;
     this.BtnCancelar.Click += new System.EventHandler(this.BtnCancelar_Click);
     //
     // BtnGrabar
     //
     this.BtnGrabar.Image = global::SisCtd.Properties.Resources.Toolbar_Save;
     this.BtnGrabar.Location = new System.Drawing.Point(535, 152);
     this.BtnGrabar.Name = "BtnGrabar";
     this.BtnGrabar.Size = new System.Drawing.Size(80, 28);
     this.BtnGrabar.TabIndex = 9;
     this.BtnGrabar.Text = "&Grabar";
     this.BtnGrabar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BtnGrabar.UseVisualStyleBackColor = true;
     this.BtnGrabar.Click += new System.EventHandler(this.BtnGrabar_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(14, 39);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(109, 13);
     this.label7.TabIndex = 723;
     this.label7.Text = "Nombres y Apellidos *";
     //
     // txtNombres
     //
     this.txtNombres.BackColor = System.Drawing.Color.White;
     this.txtNombres.Car_Años = 4;
     this.txtNombres.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtNombres.ColorSalida = System.Drawing.Color.White;
     this.txtNombres.Decimales = 2;
     this.txtNombres.Guiones = false;
     this.txtNombres.Location = new System.Drawing.Point(149, 35);
     this.txtNombres.MaxLength = 100;
     this.txtNombres.Name = "txtNombres";
     this.txtNombres.PasarEnter = true;
     this.txtNombres.Size = new System.Drawing.Size(441, 20);
     this.txtNombres.TabIndex = 1;
     this.txtNombres.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // ChkResponsable
     //
     this.ChkResponsable.AutoSize = true;
     this.ChkResponsable.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ChkResponsable.Location = new System.Drawing.Point(605, 87);
     this.ChkResponsable.Name = "ChkResponsable";
     this.ChkResponsable.Size = new System.Drawing.Size(89, 18);
     this.ChkResponsable.TabIndex = 4;
     this.ChkResponsable.Text = "Responsable";
     this.ChkResponsable.UseVisualStyleBackColor = true;
     //
     // Frm_T_Empleados_Det
     //
     this.ClientSize = new System.Drawing.Size(699, 182);
     this.Controls.Add(this.ChkResponsable);
     this.Controls.Add(this.lblOficina);
     this.Controls.Add(this.txtOficina);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.lblPosicion);
     this.Controls.Add(this.txtPosicion);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.cboEstado);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.lblArea);
     this.Controls.Add(this.txtArea);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtNombres);
     this.Controls.Add(this.txtCodigo);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.BtnCancelar);
     this.Controls.Add(this.BtnGrabar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_T_Empleados_Det";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Empleados";
     this.Load += new System.EventHandler(this.Frm_T_Empleados_Det_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label3 = new System.Windows.Forms.Label();
     this.cboEstado = new MigControls.MigCombobox();
     this.txtNombre = new MigControls.MigTextbox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtIdusuario = new MigControls.MigTextbox();
     this.label10 = new System.Windows.Forms.Label();
     this.BarraSis = new System.Windows.Forms.ToolStrip();
     this.bNuevo = new System.Windows.Forms.ToolStripButton();
     this.bModificar = new System.Windows.Forms.ToolStripButton();
     this.bEliminar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bExportar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.bCerrar = new System.Windows.Forms.ToolStripButton();
     this.Stb = new System.Windows.Forms.StatusStrip();
     this.LblMensaje = new System.Windows.Forms.ToolStripStatusLabel();
     this.Dg1 = new MigControls.MigDataGridView();
     this.bResetear = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.panel1.SuspendLayout();
     this.BarraSis.SuspendLayout();
     this.Stb.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Dg1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.cboEstado);
     this.panel1.Controls.Add(this.txtNombre);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.txtIdusuario);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 23);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(911, 33);
     this.panel1.TabIndex = 1;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(525, 10);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(40, 13);
     this.label3.TabIndex = 7;
     this.label3.Text = "Estado";
     //
     // cboEstado
     //
     this.cboEstado.BackColor = System.Drawing.Color.White;
     this.cboEstado.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.cboEstado.ColorSalida = System.Drawing.Color.White;
     this.cboEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboEstado.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboEstado.FormattingEnabled = true;
     this.cboEstado.Items.AddRange(new object[] {
     "Activos",
     "Inactivos",
     "Todos"});
     this.cboEstado.Location = new System.Drawing.Point(571, 5);
     this.cboEstado.Name = "cboEstado";
     this.cboEstado.PasarEnter = true;
     this.cboEstado.Size = new System.Drawing.Size(92, 22);
     this.cboEstado.TabIndex = 2;
     this.cboEstado.Tipo = MigControls.MigCombobox.TipoVal.Numerico;
     this.cboEstado.SelectedIndexChanged += new System.EventHandler(this.cboEstado_SelectedIndexChanged);
     //
     // txtNombre
     //
     this.txtNombre.BackColor = System.Drawing.Color.White;
     this.txtNombre.Car_Años = 4;
     this.txtNombre.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtNombre.ColorSalida = System.Drawing.Color.White;
     this.txtNombre.Decimales = 2;
     this.txtNombre.Guiones = false;
     this.txtNombre.Location = new System.Drawing.Point(233, 6);
     this.txtNombre.MaxLength = 50;
     this.txtNombre.Name = "txtNombre";
     this.txtNombre.PasarEnter = true;
     this.txtNombre.Size = new System.Drawing.Size(259, 20);
     this.txtNombre.TabIndex = 1;
     this.txtNombre.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtNombre.TextChanged += new System.EventHandler(this.cboEstado_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(164, 10);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(44, 13);
     this.label2.TabIndex = 5;
     this.label2.Text = "Nombre";
     //
     // txtIdusuario
     //
     this.txtIdusuario.BackColor = System.Drawing.Color.White;
     this.txtIdusuario.Car_Años = 4;
     this.txtIdusuario.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtIdusuario.ColorSalida = System.Drawing.Color.White;
     this.txtIdusuario.Decimales = 2;
     this.txtIdusuario.Guiones = false;
     this.txtIdusuario.Location = new System.Drawing.Point(68, 6);
     this.txtIdusuario.MaxLength = 10;
     this.txtIdusuario.Name = "txtIdusuario";
     this.txtIdusuario.PasarEnter = true;
     this.txtIdusuario.Size = new System.Drawing.Size(80, 20);
     this.txtIdusuario.TabIndex = 0;
     this.txtIdusuario.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtIdusuario.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtIdusuario.TextChanged += new System.EventHandler(this.txtIdusuario_TextChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(7, 10);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(55, 13);
     this.label10.TabIndex = 3;
     this.label10.Text = "Id Usuario";
     //
     // BarraSis
     //
     this.BarraSis.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bNuevo,
     this.bModificar,
     this.bEliminar,
     this.toolStripSeparator1,
     this.bExportar,
     this.toolStripSeparator3,
     this.bResetear,
     this.toolStripSeparator2,
     this.bCerrar});
     this.BarraSis.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.BarraSis.Location = new System.Drawing.Point(0, 0);
     this.BarraSis.Name = "BarraSis";
     this.BarraSis.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.BarraSis.Size = new System.Drawing.Size(911, 23);
     this.BarraSis.TabIndex = 3;
     //
     // bNuevo
     //
     this.bNuevo.Image = global::SisCtd.Properties.Resources.Toolbar_New;
     this.bNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bNuevo.Name = "bNuevo";
     this.bNuevo.Size = new System.Drawing.Size(62, 20);
     this.bNuevo.Text = "&Nuevo";
     this.bNuevo.ToolTipText = "Nuevo (F3)";
     this.bNuevo.Click += new System.EventHandler(this.bNuevo_Click);
     //
     // bModificar
     //
     this.bModificar.Image = global::SisCtd.Properties.Resources.control;
     this.bModificar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bModificar.Name = "bModificar";
     this.bModificar.Size = new System.Drawing.Size(78, 20);
     this.bModificar.Text = "&Modificar";
     this.bModificar.ToolTipText = "Modificar (F2)";
     this.bModificar.Click += new System.EventHandler(this.bModificar_Click);
     //
     // bEliminar
     //
     this.bEliminar.Image = global::SisCtd.Properties.Resources.Toolbar_Delete;
     this.bEliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bEliminar.Name = "bEliminar";
     this.bEliminar.Size = new System.Drawing.Size(70, 20);
     this.bEliminar.Text = "&Eliminar";
     this.bEliminar.ToolTipText = "Eliminar (F4)";
     this.bEliminar.Click += new System.EventHandler(this.bEliminar_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 23);
     //
     // bExportar
     //
     this.bExportar.Image = global::SisCtd.Properties.Resources.xls;
     this.bExportar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bExportar.Name = "bExportar";
     this.bExportar.Size = new System.Drawing.Size(70, 20);
     this.bExportar.Text = "E&xportar";
     this.bExportar.ToolTipText = "Exportar (F7)";
     this.bExportar.Click += new System.EventHandler(this.bExportar_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23);
     //
     // bCerrar
     //
     this.bCerrar.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.bCerrar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bCerrar.Name = "bCerrar";
     this.bCerrar.Size = new System.Drawing.Size(49, 20);
     this.bCerrar.Text = "&Salir";
     this.bCerrar.ToolTipText = "Salir (Esc)";
     this.bCerrar.Click += new System.EventHandler(this.bCerrar_Click);
     //
     // Stb
     //
     this.Stb.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.LblMensaje});
     this.Stb.Location = new System.Drawing.Point(0, 593);
     this.Stb.Name = "Stb";
     this.Stb.Size = new System.Drawing.Size(911, 22);
     this.Stb.TabIndex = 662;
     this.Stb.Text = "statusStrip1";
     //
     // LblMensaje
     //
     this.LblMensaje.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LblMensaje.ForeColor = System.Drawing.SystemColors.ControlText;
     this.LblMensaje.Name = "LblMensaje";
     this.LblMensaje.Size = new System.Drawing.Size(31, 17);
     this.LblMensaje.Text = ".*.*.*.";
     //
     // Dg1
     //
     this.Dg1.AllowUserToAddRows = false;
     this.Dg1.AllowUserToDeleteRows = false;
     this.Dg1.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.Ivory;
     this.Dg1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.Dg1.BackgroundColor = System.Drawing.Color.LightSlateGray;
     this.Dg1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Dg1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.Dg1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Dg1.Location = new System.Drawing.Point(0, 56);
     this.Dg1.MultiSelect = false;
     this.Dg1.Name = "Dg1";
     this.Dg1.PasarEnter = false;
     this.Dg1.ReadOnly = true;
     this.Dg1.RowHeadersWidth = 25;
     this.Dg1.RowTemplate.Height = 18;
     this.Dg1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.Dg1.Size = new System.Drawing.Size(911, 537);
     this.Dg1.StandardTab = true;
     this.Dg1.TabIndex = 0;
     this.Dg1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Dg1_CellDoubleClick);
     this.Dg1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Dg1_KeyPress);
     //
     // bResetear
     //
     this.bResetear.Image = global::SisCtd.Properties.Resources._interface;
     this.bResetear.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bResetear.Name = "bResetear";
     this.bResetear.Size = new System.Drawing.Size(134, 20);
     this.bResetear.Text = "Resetear Contraseña";
     this.bResetear.Click += new System.EventHandler(this.bResetear_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 23);
     //
     // Frm_Sis_Usuarios
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(911, 615);
     this.Controls.Add(this.Dg1);
     this.Controls.Add(this.Stb);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.BarraSis);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.Name = "Frm_Sis_Usuarios";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.Text = " Registro de Usuarios";
     this.Load += new System.EventHandler(this.Frm_Sis_Usuarios_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_Sis_Usuarios_KeyDown);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_Sis_Usuarios_KeyPress);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.BarraSis.ResumeLayout(false);
     this.BarraSis.PerformLayout();
     this.Stb.ResumeLayout(false);
     this.Stb.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Dg1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 10
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     this.BarraSis = new System.Windows.Forms.ToolStrip();
     this.bExportar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bSalir = new System.Windows.Forms.ToolStripButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lblNroReclamacion = new System.Windows.Forms.Label();
     this.txtNroReclamacion = new MigControls.MigTextbox();
     this.lblTipcar = new System.Windows.Forms.Label();
     this.cboTfile = new MigControls.MigCombobox();
     this.lblcodcli = new System.Windows.Forms.Label();
     this.txtCodcli = new MigControls.MigTextbox();
     this.btnLimpiar = new System.Windows.Forms.Button();
     this.txtCodim2 = new MigControls.MigTextbox();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.btnConsultar = new System.Windows.Forms.Button();
     this.txtCodim1 = new MigControls.MigTextbox();
     this.label15 = new System.Windows.Forms.Label();
     this.txtRazsoc = new MigControls.MigTextbox();
     this.label14 = new System.Windows.Forms.Label();
     this.txtNombre = new MigControls.MigTextbox();
     this.label13 = new System.Windows.Forms.Label();
     this.txtApemat = new MigControls.MigTextbox();
     this.label12 = new System.Windows.Forms.Label();
     this.txtApepat = new MigControls.MigTextbox();
     this.lblNum = new System.Windows.Forms.Label();
     this.txtNum = new MigControls.MigTextbox();
     this.dgvDet1 = new MigControls.MigDataGridView();
     this.label2 = new System.Windows.Forms.Label();
     this.dgvCab = new MigControls.MigDataGridView();
     this.Stb = new System.Windows.Forms.StatusStrip();
     this.LblMensaje = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.lblAdicionales = new System.Windows.Forms.Label();
     this.dgvAdicionales = new MigControls.MigDataGridView();
     this.BarraSis.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvDet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvCab)).BeginInit();
     this.Stb.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvAdicionales)).BeginInit();
     this.SuspendLayout();
     //
     // BarraSis
     //
     this.BarraSis.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bExportar,
     this.toolStripSeparator1,
     this.bSalir});
     this.BarraSis.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.BarraSis.Location = new System.Drawing.Point(0, 0);
     this.BarraSis.Name = "BarraSis";
     this.BarraSis.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.BarraSis.Size = new System.Drawing.Size(994, 23);
     this.BarraSis.TabIndex = 0;
     //
     // bExportar
     //
     this.bExportar.Image = global::SisCtd.Properties.Resources.xls;
     this.bExportar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bExportar.Name = "bExportar";
     this.bExportar.Size = new System.Drawing.Size(69, 20);
     this.bExportar.Text = "E&xportar";
     this.bExportar.ToolTipText = "Exportar a Excel (F7)";
     this.bExportar.Click += new System.EventHandler(this.bExportar_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 23);
     //
     // bSalir
     //
     this.bSalir.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.bSalir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bSalir.Name = "bSalir";
     this.bSalir.Size = new System.Drawing.Size(47, 20);
     this.bSalir.Text = "&Salir";
     this.bSalir.ToolTipText = "Salir (Esc)";
     this.bSalir.Click += new System.EventHandler(this.bSalir_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lblNroReclamacion);
     this.panel1.Controls.Add(this.txtNroReclamacion);
     this.panel1.Controls.Add(this.lblTipcar);
     this.panel1.Controls.Add(this.cboTfile);
     this.panel1.Controls.Add(this.lblcodcli);
     this.panel1.Controls.Add(this.txtCodcli);
     this.panel1.Controls.Add(this.btnLimpiar);
     this.panel1.Controls.Add(this.txtCodim2);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.btnConsultar);
     this.panel1.Controls.Add(this.txtCodim1);
     this.panel1.Controls.Add(this.label15);
     this.panel1.Controls.Add(this.txtRazsoc);
     this.panel1.Controls.Add(this.label14);
     this.panel1.Controls.Add(this.txtNombre);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.txtApemat);
     this.panel1.Controls.Add(this.label12);
     this.panel1.Controls.Add(this.txtApepat);
     this.panel1.Controls.Add(this.lblNum);
     this.panel1.Controls.Add(this.txtNum);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 23);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(994, 119);
     this.panel1.TabIndex = 0;
     //
     // lblNroReclamacion
     //
     this.lblNroReclamacion.AutoSize = true;
     this.lblNroReclamacion.Location = new System.Drawing.Point(212, 13);
     this.lblNroReclamacion.Name = "lblNroReclamacion";
     this.lblNroReclamacion.Size = new System.Drawing.Size(84, 13);
     this.lblNroReclamacion.TabIndex = 814;
     this.lblNroReclamacion.Text = "Nº SubProducto";
     //
     // txtNroReclamacion
     //
     this.txtNroReclamacion.BackColor = System.Drawing.Color.White;
     this.txtNroReclamacion.Car_Años = 4;
     this.txtNroReclamacion.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtNroReclamacion.ColorSalida = System.Drawing.Color.White;
     this.txtNroReclamacion.Decimales = 2;
     this.txtNroReclamacion.Guiones = false;
     this.txtNroReclamacion.Location = new System.Drawing.Point(300, 9);
     this.txtNroReclamacion.MaxLength = 20;
     this.txtNroReclamacion.Name = "txtNroReclamacion";
     this.txtNroReclamacion.PasarEnter = true;
     this.txtNroReclamacion.Size = new System.Drawing.Size(133, 20);
     this.txtNroReclamacion.TabIndex = 813;
     this.txtNroReclamacion.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // lblTipcar
     //
     this.lblTipcar.AutoSize = true;
     this.lblTipcar.Location = new System.Drawing.Point(13, 91);
     this.lblTipcar.Name = "lblTipcar";
     this.lblTipcar.Size = new System.Drawing.Size(62, 13);
     this.lblTipcar.TabIndex = 812;
     this.lblTipcar.Text = "Tipo de File";
     //
     // cboTfile
     //
     this.cboTfile.BackColor = System.Drawing.Color.White;
     this.cboTfile.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.cboTfile.ColorSalida = System.Drawing.Color.White;
     this.cboTfile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTfile.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboTfile.FormattingEnabled = true;
     this.cboTfile.Items.AddRange(new object[] {
     "NL",
     "LA",
     ""});
     this.cboTfile.Location = new System.Drawing.Point(94, 86);
     this.cboTfile.Name = "cboTfile";
     this.cboTfile.PasarEnter = true;
     this.cboTfile.Size = new System.Drawing.Size(52, 22);
     this.cboTfile.TabIndex = 811;
     this.cboTfile.Tipo = MigControls.MigCombobox.TipoVal.TextoMayuscula;
     //
     // lblcodcli
     //
     this.lblcodcli.AutoSize = true;
     this.lblcodcli.Location = new System.Drawing.Point(439, 65);
     this.lblcodcli.Name = "lblcodcli";
     this.lblcodcli.Size = new System.Drawing.Size(75, 13);
     this.lblcodcli.TabIndex = 810;
     this.lblcodcli.Text = "Codigo Cliente";
     //
     // txtCodcli
     //
     this.txtCodcli.BackColor = System.Drawing.Color.White;
     this.txtCodcli.Car_Años = 4;
     this.txtCodcli.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtCodcli.ColorSalida = System.Drawing.Color.White;
     this.txtCodcli.Decimales = 2;
     this.txtCodcli.Guiones = false;
     this.txtCodcli.Location = new System.Drawing.Point(516, 61);
     this.txtCodcli.MaxLength = 20;
     this.txtCodcli.Name = "txtCodcli";
     this.txtCodcli.PasarEnter = true;
     this.txtCodcli.Size = new System.Drawing.Size(101, 20);
     this.txtCodcli.TabIndex = 809;
     this.txtCodcli.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // btnLimpiar
     //
     this.btnLimpiar.Location = new System.Drawing.Point(873, 84);
     this.btnLimpiar.Name = "btnLimpiar";
     this.btnLimpiar.Size = new System.Drawing.Size(109, 25);
     this.btnLimpiar.TabIndex = 8;
     this.btnLimpiar.Text = "&Limpiar campos (F3)";
     this.btnLimpiar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnLimpiar.UseVisualStyleBackColor = true;
     this.btnLimpiar.Click += new System.EventHandler(this.btnLimpiar_Click);
     //
     // txtCodim2
     //
     this.txtCodim2.BackColor = System.Drawing.Color.White;
     this.txtCodim2.Car_Años = 4;
     this.txtCodim2.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtCodim2.ColorSalida = System.Drawing.Color.White;
     this.txtCodim2.Decimales = 2;
     this.txtCodim2.Guiones = false;
     this.txtCodim2.Location = new System.Drawing.Point(349, 87);
     this.txtCodim2.MaxLength = 10;
     this.txtCodim2.Name = "txtCodim2";
     this.txtCodim2.PasarEnter = true;
     this.txtCodim2.Size = new System.Drawing.Size(84, 20);
     this.txtCodim2.TabIndex = 6;
     this.txtCodim2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtCodim2.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(326, 91);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(15, 13);
     this.label10.TabIndex = 33;
     this.label10.Text = "al";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(170, 91);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(74, 13);
     this.label9.TabIndex = 28;
     this.label9.Text = "Código IM Del";
     //
     // btnConsultar
     //
     this.btnConsultar.Location = new System.Drawing.Point(787, 84);
     this.btnConsultar.Name = "btnConsultar";
     this.btnConsultar.Size = new System.Drawing.Size(80, 25);
     this.btnConsultar.TabIndex = 7;
     this.btnConsultar.Text = "C&onsultar F5";
     this.btnConsultar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnConsultar.UseVisualStyleBackColor = true;
     this.btnConsultar.Click += new System.EventHandler(this.btnConsultar_Click);
     //
     // txtCodim1
     //
     this.txtCodim1.BackColor = System.Drawing.Color.White;
     this.txtCodim1.Car_Años = 4;
     this.txtCodim1.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtCodim1.ColorSalida = System.Drawing.Color.White;
     this.txtCodim1.Decimales = 2;
     this.txtCodim1.Guiones = false;
     this.txtCodim1.Location = new System.Drawing.Point(249, 87);
     this.txtCodim1.MaxLength = 10;
     this.txtCodim1.Name = "txtCodim1";
     this.txtCodim1.PasarEnter = true;
     this.txtCodim1.Size = new System.Drawing.Size(71, 20);
     this.txtCodim1.TabIndex = 5;
     this.txtCodim1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtCodim1.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(13, 65);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(70, 13);
     this.label15.TabIndex = 17;
     this.label15.Text = "Razón Social";
     //
     // txtRazsoc
     //
     this.txtRazsoc.BackColor = System.Drawing.Color.White;
     this.txtRazsoc.Car_Años = 4;
     this.txtRazsoc.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtRazsoc.ColorSalida = System.Drawing.Color.White;
     this.txtRazsoc.Decimales = 2;
     this.txtRazsoc.Guiones = false;
     this.txtRazsoc.Location = new System.Drawing.Point(94, 61);
     this.txtRazsoc.MaxLength = 100;
     this.txtRazsoc.Name = "txtRazsoc";
     this.txtRazsoc.PasarEnter = true;
     this.txtRazsoc.Size = new System.Drawing.Size(339, 20);
     this.txtRazsoc.TabIndex = 4;
     this.txtRazsoc.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(439, 39);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(49, 13);
     this.label14.TabIndex = 15;
     this.label14.Text = "Nombres";
     //
     // txtNombre
     //
     this.txtNombre.BackColor = System.Drawing.Color.White;
     this.txtNombre.Car_Años = 4;
     this.txtNombre.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtNombre.ColorSalida = System.Drawing.Color.White;
     this.txtNombre.Decimales = 2;
     this.txtNombre.Guiones = false;
     this.txtNombre.Location = new System.Drawing.Point(516, 35);
     this.txtNombre.MaxLength = 100;
     this.txtNombre.Name = "txtNombre";
     this.txtNombre.PasarEnter = true;
     this.txtNombre.Size = new System.Drawing.Size(252, 20);
     this.txtNombre.TabIndex = 3;
     this.txtNombre.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(227, 39);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(68, 13);
     this.label13.TabIndex = 13;
     this.label13.Text = "Ape Materno";
     //
     // txtApemat
     //
     this.txtApemat.BackColor = System.Drawing.Color.White;
     this.txtApemat.Car_Años = 4;
     this.txtApemat.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtApemat.ColorSalida = System.Drawing.Color.White;
     this.txtApemat.Decimales = 2;
     this.txtApemat.Guiones = false;
     this.txtApemat.Location = new System.Drawing.Point(300, 35);
     this.txtApemat.MaxLength = 50;
     this.txtApemat.Name = "txtApemat";
     this.txtApemat.PasarEnter = true;
     this.txtApemat.Size = new System.Drawing.Size(133, 20);
     this.txtApemat.TabIndex = 2;
     this.txtApemat.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(13, 39);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(69, 13);
     this.label12.TabIndex = 11;
     this.label12.Text = "Ape. Paterno";
     //
     // txtApepat
     //
     this.txtApepat.BackColor = System.Drawing.Color.White;
     this.txtApepat.Car_Años = 4;
     this.txtApepat.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtApepat.ColorSalida = System.Drawing.Color.White;
     this.txtApepat.Decimales = 2;
     this.txtApepat.Guiones = false;
     this.txtApepat.Location = new System.Drawing.Point(94, 35);
     this.txtApepat.MaxLength = 50;
     this.txtApepat.Name = "txtApepat";
     this.txtApepat.PasarEnter = true;
     this.txtApepat.Size = new System.Drawing.Size(120, 20);
     this.txtApepat.TabIndex = 1;
     this.txtApepat.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // lblNum
     //
     this.lblNum.AutoSize = true;
     this.lblNum.Location = new System.Drawing.Point(13, 13);
     this.lblNum.Name = "lblNum";
     this.lblNum.Size = new System.Drawing.Size(54, 13);
     this.lblNum.TabIndex = 9;
     this.lblNum.Text = "Dni / Ruc";
     //
     // txtNum
     //
     this.txtNum.BackColor = System.Drawing.Color.White;
     this.txtNum.Car_Años = 4;
     this.txtNum.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtNum.ColorSalida = System.Drawing.Color.White;
     this.txtNum.Decimales = 2;
     this.txtNum.Guiones = false;
     this.txtNum.Location = new System.Drawing.Point(94, 9);
     this.txtNum.MaxLength = 11;
     this.txtNum.Name = "txtNum";
     this.txtNum.PasarEnter = true;
     this.txtNum.Size = new System.Drawing.Size(86, 20);
     this.txtNum.TabIndex = 0;
     this.txtNum.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     //
     // dgvDet1
     //
     this.dgvDet1.AllowUserToAddRows = false;
     this.dgvDet1.AllowUserToDeleteRows = false;
     this.dgvDet1.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.Ivory;
     this.dgvDet1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvDet1.BackgroundColor = System.Drawing.Color.LightSlateGray;
     this.dgvDet1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvDet1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvDet1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvDet1.DefaultCellStyle = dataGridViewCellStyle3;
     this.dgvDet1.Dock = System.Windows.Forms.DockStyle.Top;
     this.dgvDet1.Location = new System.Drawing.Point(0, 343);
     this.dgvDet1.MultiSelect = false;
     this.dgvDet1.Name = "dgvDet1";
     this.dgvDet1.PasarEnter = false;
     this.dgvDet1.ReadOnly = true;
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvDet1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.dgvDet1.RowHeadersWidth = 25;
     this.dgvDet1.RowTemplate.Height = 18;
     this.dgvDet1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvDet1.Size = new System.Drawing.Size(994, 116);
     this.dgvDet1.StandardTab = true;
     this.dgvDet1.TabIndex = 2;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(9, 6);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(77, 13);
     this.label2.TabIndex = 0;
     this.label2.Text = "Documentos";
     //
     // dgvCab
     //
     this.dgvCab.AllowUserToAddRows = false;
     this.dgvCab.AllowUserToDeleteRows = false;
     this.dgvCab.AllowUserToResizeRows = false;
     dataGridViewCellStyle5.BackColor = System.Drawing.Color.Ivory;
     this.dgvCab.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
     this.dgvCab.BackgroundColor = System.Drawing.Color.LightSlateGray;
     this.dgvCab.BorderStyle = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvCab.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
     this.dgvCab.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvCab.DefaultCellStyle = dataGridViewCellStyle7;
     this.dgvCab.Dock = System.Windows.Forms.DockStyle.Top;
     this.dgvCab.Location = new System.Drawing.Point(0, 142);
     this.dgvCab.MultiSelect = false;
     this.dgvCab.Name = "dgvCab";
     this.dgvCab.PasarEnter = false;
     this.dgvCab.ReadOnly = true;
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvCab.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
     this.dgvCab.RowHeadersWidth = 25;
     this.dgvCab.RowTemplate.Height = 18;
     this.dgvCab.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvCab.Size = new System.Drawing.Size(994, 152);
     this.dgvCab.StandardTab = true;
     this.dgvCab.TabIndex = 1;
     this.dgvCab.SelectionChanged += new System.EventHandler(this.dgvCab_SelectionChanged);
     //
     // Stb
     //
     this.Stb.Dock = System.Windows.Forms.DockStyle.Top;
     this.Stb.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.LblMensaje});
     this.Stb.Location = new System.Drawing.Point(0, 294);
     this.Stb.Name = "Stb";
     this.Stb.Size = new System.Drawing.Size(994, 22);
     this.Stb.TabIndex = 663;
     this.Stb.Text = "statusStrip1";
     //
     // LblMensaje
     //
     this.LblMensaje.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LblMensaje.ForeColor = System.Drawing.SystemColors.ControlText;
     this.LblMensaje.Name = "LblMensaje";
     this.LblMensaje.Size = new System.Drawing.Size(31, 17);
     this.LblMensaje.Text = ".*.*.*.";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.label2);
     this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 316);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(994, 27);
     this.panel3.TabIndex = 664;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.lblAdicionales);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 459);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(994, 27);
     this.panel2.TabIndex = 665;
     //
     // lblAdicionales
     //
     this.lblAdicionales.AutoSize = true;
     this.lblAdicionales.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAdicionales.Location = new System.Drawing.Point(9, 6);
     this.lblAdicionales.Name = "lblAdicionales";
     this.lblAdicionales.Size = new System.Drawing.Size(72, 13);
     this.lblAdicionales.TabIndex = 0;
     this.lblAdicionales.Text = "Adicionales";
     //
     // dgvAdicionales
     //
     this.dgvAdicionales.AllowUserToAddRows = false;
     this.dgvAdicionales.AllowUserToDeleteRows = false;
     this.dgvAdicionales.AllowUserToResizeRows = false;
     dataGridViewCellStyle9.BackColor = System.Drawing.Color.Ivory;
     this.dgvAdicionales.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
     this.dgvAdicionales.BackgroundColor = System.Drawing.Color.LightSlateGray;
     this.dgvAdicionales.BorderStyle = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvAdicionales.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
     this.dgvAdicionales.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvAdicionales.DefaultCellStyle = dataGridViewCellStyle11;
     this.dgvAdicionales.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvAdicionales.Location = new System.Drawing.Point(0, 486);
     this.dgvAdicionales.MultiSelect = false;
     this.dgvAdicionales.Name = "dgvAdicionales";
     this.dgvAdicionales.PasarEnter = false;
     this.dgvAdicionales.ReadOnly = true;
     dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvAdicionales.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
     this.dgvAdicionales.RowHeadersWidth = 25;
     this.dgvAdicionales.RowTemplate.Height = 18;
     this.dgvAdicionales.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvAdicionales.Size = new System.Drawing.Size(994, 182);
     this.dgvAdicionales.StandardTab = true;
     this.dgvAdicionales.TabIndex = 666;
     //
     // Frm_Con_Registro
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(994, 668);
     this.Controls.Add(this.dgvAdicionales);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.dgvDet1);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.Stb);
     this.Controls.Add(this.dgvCab);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.BarraSis);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.Name = "Frm_Con_Registro";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.Text = " Consulta de Registros";
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_Con_Registro_KeyPress);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_Con_Registro_KeyDown);
     this.BarraSis.ResumeLayout(false);
     this.BarraSis.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvDet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvCab)).EndInit();
     this.Stb.ResumeLayout(false);
     this.Stb.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvAdicionales)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }