/// <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.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()
 {
     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()
 {
     this.BtnCancelar = new System.Windows.Forms.Button();
     this.BtnGrabar = new System.Windows.Forms.Button();
     this.txtCodigo = new MigControls.MigTextbox();
     this.label1 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtActividad = new MigControls.MigTextbox();
     this.txtDuracionendias = new MigControls.MigTextbox();
     this.label5 = new System.Windows.Forms.Label();
     this.lblRuta = new System.Windows.Forms.Label();
     this.lblActividad = new System.Windows.Forms.Label();
     this.lblOficina = new System.Windows.Forms.Label();
     this.txtIdOficina = new MigControls.MigTextbox();
     this.label4 = new System.Windows.Forms.Label();
     this.lblArea = new System.Windows.Forms.Label();
     this.txtIdArea = new MigControls.MigTextbox();
     this.label7 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // BtnCancelar
     //
     this.BtnCancelar.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.BtnCancelar.Location = new System.Drawing.Point(476, 123);
     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(395, 123);
     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);
     //
     // 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.Enabled = false;
     this.txtCodigo.Guiones = false;
     this.txtCodigo.Location = new System.Drawing.Point(116, 9);
     this.txtCodigo.MaxLength = 12;
     this.txtCodigo.Name = "txtCodigo";
     this.txtCodigo.PasarEnter = true;
     this.txtCodigo.Size = new System.Drawing.Size(61, 20);
     this.txtCodigo.TabIndex = 0;
     this.txtCodigo.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtCodigo.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(42, 13);
     this.label1.TabIndex = 708;
     this.label1.Text = "Id Ruta";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 40);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(51, 13);
     this.label3.TabIndex = 736;
     this.label3.Text = "Actividad";
     //
     // txtActividad
     //
     this.txtActividad.BackColor = System.Drawing.Color.White;
     this.txtActividad.Car_Años = 4;
     this.txtActividad.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtActividad.ColorSalida = System.Drawing.Color.White;
     this.txtActividad.Decimales = 2;
     this.txtActividad.Guiones = false;
     this.txtActividad.Location = new System.Drawing.Point(116, 36);
     this.txtActividad.MaxLength = 10;
     this.txtActividad.Name = "txtActividad";
     this.txtActividad.PasarEnter = true;
     this.txtActividad.Size = new System.Drawing.Size(62, 20);
     this.txtActividad.TabIndex = 3;
     this.txtActividad.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     this.txtActividad.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtActividad.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // txtDuracionendias
     //
     this.txtDuracionendias.BackColor = System.Drawing.Color.White;
     this.txtDuracionendias.Car_Años = 4;
     this.txtDuracionendias.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtDuracionendias.ColorSalida = System.Drawing.Color.White;
     this.txtDuracionendias.Decimales = 2;
     this.txtDuracionendias.Guiones = false;
     this.txtDuracionendias.Location = new System.Drawing.Point(116, 110);
     this.txtDuracionendias.MaxLength = 10;
     this.txtDuracionendias.Name = "txtDuracionendias";
     this.txtDuracionendias.PasarEnter = true;
     this.txtDuracionendias.Size = new System.Drawing.Size(62, 20);
     this.txtDuracionendias.TabIndex = 748;
     this.txtDuracionendias.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     this.txtDuracionendias.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtDuracionendias.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(14, 114);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(95, 13);
     this.label5.TabIndex = 750;
     this.label5.Text = "Durancion en Dias";
     //
     // lblRuta
     //
     this.lblRuta.BackColor = System.Drawing.SystemColors.Info;
     this.lblRuta.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblRuta.Location = new System.Drawing.Point(183, 8);
     this.lblRuta.Name = "lblRuta";
     this.lblRuta.Size = new System.Drawing.Size(373, 20);
     this.lblRuta.TabIndex = 753;
     this.lblRuta.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblActividad
     //
     this.lblActividad.BackColor = System.Drawing.SystemColors.Info;
     this.lblActividad.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblActividad.Location = new System.Drawing.Point(183, 36);
     this.lblActividad.Name = "lblActividad";
     this.lblActividad.Size = new System.Drawing.Size(373, 20);
     this.lblActividad.TabIndex = 754;
     this.lblActividad.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblOficina
     //
     this.lblOficina.BackColor = System.Drawing.SystemColors.Info;
     this.lblOficina.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblOficina.Location = new System.Drawing.Point(183, 60);
     this.lblOficina.Name = "lblOficina";
     this.lblOficina.Size = new System.Drawing.Size(373, 20);
     this.lblOficina.TabIndex = 757;
     this.lblOficina.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtIdOficina
     //
     this.txtIdOficina.BackColor = System.Drawing.Color.White;
     this.txtIdOficina.Car_Años = 4;
     this.txtIdOficina.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtIdOficina.ColorSalida = System.Drawing.Color.White;
     this.txtIdOficina.Decimales = 2;
     this.txtIdOficina.Guiones = false;
     this.txtIdOficina.Location = new System.Drawing.Point(116, 60);
     this.txtIdOficina.MaxLength = 10;
     this.txtIdOficina.Name = "txtIdOficina";
     this.txtIdOficina.PasarEnter = true;
     this.txtIdOficina.Size = new System.Drawing.Size(62, 20);
     this.txtIdOficina.TabIndex = 755;
     this.txtIdOficina.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     this.txtIdOficina.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtIdOficina.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(14, 64);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(40, 13);
     this.label4.TabIndex = 756;
     this.label4.Text = "Oficina";
     //
     // lblArea
     //
     this.lblArea.BackColor = System.Drawing.SystemColors.Info;
     this.lblArea.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblArea.Location = new System.Drawing.Point(183, 86);
     this.lblArea.Name = "lblArea";
     this.lblArea.Size = new System.Drawing.Size(373, 20);
     this.lblArea.TabIndex = 760;
     this.lblArea.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtIdArea
     //
     this.txtIdArea.BackColor = System.Drawing.Color.White;
     this.txtIdArea.Car_Años = 4;
     this.txtIdArea.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtIdArea.ColorSalida = System.Drawing.Color.White;
     this.txtIdArea.Decimales = 2;
     this.txtIdArea.Guiones = false;
     this.txtIdArea.Location = new System.Drawing.Point(116, 86);
     this.txtIdArea.MaxLength = 10;
     this.txtIdArea.Name = "txtIdArea";
     this.txtIdArea.PasarEnter = true;
     this.txtIdArea.Size = new System.Drawing.Size(62, 20);
     this.txtIdArea.TabIndex = 758;
     this.txtIdArea.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     this.txtIdArea.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtIdArea.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(14, 90);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(29, 13);
     this.label7.TabIndex = 759;
     this.label7.Text = "Area";
     //
     // Frm_T_RutaActividad
     //
     this.ClientSize = new System.Drawing.Size(572, 152);
     this.Controls.Add(this.lblArea);
     this.Controls.Add(this.txtIdArea);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.lblOficina);
     this.Controls.Add(this.txtIdOficina);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.lblActividad);
     this.Controls.Add(this.lblRuta);
     this.Controls.Add(this.txtDuracionendias);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtActividad);
     this.Controls.Add(this.label3);
     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_RutaActividad";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Ruta_Actividad";
     this.Load += new System.EventHandler(this.Frm_T_RutaActividad_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.BtnCancelar = new System.Windows.Forms.Button();
     this.BtnGrabar = new System.Windows.Forms.Button();
     this.label3 = new System.Windows.Forms.Label();
     this.txtActividad = new MigControls.MigTextbox();
     this.txtDuracionendias = new MigControls.MigTextbox();
     this.label5 = new System.Windows.Forms.Label();
     this.lblActividad = new System.Windows.Forms.Label();
     this.lblArea = new System.Windows.Forms.Label();
     this.txtIdArea = new MigControls.MigTextbox();
     this.label7 = new System.Windows.Forms.Label();
     this.lblOficina = new System.Windows.Forms.Label();
     this.txtIdOficina = new MigControls.MigTextbox();
     this.label4 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // BtnCancelar
     //
     this.BtnCancelar.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.BtnCancelar.Location = new System.Drawing.Point(474, 101);
     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(395, 101);
     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);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(15, 16);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(51, 13);
     this.label3.TabIndex = 736;
     this.label3.Text = "Actividad";
     //
     // txtActividad
     //
     this.txtActividad.BackColor = System.Drawing.Color.White;
     this.txtActividad.Car_Años = 4;
     this.txtActividad.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtActividad.ColorSalida = System.Drawing.Color.White;
     this.txtActividad.Decimales = 2;
     this.txtActividad.Guiones = false;
     this.txtActividad.Location = new System.Drawing.Point(118, 12);
     this.txtActividad.MaxLength = 10;
     this.txtActividad.Name = "txtActividad";
     this.txtActividad.PasarEnter = true;
     this.txtActividad.Size = new System.Drawing.Size(61, 20);
     this.txtActividad.TabIndex = 1;
     this.txtActividad.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     this.txtActividad.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtActividad.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // txtDuracionendias
     //
     this.txtDuracionendias.BackColor = System.Drawing.Color.White;
     this.txtDuracionendias.Car_Años = 4;
     this.txtDuracionendias.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtDuracionendias.ColorSalida = System.Drawing.Color.White;
     this.txtDuracionendias.Decimales = 2;
     this.txtDuracionendias.Guiones = false;
     this.txtDuracionendias.Location = new System.Drawing.Point(120, 83);
     this.txtDuracionendias.MaxLength = 10;
     this.txtDuracionendias.Name = "txtDuracionendias";
     this.txtDuracionendias.PasarEnter = true;
     this.txtDuracionendias.Size = new System.Drawing.Size(40, 20);
     this.txtDuracionendias.TabIndex = 4;
     this.txtDuracionendias.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     this.txtDuracionendias.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtDuracionendias.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(15, 86);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(95, 13);
     this.label5.TabIndex = 750;
     this.label5.Text = "Durancion en Dias";
     //
     // lblActividad
     //
     this.lblActividad.BackColor = System.Drawing.SystemColors.Info;
     this.lblActividad.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblActividad.Location = new System.Drawing.Point(187, 12);
     this.lblActividad.Name = "lblActividad";
     this.lblActividad.Size = new System.Drawing.Size(361, 20);
     this.lblActividad.TabIndex = 754;
     this.lblActividad.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblArea
     //
     this.lblArea.BackColor = System.Drawing.SystemColors.Info;
     this.lblArea.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblArea.Location = new System.Drawing.Point(187, 58);
     this.lblArea.Name = "lblArea";
     this.lblArea.Size = new System.Drawing.Size(361, 20);
     this.lblArea.TabIndex = 767;
     this.lblArea.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtIdArea
     //
     this.txtIdArea.BackColor = System.Drawing.Color.White;
     this.txtIdArea.Car_Años = 4;
     this.txtIdArea.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtIdArea.ColorSalida = System.Drawing.Color.White;
     this.txtIdArea.Decimales = 2;
     this.txtIdArea.Guiones = false;
     this.txtIdArea.Location = new System.Drawing.Point(118, 58);
     this.txtIdArea.MaxLength = 10;
     this.txtIdArea.Name = "txtIdArea";
     this.txtIdArea.PasarEnter = true;
     this.txtIdArea.Size = new System.Drawing.Size(62, 20);
     this.txtIdArea.TabIndex = 3;
     this.txtIdArea.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     this.txtIdArea.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtIdArea.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(15, 62);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(29, 13);
     this.label7.TabIndex = 766;
     this.label7.Text = "Area";
     //
     // lblOficina
     //
     this.lblOficina.BackColor = System.Drawing.SystemColors.Info;
     this.lblOficina.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblOficina.Location = new System.Drawing.Point(187, 34);
     this.lblOficina.Name = "lblOficina";
     this.lblOficina.Size = new System.Drawing.Size(360, 20);
     this.lblOficina.TabIndex = 764;
     this.lblOficina.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtIdOficina
     //
     this.txtIdOficina.BackColor = System.Drawing.Color.White;
     this.txtIdOficina.Car_Años = 4;
     this.txtIdOficina.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtIdOficina.ColorSalida = System.Drawing.Color.White;
     this.txtIdOficina.Decimales = 2;
     this.txtIdOficina.Guiones = false;
     this.txtIdOficina.Location = new System.Drawing.Point(118, 34);
     this.txtIdOficina.MaxLength = 10;
     this.txtIdOficina.Name = "txtIdOficina";
     this.txtIdOficina.PasarEnter = true;
     this.txtIdOficina.Size = new System.Drawing.Size(62, 20);
     this.txtIdOficina.TabIndex = 2;
     this.txtIdOficina.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     this.txtIdOficina.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtIdOficina.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(15, 38);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(40, 13);
     this.label4.TabIndex = 763;
     this.label4.Text = "Oficina";
     //
     // Frm_Reg_Control_Actividad
     //
     this.ClientSize = new System.Drawing.Size(562, 136);
     this.Controls.Add(this.lblArea);
     this.Controls.Add(this.txtIdArea);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.lblOficina);
     this.Controls.Add(this.txtIdOficina);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.lblActividad);
     this.Controls.Add(this.txtDuracionendias);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtActividad);
     this.Controls.Add(this.label3);
     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_Actividad";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = " Agregar Actividad";
     this.Load += new System.EventHandler(this.Frm_Reg_Control_Actividad_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.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.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.BtnCancelar = new System.Windows.Forms.Button();
     this.BtnAceptar = new System.Windows.Forms.Button();
     this.TxtActual = new MigControls.MigTextbox();
     this.TxtNuevo = new MigControls.MigTextbox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtConfirmar = new MigControls.MigTextbox();
     this.label1 = new System.Windows.Forms.Label();
     this.lblUsuario = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(15, 80);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(103, 13);
     this.label4.TabIndex = 8;
     this.label4.Text = "Contraseña Nueva *";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(15, 50);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(100, 13);
     this.label5.TabIndex = 7;
     this.label5.Text = "Contraseña actual *";
     //
     // BtnCancelar
     //
     this.BtnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.BtnCancelar.Location = new System.Drawing.Point(215, 140);
     this.BtnCancelar.Name = "BtnCancelar";
     this.BtnCancelar.Size = new System.Drawing.Size(66, 26);
     this.BtnCancelar.TabIndex = 4;
     this.BtnCancelar.Text = "&Cancelar";
     this.BtnCancelar.UseVisualStyleBackColor = true;
     this.BtnCancelar.Click += new System.EventHandler(this.BtnCancelar_Click);
     //
     // BtnAceptar
     //
     this.BtnAceptar.Location = new System.Drawing.Point(147, 140);
     this.BtnAceptar.Name = "BtnAceptar";
     this.BtnAceptar.Size = new System.Drawing.Size(66, 26);
     this.BtnAceptar.TabIndex = 3;
     this.BtnAceptar.Text = "&Aceptar";
     this.BtnAceptar.UseVisualStyleBackColor = true;
     this.BtnAceptar.Click += new System.EventHandler(this.BtnAceptar_Click);
     //
     // TxtActual
     //
     this.TxtActual.BackColor = System.Drawing.Color.White;
     this.TxtActual.Car_Años = 4;
     this.TxtActual.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.TxtActual.ColorSalida = System.Drawing.Color.White;
     this.TxtActual.Decimales = 2;
     this.TxtActual.Guiones = false;
     this.TxtActual.Location = new System.Drawing.Point(136, 46);
     this.TxtActual.MaxLength = 10;
     this.TxtActual.Name = "TxtActual";
     this.TxtActual.PasarEnter = true;
     this.TxtActual.PasswordChar = '*';
     this.TxtActual.Size = new System.Drawing.Size(145, 20);
     this.TxtActual.TabIndex = 0;
     this.TxtActual.Tipo = MigControls.MigTextbox.TipoVal.Texto;
     //
     // TxtNuevo
     //
     this.TxtNuevo.BackColor = System.Drawing.Color.White;
     this.TxtNuevo.Car_Años = 4;
     this.TxtNuevo.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.TxtNuevo.ColorSalida = System.Drawing.Color.White;
     this.TxtNuevo.Decimales = 2;
     this.TxtNuevo.Guiones = false;
     this.TxtNuevo.Location = new System.Drawing.Point(136, 76);
     this.TxtNuevo.MaxLength = 10;
     this.TxtNuevo.Name = "TxtNuevo";
     this.TxtNuevo.PasarEnter = true;
     this.TxtNuevo.PasswordChar = '*';
     this.TxtNuevo.Size = new System.Drawing.Size(145, 20);
     this.TxtNuevo.TabIndex = 1;
     this.TxtNuevo.Tipo = MigControls.MigTextbox.TipoVal.Texto;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(15, 110);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(115, 13);
     this.label2.TabIndex = 9;
     this.label2.Text = "Confirmar Contraseña *";
     //
     // txtConfirmar
     //
     this.txtConfirmar.BackColor = System.Drawing.Color.White;
     this.txtConfirmar.Car_Años = 4;
     this.txtConfirmar.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtConfirmar.ColorSalida = System.Drawing.Color.White;
     this.txtConfirmar.Decimales = 2;
     this.txtConfirmar.Guiones = false;
     this.txtConfirmar.Location = new System.Drawing.Point(136, 106);
     this.txtConfirmar.MaxLength = 10;
     this.txtConfirmar.Name = "txtConfirmar";
     this.txtConfirmar.PasarEnter = true;
     this.txtConfirmar.PasswordChar = '*';
     this.txtConfirmar.Size = new System.Drawing.Size(145, 20);
     this.txtConfirmar.TabIndex = 2;
     this.txtConfirmar.Tipo = MigControls.MigTextbox.TipoVal.Texto;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(15, 20);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(43, 13);
     this.label1.TabIndex = 6;
     this.label1.Text = "Usuario";
     //
     // lblUsuario
     //
     this.lblUsuario.BackColor = System.Drawing.SystemColors.Info;
     this.lblUsuario.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblUsuario.Location = new System.Drawing.Point(136, 16);
     this.lblUsuario.Name = "lblUsuario";
     this.lblUsuario.Size = new System.Drawing.Size(145, 20);
     this.lblUsuario.TabIndex = 5;
     this.lblUsuario.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Frm_Sis_Contraseña
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(300, 176);
     this.Controls.Add(this.lblUsuario);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtConfirmar);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.TxtNuevo);
     this.Controls.Add(this.TxtActual);
     this.Controls.Add(this.BtnCancelar);
     this.Controls.Add(this.BtnAceptar);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_Sis_Contraseña";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = " Cambiar Contraseña";
     this.Load += new System.EventHandler(this.Frm_Sis_Contraseña_Load);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_Sis_Contraseña_KeyPress);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #8
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();
 }
 /// <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();
 }
예제 #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()
 {
     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.label7 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lblDesTipoDocumento = new System.Windows.Forms.Label();
     this.lblDesMaestroCliente = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.BtnCancelar = new System.Windows.Forms.Button();
     this.BtnGrabar = new System.Windows.Forms.Button();
     this.txtIdControl = new MigControls.MigTextbox();
     this.lblIdTipoDocumento = new System.Windows.Forms.Label();
     this.lblIdMaestroCliente = new System.Windows.Forms.Label();
     this.lblIdActividad = new System.Windows.Forms.Label();
     this.lblDesActividad = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.lblNroDocumento = new System.Windows.Forms.Label();
     this.lblFechaDocumento = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.txtObservacion = new MigControls.MigTextbox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtObservacionGeneral = new MigControls.MigTextbox();
     this.label4 = new System.Windows.Forms.Label();
     this.lblDesOficinaRecepcion = new System.Windows.Forms.Label();
     this.lblIdOficinaRecepcion = new System.Windows.Forms.Label();
     this.lblFechaRecepcion = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.lblDesEmpleado = new System.Windows.Forms.Label();
     this.lblIdEmpleado = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.lblDesAreaRecepcion = new System.Windows.Forms.Label();
     this.lblIdAreaRecepcion = new System.Windows.Forms.Label();
     this.lblHoraRecepcion = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(8, 45);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(86, 13);
     this.label7.TabIndex = 18;
     this.label7.Text = "Tipo Documento";
     //
     // 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 *";
     //
     // lblDesTipoDocumento
     //
     this.lblDesTipoDocumento.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblDesTipoDocumento.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDesTipoDocumento.Location = new System.Drawing.Point(222, 41);
     this.lblDesTipoDocumento.Name = "lblDesTipoDocumento";
     this.lblDesTipoDocumento.Size = new System.Drawing.Size(322, 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(222, 67);
     this.lblDesMaestroCliente.Name = "lblDesMaestroCliente";
     this.lblDesMaestroCliente.Size = new System.Drawing.Size(322, 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, 71);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(39, 13);
     this.label5.TabIndex = 19;
     this.label5.Text = "Cliente";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(8, 97);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(107, 13);
     this.label6.TabIndex = 20;
     this.label6.Text = "Número / Referencia";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(356, 97);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(95, 13);
     this.label8.TabIndex = 21;
     this.label8.Text = "Fecha Documento";
     //
     // BtnCancelar
     //
     this.BtnCancelar.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.BtnCancelar.Location = new System.Drawing.Point(464, 390);
     this.BtnCancelar.Name = "BtnCancelar";
     this.BtnCancelar.Size = new System.Drawing.Size(80, 28);
     this.BtnCancelar.TabIndex = 3;
     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(381, 390);
     this.BtnGrabar.Name = "BtnGrabar";
     this.BtnGrabar.Size = new System.Drawing.Size(80, 28);
     this.BtnGrabar.TabIndex = 2;
     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);
     //
     // 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(128, 15);
     this.txtIdControl.MaxLength = 25;
     this.txtIdControl.Name = "txtIdControl";
     this.txtIdControl.PasarEnter = false;
     this.txtIdControl.Size = new System.Drawing.Size(191, 20);
     this.txtIdControl.TabIndex = 0;
     this.txtIdControl.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtIdControl.TextChanged += new System.EventHandler(this.txtIdControl_TextChanged);
     this.txtIdControl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtIdControl_KeyPress);
     //
     // lblIdTipoDocumento
     //
     this.lblIdTipoDocumento.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblIdTipoDocumento.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIdTipoDocumento.Location = new System.Drawing.Point(128, 41);
     this.lblIdTipoDocumento.Name = "lblIdTipoDocumento";
     this.lblIdTipoDocumento.Size = new System.Drawing.Size(91, 20);
     this.lblIdTipoDocumento.TabIndex = 1;
     this.lblIdTipoDocumento.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblIdMaestroCliente
     //
     this.lblIdMaestroCliente.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblIdMaestroCliente.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIdMaestroCliente.Location = new System.Drawing.Point(128, 67);
     this.lblIdMaestroCliente.Name = "lblIdMaestroCliente";
     this.lblIdMaestroCliente.Size = new System.Drawing.Size(91, 20);
     this.lblIdMaestroCliente.TabIndex = 2;
     this.lblIdMaestroCliente.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblIdActividad
     //
     this.lblIdActividad.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblIdActividad.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIdActividad.Location = new System.Drawing.Point(128, 181);
     this.lblIdActividad.Name = "lblIdActividad";
     this.lblIdActividad.Size = new System.Drawing.Size(91, 20);
     this.lblIdActividad.TabIndex = 4;
     this.lblIdActividad.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblDesActividad
     //
     this.lblDesActividad.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblDesActividad.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDesActividad.Location = new System.Drawing.Point(222, 181);
     this.lblDesActividad.Name = "lblDesActividad";
     this.lblDesActividad.Size = new System.Drawing.Size(322, 20);
     this.lblDesActividad.TabIndex = 38;
     this.lblDesActividad.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(8, 185);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(51, 13);
     this.label14.TabIndex = 39;
     this.label14.Text = "Actividad";
     //
     // lblNroDocumento
     //
     this.lblNroDocumento.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblNroDocumento.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblNroDocumento.Location = new System.Drawing.Point(128, 93);
     this.lblNroDocumento.Name = "lblNroDocumento";
     this.lblNroDocumento.Size = new System.Drawing.Size(191, 20);
     this.lblNroDocumento.TabIndex = 3;
     this.lblNroDocumento.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblFechaDocumento
     //
     this.lblFechaDocumento.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblFechaDocumento.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblFechaDocumento.Location = new System.Drawing.Point(461, 93);
     this.lblFechaDocumento.Name = "lblFechaDocumento";
     this.lblFechaDocumento.Size = new System.Drawing.Size(83, 20);
     this.lblFechaDocumento.TabIndex = 39;
     this.lblFechaDocumento.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(8, 318);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(114, 13);
     this.label2.TabIndex = 41;
     this.label2.Text = "Observacion Actividad";
     //
     // 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(128, 316);
     this.txtObservacion.MaxLength = 300;
     this.txtObservacion.Multiline = true;
     this.txtObservacion.Name = "txtObservacion";
     this.txtObservacion.PasarEnter = true;
     this.txtObservacion.Size = new System.Drawing.Size(416, 64);
     this.txtObservacion.TabIndex = 1;
     this.txtObservacion.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(8, 121);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(107, 13);
     this.label3.TabIndex = 42;
     this.label3.Text = "Observación General";
     //
     // txtObservacionGeneral
     //
     this.txtObservacionGeneral.BackColor = System.Drawing.SystemColors.Control;
     this.txtObservacionGeneral.Car_Años = 4;
     this.txtObservacionGeneral.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtObservacionGeneral.ColorSalida = System.Drawing.Color.White;
     this.txtObservacionGeneral.Decimales = 2;
     this.txtObservacionGeneral.Guiones = false;
     this.txtObservacionGeneral.Location = new System.Drawing.Point(128, 121);
     this.txtObservacionGeneral.MaxLength = 200;
     this.txtObservacionGeneral.Multiline = true;
     this.txtObservacionGeneral.Name = "txtObservacionGeneral";
     this.txtObservacionGeneral.PasarEnter = true;
     this.txtObservacionGeneral.ReadOnly = true;
     this.txtObservacionGeneral.Size = new System.Drawing.Size(416, 42);
     this.txtObservacionGeneral.TabIndex = 4;
     this.txtObservacionGeneral.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(8, 265);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(95, 13);
     this.label4.TabIndex = 47;
     this.label4.Text = "Oficina Recepción";
     //
     // lblDesOficinaRecepcion
     //
     this.lblDesOficinaRecepcion.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblDesOficinaRecepcion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDesOficinaRecepcion.Location = new System.Drawing.Point(222, 261);
     this.lblDesOficinaRecepcion.Name = "lblDesOficinaRecepcion";
     this.lblDesOficinaRecepcion.Size = new System.Drawing.Size(322, 20);
     this.lblDesOficinaRecepcion.TabIndex = 46;
     this.lblDesOficinaRecepcion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblIdOficinaRecepcion
     //
     this.lblIdOficinaRecepcion.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblIdOficinaRecepcion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIdOficinaRecepcion.Location = new System.Drawing.Point(128, 261);
     this.lblIdOficinaRecepcion.Name = "lblIdOficinaRecepcion";
     this.lblIdOficinaRecepcion.Size = new System.Drawing.Size(91, 20);
     this.lblIdOficinaRecepcion.TabIndex = 44;
     this.lblIdOficinaRecepcion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblFechaRecepcion
     //
     this.lblFechaRecepcion.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblFechaRecepcion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblFechaRecepcion.Location = new System.Drawing.Point(128, 208);
     this.lblFechaRecepcion.Name = "lblFechaRecepcion";
     this.lblFechaRecepcion.Size = new System.Drawing.Size(91, 20);
     this.lblFechaRecepcion.TabIndex = 43;
     this.lblFechaRecepcion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(8, 212);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(92, 13);
     this.label15.TabIndex = 45;
     this.label15.Text = "Fecha Recepcion";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(8, 238);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(109, 13);
     this.label9.TabIndex = 50;
     this.label9.Text = "Empleado Recepción";
     //
     // lblDesEmpleado
     //
     this.lblDesEmpleado.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblDesEmpleado.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDesEmpleado.Location = new System.Drawing.Point(222, 234);
     this.lblDesEmpleado.Name = "lblDesEmpleado";
     this.lblDesEmpleado.Size = new System.Drawing.Size(322, 20);
     this.lblDesEmpleado.TabIndex = 49;
     this.lblDesEmpleado.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblIdEmpleado
     //
     this.lblIdEmpleado.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblIdEmpleado.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIdEmpleado.Location = new System.Drawing.Point(128, 234);
     this.lblIdEmpleado.Name = "lblIdEmpleado";
     this.lblIdEmpleado.Size = new System.Drawing.Size(91, 20);
     this.lblIdEmpleado.TabIndex = 48;
     this.lblIdEmpleado.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(8, 292);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(84, 13);
     this.label12.TabIndex = 53;
     this.label12.Text = "Area Recepción";
     //
     // lblDesAreaRecepcion
     //
     this.lblDesAreaRecepcion.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblDesAreaRecepcion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDesAreaRecepcion.Location = new System.Drawing.Point(222, 288);
     this.lblDesAreaRecepcion.Name = "lblDesAreaRecepcion";
     this.lblDesAreaRecepcion.Size = new System.Drawing.Size(322, 20);
     this.lblDesAreaRecepcion.TabIndex = 52;
     this.lblDesAreaRecepcion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblIdAreaRecepcion
     //
     this.lblIdAreaRecepcion.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblIdAreaRecepcion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIdAreaRecepcion.Location = new System.Drawing.Point(128, 288);
     this.lblIdAreaRecepcion.Name = "lblIdAreaRecepcion";
     this.lblIdAreaRecepcion.Size = new System.Drawing.Size(91, 20);
     this.lblIdAreaRecepcion.TabIndex = 51;
     this.lblIdAreaRecepcion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblHoraRecepcion
     //
     this.lblHoraRecepcion.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblHoraRecepcion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblHoraRecepcion.Location = new System.Drawing.Point(222, 208);
     this.lblHoraRecepcion.Name = "lblHoraRecepcion";
     this.lblHoraRecepcion.Size = new System.Drawing.Size(72, 20);
     this.lblHoraRecepcion.TabIndex = 92;
     this.lblHoraRecepcion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblHoraRecepcion.Click += new System.EventHandler(this.lblHoraRecepcion_Click);
     //
     // Frm_Reg_Seguimiento_Recepcion
     //
     this.ClientSize = new System.Drawing.Size(558, 430);
     this.Controls.Add(this.lblHoraRecepcion);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.lblDesAreaRecepcion);
     this.Controls.Add(this.lblIdAreaRecepcion);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.lblDesEmpleado);
     this.Controls.Add(this.lblIdEmpleado);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.lblDesOficinaRecepcion);
     this.Controls.Add(this.lblIdOficinaRecepcion);
     this.Controls.Add(this.lblFechaRecepcion);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.txtObservacionGeneral);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtObservacion);
     this.Controls.Add(this.lblFechaDocumento);
     this.Controls.Add(this.lblNroDocumento);
     this.Controls.Add(this.lblIdActividad);
     this.Controls.Add(this.lblDesActividad);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.lblIdMaestroCliente);
     this.Controls.Add(this.lblIdTipoDocumento);
     this.Controls.Add(this.txtIdControl);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.lblDesMaestroCliente);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.lblDesTipoDocumento);
     this.Controls.Add(this.label7);
     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_Seguimiento_Recepcion";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = " Recepción de Documentos";
     this.Load += new System.EventHandler(this.Frm_Reg_Seguimiento_Recepcion_Load);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_Reg_Seguimiento_Recepcion_KeyPress);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #12
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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.MenuBus = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.lblBus = new System.Windows.Forms.Label();
     this.Dg1 = new MigControls.MigDataGridView();
     this.btnNuevo = new System.Windows.Forms.Button();
     this.lblFil = new System.Windows.Forms.Label();
     this.BtnCancelar = new System.Windows.Forms.Button();
     this.BtnAceptar = new System.Windows.Forms.Button();
     this.txtBus = new MigControls.MigTextbox();
     this.MenuBus.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Dg1)).BeginInit();
     this.SuspendLayout();
     //
     // MenuBus
     //
     this.MenuBus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.nuevoToolStripMenuItem,
     this.modificarToolStripMenuItem,
     this.eliminarToolStripMenuItem});
     this.MenuBus.Name = "MenuBus";
     this.MenuBus.Size = new System.Drawing.Size(129, 70);
     //
     // nuevoToolStripMenuItem
     //
     this.nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem";
     this.nuevoToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
     this.nuevoToolStripMenuItem.Text = "&Nuevo";
     //
     // modificarToolStripMenuItem
     //
     this.modificarToolStripMenuItem.Name = "modificarToolStripMenuItem";
     this.modificarToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
     this.modificarToolStripMenuItem.Text = "&Modificar";
     //
     // eliminarToolStripMenuItem
     //
     this.eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem";
     this.eliminarToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
     this.eliminarToolStripMenuItem.Text = "&Eliminar";
     //
     // lblBus
     //
     this.lblBus.AutoSize = true;
     this.lblBus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.lblBus.Location = new System.Drawing.Point(2, 10);
     this.lblBus.Name = "lblBus";
     this.lblBus.Size = new System.Drawing.Size(74, 13);
     this.lblBus.TabIndex = 227;
     this.lblBus.Text = "Descripción";
     //
     // 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.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     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.Location = new System.Drawing.Point(4, 31);
     this.Dg1.MultiSelect = false;
     this.Dg1.Name = "Dg1";
     this.Dg1.PasarEnter = false;
     this.Dg1.ReadOnly = true;
     this.Dg1.RowHeadersWidth = 40;
     this.Dg1.RowTemplate.Height = 18;
     this.Dg1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.Dg1.Size = new System.Drawing.Size(433, 338);
     this.Dg1.StandardTab = true;
     this.Dg1.TabIndex = 2;
     this.Dg1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Dg1_CellDoubleClick);
     this.Dg1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Dg1_KeyPress);
     //
     // btnNuevo
     //
     this.btnNuevo.Location = new System.Drawing.Point(378, 5);
     this.btnNuevo.Name = "btnNuevo";
     this.btnNuevo.Size = new System.Drawing.Size(51, 23);
     this.btnNuevo.TabIndex = 1;
     this.btnNuevo.Text = "&Nuevo";
     this.btnNuevo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnNuevo.UseVisualStyleBackColor = true;
     this.btnNuevo.Visible = false;
     //
     // lblFil
     //
     this.lblFil.AutoSize = true;
     this.lblFil.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFil.ForeColor = System.Drawing.Color.Maroon;
     this.lblFil.Location = new System.Drawing.Point(4, 383);
     this.lblFil.Name = "lblFil";
     this.lblFil.Size = new System.Drawing.Size(133, 13);
     this.lblFil.TabIndex = 669;
     this.lblFil.Text = "F7 = Filtrar por Código";
     //
     // BtnCancelar
     //
     this.BtnCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.BtnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.BtnCancelar.Location = new System.Drawing.Point(371, 374);
     this.BtnCancelar.Name = "BtnCancelar";
     this.BtnCancelar.Size = new System.Drawing.Size(66, 27);
     this.BtnCancelar.TabIndex = 4;
     this.BtnCancelar.Text = "&Cancelar";
     this.BtnCancelar.UseVisualStyleBackColor = true;
     this.BtnCancelar.Click += new System.EventHandler(this.BtnCancelar_Click);
     //
     // BtnAceptar
     //
     this.BtnAceptar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.BtnAceptar.Location = new System.Drawing.Point(302, 374);
     this.BtnAceptar.Name = "BtnAceptar";
     this.BtnAceptar.Size = new System.Drawing.Size(66, 27);
     this.BtnAceptar.TabIndex = 3;
     this.BtnAceptar.Text = "&Aceptar";
     this.BtnAceptar.UseVisualStyleBackColor = true;
     this.BtnAceptar.Click += new System.EventHandler(this.BtnAceptar_Click);
     //
     // txtBus
     //
     this.txtBus.BackColor = System.Drawing.Color.White;
     this.txtBus.Car_Años = 4;
     this.txtBus.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtBus.ColorSalida = System.Drawing.Color.White;
     this.txtBus.Decimales = 2;
     this.txtBus.Guiones = false;
     this.txtBus.Location = new System.Drawing.Point(82, 6);
     this.txtBus.MaxLength = 30;
     this.txtBus.Name = "txtBus";
     this.txtBus.PasarEnter = false;
     this.txtBus.Size = new System.Drawing.Size(290, 20);
     this.txtBus.TabIndex = 0;
     this.txtBus.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtBus.TextChanged += new System.EventHandler(this.txtBus_TextChanged);
     this.txtBus.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBus_KeyDown);
     //
     // Frm_Sis_Busquedas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(449, 409);
     this.Controls.Add(this.txtBus);
     this.Controls.Add(this.BtnCancelar);
     this.Controls.Add(this.BtnAceptar);
     this.Controls.Add(this.lblFil);
     this.Controls.Add(this.btnNuevo);
     this.Controls.Add(this.Dg1);
     this.Controls.Add(this.lblBus);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_Sis_Busquedas";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = " Buscar Valor";
     this.Activated += new System.EventHandler(this.Frm_Sis_Busquedas_Activated);
     this.Load += new System.EventHandler(this.Frm_Sis_Busquedas_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_Sis_Busquedas_KeyDown);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_Sis_Busquedas_KeyPress);
     this.MenuBus.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Dg1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #13
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();
     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();
 }
 /// <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();
 }
예제 #15
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()
 {
     this.components = new System.ComponentModel.Container();
     this.MenuBus = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.BtnCancelar = new System.Windows.Forms.Button();
     this.BtnAceptar = new System.Windows.Forms.Button();
     this.label3 = new System.Windows.Forms.Label();
     this.dtpHastaR = new System.Windows.Forms.DateTimePicker();
     this.label1 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.dtpDesdeR = new System.Windows.Forms.DateTimePicker();
     this.lblOficina = new System.Windows.Forms.Label();
     this.txtOficina = new MigControls.MigTextbox();
     this.dtpHastaD = new System.Windows.Forms.DateTimePicker();
     this.label2 = new System.Windows.Forms.Label();
     this.dtpDesdeD = new System.Windows.Forms.DateTimePicker();
     this.lblArea = new System.Windows.Forms.Label();
     this.txtArea = new MigControls.MigTextbox();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.lblRuta = new System.Windows.Forms.Label();
     this.txtRuta = new MigControls.MigTextbox();
     this.label8 = new System.Windows.Forms.Label();
     this.MenuBus.SuspendLayout();
     this.SuspendLayout();
     //
     // MenuBus
     //
     this.MenuBus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.nuevoToolStripMenuItem,
     this.modificarToolStripMenuItem,
     this.eliminarToolStripMenuItem});
     this.MenuBus.Name = "MenuBus";
     this.MenuBus.Size = new System.Drawing.Size(126, 70);
     //
     // nuevoToolStripMenuItem
     //
     this.nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem";
     this.nuevoToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.nuevoToolStripMenuItem.Text = "&Nuevo";
     //
     // modificarToolStripMenuItem
     //
     this.modificarToolStripMenuItem.Name = "modificarToolStripMenuItem";
     this.modificarToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.modificarToolStripMenuItem.Text = "&Modificar";
     //
     // eliminarToolStripMenuItem
     //
     this.eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem";
     this.eliminarToolStripMenuItem.Size = new System.Drawing.Size(125, 22);
     this.eliminarToolStripMenuItem.Text = "&Eliminar";
     //
     // BtnCancelar
     //
     this.BtnCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.BtnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.BtnCancelar.Location = new System.Drawing.Point(502, 186);
     this.BtnCancelar.Name = "BtnCancelar";
     this.BtnCancelar.Size = new System.Drawing.Size(66, 27);
     this.BtnCancelar.TabIndex = 4;
     this.BtnCancelar.Text = "&Cancelar";
     this.BtnCancelar.UseVisualStyleBackColor = true;
     this.BtnCancelar.Click += new System.EventHandler(this.BtnCancelar_Click);
     //
     // BtnAceptar
     //
     this.BtnAceptar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.BtnAceptar.Location = new System.Drawing.Point(433, 186);
     this.BtnAceptar.Name = "BtnAceptar";
     this.BtnAceptar.Size = new System.Drawing.Size(66, 27);
     this.BtnAceptar.TabIndex = 3;
     this.BtnAceptar.Text = "&Aceptar";
     this.BtnAceptar.UseVisualStyleBackColor = true;
     this.BtnAceptar.Click += new System.EventHandler(this.BtnAceptar_Click);
     //
     // 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(326, 20);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(40, 13);
     this.label3.TabIndex = 82;
     this.label3.Text = "Hasta";
     //
     // dtpHastaR
     //
     this.dtpHastaR.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpHastaR.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpHastaR.Location = new System.Drawing.Point(289, 37);
     this.dtpHastaR.Name = "dtpHastaR";
     this.dtpHastaR.ShowCheckBox = true;
     this.dtpHastaR.Size = new System.Drawing.Size(114, 22);
     this.dtpHastaR.TabIndex = 83;
     //
     // 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(185, 20);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(43, 13);
     this.label1.TabIndex = 80;
     this.label1.Text = "Desde";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(12, 44);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(125, 13);
     this.label14.TabIndex = 79;
     this.label14.Text = "Fechas  Recepcion  ";
     //
     // dtpDesdeR
     //
     this.dtpDesdeR.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpDesdeR.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpDesdeR.Location = new System.Drawing.Point(155, 37);
     this.dtpDesdeR.Name = "dtpDesdeR";
     this.dtpDesdeR.ShowCheckBox = true;
     this.dtpDesdeR.Size = new System.Drawing.Size(109, 22);
     this.dtpDesdeR.TabIndex = 81;
     //
     // lblOficina
     //
     this.lblOficina.BackColor = System.Drawing.SystemColors.Info;
     this.lblOficina.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblOficina.Location = new System.Drawing.Point(246, 100);
     this.lblOficina.Name = "lblOficina";
     this.lblOficina.Size = new System.Drawing.Size(308, 20);
     this.lblOficina.TabIndex = 85;
     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(156, 101);
     this.txtOficina.MaxLength = 10;
     this.txtOficina.Name = "txtOficina";
     this.txtOficina.PasarEnter = true;
     this.txtOficina.Size = new System.Drawing.Size(75, 20);
     this.txtOficina.TabIndex = 84;
     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);
     //
     // dtpHastaD
     //
     this.dtpHastaD.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpHastaD.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpHastaD.Location = new System.Drawing.Point(289, 65);
     this.dtpHastaD.Name = "dtpHastaD";
     this.dtpHastaD.ShowCheckBox = true;
     this.dtpHastaD.Size = new System.Drawing.Size(114, 22);
     this.dtpHastaD.TabIndex = 88;
     //
     // 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(12, 72);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(120, 13);
     this.label2.TabIndex = 86;
     this.label2.Text = "Fechas  Documento";
     //
     // dtpDesdeD
     //
     this.dtpDesdeD.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpDesdeD.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpDesdeD.Location = new System.Drawing.Point(155, 65);
     this.dtpDesdeD.Name = "dtpDesdeD";
     this.dtpDesdeD.ShowCheckBox = true;
     this.dtpDesdeD.Size = new System.Drawing.Size(109, 22);
     this.dtpDesdeD.TabIndex = 87;
     //
     // lblArea
     //
     this.lblArea.BackColor = System.Drawing.SystemColors.Info;
     this.lblArea.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblArea.Location = new System.Drawing.Point(246, 127);
     this.lblArea.Name = "lblArea";
     this.lblArea.Size = new System.Drawing.Size(308, 20);
     this.lblArea.TabIndex = 90;
     this.lblArea.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // 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(156, 128);
     this.txtArea.MaxLength = 10;
     this.txtArea.Name = "txtArea";
     this.txtArea.PasarEnter = true;
     this.txtArea.Size = new System.Drawing.Size(75, 20);
     this.txtArea.TabIndex = 89;
     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);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(12, 104);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(112, 13);
     this.label5.TabIndex = 91;
     this.label5.Text = "Oficina Recepcion";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(12, 131);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(98, 13);
     this.label6.TabIndex = 92;
     this.label6.Text = "Area Recepcion";
     //
     // lblRuta
     //
     this.lblRuta.BackColor = System.Drawing.SystemColors.Info;
     this.lblRuta.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblRuta.Location = new System.Drawing.Point(246, 154);
     this.lblRuta.Name = "lblRuta";
     this.lblRuta.Size = new System.Drawing.Size(308, 20);
     this.lblRuta.TabIndex = 94;
     this.lblRuta.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtRuta
     //
     this.txtRuta.BackColor = System.Drawing.Color.White;
     this.txtRuta.Car_Años = 4;
     this.txtRuta.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtRuta.ColorSalida = System.Drawing.Color.White;
     this.txtRuta.Decimales = 2;
     this.txtRuta.Guiones = false;
     this.txtRuta.Location = new System.Drawing.Point(156, 155);
     this.txtRuta.MaxLength = 10;
     this.txtRuta.Name = "txtRuta";
     this.txtRuta.PasarEnter = true;
     this.txtRuta.Size = new System.Drawing.Size(75, 20);
     this.txtRuta.TabIndex = 93;
     this.txtRuta.Tipo = MigControls.MigTextbox.TipoVal.Numerico;
     this.txtRuta.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtRuta.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(12, 158);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(34, 13);
     this.label8.TabIndex = 95;
     this.label8.Text = "Ruta";
     //
     // Frm_Sis_Filtros
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(580, 225);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.lblRuta);
     this.Controls.Add(this.txtRuta);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.lblArea);
     this.Controls.Add(this.txtArea);
     this.Controls.Add(this.dtpHastaD);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.dtpDesdeD);
     this.Controls.Add(this.lblOficina);
     this.Controls.Add(this.txtOficina);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.dtpHastaR);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.dtpDesdeR);
     this.Controls.Add(this.BtnCancelar);
     this.Controls.Add(this.BtnAceptar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_Sis_Filtros";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Filtros Avanzados";
     this.Load += new System.EventHandler(this.Frm_Sis_Filtros_Load);
     this.MenuBus.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #16
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()
 {
     this.BtnCancelar = new System.Windows.Forms.Button();
     this.BtnGrabar = new System.Windows.Forms.Button();
     this.label7 = new System.Windows.Forms.Label();
     this.txtDescrip = new MigControls.MigTextbox();
     this.label1 = new System.Windows.Forms.Label();
     this.lblIdPerfil = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // BtnCancelar
     //
     this.BtnCancelar.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.BtnCancelar.Location = new System.Drawing.Point(350, 97);
     this.BtnCancelar.Name = "BtnCancelar";
     this.BtnCancelar.Size = new System.Drawing.Size(80, 28);
     this.BtnCancelar.TabIndex = 2;
     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(267, 97);
     this.BtnGrabar.Name = "BtnGrabar";
     this.BtnGrabar.Size = new System.Drawing.Size(80, 28);
     this.BtnGrabar.TabIndex = 1;
     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, 53);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(70, 13);
     this.label7.TabIndex = 5;
     this.label7.Text = "Descripción *";
     //
     // txtDescrip
     //
     this.txtDescrip.BackColor = System.Drawing.Color.White;
     this.txtDescrip.Car_Años = 4;
     this.txtDescrip.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtDescrip.ColorSalida = System.Drawing.Color.White;
     this.txtDescrip.Decimales = 2;
     this.txtDescrip.Guiones = false;
     this.txtDescrip.Location = new System.Drawing.Point(107, 49);
     this.txtDescrip.MaxLength = 50;
     this.txtDescrip.Name = "txtDescrip";
     this.txtDescrip.PasarEnter = true;
     this.txtDescrip.Size = new System.Drawing.Size(323, 20);
     this.txtDescrip.TabIndex = 0;
     this.txtDescrip.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 20);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(45, 13);
     this.label1.TabIndex = 4;
     this.label1.Text = "Id. Perfil";
     //
     // lblIdPerfil
     //
     this.lblIdPerfil.BackColor = System.Drawing.SystemColors.Info;
     this.lblIdPerfil.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIdPerfil.Location = new System.Drawing.Point(107, 17);
     this.lblIdPerfil.Name = "lblIdPerfil";
     this.lblIdPerfil.Size = new System.Drawing.Size(40, 19);
     this.lblIdPerfil.TabIndex = 3;
     this.lblIdPerfil.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Frm_Sis_Perfil_Det
     //
     this.ClientSize = new System.Drawing.Size(439, 138);
     this.Controls.Add(this.lblIdPerfil);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtDescrip);
     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_Sis_Perfil_Det";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = " Perifles";
     this.Activated += new System.EventHandler(this.Frm_Sis_Perfil_Det_Activated);
     this.Load += new System.EventHandler(this.Frm_Sis_Perfil_Det_Load);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_Sis_Perfil_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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.label4 = new System.Windows.Forms.Label();
     this.lblDesOficinaRecepcion = new System.Windows.Forms.Label();
     this.lblIdOficinaRecepcion = new System.Windows.Forms.Label();
     this.lblFechaRecepcion = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.txtObservacionGeneral = new MigControls.MigTextbox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.txtObservacion = new MigControls.MigTextbox();
     this.lblFechaDocumento = new System.Windows.Forms.Label();
     this.lblNroDocumento = new System.Windows.Forms.Label();
     this.lblIdActividad = new System.Windows.Forms.Label();
     this.lblDesActividad = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.lblIdMaestroCliente = new System.Windows.Forms.Label();
     this.lblIdTipoDocumento = new System.Windows.Forms.Label();
     this.txtIdControl = new MigControls.MigTextbox();
     this.label8 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.lblDesMaestroCliente = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lblDesTipoDocumento = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.BtnCancelar = new System.Windows.Forms.Button();
     this.BtnGrabar = new System.Windows.Forms.Button();
     this.label9 = new System.Windows.Forms.Label();
     this.lblDesOficinaDestinatario = new System.Windows.Forms.Label();
     this.lblFechaEnvio = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.txtIdOficinaDestinatario = new MigControls.MigTextbox();
     this.label11 = new System.Windows.Forms.Label();
     this.dgDetalle = new MigControls.MigDataGridView();
     this.Archivo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Formato = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nombre = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnQuitarArchivo = new System.Windows.Forms.Button();
     this.btnAgregarImagen = new System.Windows.Forms.Button();
     this.txtIdArea = new MigControls.MigTextbox();
     this.label10 = new System.Windows.Forms.Label();
     this.lblDesArea = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.lblDesEmpleado = new System.Windows.Forms.Label();
     this.lblIdEmpleado = new System.Windows.Forms.Label();
     this.bVerImagen = new System.Windows.Forms.Button();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lblHoraEnvio = new System.Windows.Forms.Label();
     this.lblHoraRecepcion = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dgDetalle)).BeginInit();
     this.SuspendLayout();
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(11, 222);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(95, 13);
     this.label4.TabIndex = 73;
     this.label4.Text = "Oficina Recepción";
     //
     // lblDesOficinaRecepcion
     //
     this.lblDesOficinaRecepcion.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblDesOficinaRecepcion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDesOficinaRecepcion.Location = new System.Drawing.Point(229, 218);
     this.lblDesOficinaRecepcion.Name = "lblDesOficinaRecepcion";
     this.lblDesOficinaRecepcion.Size = new System.Drawing.Size(322, 20);
     this.lblDesOficinaRecepcion.TabIndex = 72;
     this.lblDesOficinaRecepcion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblIdOficinaRecepcion
     //
     this.lblIdOficinaRecepcion.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblIdOficinaRecepcion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIdOficinaRecepcion.Location = new System.Drawing.Point(135, 218);
     this.lblIdOficinaRecepcion.Name = "lblIdOficinaRecepcion";
     this.lblIdOficinaRecepcion.Size = new System.Drawing.Size(91, 20);
     this.lblIdOficinaRecepcion.TabIndex = 70;
     this.lblIdOficinaRecepcion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblFechaRecepcion
     //
     this.lblFechaRecepcion.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblFechaRecepcion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblFechaRecepcion.Location = new System.Drawing.Point(135, 192);
     this.lblFechaRecepcion.Name = "lblFechaRecepcion";
     this.lblFechaRecepcion.Size = new System.Drawing.Size(91, 20);
     this.lblFechaRecepcion.TabIndex = 69;
     this.lblFechaRecepcion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(11, 196);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(92, 13);
     this.label15.TabIndex = 71;
     this.label15.Text = "Fecha Recepcion";
     //
     // txtObservacionGeneral
     //
     this.txtObservacionGeneral.BackColor = System.Drawing.SystemColors.Control;
     this.txtObservacionGeneral.Car_Años = 4;
     this.txtObservacionGeneral.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtObservacionGeneral.ColorSalida = System.Drawing.Color.White;
     this.txtObservacionGeneral.Decimales = 2;
     this.txtObservacionGeneral.Guiones = false;
     this.txtObservacionGeneral.Location = new System.Drawing.Point(135, 143);
     this.txtObservacionGeneral.MaxLength = 200;
     this.txtObservacionGeneral.Multiline = true;
     this.txtObservacionGeneral.Name = "txtObservacionGeneral";
     this.txtObservacionGeneral.PasarEnter = true;
     this.txtObservacionGeneral.ReadOnly = true;
     this.txtObservacionGeneral.Size = new System.Drawing.Size(416, 42);
     this.txtObservacionGeneral.TabIndex = 55;
     this.txtObservacionGeneral.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(11, 143);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(107, 13);
     this.label3.TabIndex = 68;
     this.label3.Text = "Observación General";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 362);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(114, 13);
     this.label2.TabIndex = 67;
     this.label2.Text = "Observacion Actividad";
     //
     // 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(135, 359);
     this.txtObservacion.MaxLength = 300;
     this.txtObservacion.Multiline = true;
     this.txtObservacion.Name = "txtObservacion";
     this.txtObservacion.PasarEnter = true;
     this.txtObservacion.Size = new System.Drawing.Size(416, 43);
     this.txtObservacion.TabIndex = 3;
     this.txtObservacion.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     //
     // lblFechaDocumento
     //
     this.lblFechaDocumento.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblFechaDocumento.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblFechaDocumento.Location = new System.Drawing.Point(468, 90);
     this.lblFechaDocumento.Name = "lblFechaDocumento";
     this.lblFechaDocumento.Size = new System.Drawing.Size(83, 20);
     this.lblFechaDocumento.TabIndex = 65;
     this.lblFechaDocumento.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblNroDocumento
     //
     this.lblNroDocumento.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblNroDocumento.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblNroDocumento.Location = new System.Drawing.Point(135, 90);
     this.lblNroDocumento.Name = "lblNroDocumento";
     this.lblNroDocumento.Size = new System.Drawing.Size(191, 20);
     this.lblNroDocumento.TabIndex = 54;
     this.lblNroDocumento.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblIdActividad
     //
     this.lblIdActividad.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblIdActividad.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIdActividad.Location = new System.Drawing.Point(135, 116);
     this.lblIdActividad.Name = "lblIdActividad";
     this.lblIdActividad.Size = new System.Drawing.Size(91, 20);
     this.lblIdActividad.TabIndex = 56;
     this.lblIdActividad.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblDesActividad
     //
     this.lblDesActividad.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblDesActividad.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDesActividad.Location = new System.Drawing.Point(229, 116);
     this.lblDesActividad.Name = "lblDesActividad";
     this.lblDesActividad.Size = new System.Drawing.Size(322, 20);
     this.lblDesActividad.TabIndex = 64;
     this.lblDesActividad.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(11, 120);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(51, 13);
     this.label14.TabIndex = 66;
     this.label14.Text = "Actividad";
     //
     // lblIdMaestroCliente
     //
     this.lblIdMaestroCliente.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblIdMaestroCliente.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIdMaestroCliente.Location = new System.Drawing.Point(135, 64);
     this.lblIdMaestroCliente.Name = "lblIdMaestroCliente";
     this.lblIdMaestroCliente.Size = new System.Drawing.Size(91, 20);
     this.lblIdMaestroCliente.TabIndex = 52;
     this.lblIdMaestroCliente.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblIdTipoDocumento
     //
     this.lblIdTipoDocumento.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblIdTipoDocumento.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIdTipoDocumento.Location = new System.Drawing.Point(135, 38);
     this.lblIdTipoDocumento.Name = "lblIdTipoDocumento";
     this.lblIdTipoDocumento.Size = new System.Drawing.Size(91, 20);
     this.lblIdTipoDocumento.TabIndex = 50;
     this.lblIdTipoDocumento.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // 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(135, 12);
     this.txtIdControl.MaxLength = 25;
     this.txtIdControl.Name = "txtIdControl";
     this.txtIdControl.PasarEnter = false;
     this.txtIdControl.Size = new System.Drawing.Size(191, 20);
     this.txtIdControl.TabIndex = 0;
     this.txtIdControl.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtIdControl.TextChanged += new System.EventHandler(this.txtIdControl_TextChanged);
     this.txtIdControl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtIdControl_KeyPress);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(363, 94);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(95, 13);
     this.label8.TabIndex = 63;
     this.label8.Text = "Fecha Documento";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(11, 94);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(107, 13);
     this.label6.TabIndex = 62;
     this.label6.Text = "Número / Referencia";
     //
     // lblDesMaestroCliente
     //
     this.lblDesMaestroCliente.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblDesMaestroCliente.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDesMaestroCliente.Location = new System.Drawing.Point(229, 64);
     this.lblDesMaestroCliente.Name = "lblDesMaestroCliente";
     this.lblDesMaestroCliente.Size = new System.Drawing.Size(322, 20);
     this.lblDesMaestroCliente.TabIndex = 58;
     this.lblDesMaestroCliente.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(11, 68);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(39, 13);
     this.label5.TabIndex = 61;
     this.label5.Text = "Cliente";
     //
     // lblDesTipoDocumento
     //
     this.lblDesTipoDocumento.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblDesTipoDocumento.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDesTipoDocumento.Location = new System.Drawing.Point(229, 38);
     this.lblDesTipoDocumento.Name = "lblDesTipoDocumento";
     this.lblDesTipoDocumento.Size = new System.Drawing.Size(322, 20);
     this.lblDesTipoDocumento.TabIndex = 57;
     this.lblDesTipoDocumento.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(11, 42);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(86, 13);
     this.label7.TabIndex = 60;
     this.label7.Text = "Tipo Documento";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(11, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(59, 13);
     this.label1.TabIndex = 59;
     this.label1.Text = "Id Control *";
     //
     // BtnCancelar
     //
     this.BtnCancelar.Image = global::SisCtd.Properties.Resources.Toolbar_Close;
     this.BtnCancelar.Location = new System.Drawing.Point(471, 529);
     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(388, 529);
     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);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(11, 283);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(77, 13);
     this.label9.TabIndex = 78;
     this.label9.Text = "Oficina Envio *";
     //
     // lblDesOficinaDestinatario
     //
     this.lblDesOficinaDestinatario.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblDesOficinaDestinatario.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDesOficinaDestinatario.Location = new System.Drawing.Point(229, 279);
     this.lblDesOficinaDestinatario.Name = "lblDesOficinaDestinatario";
     this.lblDesOficinaDestinatario.Size = new System.Drawing.Size(322, 20);
     this.lblDesOficinaDestinatario.TabIndex = 77;
     this.lblDesOficinaDestinatario.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblFechaEnvio
     //
     this.lblFechaEnvio.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblFechaEnvio.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblFechaEnvio.Location = new System.Drawing.Point(135, 254);
     this.lblFechaEnvio.Name = "lblFechaEnvio";
     this.lblFechaEnvio.Size = new System.Drawing.Size(91, 20);
     this.lblFechaEnvio.TabIndex = 74;
     this.lblFechaEnvio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(11, 258);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(67, 13);
     this.label13.TabIndex = 76;
     this.label13.Text = "Fecha Envio";
     //
     // txtIdOficinaDestinatario
     //
     this.txtIdOficinaDestinatario.BackColor = System.Drawing.Color.White;
     this.txtIdOficinaDestinatario.Car_Años = 4;
     this.txtIdOficinaDestinatario.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtIdOficinaDestinatario.ColorSalida = System.Drawing.Color.White;
     this.txtIdOficinaDestinatario.Decimales = 2;
     this.txtIdOficinaDestinatario.Guiones = false;
     this.txtIdOficinaDestinatario.Location = new System.Drawing.Point(135, 283);
     this.txtIdOficinaDestinatario.MaxLength = 25;
     this.txtIdOficinaDestinatario.Name = "txtIdOficinaDestinatario";
     this.txtIdOficinaDestinatario.PasarEnter = true;
     this.txtIdOficinaDestinatario.Size = new System.Drawing.Size(91, 20);
     this.txtIdOficinaDestinatario.TabIndex = 1;
     this.txtIdOficinaDestinatario.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtIdOficinaDestinatario.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtIdOficinaDestinatario.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(11, 408);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(92, 13);
     this.label11.TabIndex = 80;
     this.label11.Text = "Archivos Adjuntos";
     //
     // dgDetalle
     //
     this.dgDetalle.AllowUserToAddRows = false;
     this.dgDetalle.AllowUserToDeleteRows = false;
     this.dgDetalle.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.Ivory;
     this.dgDetalle.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     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.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Archivo,
     this.Formato,
     this.nombre});
     this.dgDetalle.Location = new System.Drawing.Point(14, 424);
     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(518, 94);
     this.dgDetalle.StandardTab = true;
     this.dgDetalle.TabIndex = 8;
     //
     // Archivo
     //
     this.Archivo.HeaderText = "Nombre del Archivo";
     this.Archivo.Name = "Archivo";
     this.Archivo.ReadOnly = true;
     this.Archivo.Width = 400;
     //
     // Formato
     //
     this.Formato.HeaderText = "Formato";
     this.Formato.Name = "Formato";
     this.Formato.ReadOnly = true;
     this.Formato.Width = 60;
     //
     // nombre
     //
     this.nombre.HeaderText = "nombre";
     this.nombre.Name = "nombre";
     this.nombre.ReadOnly = true;
     this.nombre.Visible = false;
     //
     // btnQuitarArchivo
     //
     this.btnQuitarArchivo.Image = global::SisCtd.Properties.Resources._16__Db_delete_;
     this.btnQuitarArchivo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnQuitarArchivo.Location = new System.Drawing.Point(136, 526);
     this.btnQuitarArchivo.Name = "btnQuitarArchivo";
     this.btnQuitarArchivo.Size = new System.Drawing.Size(110, 23);
     this.btnQuitarArchivo.TabIndex = 7;
     this.btnQuitarArchivo.Text = "&Quitar Archivo";
     this.btnQuitarArchivo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnQuitarArchivo.UseVisualStyleBackColor = true;
     this.btnQuitarArchivo.Click += new System.EventHandler(this.btnQuitarArchivo_Click);
     //
     // btnAgregarImagen
     //
     this.btnAgregarImagen.Image = global::SisCtd.Properties.Resources._16__Db_insert_;
     this.btnAgregarImagen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAgregarImagen.Location = new System.Drawing.Point(14, 526);
     this.btnAgregarImagen.Name = "btnAgregarImagen";
     this.btnAgregarImagen.Size = new System.Drawing.Size(116, 23);
     this.btnAgregarImagen.TabIndex = 6;
     this.btnAgregarImagen.Text = "&Agregar Archivo";
     this.btnAgregarImagen.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnAgregarImagen.UseVisualStyleBackColor = true;
     this.btnAgregarImagen.Click += new System.EventHandler(this.btnAgregarImagen_Click);
     //
     // txtIdArea
     //
     this.txtIdArea.BackColor = System.Drawing.Color.White;
     this.txtIdArea.Car_Años = 4;
     this.txtIdArea.ColorEntrada = System.Drawing.Color.LemonChiffon;
     this.txtIdArea.ColorSalida = System.Drawing.Color.White;
     this.txtIdArea.Decimales = 2;
     this.txtIdArea.Guiones = false;
     this.txtIdArea.Location = new System.Drawing.Point(135, 304);
     this.txtIdArea.MaxLength = 25;
     this.txtIdArea.Name = "txtIdArea";
     this.txtIdArea.PasarEnter = true;
     this.txtIdArea.Size = new System.Drawing.Size(91, 20);
     this.txtIdArea.TabIndex = 2;
     this.txtIdArea.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula;
     this.txtIdArea.TextChanged += new System.EventHandler(this.PonerDescrip_TextChanged);
     this.txtIdArea.KeyDown += new System.Windows.Forms.KeyEventHandler(this.AyudaF1_KeyDown);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(11, 308);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(68, 13);
     this.label10.TabIndex = 85;
     this.label10.Text = "Area Envío *";
     //
     // lblDesArea
     //
     this.lblDesArea.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblDesArea.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDesArea.Location = new System.Drawing.Point(229, 304);
     this.lblDesArea.Name = "lblDesArea";
     this.lblDesArea.Size = new System.Drawing.Size(322, 20);
     this.lblDesArea.TabIndex = 84;
     this.lblDesArea.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(11, 334);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(119, 13);
     this.label16.TabIndex = 88;
     this.label16.Text = "Empleado Responsable";
     //
     // lblDesEmpleado
     //
     this.lblDesEmpleado.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblDesEmpleado.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDesEmpleado.Location = new System.Drawing.Point(229, 330);
     this.lblDesEmpleado.Name = "lblDesEmpleado";
     this.lblDesEmpleado.Size = new System.Drawing.Size(322, 20);
     this.lblDesEmpleado.TabIndex = 87;
     this.lblDesEmpleado.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblIdEmpleado
     //
     this.lblIdEmpleado.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblIdEmpleado.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblIdEmpleado.Location = new System.Drawing.Point(135, 330);
     this.lblIdEmpleado.Name = "lblIdEmpleado";
     this.lblIdEmpleado.Size = new System.Drawing.Size(91, 20);
     this.lblIdEmpleado.TabIndex = 86;
     this.lblIdEmpleado.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // bVerImagen
     //
     this.bVerImagen.Image = global::SisCtd.Properties.Resources.iconoima;
     this.bVerImagen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.bVerImagen.Location = new System.Drawing.Point(252, 526);
     this.bVerImagen.Name = "bVerImagen";
     this.bVerImagen.Size = new System.Drawing.Size(89, 23);
     this.bVerImagen.TabIndex = 89;
     this.bVerImagen.Text = "&Ver Archivo";
     this.bVerImagen.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.bVerImagen.UseVisualStyleBackColor = true;
     this.bVerImagen.Click += new System.EventHandler(this.bVerImagen_Click);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "Nombre del Archivo";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     this.dataGridViewTextBoxColumn1.Width = 400;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "Formato";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     this.dataGridViewTextBoxColumn2.Width = 60;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText = "nombre";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly = true;
     this.dataGridViewTextBoxColumn3.Visible = false;
     //
     // lblHoraEnvio
     //
     this.lblHoraEnvio.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblHoraEnvio.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblHoraEnvio.Location = new System.Drawing.Point(230, 254);
     this.lblHoraEnvio.Name = "lblHoraEnvio";
     this.lblHoraEnvio.Size = new System.Drawing.Size(73, 20);
     this.lblHoraEnvio.TabIndex = 90;
     this.lblHoraEnvio.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblHoraRecepcion
     //
     this.lblHoraRecepcion.BackColor = System.Drawing.Color.LemonChiffon;
     this.lblHoraRecepcion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblHoraRecepcion.Location = new System.Drawing.Point(230, 192);
     this.lblHoraRecepcion.Name = "lblHoraRecepcion";
     this.lblHoraRecepcion.Size = new System.Drawing.Size(72, 20);
     this.lblHoraRecepcion.TabIndex = 91;
     this.lblHoraRecepcion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Frm_Reg_Seguimiento_Envio
     //
     this.ClientSize = new System.Drawing.Size(560, 569);
     this.Controls.Add(this.lblHoraRecepcion);
     this.Controls.Add(this.lblHoraEnvio);
     this.Controls.Add(this.bVerImagen);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.lblDesEmpleado);
     this.Controls.Add(this.lblIdEmpleado);
     this.Controls.Add(this.txtIdArea);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.lblDesArea);
     this.Controls.Add(this.btnQuitarArchivo);
     this.Controls.Add(this.btnAgregarImagen);
     this.Controls.Add(this.dgDetalle);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.txtIdOficinaDestinatario);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.lblDesOficinaDestinatario);
     this.Controls.Add(this.lblFechaEnvio);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.lblDesOficinaRecepcion);
     this.Controls.Add(this.lblIdOficinaRecepcion);
     this.Controls.Add(this.lblFechaRecepcion);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.txtObservacionGeneral);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtObservacion);
     this.Controls.Add(this.lblFechaDocumento);
     this.Controls.Add(this.lblNroDocumento);
     this.Controls.Add(this.lblIdActividad);
     this.Controls.Add(this.lblDesActividad);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.lblIdMaestroCliente);
     this.Controls.Add(this.lblIdTipoDocumento);
     this.Controls.Add(this.txtIdControl);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.lblDesMaestroCliente);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.lblDesTipoDocumento);
     this.Controls.Add(this.label7);
     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_Seguimiento_Envio";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = " Envio de Documentos";
     this.Load += new System.EventHandler(this.Frm_Reg_Seguimiento_Envio_Load);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_Reg_Seguimiento_Envio_KeyPress);
     ((System.ComponentModel.ISupportInitialize)(this.dgDetalle)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }