/// <summary> /// Método necesario para admitir el Diseñador. No se puede modificar /// el contenido del método con el editor de código. /// </summary> private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.lblEstado = new System.Windows.Forms.Label(); this.cboEstado = new MigControls.MigCombobox(); this.txtDescripcion = new MigControls.MigTextbox(); this.label2 = new System.Windows.Forms.Label(); this.txtCodigo = new MigControls.MigTextbox(); this.label10 = new System.Windows.Forms.Label(); this.BarraSis = new System.Windows.Forms.ToolStrip(); this.bNuevo = new System.Windows.Forms.ToolStripButton(); this.bModificar = new System.Windows.Forms.ToolStripButton(); this.bEliminar = new System.Windows.Forms.ToolStripButton(); this.toolStripButton4 = new System.Windows.Forms.ToolStripSeparator(); this.bExportar = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.bCerrar = new System.Windows.Forms.ToolStripButton(); this.Stb = new System.Windows.Forms.StatusStrip(); this.LblMensaje = new System.Windows.Forms.ToolStripStatusLabel(); this.dgTipoDocumento = new MigControls.MigDataGridView(); this.panel2 = new System.Windows.Forms.Panel(); this.btnQuitar = new System.Windows.Forms.Button(); this.btnAgregar = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.dgActividades = new MigControls.MigDataGridView(); this.label1 = new System.Windows.Forms.Label(); this.dgRutas = new MigControls.MigDataGridView(); this.panel1.SuspendLayout(); this.BarraSis.SuspendLayout(); this.Stb.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgTipoDocumento)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgActividades)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgRutas)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.lblEstado); this.panel1.Controls.Add(this.cboEstado); this.panel1.Controls.Add(this.txtDescripcion); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.txtCodigo); this.panel1.Controls.Add(this.label10); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 23); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1059, 32); this.panel1.TabIndex = 2; // // lblEstado // this.lblEstado.AutoSize = true; this.lblEstado.Location = new System.Drawing.Point(570, 10); this.lblEstado.Name = "lblEstado"; this.lblEstado.Size = new System.Drawing.Size(40, 13); this.lblEstado.TabIndex = 4; this.lblEstado.Text = "Estado"; // // cboEstado // this.cboEstado.BackColor = System.Drawing.Color.White; this.cboEstado.ColorEntrada = System.Drawing.Color.LemonChiffon; this.cboEstado.ColorSalida = System.Drawing.Color.White; this.cboEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboEstado.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cboEstado.FormattingEnabled = true; this.cboEstado.Items.AddRange(new object[] { "Activos", "Inactivos", "Todos"}); this.cboEstado.Location = new System.Drawing.Point(616, 5); this.cboEstado.Name = "cboEstado"; this.cboEstado.PasarEnter = true; this.cboEstado.Size = new System.Drawing.Size(92, 22); this.cboEstado.TabIndex = 2; this.cboEstado.Tipo = MigControls.MigCombobox.TipoVal.Numerico; this.cboEstado.SelectedIndexChanged += new System.EventHandler(this.txtDescripcion_TextChanged); // // txtDescripcion // this.txtDescripcion.BackColor = System.Drawing.Color.White; this.txtDescripcion.Car_Años = 4; this.txtDescripcion.ColorEntrada = System.Drawing.Color.LemonChiffon; this.txtDescripcion.ColorSalida = System.Drawing.Color.White; this.txtDescripcion.Decimales = 2; this.txtDescripcion.Guiones = false; this.txtDescripcion.Location = new System.Drawing.Point(261, 6); this.txtDescripcion.MaxLength = 50; this.txtDescripcion.Name = "txtDescripcion"; this.txtDescripcion.PasarEnter = true; this.txtDescripcion.Size = new System.Drawing.Size(272, 20); this.txtDescripcion.TabIndex = 1; this.txtDescripcion.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula; this.txtDescripcion.TextChanged += new System.EventHandler(this.txtDescripcion_TextChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(192, 10); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(63, 13); this.label2.TabIndex = 5; this.label2.Text = "Descripción"; // // txtCodigo // this.txtCodigo.BackColor = System.Drawing.Color.White; this.txtCodigo.Car_Años = 4; this.txtCodigo.ColorEntrada = System.Drawing.Color.LemonChiffon; this.txtCodigo.ColorSalida = System.Drawing.Color.White; this.txtCodigo.Decimales = 2; this.txtCodigo.Guiones = false; this.txtCodigo.Location = new System.Drawing.Point(63, 6); this.txtCodigo.MaxLength = 10; this.txtCodigo.Name = "txtCodigo"; this.txtCodigo.PasarEnter = true; this.txtCodigo.Size = new System.Drawing.Size(80, 20); this.txtCodigo.TabIndex = 0; this.txtCodigo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtCodigo.Tipo = MigControls.MigTextbox.TipoVal.TextoMayuscula; this.txtCodigo.TextChanged += new System.EventHandler(this.txtCodigo_TextChanged); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(17, 10); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(40, 13); this.label10.TabIndex = 3; this.label10.Text = "Código"; // // BarraSis // this.BarraSis.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bNuevo, this.bModificar, this.bEliminar, this.toolStripButton4, this.bExportar, this.toolStripSeparator2, this.bCerrar}); this.BarraSis.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow; this.BarraSis.Location = new System.Drawing.Point(0, 0); this.BarraSis.Name = "BarraSis"; this.BarraSis.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.BarraSis.Size = new System.Drawing.Size(1059, 23); this.BarraSis.TabIndex = 3; // // bNuevo // this.bNuevo.Image = global::SisCtd.Properties.Resources.Toolbar_New; this.bNuevo.ImageTransparentColor = System.Drawing.Color.Magenta; this.bNuevo.Name = "bNuevo"; this.bNuevo.Size = new System.Drawing.Size(62, 20); this.bNuevo.Text = "&Nuevo"; this.bNuevo.ToolTipText = "Nuevo (F3)"; this.bNuevo.Click += new System.EventHandler(this.bNuevo_Click); // // bModificar // this.bModificar.Image = global::SisCtd.Properties.Resources.control; this.bModificar.ImageTransparentColor = System.Drawing.Color.Magenta; this.bModificar.Name = "bModificar"; this.bModificar.Size = new System.Drawing.Size(78, 20); this.bModificar.Text = "&Modificar"; this.bModificar.ToolTipText = "Modificar (F2)"; this.bModificar.Click += new System.EventHandler(this.bModificar_Click); // // bEliminar // this.bEliminar.Image = global::SisCtd.Properties.Resources.Toolbar_Delete; this.bEliminar.ImageTransparentColor = System.Drawing.Color.Magenta; this.bEliminar.Name = "bEliminar"; this.bEliminar.Size = new System.Drawing.Size(70, 20); this.bEliminar.Text = "&Eliminar"; this.bEliminar.ToolTipText = "Eliminar (F4)"; this.bEliminar.Click += new System.EventHandler(this.bEliminar_Click); // // toolStripButton4 // this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.Size = new System.Drawing.Size(6, 23); // // bExportar // this.bExportar.Image = global::SisCtd.Properties.Resources.xls; this.bExportar.ImageTransparentColor = System.Drawing.Color.Magenta; this.bExportar.Name = "bExportar"; this.bExportar.Size = new System.Drawing.Size(70, 20); this.bExportar.Text = "E&xportar"; this.bExportar.ToolTipText = "Exportar (F7)"; this.bExportar.Click += new System.EventHandler(this.bExportar_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 23); // // bCerrar // this.bCerrar.Image = global::SisCtd.Properties.Resources.Toolbar_Close; this.bCerrar.ImageTransparentColor = System.Drawing.Color.Magenta; this.bCerrar.Name = "bCerrar"; this.bCerrar.Size = new System.Drawing.Size(49, 20); this.bCerrar.Text = "&Salir"; this.bCerrar.ToolTipText = "Salir (Esc)"; this.bCerrar.Click += new System.EventHandler(this.bCerrar_Click); // // Stb // this.Stb.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.LblMensaje}); this.Stb.Location = new System.Drawing.Point(0, 197); this.Stb.Name = "Stb"; this.Stb.Size = new System.Drawing.Size(1059, 22); this.Stb.TabIndex = 662; this.Stb.Text = "statusStrip1"; // // LblMensaje // this.LblMensaje.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LblMensaje.ForeColor = System.Drawing.SystemColors.ControlText; this.LblMensaje.Name = "LblMensaje"; this.LblMensaje.Size = new System.Drawing.Size(31, 17); this.LblMensaje.Text = ".*.*.*."; // // dgTipoDocumento // this.dgTipoDocumento.AllowUserToAddRows = false; this.dgTipoDocumento.AllowUserToDeleteRows = false; this.dgTipoDocumento.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.Ivory; this.dgTipoDocumento.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgTipoDocumento.BackgroundColor = System.Drawing.Color.LightSlateGray; this.dgTipoDocumento.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgTipoDocumento.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgTipoDocumento.Dock = System.Windows.Forms.DockStyle.Fill; this.dgTipoDocumento.Location = new System.Drawing.Point(0, 55); this.dgTipoDocumento.MultiSelect = false; this.dgTipoDocumento.Name = "dgTipoDocumento"; this.dgTipoDocumento.PasarEnter = false; this.dgTipoDocumento.ReadOnly = true; this.dgTipoDocumento.RowHeadersWidth = 25; this.dgTipoDocumento.RowTemplate.Height = 18; this.dgTipoDocumento.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgTipoDocumento.Size = new System.Drawing.Size(1059, 142); this.dgTipoDocumento.StandardTab = true; this.dgTipoDocumento.TabIndex = 0; this.dgTipoDocumento.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgTipoDocumento_CellClick); this.dgTipoDocumento.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgTipoDocumento_CellDoubleClick); this.dgTipoDocumento.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgTipoDocumento_CellClick); this.dgTipoDocumento.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.dgTipoDocumento_KeyPress); // // panel2 // this.panel2.Controls.Add(this.btnQuitar); this.panel2.Controls.Add(this.btnAgregar); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.dgActividades); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.dgRutas); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 219); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1059, 276); this.panel2.TabIndex = 1; // // btnQuitar // this.btnQuitar.Location = new System.Drawing.Point(111, 238); this.btnQuitar.Name = "btnQuitar"; this.btnQuitar.Size = new System.Drawing.Size(75, 23); this.btnQuitar.TabIndex = 2; this.btnQuitar.Text = "&Quitar Ruta"; this.btnQuitar.UseVisualStyleBackColor = true; this.btnQuitar.Click += new System.EventHandler(this.btnQuitar_Click); // // btnAgregar // this.btnAgregar.Location = new System.Drawing.Point(12, 238); this.btnAgregar.Name = "btnAgregar"; this.btnAgregar.Size = new System.Drawing.Size(93, 23); this.btnAgregar.TabIndex = 1; this.btnAgregar.Text = "&Agregar Ruta"; this.btnAgregar.UseVisualStyleBackColor = true; this.btnAgregar.Click += new System.EventHandler(this.btnAgregar_Click); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(431, 10); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(149, 15); this.label4.TabIndex = 5; this.label4.Text = "Actividades de la Ruta"; // // dgActividades // this.dgActividades.AllowUserToAddRows = false; this.dgActividades.AllowUserToDeleteRows = false; this.dgActividades.AllowUserToResizeRows = false; dataGridViewCellStyle2.BackColor = System.Drawing.Color.Ivory; this.dgActividades.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2; this.dgActividades.BackgroundColor = System.Drawing.Color.LightSlateGray; this.dgActividades.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgActividades.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgActividades.Location = new System.Drawing.Point(431, 29); this.dgActividades.MultiSelect = false; this.dgActividades.Name = "dgActividades"; this.dgActividades.PasarEnter = false; this.dgActividades.ReadOnly = true; this.dgActividades.RowHeadersWidth = 25; this.dgActividades.RowTemplate.Height = 18; this.dgActividades.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgActividades.Size = new System.Drawing.Size(625, 203); this.dgActividades.StandardTab = true; this.dgActividades.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(12, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(44, 15); this.label1.TabIndex = 4; this.label1.Text = "Rutas"; // // dgRutas // this.dgRutas.AllowUserToAddRows = false; this.dgRutas.AllowUserToDeleteRows = false; this.dgRutas.AllowUserToResizeRows = false; dataGridViewCellStyle3.BackColor = System.Drawing.Color.Ivory; this.dgRutas.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3; this.dgRutas.BackgroundColor = System.Drawing.Color.LightSlateGray; this.dgRutas.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgRutas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgRutas.Location = new System.Drawing.Point(12, 29); this.dgRutas.MultiSelect = false; this.dgRutas.Name = "dgRutas"; this.dgRutas.PasarEnter = false; this.dgRutas.ReadOnly = true; this.dgRutas.RowHeadersWidth = 25; this.dgRutas.RowTemplate.Height = 18; this.dgRutas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgRutas.Size = new System.Drawing.Size(405, 203); this.dgRutas.StandardTab = true; this.dgRutas.TabIndex = 0; this.dgRutas.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgRutas_CellClick); this.dgRutas.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgRutas_CellClick); // // Frm_T_TiposDocumento_List // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1059, 495); this.Controls.Add(this.dgTipoDocumento); this.Controls.Add(this.panel1); this.Controls.Add(this.BarraSis); this.Controls.Add(this.Stb); this.Controls.Add(this.panel2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.KeyPreview = true; this.Name = "Frm_T_TiposDocumento_List"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = " Registro de Tipos de Documento"; this.Load += new System.EventHandler(this.Frm_T_TiposDocumento_List_Load); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_T_TiposDocumento_List_KeyDown); this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_T_TiposDocumento_List_KeyPress); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.BarraSis.ResumeLayout(false); this.BarraSis.PerformLayout(); this.Stb.ResumeLayout(false); this.Stb.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgTipoDocumento)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgActividades)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgRutas)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Método necesario para admitir el Diseñador. No se puede modificar /// el contenido del método con el editor de código. /// </summary> private void InitializeComponent() { this.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(); }
/// <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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.label11 = new System.Windows.Forms.Label(); this.dgDetalle = new MigControls.MigDataGridView(); 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(); ((System.ComponentModel.ISupportInitialize)(this.dgDetalle)).BeginInit(); this.SuspendLayout(); // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(11, 10); 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.Location = new System.Drawing.Point(14, 26); 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(534, 155); this.dgDetalle.StandardTab = true; this.dgDetalle.TabIndex = 8; // // bVerImagen // this.bVerImagen.Image = global::SisCtd.Properties.Resources.iconoima; this.bVerImagen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bVerImagen.Location = new System.Drawing.Point(12, 203); 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; // // Frm_VerDocumentos_Envio // this.ClientSize = new System.Drawing.Size(560, 238); this.Controls.Add(this.bVerImagen); this.Controls.Add(this.dgDetalle); this.Controls.Add(this.label11); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Frm_VerDocumentos_Envio"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = " Ver Documentos"; this.Load += new System.EventHandler(this.Frm_Reg_Seguimiento_Envio_Load); ((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() { 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(); 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() { 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(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Sis_Acceso)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.lstPerfiles = new System.Windows.Forms.ListBox(); this.treMenu = new System.Windows.Forms.TreeView(); this.Img = new System.Windows.Forms.ImageList(this.components); this.treMenuPerfil = new System.Windows.Forms.TreeView(); this.label2 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.PanPermisos = new System.Windows.Forms.Panel(); this.btnMarcar = new System.Windows.Forms.Button(); this.btnGrabar = new System.Windows.Forms.Button(); this.ChkExportar = new System.Windows.Forms.CheckBox(); this.ChkImprimir = new System.Windows.Forms.CheckBox(); this.ChkEliminar = new System.Windows.Forms.CheckBox(); this.ChkModificar = new System.Windows.Forms.CheckBox(); this.ChkNuevo = new System.Windows.Forms.CheckBox(); this.label1 = 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.dgUsuarios = new MigControls.MigDataGridView(); this.dgClientes = new MigControls.MigDataGridView(); this.label4 = new System.Windows.Forms.Label(); this.lblPerfilUsuarios = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.lblUsuario = new System.Windows.Forms.Label(); this.chkTodosUsuarios = new System.Windows.Forms.CheckBox(); this.btnAgregarCliente = new System.Windows.Forms.Button(); this.btnQuitarCliente = new System.Windows.Forms.Button(); this.btnExportarUsuarios = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.lblPerfilOpciones = new System.Windows.Forms.Label(); this.PanPermisos.SuspendLayout(); this.BarraSis.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgUsuarios)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgClientes)).BeginInit(); this.SuspendLayout(); // // lstPerfiles // this.lstPerfiles.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lstPerfiles.FormattingEnabled = true; this.lstPerfiles.ItemHeight = 14; this.lstPerfiles.Location = new System.Drawing.Point(11, 57); this.lstPerfiles.Name = "lstPerfiles"; this.lstPerfiles.Size = new System.Drawing.Size(170, 312); this.lstPerfiles.TabIndex = 0; this.lstPerfiles.SelectedIndexChanged += new System.EventHandler(this.lstPerfiles_SelectedIndexChanged); // // treMenu // this.treMenu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.treMenu.BackColor = System.Drawing.SystemColors.Window; this.treMenu.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.treMenu.ImageIndex = 0; this.treMenu.ImageList = this.Img; this.treMenu.Location = new System.Drawing.Point(187, 57); this.treMenu.Name = "treMenu"; this.treMenu.SelectedImageIndex = 0; this.treMenu.Size = new System.Drawing.Size(213, 443); this.treMenu.TabIndex = 3; this.treMenu.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treMenu_AfterSelect); this.treMenu.DoubleClick += new System.EventHandler(this.treMenu_DoubleClick); // // Img // this.Img.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("Img.ImageStream"))); this.Img.TransparentColor = System.Drawing.Color.Transparent; this.Img.Images.SetKeyName(0, "folder.gif"); this.Img.Images.SetKeyName(1, "field.gif"); // // treMenuPerfil // this.treMenuPerfil.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.treMenuPerfil.BackColor = System.Drawing.SystemColors.Window; this.treMenuPerfil.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.treMenuPerfil.ImageIndex = 0; this.treMenuPerfil.ImageList = this.Img; this.treMenuPerfil.Location = new System.Drawing.Point(406, 57); this.treMenuPerfil.Name = "treMenuPerfil"; this.treMenuPerfil.SelectedImageIndex = 0; this.treMenuPerfil.Size = new System.Drawing.Size(213, 443); this.treMenuPerfil.TabIndex = 4; this.treMenuPerfil.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treMenuPerfil_AfterSelect); this.treMenuPerfil.DoubleClick += new System.EventHandler(this.treMenuPerfil_DoubleClick); // // 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(11, 36); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(49, 13); this.label2.TabIndex = 185; this.label2.Text = "Perfiles"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(406, 30); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(95, 13); this.label5.TabIndex = 187; this.label5.Text = "Opciones del Perfil"; // // PanPermisos // this.PanPermisos.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.PanPermisos.Controls.Add(this.btnMarcar); this.PanPermisos.Controls.Add(this.btnGrabar); this.PanPermisos.Controls.Add(this.ChkExportar); this.PanPermisos.Controls.Add(this.ChkImprimir); this.PanPermisos.Controls.Add(this.ChkEliminar); this.PanPermisos.Controls.Add(this.ChkModificar); this.PanPermisos.Controls.Add(this.ChkNuevo); this.PanPermisos.Controls.Add(this.label1); this.PanPermisos.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.PanPermisos.Location = new System.Drawing.Point(628, 72); this.PanPermisos.Name = "PanPermisos"; this.PanPermisos.Size = new System.Drawing.Size(99, 167); this.PanPermisos.TabIndex = 5; // // btnMarcar // this.btnMarcar.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMarcar.Location = new System.Drawing.Point(70, 7); this.btnMarcar.Name = "btnMarcar"; this.btnMarcar.Size = new System.Drawing.Size(21, 19); this.btnMarcar.TabIndex = 7; this.btnMarcar.Text = "*"; this.btnMarcar.UseVisualStyleBackColor = true; this.btnMarcar.Click += new System.EventHandler(this.btnMarcar_Click); // // btnGrabar // this.btnGrabar.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnGrabar.Image = global::SisCtd.Properties.Resources.Toolbar_Save; this.btnGrabar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnGrabar.Location = new System.Drawing.Point(14, 134); this.btnGrabar.Name = "btnGrabar"; this.btnGrabar.Size = new System.Drawing.Size(75, 23); this.btnGrabar.TabIndex = 5; this.btnGrabar.Text = "&Grabar"; this.btnGrabar.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnGrabar.UseVisualStyleBackColor = true; this.btnGrabar.Click += new System.EventHandler(this.btnGrabar_Click); // // ChkExportar // this.ChkExportar.AutoSize = true; this.ChkExportar.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ChkExportar.Location = new System.Drawing.Point(14, 108); this.ChkExportar.Name = "ChkExportar"; this.ChkExportar.Size = new System.Drawing.Size(67, 18); this.ChkExportar.TabIndex = 4; this.ChkExportar.Text = "Exportar"; this.ChkExportar.UseVisualStyleBackColor = true; // // ChkImprimir // this.ChkImprimir.AutoSize = true; this.ChkImprimir.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ChkImprimir.Location = new System.Drawing.Point(14, 89); this.ChkImprimir.Name = "ChkImprimir"; this.ChkImprimir.Size = new System.Drawing.Size(62, 18); this.ChkImprimir.TabIndex = 3; this.ChkImprimir.Text = "Imprimir"; this.ChkImprimir.UseVisualStyleBackColor = true; // // ChkEliminar // this.ChkEliminar.AutoSize = true; this.ChkEliminar.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ChkEliminar.Location = new System.Drawing.Point(14, 71); this.ChkEliminar.Name = "ChkEliminar"; this.ChkEliminar.Size = new System.Drawing.Size(62, 18); this.ChkEliminar.TabIndex = 2; this.ChkEliminar.Text = "Eliminar"; this.ChkEliminar.UseVisualStyleBackColor = true; // // ChkModificar // this.ChkModificar.AutoSize = true; this.ChkModificar.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ChkModificar.Location = new System.Drawing.Point(14, 52); this.ChkModificar.Name = "ChkModificar"; this.ChkModificar.Size = new System.Drawing.Size(70, 18); this.ChkModificar.TabIndex = 1; this.ChkModificar.Text = "Modificar"; this.ChkModificar.UseVisualStyleBackColor = true; // // ChkNuevo // this.ChkNuevo.AutoSize = true; this.ChkNuevo.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ChkNuevo.Location = new System.Drawing.Point(14, 33); this.ChkNuevo.Name = "ChkNuevo"; this.ChkNuevo.Size = new System.Drawing.Size(57, 18); this.ChkNuevo.TabIndex = 0; this.ChkNuevo.Text = "Nuevo"; this.ChkNuevo.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(13, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(57, 14); this.label1.TabIndex = 6; this.label1.Text = "Permisos :"; // // BarraSis // this.BarraSis.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.bNuevo, this.bModificar, this.bEliminar, this.toolStripSeparator1, 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(1456, 23); this.BarraSis.TabIndex = 6; this.BarraSis.Tag = ""; // // 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); // // dgUsuarios // this.dgUsuarios.AllowUserToAddRows = false; this.dgUsuarios.AllowUserToDeleteRows = false; this.dgUsuarios.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.Ivory; this.dgUsuarios.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgUsuarios.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.dgUsuarios.BackgroundColor = System.Drawing.Color.LightSlateGray; this.dgUsuarios.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgUsuarios.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgUsuarios.Location = new System.Drawing.Point(738, 72); this.dgUsuarios.MultiSelect = false; this.dgUsuarios.Name = "dgUsuarios"; this.dgUsuarios.PasarEnter = false; this.dgUsuarios.ReadOnly = true; this.dgUsuarios.RowHeadersWidth = 25; this.dgUsuarios.RowTemplate.Height = 18; this.dgUsuarios.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgUsuarios.Size = new System.Drawing.Size(428, 443); this.dgUsuarios.StandardTab = true; this.dgUsuarios.TabIndex = 1; this.dgUsuarios.SelectionChanged += new System.EventHandler(this.dgUsuarios_SelectionChanged); // // dgClientes // this.dgClientes.AllowUserToAddRows = false; this.dgClientes.AllowUserToDeleteRows = false; this.dgClientes.AllowUserToResizeRows = false; dataGridViewCellStyle2.BackColor = System.Drawing.Color.Ivory; this.dgClientes.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2; this.dgClientes.BackgroundColor = System.Drawing.Color.LightSlateGray; this.dgClientes.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgClientes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgClientes.Location = new System.Drawing.Point(1177, 72); this.dgClientes.MultiSelect = false; this.dgClientes.Name = "dgClientes"; this.dgClientes.PasarEnter = false; this.dgClientes.ReadOnly = true; this.dgClientes.RowHeadersWidth = 25; this.dgClientes.RowTemplate.Height = 18; this.dgClientes.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgClientes.Size = new System.Drawing.Size(279, 234); this.dgClientes.StandardTab = true; this.dgClientes.TabIndex = 2; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(738, 33); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(91, 13); this.label4.TabIndex = 195; this.label4.Text = "Usuarios del Perfil"; // // lblPerfilUsuarios // this.lblPerfilUsuarios.BackColor = System.Drawing.SystemColors.Info; this.lblPerfilUsuarios.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblPerfilUsuarios.Location = new System.Drawing.Point(738, 48); this.lblPerfilUsuarios.Name = "lblPerfilUsuarios"; this.lblPerfilUsuarios.Size = new System.Drawing.Size(182, 19); this.lblPerfilUsuarios.TabIndex = 196; this.lblPerfilUsuarios.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(1177, 33); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(100, 13); this.label6.TabIndex = 197; this.label6.Text = "Clientes del Usuario"; // // lblUsuario // this.lblUsuario.BackColor = System.Drawing.SystemColors.Info; this.lblUsuario.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblUsuario.Location = new System.Drawing.Point(1177, 48); this.lblUsuario.Name = "lblUsuario"; this.lblUsuario.Size = new System.Drawing.Size(222, 19); this.lblUsuario.TabIndex = 198; this.lblUsuario.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // chkTodosUsuarios // this.chkTodosUsuarios.AutoSize = true; this.chkTodosUsuarios.Location = new System.Drawing.Point(928, 51); this.chkTodosUsuarios.Name = "chkTodosUsuarios"; this.chkTodosUsuarios.Size = new System.Drawing.Size(56, 17); this.chkTodosUsuarios.TabIndex = 206; this.chkTodosUsuarios.Text = "Todos"; this.chkTodosUsuarios.UseVisualStyleBackColor = true; this.chkTodosUsuarios.CheckedChanged += new System.EventHandler(this.chkTodosUsuarios_CheckedChanged); // // btnAgregarCliente // this.btnAgregarCliente.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAgregarCliente.Image = global::SisCtd.Properties.Resources.Toolbar_New; this.btnAgregarCliente.Location = new System.Drawing.Point(1403, 46); this.btnAgregarCliente.Name = "btnAgregarCliente"; this.btnAgregarCliente.Size = new System.Drawing.Size(26, 23); this.btnAgregarCliente.TabIndex = 208; this.btnAgregarCliente.UseVisualStyleBackColor = true; this.btnAgregarCliente.Click += new System.EventHandler(this.btnAgregarCliente_Click); // // btnQuitarCliente // this.btnQuitarCliente.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnQuitarCliente.Image = global::SisCtd.Properties.Resources.Toolbar_Erase; this.btnQuitarCliente.Location = new System.Drawing.Point(1430, 46); this.btnQuitarCliente.Name = "btnQuitarCliente"; this.btnQuitarCliente.Size = new System.Drawing.Size(26, 23); this.btnQuitarCliente.TabIndex = 207; this.btnQuitarCliente.UseVisualStyleBackColor = true; this.btnQuitarCliente.Click += new System.EventHandler(this.btnQuitarCliente_Click); // // btnExportarUsuarios // this.btnExportarUsuarios.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnExportarUsuarios.Image = global::SisCtd.Properties.Resources.xls; this.btnExportarUsuarios.Location = new System.Drawing.Point(1140, 46); this.btnExportarUsuarios.Name = "btnExportarUsuarios"; this.btnExportarUsuarios.Size = new System.Drawing.Size(26, 23); this.btnExportarUsuarios.TabIndex = 201; this.btnExportarUsuarios.UseVisualStyleBackColor = true; this.btnExportarUsuarios.Click += new System.EventHandler(this.btnExportarUsuarios_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(187, 30); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(109, 13); this.label3.TabIndex = 186; this.label3.Text = "Opciones del Sistema"; // // lblPerfilOpciones // this.lblPerfilOpciones.BackColor = System.Drawing.SystemColors.Info; this.lblPerfilOpciones.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblPerfilOpciones.Location = new System.Drawing.Point(502, 29); this.lblPerfilOpciones.Name = "lblPerfilOpciones"; this.lblPerfilOpciones.Size = new System.Drawing.Size(130, 19); this.lblPerfilOpciones.TabIndex = 200; this.lblPerfilOpciones.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // Frm_Sis_Acceso // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(1376, 656); this.Controls.Add(this.btnAgregarCliente); this.Controls.Add(this.btnQuitarCliente); this.Controls.Add(this.chkTodosUsuarios); this.Controls.Add(this.btnExportarUsuarios); this.Controls.Add(this.lblPerfilOpciones); this.Controls.Add(this.lblUsuario); this.Controls.Add(this.label6); this.Controls.Add(this.lblPerfilUsuarios); this.Controls.Add(this.label4); this.Controls.Add(this.dgClientes); this.Controls.Add(this.dgUsuarios); this.Controls.Add(this.BarraSis); this.Controls.Add(this.PanPermisos); this.Controls.Add(this.label5); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.treMenuPerfil); this.Controls.Add(this.treMenu); this.Controls.Add(this.lstPerfiles); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.KeyPreview = true; this.Name = "Frm_Sis_Acceso"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = " Configuración de Accesos"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Frm_Sis_Acceso_Load); this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_Sis_Acceso_KeyPress); this.PanPermisos.ResumeLayout(false); this.PanPermisos.PerformLayout(); this.BarraSis.ResumeLayout(false); this.BarraSis.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgUsuarios)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgClientes)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); }