/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); this.txtNombre = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtDepartamentoId = new WinControl_ELR_NET.ELRTextBox(); this.label2 = new System.Windows.Forms.Label(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 180); this.pnBotones.Size = new System.Drawing.Size(503, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(263, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(404, 0); // // btnAnterior // this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(168, 0); this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(73, 39); // // txtNombre // this.txtNombre.AMostrar = null; this.txtNombre.AValidar = null; this.txtNombre.CampoBusquedaID = ""; this.txtNombre.CampoData = "Nombre"; this.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombre.ColumnasBusqGeneral = null; this.txtNombre.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNombre.Decimales = 0; this.txtNombre.DSData = this.DSDatos; this.txtNombre.EsAutoGenerado = false; this.txtNombre.EsBusqueda = false; this.txtNombre.EsBusquedaAutoIncremental = false; this.txtNombre.EsEditable = true; this.txtNombre.FiltroBusqueda = ""; this.txtNombre.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNombre.Location = new System.Drawing.Point(103, 81); this.txtNombre.Name = "txtNombre"; this.txtNombre.NombreTabla = ""; this.txtNombre.SepDecimal = '\0'; this.txtNombre.Size = new System.Drawing.Size(378, 29); this.txtNombre.TabIndex = 4; this.txtNombre.TablaOVistaBusqueda = ""; this.txtNombre.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNombre.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNombre.ValorPorDefecto = ""; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 34); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(72, 21); this.label1.TabIndex = 1; this.label1.Text = "Depto. Id"; // // txtDepartamentoId // this.txtDepartamentoId.AMostrar = null; this.txtDepartamentoId.AValidar = null; this.txtDepartamentoId.CampoBusquedaID = ""; this.txtDepartamentoId.CampoData = "Departamento_Id"; this.txtDepartamentoId.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDepartamentoId.ColumnasBusqGeneral = null; this.txtDepartamentoId.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtDepartamentoId.Decimales = 0; this.txtDepartamentoId.DSData = this.DSDatos; this.txtDepartamentoId.EsAutoGenerado = true; this.txtDepartamentoId.EsBusqueda = false; this.txtDepartamentoId.EsBusquedaAutoIncremental = false; this.txtDepartamentoId.EsEditable = true; this.txtDepartamentoId.FiltroBusqueda = ""; this.txtDepartamentoId.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtDepartamentoId.Location = new System.Drawing.Point(103, 34); this.txtDepartamentoId.Name = "txtDepartamentoId"; this.txtDepartamentoId.NombreTabla = ""; this.txtDepartamentoId.SepDecimal = '\0'; this.txtDepartamentoId.Size = new System.Drawing.Size(100, 29); this.txtDepartamentoId.TabIndex = 2; this.txtDepartamentoId.TablaOVistaBusqueda = ""; this.txtDepartamentoId.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtDepartamentoId.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtDepartamentoId.ValorPorDefecto = "0"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(17, 81); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(68, 21); this.label2.TabIndex = 3; this.label2.Text = "Nombre"; // // FormDepartamentosR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtNombre; valida1.Mensaje = "Debe Digitar el Nombre"; valida1.NombreCampo = "Nombre"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = this.txtNombre; valida2.Mensaje = "El Nombre Debe tener Minimo 15 Caracteres"; valida2.NombreCampo = "Nombre"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida2.Valor1 = "4"; valida2.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2 }; this.ClientSize = new System.Drawing.Size(503, 223); this.Controls.Add(this.txtNombre); this.Controls.Add(this.label2); this.Controls.Add(this.txtDepartamentoId); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.Name = "FormDepartamentosR"; this.NombreCampoID = "Departamento_Id"; this.TablaEncabezado = "TRRHH_DEPARTAMENTOS"; this.Text = "REGISTRO DEPARTAMENTO"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtDepartamentoId, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtNombre, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida4 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida5 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida6 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida7 = new WinControl_ELR_NET.Valida(); this.panel1 = new System.Windows.Forms.Panel(); this.txtMontoHasta = new WinControl_ELR_NET.ELRTextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtMontoDesde = new WinControl_ELR_NET.ELRTextBox(); this.label2 = new System.Windows.Forms.Label(); this.cboTipoGarantia = new WinControl_ELR_NET.ELRCombobox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.txtPlazo = new WinControl_ELR_NET.ELRTextBox(); this.cboFormaPago = new WinControl_ELR_NET.ELRCombobox(); this.label8 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtTasaInteres = new WinControl_ELR_NET.ELRTextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtTasaInteresMin = new WinControl_ELR_NET.ELRTextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.txtLegalMonto = new WinControl_ELR_NET.ELRTextBox(); this.elrLabel2 = new WinControl_ELR_NET.ELRLabel(); this.txtPorcLegalizacion = new WinControl_ELR_NET.ELRTextBox(); this.elrLabel1 = new WinControl_ELR_NET.ELRLabel(); this.label6 = new System.Windows.Forms.Label(); this.elrTextBox1 = new WinControl_ELR_NET.ELRTextBox(); this.label11 = new System.Windows.Forms.Label(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 405); this.pnBotones.Size = new System.Drawing.Size(559, 43); this.pnBotones.TabIndex = 3; // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(319, 0); this.btnGrabar.TabIndex = 3; // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(460, 0); this.btnCancelar.TabIndex = 4; // // btnAnterior // this.btnAnterior.TabIndex = 0; this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(224, 0); this.btnSiguientePage.TabIndex = 2; this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(129, 39); this.lblNombreUsuario.TabIndex = 1; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.txtMontoHasta); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.txtMontoDesde); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.cboTipoGarantia); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(559, 94); this.panel1.TabIndex = 0; // // txtMontoHasta // this.txtMontoHasta.AMostrar = null; this.txtMontoHasta.AValidar = null; this.txtMontoHasta.CampoBusquedaID = ""; this.txtMontoHasta.CampoData = "Monto_Hasta"; this.txtMontoHasta.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMontoHasta.ColumnasBusqGeneral = null; this.txtMontoHasta.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtMontoHasta.Decimales = 0; this.txtMontoHasta.DSData = this.DSDatos; this.txtMontoHasta.EsAutoGenerado = false; this.txtMontoHasta.EsBusqueda = false; this.txtMontoHasta.EsBusquedaAutoIncremental = false; this.txtMontoHasta.EsEditable = true; this.txtMontoHasta.FiltroBusqueda = ""; this.txtMontoHasta.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtMontoHasta.Location = new System.Drawing.Point(394, 44); this.txtMontoHasta.Name = "txtMontoHasta"; this.txtMontoHasta.NombreTabla = ""; this.txtMontoHasta.SepDecimal = '\0'; this.txtMontoHasta.Size = new System.Drawing.Size(149, 29); this.txtMontoHasta.TabIndex = 5; this.txtMontoHasta.TablaOVistaBusqueda = ""; this.txtMontoHasta.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtMontoHasta.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtMontoHasta.ValorPorDefecto = "0.00"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(289, 44); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(99, 21); this.label3.TabIndex = 4; this.label3.Text = "Monto Hasta"; // // txtMontoDesde // this.txtMontoDesde.AMostrar = null; this.txtMontoDesde.AValidar = null; this.txtMontoDesde.CampoBusquedaID = ""; this.txtMontoDesde.CampoData = "Monto_Desde"; this.txtMontoDesde.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMontoDesde.ColumnasBusqGeneral = null; this.txtMontoDesde.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtMontoDesde.Decimales = 0; this.txtMontoDesde.DSData = this.DSDatos; this.txtMontoDesde.EsAutoGenerado = false; this.txtMontoDesde.EsBusqueda = false; this.txtMontoDesde.EsBusquedaAutoIncremental = false; this.txtMontoDesde.EsEditable = true; this.txtMontoDesde.FiltroBusqueda = ""; this.txtMontoDesde.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtMontoDesde.Location = new System.Drawing.Point(125, 44); this.txtMontoDesde.Name = "txtMontoDesde"; this.txtMontoDesde.NombreTabla = ""; this.txtMontoDesde.SepDecimal = '\0'; this.txtMontoDesde.Size = new System.Drawing.Size(149, 29); this.txtMontoDesde.TabIndex = 3; this.txtMontoDesde.TablaOVistaBusqueda = ""; this.txtMontoDesde.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtMontoDesde.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtMontoDesde.ValorPorDefecto = "0.00"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(16, 44); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(103, 21); this.label2.TabIndex = 2; this.label2.Text = "Monto Desde"; // // cboTipoGarantia // this.cboTipoGarantia.AValidar = null; this.cboTipoGarantia.CampoData = "Tipo_Garantia_Id"; this.cboTipoGarantia.CampoJoinCombobox2 = ""; this.cboTipoGarantia.ComboboxAFiltrar = null; this.cboTipoGarantia.DisplayMember = "Descripcion"; this.cboTipoGarantia.DSData = this.DSDatos; this.cboTipoGarantia.EsEditable = true; this.cboTipoGarantia.FiltroBusqueda = "EsActivo = 1"; this.cboTipoGarantia.FormattingEnabled = true; this.cboTipoGarantia.Location = new System.Drawing.Point(125, 9); this.cboTipoGarantia.Name = "cboTipoGarantia"; this.cboTipoGarantia.NombreTabla = ""; this.cboTipoGarantia.Size = new System.Drawing.Size(418, 29); this.cboTipoGarantia.SSQL = ""; this.cboTipoGarantia.TabIndex = 1; this.cboTipoGarantia.TablaOVistaConsulta = "TPRESTAMOS_TIPO_GARANTIAS"; this.cboTipoGarantia.UsaDataGlobal = false; this.cboTipoGarantia.ValorPorDefecto = ""; this.cboTipoGarantia.ValueMember = "Tipo_Garantia_Id"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(103, 21); this.label1.TabIndex = 0; this.label1.Text = "Tipo Garantia"; // // groupBox1 // this.groupBox1.Controls.Add(this.label11); this.groupBox1.Controls.Add(this.elrTextBox1); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.txtPlazo); this.groupBox1.Controls.Add(this.cboFormaPago); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txtTasaInteres); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.txtTasaInteresMin); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 94); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(559, 153); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Tasa de Interes"; // // label10 // this.label10.AutoSize = true; this.label10.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label10.Location = new System.Drawing.Point(461, 67); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(28, 25); this.label10.TabIndex = 7; this.label10.Text = "%"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label9.Location = new System.Drawing.Point(243, 60); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(28, 25); this.label9.TabIndex = 4; this.label9.Text = "%"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(15, 25); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(93, 21); this.label7.TabIndex = 0; this.label7.Text = "Forma Pago"; // // txtPlazo // this.txtPlazo.AMostrar = null; this.txtPlazo.AValidar = null; this.txtPlazo.CampoBusquedaID = ""; this.txtPlazo.CampoData = "Plazo"; this.txtPlazo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtPlazo.ColumnasBusqGeneral = null; this.txtPlazo.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtPlazo.Decimales = 0; this.txtPlazo.DSData = this.DSDatos; this.txtPlazo.EsAutoGenerado = false; this.txtPlazo.EsBusqueda = false; this.txtPlazo.EsBusquedaAutoIncremental = false; this.txtPlazo.EsEditable = true; this.txtPlazo.FiltroBusqueda = ""; this.txtPlazo.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtPlazo.Location = new System.Drawing.Point(127, 95); this.txtPlazo.Name = "txtPlazo"; this.txtPlazo.NombreTabla = ""; this.txtPlazo.SepDecimal = '\0'; this.txtPlazo.Size = new System.Drawing.Size(105, 29); this.txtPlazo.TabIndex = 9; this.txtPlazo.TablaOVistaBusqueda = ""; this.txtPlazo.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtPlazo.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtPlazo.ValorPorDefecto = "1"; // // cboFormaPago // this.cboFormaPago.AValidar = null; this.cboFormaPago.CampoData = "Frecuencia_Pago"; this.cboFormaPago.CampoJoinCombobox2 = ""; this.cboFormaPago.ComboboxAFiltrar = null; this.cboFormaPago.DisplayMember = "Descripcion"; this.cboFormaPago.DSData = this.DSDatos; this.cboFormaPago.EsEditable = true; this.cboFormaPago.FiltroBusqueda = "EsActivo = 1 And Nombre_Tabla = \'FRECUENCIA_PAGO\'"; this.cboFormaPago.FormattingEnabled = true; this.cboFormaPago.Location = new System.Drawing.Point(127, 25); this.cboFormaPago.Name = "cboFormaPago"; this.cboFormaPago.NombreTabla = ""; this.cboFormaPago.Size = new System.Drawing.Size(362, 29); this.cboFormaPago.SSQL = ""; this.cboFormaPago.TabIndex = 1; this.cboFormaPago.TablaOVistaConsulta = "TSISTEMA_TABLA_AUXILIAR"; this.cboFormaPago.UsaDataGlobal = false; this.cboFormaPago.ValorPorDefecto = "M"; this.cboFormaPago.ValueMember = "Id"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(18, 95); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(47, 21); this.label8.TabIndex = 8; this.label8.Text = "Plazo"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(15, 60); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(111, 21); this.label4.TabIndex = 2; this.label4.Text = "Tasa de Interes"; // // txtTasaInteres // this.txtTasaInteres.AMostrar = null; this.txtTasaInteres.AValidar = null; this.txtTasaInteres.CampoBusquedaID = ""; this.txtTasaInteres.CampoData = "Tasa_Interes_Anual"; this.txtTasaInteres.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTasaInteres.ColumnasBusqGeneral = null; this.txtTasaInteres.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtTasaInteres.Decimales = 0; this.txtTasaInteres.DSData = this.DSDatos; this.txtTasaInteres.EsAutoGenerado = false; this.txtTasaInteres.EsBusqueda = false; this.txtTasaInteres.EsBusquedaAutoIncremental = false; this.txtTasaInteres.EsEditable = true; this.txtTasaInteres.FiltroBusqueda = ""; this.txtTasaInteres.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtTasaInteres.Location = new System.Drawing.Point(127, 60); this.txtTasaInteres.Name = "txtTasaInteres"; this.txtTasaInteres.NombreTabla = ""; this.txtTasaInteres.SepDecimal = '\0'; this.txtTasaInteres.Size = new System.Drawing.Size(105, 29); this.txtTasaInteres.TabIndex = 3; this.txtTasaInteres.TablaOVistaBusqueda = ""; this.txtTasaInteres.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtTasaInteres.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtTasaInteres.ValorPorDefecto = "0.00"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(287, 63); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(64, 21); this.label5.TabIndex = 5; this.label5.Text = "Minimo"; // // txtTasaInteresMin // this.txtTasaInteresMin.AMostrar = null; this.txtTasaInteresMin.AValidar = null; this.txtTasaInteresMin.CampoBusquedaID = ""; this.txtTasaInteresMin.CampoData = "Tasa_Interes_Anual_Minima"; this.txtTasaInteresMin.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTasaInteresMin.ColumnasBusqGeneral = null; this.txtTasaInteresMin.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtTasaInteresMin.Decimales = 0; this.txtTasaInteresMin.DSData = this.DSDatos; this.txtTasaInteresMin.EsAutoGenerado = false; this.txtTasaInteresMin.EsBusqueda = false; this.txtTasaInteresMin.EsBusquedaAutoIncremental = false; this.txtTasaInteresMin.EsEditable = true; this.txtTasaInteresMin.FiltroBusqueda = ""; this.txtTasaInteresMin.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtTasaInteresMin.Location = new System.Drawing.Point(357, 63); this.txtTasaInteresMin.Name = "txtTasaInteresMin"; this.txtTasaInteresMin.NombreTabla = ""; this.txtTasaInteresMin.SepDecimal = '\0'; this.txtTasaInteresMin.Size = new System.Drawing.Size(93, 29); this.txtTasaInteresMin.TabIndex = 6; this.txtTasaInteresMin.TablaOVistaBusqueda = ""; this.txtTasaInteresMin.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtTasaInteresMin.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtTasaInteresMin.ValorPorDefecto = "0.00"; // // groupBox2 // this.groupBox2.Controls.Add(this.txtLegalMonto); this.groupBox2.Controls.Add(this.elrLabel2); this.groupBox2.Controls.Add(this.txtPorcLegalizacion); this.groupBox2.Controls.Add(this.elrLabel1); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(0, 247); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(559, 158); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "Legalizacion"; // // txtLegalMonto // this.txtLegalMonto.AMostrar = null; this.txtLegalMonto.AValidar = null; this.txtLegalMonto.CampoBusquedaID = ""; this.txtLegalMonto.CampoData = "Monto_Legalizacion"; this.txtLegalMonto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtLegalMonto.ColumnasBusqGeneral = null; this.txtLegalMonto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtLegalMonto.Decimales = 0; this.txtLegalMonto.DSData = this.DSDatos; this.txtLegalMonto.EsAutoGenerado = false; this.txtLegalMonto.EsBusqueda = false; this.txtLegalMonto.EsBusquedaAutoIncremental = false; this.txtLegalMonto.EsEditable = true; this.txtLegalMonto.FiltroBusqueda = ""; this.txtLegalMonto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtLegalMonto.Location = new System.Drawing.Point(127, 77); this.txtLegalMonto.Name = "txtLegalMonto"; this.txtLegalMonto.NombreTabla = ""; this.txtLegalMonto.SepDecimal = '\0'; this.txtLegalMonto.Size = new System.Drawing.Size(177, 29); this.txtLegalMonto.TabIndex = 3; this.txtLegalMonto.TablaOVistaBusqueda = ""; this.txtLegalMonto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtLegalMonto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtLegalMonto.ValorPorDefecto = "0.00"; // // elrLabel2 // this.elrLabel2.AutoSize = true; this.elrLabel2.CampoData = ""; this.elrLabel2.DSData = null; this.elrLabel2.Location = new System.Drawing.Point(20, 77); this.elrLabel2.Name = "elrLabel2"; this.elrLabel2.NombreTabla = ""; this.elrLabel2.Size = new System.Drawing.Size(88, 21); this.elrLabel2.TabIndex = 2; this.elrLabel2.Text = "Monto Fijo:"; this.elrLabel2.ValorPorDefecto = ""; // // txtPorcLegalizacion // this.txtPorcLegalizacion.AMostrar = null; this.txtPorcLegalizacion.AValidar = null; this.txtPorcLegalizacion.CampoBusquedaID = ""; this.txtPorcLegalizacion.CampoData = "Porc_Legalizacion"; this.txtPorcLegalizacion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtPorcLegalizacion.ColumnasBusqGeneral = null; this.txtPorcLegalizacion.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtPorcLegalizacion.Decimales = 0; this.txtPorcLegalizacion.DSData = this.DSDatos; this.txtPorcLegalizacion.EsAutoGenerado = false; this.txtPorcLegalizacion.EsBusqueda = false; this.txtPorcLegalizacion.EsBusquedaAutoIncremental = false; this.txtPorcLegalizacion.EsEditable = true; this.txtPorcLegalizacion.FiltroBusqueda = ""; this.txtPorcLegalizacion.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtPorcLegalizacion.Location = new System.Drawing.Point(127, 42); this.txtPorcLegalizacion.Name = "txtPorcLegalizacion"; this.txtPorcLegalizacion.NombreTabla = ""; this.txtPorcLegalizacion.SepDecimal = '\0'; this.txtPorcLegalizacion.Size = new System.Drawing.Size(177, 29); this.txtPorcLegalizacion.TabIndex = 1; this.txtPorcLegalizacion.TablaOVistaBusqueda = ""; this.txtPorcLegalizacion.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtPorcLegalizacion.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtPorcLegalizacion.ValorPorDefecto = "0.00"; // // elrLabel1 // this.elrLabel1.AutoSize = true; this.elrLabel1.CampoData = ""; this.elrLabel1.DSData = null; this.elrLabel1.Location = new System.Drawing.Point(15, 42); this.elrLabel1.Name = "elrLabel1"; this.elrLabel1.NombreTabla = ""; this.elrLabel1.Size = new System.Drawing.Size(85, 21); this.elrLabel1.TabIndex = 0; this.elrLabel1.Text = "Porcentaje:"; this.elrLabel1.ValorPorDefecto = ""; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(244, 98); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(102, 21); this.label6.TabIndex = 10; this.label6.Text = "Tasa Demora:"; // // elrTextBox1 // this.elrTextBox1.AMostrar = null; this.elrTextBox1.AValidar = null; this.elrTextBox1.CampoBusquedaID = ""; this.elrTextBox1.CampoData = "Tasa_Demora_Mensual"; this.elrTextBox1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.elrTextBox1.ColumnasBusqGeneral = null; this.elrTextBox1.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.elrTextBox1.Decimales = 0; this.elrTextBox1.DSData = this.DSDatos; this.elrTextBox1.EsAutoGenerado = false; this.elrTextBox1.EsBusqueda = false; this.elrTextBox1.EsBusquedaAutoIncremental = false; this.elrTextBox1.EsEditable = true; this.elrTextBox1.FiltroBusqueda = ""; this.elrTextBox1.Formato = WinControl_ELR_NET.tbFormato.Default; this.elrTextBox1.Location = new System.Drawing.Point(357, 98); this.elrTextBox1.Name = "elrTextBox1"; this.elrTextBox1.NombreTabla = ""; this.elrTextBox1.SepDecimal = '\0'; this.elrTextBox1.Size = new System.Drawing.Size(93, 29); this.elrTextBox1.TabIndex = 11; this.elrTextBox1.TablaOVistaBusqueda = ""; this.elrTextBox1.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.elrTextBox1.TituloBusqueda = "BUSQUEDA GENERAL"; this.elrTextBox1.ValorPorDefecto = "10"; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label11.Location = new System.Drawing.Point(461, 98); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(28, 25); this.label11.TabIndex = 12; this.label11.Text = "%"; // // FormTasaInteresR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = null; valida1.Mensaje = "Debe Indicar el Tipo de Garantia"; valida1.NombreCampo = "Tipo_Garantia_Id"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = null; valida2.Mensaje = "El Valor Debe Ser Mayor o Igual a Cero"; valida2.NombreCampo = "Monto_Desde"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida2.Valor1 = "0"; valida2.Valor2 = null; valida3.comtrol = null; valida3.Mensaje = "Debe Indicar La Forma de Pago"; valida3.NombreCampo = "Frecuencia_Pago"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida3.Valor1 = null; valida3.Valor2 = null; valida4.comtrol = null; valida4.Mensaje = "Valor debe estar entre 0 y 100"; valida4.NombreCampo = "Tasa_Interes_Anual"; valida4.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.EnRango; valida4.Valor1 = "0"; valida4.Valor2 = "100"; valida5.comtrol = null; valida5.Mensaje = "Valor debe estar entre 0 y 100"; valida5.NombreCampo = "Tasa_Interes_Anual_Minima"; valida5.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.EnRango; valida5.Valor1 = "0"; valida5.Valor2 = "100"; valida6.comtrol = null; valida6.Mensaje = "Valor debe Ser Mayor a Cero (0)"; valida6.NombreCampo = "Plazo"; valida6.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida6.Valor1 = "1"; valida6.Valor2 = null; valida7.comtrol = null; valida7.Mensaje = "Valor Debe Ser Mayor o Igual a Cero"; valida7.NombreCampo = "Monto_Hasta"; valida7.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida7.Valor1 = "0"; valida7.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3, valida4, valida5, valida6, valida7 }; this.ClientSize = new System.Drawing.Size(559, 448); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.panel1); this.Cursor = System.Windows.Forms.Cursors.Default; this.Name = "FormTasaInteresR"; this.NombreCampoID = "Unico"; this.TablaEncabezado = "TPRESTAMOS_TASA_INTERES"; this.Text = "REGISTRAR TASA DE INTERES"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.panel1, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.Controls.SetChildIndex(this.groupBox2, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); this.txtHasta = new WinControl_ELR_NET.ELRTextBox(); this.txtTasaExcedente = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtDesde = new WinControl_ELR_NET.ELRTextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtCuotaFija = new WinControl_ELR_NET.ELRTextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 203); this.pnBotones.Size = new System.Drawing.Size(449, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(209, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(350, 0); // // btnAnterior // this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(114, 0); this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(19, 39); // // txtHasta // this.txtHasta.AMostrar = null; this.txtHasta.AValidar = null; this.txtHasta.CampoBusquedaID = ""; this.txtHasta.CampoData = "Monto_Hasta"; this.txtHasta.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtHasta.ColumnasBusqGeneral = null; this.txtHasta.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtHasta.Decimales = 0; this.txtHasta.DSData = this.DSDatos; this.txtHasta.EsAutoGenerado = false; this.txtHasta.EsBusqueda = false; this.txtHasta.EsBusquedaAutoIncremental = false; this.txtHasta.EsEditable = true; this.txtHasta.FiltroBusqueda = ""; this.txtHasta.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtHasta.Location = new System.Drawing.Point(130, 63); this.txtHasta.Name = "txtHasta"; this.txtHasta.NombreTabla = ""; this.txtHasta.SepDecimal = '\0'; this.txtHasta.Size = new System.Drawing.Size(174, 29); this.txtHasta.TabIndex = 4; this.txtHasta.TablaOVistaBusqueda = ""; this.txtHasta.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtHasta.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtHasta.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtHasta.ValorPorDefecto = "0"; // // txtTasaExcedente // this.txtTasaExcedente.AMostrar = null; this.txtTasaExcedente.AValidar = null; this.txtTasaExcedente.CampoBusquedaID = ""; this.txtTasaExcedente.CampoData = "Tasa_Excedente"; this.txtTasaExcedente.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTasaExcedente.ColumnasBusqGeneral = null; this.txtTasaExcedente.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtTasaExcedente.Decimales = 0; this.txtTasaExcedente.DSData = this.DSDatos; this.txtTasaExcedente.EsAutoGenerado = false; this.txtTasaExcedente.EsBusqueda = false; this.txtTasaExcedente.EsBusquedaAutoIncremental = false; this.txtTasaExcedente.EsEditable = true; this.txtTasaExcedente.FiltroBusqueda = ""; this.txtTasaExcedente.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtTasaExcedente.Location = new System.Drawing.Point(130, 133); this.txtTasaExcedente.MaxLength = 5; this.txtTasaExcedente.Name = "txtTasaExcedente"; this.txtTasaExcedente.NombreTabla = ""; this.txtTasaExcedente.SepDecimal = '\0'; this.txtTasaExcedente.Size = new System.Drawing.Size(174, 29); this.txtTasaExcedente.TabIndex = 8; this.txtTasaExcedente.TablaOVistaBusqueda = ""; this.txtTasaExcedente.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtTasaExcedente.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtTasaExcedente.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtTasaExcedente.ValorPorDefecto = "0"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(64, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 21); this.label1.TabIndex = 1; this.label1.Text = "Desde:"; // // txtDesde // this.txtDesde.AMostrar = null; this.txtDesde.AValidar = null; this.txtDesde.CampoBusquedaID = ""; this.txtDesde.CampoData = "Monto_Desde"; this.txtDesde.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDesde.ColumnasBusqGeneral = null; this.txtDesde.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtDesde.Decimales = 0; this.txtDesde.DSData = this.DSDatos; this.txtDesde.EsAutoGenerado = false; this.txtDesde.EsBusqueda = false; this.txtDesde.EsBusquedaAutoIncremental = false; this.txtDesde.EsEditable = true; this.txtDesde.FiltroBusqueda = ""; this.txtDesde.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtDesde.Location = new System.Drawing.Point(130, 28); this.txtDesde.Name = "txtDesde"; this.txtDesde.NombreTabla = ""; this.txtDesde.SepDecimal = '\0'; this.txtDesde.Size = new System.Drawing.Size(174, 29); this.txtDesde.TabIndex = 2; this.txtDesde.TablaOVistaBusqueda = ""; this.txtDesde.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtDesde.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtDesde.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtDesde.ValorPorDefecto = "0"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(68, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 21); this.label2.TabIndex = 3; this.label2.Text = "Hasta:"; // // txtCuotaFija // this.txtCuotaFija.AMostrar = null; this.txtCuotaFija.AValidar = null; this.txtCuotaFija.CampoBusquedaID = ""; this.txtCuotaFija.CampoData = "Cuota_Fija"; this.txtCuotaFija.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCuotaFija.ColumnasBusqGeneral = null; this.txtCuotaFija.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCuotaFija.Decimales = 0; this.txtCuotaFija.DSData = this.DSDatos; this.txtCuotaFija.EsAutoGenerado = false; this.txtCuotaFija.EsBusqueda = false; this.txtCuotaFija.EsBusquedaAutoIncremental = false; this.txtCuotaFija.EsEditable = true; this.txtCuotaFija.FiltroBusqueda = ""; this.txtCuotaFija.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtCuotaFija.Location = new System.Drawing.Point(130, 98); this.txtCuotaFija.Name = "txtCuotaFija"; this.txtCuotaFija.NombreTabla = ""; this.txtCuotaFija.SepDecimal = '\0'; this.txtCuotaFija.Size = new System.Drawing.Size(174, 29); this.txtCuotaFija.TabIndex = 6; this.txtCuotaFija.TablaOVistaBusqueda = ""; this.txtCuotaFija.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtCuotaFija.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCuotaFija.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCuotaFija.ValorPorDefecto = "0"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(38, 101); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82, 21); this.label3.TabIndex = 5; this.label3.Text = "Cuota Fija:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(24, 136); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(99, 21); this.label4.TabIndex = 7; this.label4.Text = "% Excedente:"; // // FormNominaTablaISRR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtHasta; valida1.Mensaje = "Debe Ser Mayor a Cero"; valida1.NombreCampo = "Monto_Hasta"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida1.Valor1 = "1"; valida1.Valor2 = null; valida2.comtrol = this.txtTasaExcedente; valida2.Mensaje = "Debe Ser Menor a 100"; valida2.NombreCampo = "Tasa_Excedente"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MenorOIgualA; valida2.Valor1 = "99"; valida2.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2 }; this.ClientSize = new System.Drawing.Size(449, 246); this.Controls.Add(this.txtTasaExcedente); this.Controls.Add(this.label4); this.Controls.Add(this.txtCuotaFija); this.Controls.Add(this.label3); this.Controls.Add(this.txtHasta); this.Controls.Add(this.label2); this.Controls.Add(this.txtDesde); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.Name = "FormNominaTablaISRR"; this.NombreCampoID = "Unico"; this.TablaEncabezado = "TNOMINA_TABLA_ISR"; this.Text = "Tabla ISR (VALORES ANUALES)"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtDesde, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtHasta, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtCuotaFija, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtTasaExcedente, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); this.panel4 = new System.Windows.Forms.Panel(); this.txtTasaCambio = new WinControl_ELR_NET.ELRTextBox(); this.label12 = new System.Windows.Forms.Label(); this.cboMoneda = new WinControl_ELR_NET.ELRCombobox(); this.label2 = new System.Windows.Forms.Label(); this.txtNumero = new WinControl_ELR_NET.ELRTextBox(); this.label6 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.txtNombreEmpleado = new WinControl_ELR_NET.ELRTextBox(); this.btnBuscarEmpleado = new System.Windows.Forms.Button(); this.cboDepartamento = new WinControl_ELR_NET.ELRCombobox(); this.label4 = new System.Windows.Forms.Label(); this.txtCodigoEmpleado = new WinControl_ELR_NET.ELRTextBox(); this.label3 = new System.Windows.Forms.Label(); this.panel5 = new System.Windows.Forms.Panel(); this.txtCantidad = new WinControl_ELR_NET.ELRTextBox(); this.btnAgregarItem = new System.Windows.Forms.Button(); this.lblNombreProducto = new System.Windows.Forms.Label(); this.lblProdDescripcion = new System.Windows.Forms.Label(); this.btnAgregar = new System.Windows.Forms.Button(); this.label7 = new System.Windows.Forms.Label(); this.txtCodigoProducto = new WinControl_ELR_NET.ELRTextBox(); this.dtpFechaRequerrida = new WinControl_ELR_NET.ELRDatePicker(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtConcepto = new WinControl_ELR_NET.ELRTextBox(); this.dtgDetalle = new System.Windows.Forms.DataGridView(); this.Unico = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Producto_Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UMedida_Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Descripcion = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ItemNumero = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnBorrar = new System.Windows.Forms.DataGridViewButtonColumn(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.panel4.SuspendLayout(); this.panel1.SuspendLayout(); this.panel5.SuspendLayout(); this.panel2.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtgDetalle)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 494); this.pnBotones.Size = new System.Drawing.Size(906, 61); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(637, 0); this.btnGrabar.Size = new System.Drawing.Size(141, 57); this.btnGrabar.TabIndex = 3; // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(778, 0); this.btnCancelar.Size = new System.Drawing.Size(124, 57); this.btnCancelar.TabIndex = 4; // // btnAnterior // this.btnAnterior.Size = new System.Drawing.Size(112, 57); this.btnAnterior.TabIndex = 0; this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(516, 0); this.btnSiguientePage.Size = new System.Drawing.Size(121, 57); this.btnSiguientePage.TabIndex = 2; this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Location = new System.Drawing.Point(112, 0); this.lblNombreUsuario.Size = new System.Drawing.Size(404, 57); // // panel4 // this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel4.Controls.Add(this.txtTasaCambio); this.panel4.Controls.Add(this.label12); this.panel4.Controls.Add(this.cboMoneda); this.panel4.Controls.Add(this.label2); this.panel4.Controls.Add(this.txtNumero); this.panel4.Controls.Add(this.label6); this.panel4.Dock = System.Windows.Forms.DockStyle.Top; this.panel4.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(906, 49); this.panel4.TabIndex = 0; // // txtTasaCambio // this.txtTasaCambio.AMostrar = null; this.txtTasaCambio.autoSenTab = true; this.txtTasaCambio.AValidar = null; this.txtTasaCambio.BackColor = System.Drawing.Color.White; this.txtTasaCambio.CampoBusquedaID = ""; this.txtTasaCambio.CampoData = "Tasa_Cambio"; this.txtTasaCambio.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTasaCambio.ColumnasBusqGeneral = null; this.txtTasaCambio.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtTasaCambio.Decimales = 0; this.txtTasaCambio.DSData = this.DSDatos; this.txtTasaCambio.Enabled = false; this.txtTasaCambio.EsAutoGenerado = false; this.txtTasaCambio.EsBusqueda = false; this.txtTasaCambio.EsBusquedaAutoIncremental = false; this.txtTasaCambio.EsEditable = true; this.txtTasaCambio.FiltroBusqueda = ""; this.txtTasaCambio.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtTasaCambio.Location = new System.Drawing.Point(659, 12); this.txtTasaCambio.Name = "txtTasaCambio"; this.txtTasaCambio.NombreTabla = ""; this.txtTasaCambio.SepDecimal = '\0'; this.txtTasaCambio.Size = new System.Drawing.Size(93, 29); this.txtTasaCambio.TabIndex = 5; this.txtTasaCambio.TablaOVistaBusqueda = ""; this.txtTasaCambio.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtTasaCambio.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtTasaCambio.ValorPorDefecto = "1.0"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(580, 16); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(73, 21); this.label12.TabIndex = 4; this.label12.Text = "Cambio:"; // // cboMoneda // this.cboMoneda.AValidar = null; this.cboMoneda.CampoData = "Moneda"; this.cboMoneda.CampoJoinCombobox2 = ""; this.cboMoneda.ComboboxAFiltrar = null; this.cboMoneda.DisplayMember = "Nombre"; this.cboMoneda.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboMoneda.DSData = this.DSDatos; this.cboMoneda.EsEditable = true; this.cboMoneda.FiltroBusqueda = ""; this.cboMoneda.FormattingEnabled = true; this.cboMoneda.Location = new System.Drawing.Point(322, 13); this.cboMoneda.Name = "cboMoneda"; this.cboMoneda.NombreTabla = ""; this.cboMoneda.Size = new System.Drawing.Size(235, 29); this.cboMoneda.SSQL = ""; this.cboMoneda.TabIndex = 3; this.cboMoneda.TablaOVistaConsulta = "TSISTEMA_MONEDAS"; this.cboMoneda.UsaDataGlobal = false; this.cboMoneda.ValorPorDefecto = "RD$"; this.cboMoneda.ValueMember = "Codigo"; this.cboMoneda.SelectedValueChanged += new System.EventHandler(this.cboMoneda_SelectedValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(239, 13); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 21); this.label2.TabIndex = 2; this.label2.Text = "Moneda:"; // // txtNumero // this.txtNumero.AMostrar = null; this.txtNumero.autoSenTab = true; this.txtNumero.AValidar = null; this.txtNumero.BackColor = System.Drawing.Color.White; this.txtNumero.CampoBusquedaID = ""; this.txtNumero.CampoData = "Numero"; this.txtNumero.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNumero.ColumnasBusqGeneral = null; this.txtNumero.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNumero.Decimales = 0; this.txtNumero.DSData = this.DSDatos; this.txtNumero.Enabled = false; this.txtNumero.EsAutoGenerado = false; this.txtNumero.EsBusqueda = false; this.txtNumero.EsBusquedaAutoIncremental = false; this.txtNumero.EsEditable = true; this.txtNumero.FiltroBusqueda = ""; this.txtNumero.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNumero.Location = new System.Drawing.Point(95, 10); this.txtNumero.Name = "txtNumero"; this.txtNumero.NombreTabla = ""; this.txtNumero.ReadOnly = true; this.txtNumero.SepDecimal = '\0'; this.txtNumero.Size = new System.Drawing.Size(125, 29); this.txtNumero.TabIndex = 1; this.txtNumero.TablaOVistaBusqueda = ""; this.txtNumero.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNumero.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNumero.ValorPorDefecto = ""; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(12, 10); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(77, 21); this.label6.TabIndex = 0; this.label6.Text = "Numero:"; // // panel1 // this.panel1.Controls.Add(this.txtNombreEmpleado); this.panel1.Controls.Add(this.btnBuscarEmpleado); this.panel1.Controls.Add(this.cboDepartamento); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.txtCodigoEmpleado); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.panel5); this.panel1.Controls.Add(this.dtpFechaRequerrida); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 49); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(906, 175); this.panel1.TabIndex = 1; // // txtNombreEmpleado // this.txtNombreEmpleado.AMostrar = null; this.txtNombreEmpleado.autoSenTab = true; this.txtNombreEmpleado.AValidar = null; this.txtNombreEmpleado.BackColor = System.Drawing.Color.White; this.txtNombreEmpleado.CampoBusquedaID = ""; this.txtNombreEmpleado.CampoData = "Nombre"; this.txtNombreEmpleado.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombreEmpleado.ColumnasBusqGeneral = null; this.txtNombreEmpleado.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNombreEmpleado.Decimales = 0; this.txtNombreEmpleado.DSData = this.DSDatos; this.txtNombreEmpleado.EsAutoGenerado = false; this.txtNombreEmpleado.EsBusqueda = false; this.txtNombreEmpleado.EsBusquedaAutoIncremental = false; this.txtNombreEmpleado.EsEditable = true; this.txtNombreEmpleado.FiltroBusqueda = ""; this.txtNombreEmpleado.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtNombreEmpleado.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNombreEmpleado.Location = new System.Drawing.Point(326, 17); this.txtNombreEmpleado.Name = "txtNombreEmpleado"; this.txtNombreEmpleado.NombreTabla = ""; this.txtNombreEmpleado.ReadOnly = true; this.txtNombreEmpleado.SepDecimal = '\0'; this.txtNombreEmpleado.Size = new System.Drawing.Size(556, 29); this.txtNombreEmpleado.TabIndex = 3; this.txtNombreEmpleado.TablaOVistaBusqueda = ""; this.txtNombreEmpleado.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNombreEmpleado.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNombreEmpleado.ValorPorDefecto = ""; // // btnBuscarEmpleado // this.btnBuscarEmpleado.Image = global::ELRCuentasPorPagar.Properties.Resources._1378160672_search; this.btnBuscarEmpleado.Location = new System.Drawing.Point(269, 17); this.btnBuscarEmpleado.Name = "btnBuscarEmpleado"; this.btnBuscarEmpleado.Size = new System.Drawing.Size(51, 32); this.btnBuscarEmpleado.TabIndex = 2; this.btnBuscarEmpleado.UseVisualStyleBackColor = true; this.btnBuscarEmpleado.Click += new System.EventHandler(this.btnBuscarEmpleado_Click); // // cboDepartamento // this.cboDepartamento.AValidar = null; this.cboDepartamento.CampoData = "Departamento_Id"; this.cboDepartamento.CampoJoinCombobox2 = ""; this.cboDepartamento.ComboboxAFiltrar = null; this.cboDepartamento.DisplayMember = "Nombre"; this.cboDepartamento.DSData = this.DSDatos; this.cboDepartamento.EsEditable = true; this.cboDepartamento.FiltroBusqueda = ""; this.cboDepartamento.FormattingEnabled = true; this.cboDepartamento.Location = new System.Drawing.Point(146, 52); this.cboDepartamento.Name = "cboDepartamento"; this.cboDepartamento.NombreTabla = ""; this.cboDepartamento.Size = new System.Drawing.Size(413, 29); this.cboDepartamento.SSQL = ""; this.cboDepartamento.TabIndex = 5; this.cboDepartamento.TablaOVistaConsulta = "TRRHH_DEPARTAMENTOS"; this.cboDepartamento.UsaDataGlobal = false; this.cboDepartamento.ValorPorDefecto = "0"; this.cboDepartamento.ValueMember = "Departamento_Id"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(14, 52); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(113, 21); this.label4.TabIndex = 4; this.label4.Text = "Departamento:"; // // txtCodigoEmpleado // this.txtCodigoEmpleado.AMostrar = null; this.txtCodigoEmpleado.autoSenTab = true; this.txtCodigoEmpleado.AValidar = null; this.txtCodigoEmpleado.CampoBusquedaID = ""; this.txtCodigoEmpleado.CampoData = "Empleado_Id"; this.txtCodigoEmpleado.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCodigoEmpleado.ColumnasBusqGeneral = null; this.txtCodigoEmpleado.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCodigoEmpleado.Decimales = 0; this.txtCodigoEmpleado.DSData = this.DSDatos; this.txtCodigoEmpleado.EsAutoGenerado = false; this.txtCodigoEmpleado.EsBusqueda = false; this.txtCodigoEmpleado.EsBusquedaAutoIncremental = false; this.txtCodigoEmpleado.EsEditable = true; this.txtCodigoEmpleado.FiltroBusqueda = ""; this.txtCodigoEmpleado.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCodigoEmpleado.Formato = WinControl_ELR_NET.tbFormato.NumerosEnteros; this.txtCodigoEmpleado.Location = new System.Drawing.Point(146, 17); this.txtCodigoEmpleado.Name = "txtCodigoEmpleado"; this.txtCodigoEmpleado.NombreTabla = ""; this.txtCodigoEmpleado.SepDecimal = '\0'; this.txtCodigoEmpleado.Size = new System.Drawing.Size(117, 29); this.txtCodigoEmpleado.TabIndex = 1; this.txtCodigoEmpleado.TablaOVistaBusqueda = ""; this.txtCodigoEmpleado.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCodigoEmpleado.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCodigoEmpleado.ValorPorDefecto = ""; this.txtCodigoEmpleado.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCodigoEmpleado_KeyDown); this.txtCodigoEmpleado.Leave += new System.EventHandler(this.txtCodigoEmpleado_Leave); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(14, 17); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(122, 21); this.label3.TabIndex = 0; this.label3.Text = "Solicitado Por:"; // // panel5 // this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel5.Controls.Add(this.txtCantidad); this.panel5.Controls.Add(this.btnAgregarItem); this.panel5.Controls.Add(this.lblNombreProducto); this.panel5.Controls.Add(this.lblProdDescripcion); this.panel5.Controls.Add(this.btnAgregar); this.panel5.Controls.Add(this.label7); this.panel5.Controls.Add(this.txtCodigoProducto); this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel5.Location = new System.Drawing.Point(0, 87); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(906, 88); this.panel5.TabIndex = 8; // // txtCantidad // this.txtCantidad.AMostrar = null; this.txtCantidad.autoSenTab = true; this.txtCantidad.AValidar = null; this.txtCantidad.CampoBusquedaID = ""; this.txtCantidad.CampoData = ""; this.txtCantidad.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCantidad.ColumnasBusqGeneral = null; this.txtCantidad.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCantidad.Decimales = 2; this.txtCantidad.DSData = null; this.txtCantidad.EsAutoGenerado = false; this.txtCantidad.EsBusqueda = false; this.txtCantidad.EsBusquedaAutoIncremental = false; this.txtCantidad.EsEditable = true; this.txtCantidad.FiltroBusqueda = ""; this.txtCantidad.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCantidad.Formato = WinControl_ELR_NET.tbFormato.DecimalPositivo; this.txtCantidad.Location = new System.Drawing.Point(554, 6); this.txtCantidad.Name = "txtCantidad"; this.txtCantidad.NombreTabla = ""; this.txtCantidad.SepDecimal = '\0'; this.txtCantidad.Size = new System.Drawing.Size(126, 33); this.txtCantidad.TabIndex = 4; this.txtCantidad.TablaOVistaBusqueda = ""; this.txtCantidad.Text = "0.00"; this.txtCantidad.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCantidad.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCantidad.ValorPorDefecto = ""; // // btnAgregarItem // this.btnAgregarItem.Enabled = false; this.btnAgregarItem.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAgregarItem.Image = global::ELRCuentasPorPagar.Properties.Resources.Add; this.btnAgregarItem.Location = new System.Drawing.Point(686, 4); this.btnAgregarItem.Name = "btnAgregarItem"; this.btnAgregarItem.Size = new System.Drawing.Size(143, 40); this.btnAgregarItem.TabIndex = 5; this.btnAgregarItem.Text = "Agregar"; this.btnAgregarItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnAgregarItem.UseVisualStyleBackColor = true; this.btnAgregarItem.Click += new System.EventHandler(this.btnAgregarItem_Click); // // lblNombreProducto // this.lblNombreProducto.AutoSize = true; this.lblNombreProducto.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblNombreProducto.Location = new System.Drawing.Point(460, 9); this.lblNombreProducto.Name = "lblNombreProducto"; this.lblNombreProducto.Size = new System.Drawing.Size(88, 25); this.lblNombreProducto.TabIndex = 3; this.lblNombreProducto.Text = "Cantidad"; // // lblProdDescripcion // this.lblProdDescripcion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblProdDescripcion.Dock = System.Windows.Forms.DockStyle.Bottom; this.lblProdDescripcion.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblProdDescripcion.Location = new System.Drawing.Point(0, 47); this.lblProdDescripcion.Name = "lblProdDescripcion"; this.lblProdDescripcion.Size = new System.Drawing.Size(902, 37); this.lblProdDescripcion.TabIndex = 6; this.lblProdDescripcion.Text = "NOMBRE/DESCRIPCION ITEM VENTA"; this.lblProdDescripcion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnAgregar // this.btnAgregar.Image = global::ELRCuentasPorPagar.Properties.Resources._1378160672_search; this.btnAgregar.Location = new System.Drawing.Point(376, 9); this.btnAgregar.Name = "btnAgregar"; this.btnAgregar.Size = new System.Drawing.Size(51, 32); this.btnAgregar.TabIndex = 2; this.btnAgregar.UseVisualStyleBackColor = true; this.btnAgregar.Click += new System.EventHandler(this.btnAgregar_Click); // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(11, 9); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(101, 25); this.label7.TabIndex = 0; this.label7.Text = "Producto:"; // // txtCodigoProducto // this.txtCodigoProducto.AMostrar = null; this.txtCodigoProducto.autoSenTab = true; this.txtCodigoProducto.AValidar = null; this.txtCodigoProducto.CampoBusquedaID = ""; this.txtCodigoProducto.CampoData = ""; this.txtCodigoProducto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCodigoProducto.ColumnasBusqGeneral = null; this.txtCodigoProducto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCodigoProducto.Decimales = 0; this.txtCodigoProducto.DSData = null; this.txtCodigoProducto.EsAutoGenerado = false; this.txtCodigoProducto.EsBusqueda = false; this.txtCodigoProducto.EsBusquedaAutoIncremental = false; this.txtCodigoProducto.EsEditable = true; this.txtCodigoProducto.FiltroBusqueda = ""; this.txtCodigoProducto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtCodigoProducto.Location = new System.Drawing.Point(144, 9); this.txtCodigoProducto.Name = "txtCodigoProducto"; this.txtCodigoProducto.NombreTabla = ""; this.txtCodigoProducto.SepDecimal = '\0'; this.txtCodigoProducto.Size = new System.Drawing.Size(226, 29); this.txtCodigoProducto.TabIndex = 1; this.txtCodigoProducto.TablaOVistaBusqueda = ""; this.txtCodigoProducto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCodigoProducto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCodigoProducto.ValorPorDefecto = ""; this.txtCodigoProducto.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCodigoProducto_KeyDown); this.txtCodigoProducto.Leave += new System.EventHandler(this.txtCodigoProducto_Leave); // // dtpFechaRequerrida // this.dtpFechaRequerrida.AValidar = null; this.dtpFechaRequerrida.CampoData = "fecha_Requerida"; this.dtpFechaRequerrida.DSData = this.DSDatos; this.dtpFechaRequerrida.EsEditable = true; this.dtpFechaRequerrida.FiltroBusqueda = ""; this.dtpFechaRequerrida.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dtpFechaRequerrida.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpFechaRequerrida.Location = new System.Drawing.Point(722, 52); this.dtpFechaRequerrida.Name = "dtpFechaRequerrida"; this.dtpFechaRequerrida.NombreTabla = ""; this.dtpFechaRequerrida.Size = new System.Drawing.Size(160, 29); this.dtpFechaRequerrida.TabIndex = 7; this.dtpFechaRequerrida.ValorPorDefecto = new System.DateTime(2016, 8, 5, 0, 0, 0, 0); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(576, 52); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(140, 21); this.label1.TabIndex = 6; this.label1.Text = "Fecha Requerida:"; // // panel2 // this.panel2.Controls.Add(this.groupBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panel2.Location = new System.Drawing.Point(0, 367); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(906, 127); this.panel2.TabIndex = 26; // // groupBox1 // this.groupBox1.Controls.Add(this.txtConcepto); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(906, 127); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Concepto\\Observaciones"; // // txtConcepto // this.txtConcepto.AMostrar = null; this.txtConcepto.autoSenTab = true; this.txtConcepto.AValidar = null; this.txtConcepto.CampoBusquedaID = ""; this.txtConcepto.CampoData = "Concepto"; this.txtConcepto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtConcepto.ColumnasBusqGeneral = null; this.txtConcepto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtConcepto.Decimales = 0; this.txtConcepto.Dock = System.Windows.Forms.DockStyle.Fill; this.txtConcepto.DSData = this.DSDatos; this.txtConcepto.EsAutoGenerado = false; this.txtConcepto.EsBusqueda = false; this.txtConcepto.EsBusquedaAutoIncremental = false; this.txtConcepto.EsEditable = true; this.txtConcepto.FiltroBusqueda = ""; this.txtConcepto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtConcepto.Location = new System.Drawing.Point(3, 25); this.txtConcepto.Multiline = true; this.txtConcepto.Name = "txtConcepto"; this.txtConcepto.NombreTabla = ""; this.txtConcepto.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtConcepto.SepDecimal = '\0'; this.txtConcepto.Size = new System.Drawing.Size(900, 99); this.txtConcepto.TabIndex = 0; this.txtConcepto.TablaOVistaBusqueda = ""; this.txtConcepto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtConcepto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtConcepto.ValorPorDefecto = ""; // // dtgDetalle // this.dtgDetalle.AllowUserToAddRows = false; this.dtgDetalle.AllowUserToDeleteRows = false; this.dtgDetalle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dtgDetalle.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Unico, this.Producto_Id, this.Cantidad, this.UMedida_Id, this.Descripcion, this.ItemNumero, this.btnBorrar }); this.dtgDetalle.Dock = System.Windows.Forms.DockStyle.Fill; this.dtgDetalle.Location = new System.Drawing.Point(0, 224); this.dtgDetalle.MultiSelect = false; this.dtgDetalle.Name = "dtgDetalle"; this.dtgDetalle.RowHeadersWidth = 28; this.dtgDetalle.RowTemplate.Height = 35; this.dtgDetalle.Size = new System.Drawing.Size(906, 143); this.dtgDetalle.TabIndex = 2; this.dtgDetalle.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtgDetalle_CellContentClick); // // Unico // this.Unico.DataPropertyName = "Unico"; this.Unico.HeaderText = "Unico"; this.Unico.Name = "Unico"; this.Unico.ReadOnly = true; this.Unico.Visible = false; // // Producto_Id // this.Producto_Id.DataPropertyName = "Producto_Id"; this.Producto_Id.HeaderText = "Codigo"; this.Producto_Id.Name = "Producto_Id"; this.Producto_Id.ReadOnly = true; // // Cantidad // this.Cantidad.DataPropertyName = "Cantidad"; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle1.Format = "N2"; this.Cantidad.DefaultCellStyle = dataGridViewCellStyle1; this.Cantidad.HeaderText = "Cantidad"; this.Cantidad.Name = "Cantidad"; this.Cantidad.Width = 120; // // UMedida_Id // this.UMedida_Id.DataPropertyName = "UMedida_Id"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.UMedida_Id.DefaultCellStyle = dataGridViewCellStyle2; this.UMedida_Id.HeaderText = "Unidad"; this.UMedida_Id.Name = "UMedida_Id"; this.UMedida_Id.ReadOnly = true; this.UMedida_Id.Width = 120; // // Descripcion // this.Descripcion.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Descripcion.DataPropertyName = "Descripcion"; this.Descripcion.HeaderText = "Descripcion"; this.Descripcion.Name = "Descripcion"; this.Descripcion.ReadOnly = true; // // ItemNumero // this.ItemNumero.DataPropertyName = "ItemNumero"; this.ItemNumero.HeaderText = "ItemNumero"; this.ItemNumero.Name = "ItemNumero"; this.ItemNumero.ReadOnly = true; this.ItemNumero.Visible = false; // // btnBorrar // this.btnBorrar.HeaderText = "Borrar"; this.btnBorrar.Name = "btnBorrar"; this.btnBorrar.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.btnBorrar.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.btnBorrar.Text = "Borrar"; this.btnBorrar.UseColumnTextForButtonValue = true; // // FormRequisicionesR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); valida1.comtrol = null; valida1.Mensaje = "Debe Indicar un Concepto Valido"; valida1.NombreCampo = "Concepto"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida1.Valor1 = "10"; valida1.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1 }; this.ClientSize = new System.Drawing.Size(906, 555); this.Controls.Add(this.dtgDetalle); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Controls.Add(this.panel4); this.Cursor = System.Windows.Forms.Cursors.Default; this.DataGridDetalle = this.dtgDetalle; this.EsConTemporal = true; this.Name = "FormRequisicionesR"; this.NombreCampoID = "CXP_Id"; this.SPGraba = "SP_COMPRAS_GRABA_REQUISICION"; this.TablaDetalle = "TTEMPORAL_CXP_DETALLES"; this.TablaEncabezado = "TTEMPORAL_CXP"; this.Text = "REGISTRAR REQUISICION"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.FormRequisicionesR_Load); this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.panel4, 0); this.Controls.SetChildIndex(this.panel1, 0); this.Controls.SetChildIndex(this.panel2, 0); this.Controls.SetChildIndex(this.dtgDetalle, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.panel2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtgDetalle)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); this.label1 = new System.Windows.Forms.Label(); this.txtCodigo = new WinControl_ELR_NET.ELRTextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtNombre = new WinControl_ELR_NET.ELRTextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtDireccion = new WinControl_ELR_NET.ELRTextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtTelefono1 = new WinControl_ELR_NET.ELRTextBox(); this.txtTelefono2 = new WinControl_ELR_NET.ELRTextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtNombreContacto = new WinControl_ELR_NET.ELRTextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtDireccionWeb = new WinControl_ELR_NET.ELRTextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtExt = new WinControl_ELR_NET.ELRTextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtEMail = new WinControl_ELR_NET.ELRTextBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 376); this.pnBotones.Size = new System.Drawing.Size(672, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(432, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(573, 0); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(337, 0); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(79, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 21); this.label1.TabIndex = 1; this.label1.Text = "Codigo:"; // // txtCodigo // this.txtCodigo.AMostrar = null; this.txtCodigo.AValidar = null; this.txtCodigo.BackColor = System.Drawing.Color.White; this.txtCodigo.CampoBusquedaID = ""; this.txtCodigo.CampoData = "Banco_Id"; this.txtCodigo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCodigo.ColumnasBusqGeneral = null; this.txtCodigo.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCodigo.Decimales = 0; this.txtCodigo.DSData = this.DSDatos; this.txtCodigo.Enabled = false; this.txtCodigo.EsAutoGenerado = false; this.txtCodigo.EsBusqueda = false; this.txtCodigo.EsEditable = false; this.txtCodigo.FiltroBusqueda = ""; this.txtCodigo.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCodigo.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtCodigo.Location = new System.Drawing.Point(146, 25); this.txtCodigo.Name = "txtCodigo"; this.txtCodigo.NombreTabla = ""; this.txtCodigo.SepDecimal = '\0'; this.txtCodigo.Size = new System.Drawing.Size(139, 29); this.txtCodigo.TabIndex = 2; this.txtCodigo.TablaOVistaBusqueda = ""; this.txtCodigo.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCodigo.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCodigo.ValorPorDefecto = "0"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(71, 60); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(71, 21); this.label2.TabIndex = 3; this.label2.Text = "Nombre:"; // // txtNombre // this.txtNombre.AMostrar = null; this.txtNombre.AValidar = null; this.txtNombre.CampoBusquedaID = ""; this.txtNombre.CampoData = "Nombre"; this.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombre.ColumnasBusqGeneral = null; this.txtNombre.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNombre.Decimales = 0; this.txtNombre.DSData = this.DSDatos; this.txtNombre.EsAutoGenerado = false; this.txtNombre.EsBusqueda = false; this.txtNombre.EsEditable = true; this.txtNombre.FiltroBusqueda = ""; this.txtNombre.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNombre.Location = new System.Drawing.Point(146, 60); this.txtNombre.Name = "txtNombre"; this.txtNombre.NombreTabla = ""; this.txtNombre.SepDecimal = '\0'; this.txtNombre.Size = new System.Drawing.Size(488, 29); this.txtNombre.TabIndex = 4; this.txtNombre.TablaOVistaBusqueda = ""; this.txtNombre.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNombre.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNombre.ValorPorDefecto = ""; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(64, 95); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(78, 21); this.label3.TabIndex = 5; this.label3.Text = "Direccion:"; // // txtDireccion // this.txtDireccion.AMostrar = null; this.txtDireccion.AValidar = null; this.txtDireccion.CampoBusquedaID = ""; this.txtDireccion.CampoData = "Direccion"; this.txtDireccion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDireccion.ColumnasBusqGeneral = null; this.txtDireccion.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtDireccion.Decimales = 0; this.txtDireccion.DSData = this.DSDatos; this.txtDireccion.EsAutoGenerado = false; this.txtDireccion.EsBusqueda = false; this.txtDireccion.EsEditable = true; this.txtDireccion.FiltroBusqueda = ""; this.txtDireccion.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtDireccion.Location = new System.Drawing.Point(148, 95); this.txtDireccion.Multiline = true; this.txtDireccion.Name = "txtDireccion"; this.txtDireccion.NombreTabla = ""; this.txtDireccion.SepDecimal = '\0'; this.txtDireccion.Size = new System.Drawing.Size(486, 70); this.txtDireccion.TabIndex = 6; this.txtDireccion.TablaOVistaBusqueda = ""; this.txtDireccion.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtDireccion.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtDireccion.ValorPorDefecto = ""; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(64, 171); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(78, 21); this.label4.TabIndex = 7; this.label4.Text = "Telefonos:"; // // txtTelefono1 // this.txtTelefono1.AMostrar = null; this.txtTelefono1.AValidar = null; this.txtTelefono1.CampoBusquedaID = ""; this.txtTelefono1.CampoData = "Telefono1"; this.txtTelefono1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTelefono1.ColumnasBusqGeneral = null; this.txtTelefono1.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtTelefono1.Decimales = 0; this.txtTelefono1.DSData = this.DSDatos; this.txtTelefono1.EsAutoGenerado = false; this.txtTelefono1.EsBusqueda = false; this.txtTelefono1.EsEditable = true; this.txtTelefono1.FiltroBusqueda = ""; this.txtTelefono1.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtTelefono1.Location = new System.Drawing.Point(148, 171); this.txtTelefono1.Name = "txtTelefono1"; this.txtTelefono1.NombreTabla = ""; this.txtTelefono1.SepDecimal = '\0'; this.txtTelefono1.Size = new System.Drawing.Size(174, 29); this.txtTelefono1.TabIndex = 8; this.txtTelefono1.TablaOVistaBusqueda = ""; this.txtTelefono1.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtTelefono1.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtTelefono1.ValorPorDefecto = ""; // // txtTelefono2 // this.txtTelefono2.AMostrar = null; this.txtTelefono2.AValidar = null; this.txtTelefono2.CampoBusquedaID = ""; this.txtTelefono2.CampoData = "Telefono2"; this.txtTelefono2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTelefono2.ColumnasBusqGeneral = null; this.txtTelefono2.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtTelefono2.Decimales = 0; this.txtTelefono2.DSData = this.DSDatos; this.txtTelefono2.EsAutoGenerado = false; this.txtTelefono2.EsBusqueda = false; this.txtTelefono2.EsEditable = true; this.txtTelefono2.FiltroBusqueda = ""; this.txtTelefono2.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtTelefono2.Location = new System.Drawing.Point(349, 171); this.txtTelefono2.Name = "txtTelefono2"; this.txtTelefono2.NombreTabla = ""; this.txtTelefono2.SepDecimal = '\0'; this.txtTelefono2.Size = new System.Drawing.Size(170, 29); this.txtTelefono2.TabIndex = 10; this.txtTelefono2.TablaOVistaBusqueda = ""; this.txtTelefono2.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtTelefono2.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtTelefono2.ValorPorDefecto = ""; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(29, 290); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(137, 21); this.label6.TabIndex = 11; this.label6.Text = "Nombre Contacto:"; // // txtNombreContacto // this.txtNombreContacto.AMostrar = null; this.txtNombreContacto.AValidar = null; this.txtNombreContacto.CampoBusquedaID = ""; this.txtNombreContacto.CampoData = "Nombre_Contacto"; this.txtNombreContacto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombreContacto.ColumnasBusqGeneral = null; this.txtNombreContacto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNombreContacto.Decimales = 0; this.txtNombreContacto.DSData = this.DSDatos; this.txtNombreContacto.EsAutoGenerado = false; this.txtNombreContacto.EsBusqueda = false; this.txtNombreContacto.EsEditable = true; this.txtNombreContacto.FiltroBusqueda = ""; this.txtNombreContacto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNombreContacto.Location = new System.Drawing.Point(172, 290); this.txtNombreContacto.Name = "txtNombreContacto"; this.txtNombreContacto.NombreTabla = ""; this.txtNombreContacto.SepDecimal = '\0'; this.txtNombreContacto.Size = new System.Drawing.Size(318, 29); this.txtNombreContacto.TabIndex = 12; this.txtNombreContacto.TablaOVistaBusqueda = ""; this.txtNombreContacto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNombreContacto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNombreContacto.ValorPorDefecto = ""; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(29, 207); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(113, 21); this.label7.TabIndex = 13; this.label7.Text = "Direccion Web:"; // // txtDireccionWeb // this.txtDireccionWeb.AMostrar = null; this.txtDireccionWeb.AValidar = null; this.txtDireccionWeb.CampoBusquedaID = ""; this.txtDireccionWeb.CampoData = "DireccionWeb"; this.txtDireccionWeb.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDireccionWeb.ColumnasBusqGeneral = null; this.txtDireccionWeb.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtDireccionWeb.Decimales = 0; this.txtDireccionWeb.DSData = this.DSDatos; this.txtDireccionWeb.EsAutoGenerado = false; this.txtDireccionWeb.EsBusqueda = false; this.txtDireccionWeb.EsEditable = true; this.txtDireccionWeb.FiltroBusqueda = ""; this.txtDireccionWeb.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtDireccionWeb.Location = new System.Drawing.Point(148, 207); this.txtDireccionWeb.Name = "txtDireccionWeb"; this.txtDireccionWeb.NombreTabla = ""; this.txtDireccionWeb.SepDecimal = '\0'; this.txtDireccionWeb.Size = new System.Drawing.Size(486, 29); this.txtDireccionWeb.TabIndex = 14; this.txtDireccionWeb.TablaOVistaBusqueda = ""; this.txtDireccionWeb.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtDireccionWeb.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtDireccionWeb.ValorPorDefecto = ""; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(511, 293); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(36, 21); this.label5.TabIndex = 15; this.label5.Text = "Ext.:"; // // txtExt // this.txtExt.AMostrar = null; this.txtExt.AValidar = null; this.txtExt.CampoBusquedaID = ""; this.txtExt.CampoData = "Ext"; this.txtExt.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtExt.ColumnasBusqGeneral = null; this.txtExt.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtExt.Decimales = 0; this.txtExt.DSData = this.DSDatos; this.txtExt.EsAutoGenerado = false; this.txtExt.EsBusqueda = false; this.txtExt.EsEditable = true; this.txtExt.FiltroBusqueda = ""; this.txtExt.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtExt.Location = new System.Drawing.Point(553, 293); this.txtExt.Name = "txtExt"; this.txtExt.NombreTabla = ""; this.txtExt.SepDecimal = '\0'; this.txtExt.Size = new System.Drawing.Size(81, 29); this.txtExt.TabIndex = 16; this.txtExt.TablaOVistaBusqueda = ""; this.txtExt.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtExt.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtExt.ValorPorDefecto = ""; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(91, 241); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(51, 21); this.label8.TabIndex = 17; this.label8.Text = "EMail:"; // // txtEMail // this.txtEMail.AMostrar = null; this.txtEMail.AValidar = null; this.txtEMail.CampoBusquedaID = ""; this.txtEMail.CampoData = "EMail"; this.txtEMail.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtEMail.ColumnasBusqGeneral = null; this.txtEMail.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtEMail.Decimales = 0; this.txtEMail.DSData = this.DSDatos; this.txtEMail.EsAutoGenerado = false; this.txtEMail.EsBusqueda = false; this.txtEMail.EsEditable = true; this.txtEMail.FiltroBusqueda = ""; this.txtEMail.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtEMail.Location = new System.Drawing.Point(148, 242); this.txtEMail.Name = "txtEMail"; this.txtEMail.NombreTabla = ""; this.txtEMail.SepDecimal = '\0'; this.txtEMail.Size = new System.Drawing.Size(486, 29); this.txtEMail.TabIndex = 18; this.txtEMail.TablaOVistaBusqueda = ""; this.txtEMail.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtEMail.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtEMail.ValorPorDefecto = ""; // // FormBancosR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtNombre; valida1.Mensaje = "Debe Indicar un Nombre"; valida1.NombreCampo = "Nombre"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida1.Valor1 = "3"; valida1.Valor2 = null; valida2.comtrol = this.txtDireccion; valida2.Mensaje = "Debe Indicar una Direccion"; valida2.NombreCampo = "Direccion"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida2.Valor1 = "5"; valida2.Valor2 = null; valida3.comtrol = this.txtTelefono1; valida3.Mensaje = "Debe Indicar el Telefono"; valida3.NombreCampo = "Telefono1"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida3.Valor1 = null; valida3.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3 }; this.ClientSize = new System.Drawing.Size(672, 419); this.Controls.Add(this.txtEMail); this.Controls.Add(this.label8); this.Controls.Add(this.txtExt); this.Controls.Add(this.label5); this.Controls.Add(this.txtDireccionWeb); this.Controls.Add(this.label7); this.Controls.Add(this.txtNombreContacto); this.Controls.Add(this.label6); this.Controls.Add(this.txtTelefono2); this.Controls.Add(this.txtTelefono1); this.Controls.Add(this.label4); this.Controls.Add(this.txtDireccion); this.Controls.Add(this.label3); this.Controls.Add(this.txtNombre); this.Controls.Add(this.label2); this.Controls.Add(this.txtCodigo); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormBancosR"; this.NombreCampoID = "Banco_Id"; this.TablaEncabezado = "TBANCOS"; this.Text = "REGISTRAR BANCO"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtCodigo, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtNombre, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtDireccion, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtTelefono1, 0); this.Controls.SetChildIndex(this.txtTelefono2, 0); this.Controls.SetChildIndex(this.label6, 0); this.Controls.SetChildIndex(this.txtNombreContacto, 0); this.Controls.SetChildIndex(this.label7, 0); this.Controls.SetChildIndex(this.txtDireccionWeb, 0); this.Controls.SetChildIndex(this.label5, 0); this.Controls.SetChildIndex(this.txtExt, 0); this.Controls.SetChildIndex(this.label8, 0); this.Controls.SetChildIndex(this.txtEMail, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); this.txtNombre = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.elrTextBox1 = new WinControl_ELR_NET.ELRTextBox(); this.label2 = new System.Windows.Forms.Label(); this.elrCheckBox1 = new WinControl_ELR_NET.ELRCheckBox(); this.elrCheckBox2 = new WinControl_ELR_NET.ELRCheckBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 259); this.pnBotones.Size = new System.Drawing.Size(574, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(334, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(475, 0); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(239, 0); // // txtNombre // this.txtNombre.AMostrar = null; this.txtNombre.AValidar = null; this.txtNombre.CampoBusquedaID = ""; this.txtNombre.CampoData = "Descripcion"; this.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombre.ColumnasBusqGeneral = null; this.txtNombre.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNombre.Decimales = 0; this.txtNombre.DSData = this.DSDatos; this.txtNombre.EsAutoGenerado = false; this.txtNombre.EsBusqueda = false; this.txtNombre.EsEditable = true; this.txtNombre.FiltroBusqueda = ""; this.txtNombre.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNombre.Location = new System.Drawing.Point(98, 78); this.txtNombre.Name = "txtNombre"; this.txtNombre.NombreTabla = ""; this.txtNombre.SepDecimal = '\0'; this.txtNombre.Size = new System.Drawing.Size(451, 29); this.txtNombre.TabIndex = 4; this.txtNombre.TablaOVistaBusqueda = ""; this.txtNombre.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNombre.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNombre.ValorPorDefecto = ""; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(65, 34); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(26, 21); this.label1.TabIndex = 1; this.label1.Text = "Id:"; // // elrTextBox1 // this.elrTextBox1.AMostrar = null; this.elrTextBox1.AValidar = null; this.elrTextBox1.BackColor = System.Drawing.Color.White; this.elrTextBox1.CampoBusquedaID = ""; this.elrTextBox1.CampoData = "Estado_Id"; this.elrTextBox1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.elrTextBox1.ColumnasBusqGeneral = null; this.elrTextBox1.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.elrTextBox1.Decimales = 0; this.elrTextBox1.DSData = this.DSDatos; this.elrTextBox1.Enabled = false; this.elrTextBox1.EsAutoGenerado = false; this.elrTextBox1.EsBusqueda = false; this.elrTextBox1.EsEditable = false; this.elrTextBox1.FiltroBusqueda = ""; this.elrTextBox1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.elrTextBox1.Formato = WinControl_ELR_NET.tbFormato.Default; this.elrTextBox1.Location = new System.Drawing.Point(97, 34); this.elrTextBox1.Name = "elrTextBox1"; this.elrTextBox1.NombreTabla = ""; this.elrTextBox1.SepDecimal = '\0'; this.elrTextBox1.Size = new System.Drawing.Size(110, 29); this.elrTextBox1.TabIndex = 2; this.elrTextBox1.TablaOVistaBusqueda = ""; this.elrTextBox1.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.elrTextBox1.TituloBusqueda = "BUSQUEDA GENERAL"; this.elrTextBox1.ValorPorDefecto = "0"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(21, 78); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(71, 21); this.label2.TabIndex = 3; this.label2.Text = "Nombre:"; // // elrCheckBox1 // this.elrCheckBox1.AutoSize = true; this.elrCheckBox1.CampoData = "ESActivo"; this.elrCheckBox1.DSData = this.DSDatos; this.elrCheckBox1.EsEditable = true; this.elrCheckBox1.EsModificable = true; this.elrCheckBox1.FiltroBusqueda = ""; this.elrCheckBox1.Location = new System.Drawing.Point(98, 123); this.elrCheckBox1.Name = "elrCheckBox1"; this.elrCheckBox1.NombreTabla = ""; this.elrCheckBox1.Size = new System.Drawing.Size(91, 25); this.elrCheckBox1.TabIndex = 5; this.elrCheckBox1.Text = "Es Activo"; this.elrCheckBox1.UseVisualStyleBackColor = true; this.elrCheckBox1.ValorPorDefecto = true; // // elrCheckBox2 // this.elrCheckBox2.AutoSize = true; this.elrCheckBox2.CampoData = "ESConAnexo"; this.elrCheckBox2.DSData = this.DSDatos; this.elrCheckBox2.EsEditable = true; this.elrCheckBox2.EsModificable = true; this.elrCheckBox2.FiltroBusqueda = ""; this.elrCheckBox2.Location = new System.Drawing.Point(224, 123); this.elrCheckBox2.Name = "elrCheckBox2"; this.elrCheckBox2.NombreTabla = ""; this.elrCheckBox2.Size = new System.Drawing.Size(130, 25); this.elrCheckBox2.TabIndex = 6; this.elrCheckBox2.Text = "Es Con Anexos"; this.elrCheckBox2.UseVisualStyleBackColor = true; this.elrCheckBox2.ValorPorDefecto = true; // // FormContaEstadosR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtNombre; valida1.Mensaje = "Debe Ingresar Nombre"; valida1.NombreCampo = "Descripcion"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida1.Valor1 = "4"; valida1.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1 }; this.ClientSize = new System.Drawing.Size(574, 302); this.Controls.Add(this.elrCheckBox2); this.Controls.Add(this.elrCheckBox1); this.Controls.Add(this.txtNombre); this.Controls.Add(this.label2); this.Controls.Add(this.elrTextBox1); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormContaEstadosR"; this.NombreCampoID = "Estado_Id"; this.TablaEncabezado = "TCONTA_ESTADOS"; this.Text = "REGISTRAR ESTADO FINANCIERO"; this.Load += new System.EventHandler(this.FormContaEstadosR_Load); this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.elrTextBox1, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtNombre, 0); this.Controls.SetChildIndex(this.elrCheckBox1, 0); this.Controls.SetChildIndex(this.elrCheckBox2, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); this.label1 = new System.Windows.Forms.Label(); this.elrTextBox1 = new WinControl_ELR_NET.ELRTextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtDescripcion = new WinControl_ELR_NET.ELRTextBox(); this.elrCheckBox1 = new WinControl_ELR_NET.ELRCheckBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 239); this.pnBotones.Size = new System.Drawing.Size(581, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(341, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(482, 0); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(246, 0); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(31, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 21); this.label1.TabIndex = 1; this.label1.Text = "Codigo:"; // // elrTextBox1 // this.elrTextBox1.AMostrar = null; this.elrTextBox1.AValidar = null; this.elrTextBox1.CampoBusquedaID = ""; this.elrTextBox1.CampoData = "Ubicacion_Id"; this.elrTextBox1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.elrTextBox1.ColumnasBusqGeneral = null; this.elrTextBox1.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.elrTextBox1.Decimales = 0; this.elrTextBox1.DSData = this.DSDatos; this.elrTextBox1.Enabled = false; this.elrTextBox1.EsAutoGenerado = false; this.elrTextBox1.EsBusqueda = false; this.elrTextBox1.EsEditable = false; this.elrTextBox1.FiltroBusqueda = ""; this.elrTextBox1.Formato = WinControl_ELR_NET.tbFormato.Default; this.elrTextBox1.Location = new System.Drawing.Point(134, 32); this.elrTextBox1.Name = "elrTextBox1"; this.elrTextBox1.NombreTabla = ""; this.elrTextBox1.SepDecimal = '\0'; this.elrTextBox1.Size = new System.Drawing.Size(124, 29); this.elrTextBox1.TabIndex = 2; this.elrTextBox1.TablaOVistaBusqueda = ""; this.elrTextBox1.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.elrTextBox1.TituloBusqueda = "BUSQUEDA GENERAL"; this.elrTextBox1.ValorPorDefecto = "0"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(34, 71); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(94, 21); this.label2.TabIndex = 3; this.label2.Text = "Descripcion:"; // // txtDescripcion // this.txtDescripcion.AMostrar = null; this.txtDescripcion.AValidar = null; this.txtDescripcion.CampoBusquedaID = ""; this.txtDescripcion.CampoData = "Nombre"; this.txtDescripcion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDescripcion.ColumnasBusqGeneral = null; this.txtDescripcion.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtDescripcion.Decimales = 0; this.txtDescripcion.DSData = this.DSDatos; this.txtDescripcion.EsAutoGenerado = false; this.txtDescripcion.EsBusqueda = false; this.txtDescripcion.EsEditable = true; this.txtDescripcion.FiltroBusqueda = ""; this.txtDescripcion.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtDescripcion.Location = new System.Drawing.Point(134, 71); this.txtDescripcion.Name = "txtDescripcion"; this.txtDescripcion.NombreTabla = ""; this.txtDescripcion.SepDecimal = '\0'; this.txtDescripcion.Size = new System.Drawing.Size(414, 29); this.txtDescripcion.TabIndex = 4; this.txtDescripcion.TablaOVistaBusqueda = ""; this.txtDescripcion.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtDescripcion.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtDescripcion.ValorPorDefecto = ""; // // elrCheckBox1 // this.elrCheckBox1.AutoSize = true; this.elrCheckBox1.CampoData = "EsActivo"; this.elrCheckBox1.DSData = this.DSDatos; this.elrCheckBox1.EsEditable = true; this.elrCheckBox1.EsModificable = true; this.elrCheckBox1.FiltroBusqueda = ""; this.elrCheckBox1.Location = new System.Drawing.Point(134, 118); this.elrCheckBox1.Name = "elrCheckBox1"; this.elrCheckBox1.NombreTabla = ""; this.elrCheckBox1.Size = new System.Drawing.Size(91, 25); this.elrCheckBox1.TabIndex = 5; this.elrCheckBox1.Text = "Es Activo"; this.elrCheckBox1.UseVisualStyleBackColor = true; this.elrCheckBox1.ValorPorDefecto = true; // // FormActivosFijosUbicacionesR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtDescripcion; valida1.Mensaje = "Debe Indicar una Descripcion"; valida1.NombreCampo = "Nombre"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida1.Valor1 = "4"; valida1.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1 }; this.ClientSize = new System.Drawing.Size(581, 282); this.Controls.Add(this.elrCheckBox1); this.Controls.Add(this.txtDescripcion); this.Controls.Add(this.label2); this.Controls.Add(this.elrTextBox1); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormActivosFijosUbicacionesR"; this.NombreCampoID = "Ubicacion_Id"; this.TablaEncabezado = "TACTIVOS_FIJOS_UBICACIONES"; this.Text = "ACTIVOS FIJOS REGISTRO DE UBICACIONES"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.elrTextBox1, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtDescripcion, 0); this.Controls.SetChildIndex(this.elrCheckBox1, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); this.txtCodigo = new WinControl_ELR_NET.ELRTextBox(); this.cboEnlace = new WinControl_ELR_NET.ELRCombobox(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtCuentaContable = new WinControl_ELR_NET.ELRTextBox(); this.btnBuscarCuenta = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtDescripcion = new WinControl_ELR_NET.ELRTextBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 278); this.pnBotones.Size = new System.Drawing.Size(603, 43); this.pnBotones.TabIndex = 8; // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(363, 0); this.btnGrabar.TabIndex = 3; // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(504, 0); this.btnCancelar.TabIndex = 4; // // btnAnterior // this.btnAnterior.TabIndex = 0; this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(268, 0); this.btnSiguientePage.TabIndex = 2; this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(173, 39); this.lblNombreUsuario.TabIndex = 1; // // txtCodigo // this.txtCodigo.AMostrar = null; this.txtCodigo.AValidar = null; this.txtCodigo.CampoBusquedaID = ""; this.txtCodigo.CampoData = "Codigo"; this.txtCodigo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCodigo.ColumnasBusqGeneral = null; this.txtCodigo.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCodigo.Decimales = 0; this.txtCodigo.DSData = this.DSDatos; this.txtCodigo.EsAutoGenerado = false; this.txtCodigo.EsBusqueda = false; this.txtCodigo.EsBusquedaAutoIncremental = false; this.txtCodigo.EsEditable = true; this.txtCodigo.FiltroBusqueda = ""; this.txtCodigo.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtCodigo.Location = new System.Drawing.Point(175, 21); this.txtCodigo.Name = "txtCodigo"; this.txtCodigo.NombreTabla = ""; this.txtCodigo.SepDecimal = '\0'; this.txtCodigo.Size = new System.Drawing.Size(396, 29); this.txtCodigo.TabIndex = 1; this.txtCodigo.TablaOVistaBusqueda = ""; this.txtCodigo.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCodigo.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCodigo.ValorPorDefecto = ""; // // cboEnlace // this.cboEnlace.AValidar = null; this.cboEnlace.CampoData = "Enlace_Id"; this.cboEnlace.CampoJoinCombobox2 = ""; this.cboEnlace.ComboboxAFiltrar = null; this.cboEnlace.DisplayMember = "Descripcion"; this.cboEnlace.DSData = this.DSDatos; this.cboEnlace.EsEditable = true; this.cboEnlace.FiltroBusqueda = ""; this.cboEnlace.FormattingEnabled = true; this.cboEnlace.Location = new System.Drawing.Point(175, 56); this.cboEnlace.Name = "cboEnlace"; this.cboEnlace.NombreTabla = ""; this.cboEnlace.Size = new System.Drawing.Size(396, 29); this.cboEnlace.SSQL = ""; this.cboEnlace.TabIndex = 3; this.cboEnlace.TablaOVistaConsulta = ""; this.cboEnlace.UsaDataGlobal = false; this.cboEnlace.ValorPorDefecto = "0"; this.cboEnlace.ValueMember = "Enlace_Id"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(25, 21); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 21); this.label1.TabIndex = 0; this.label1.Text = "Codigo:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(25, 92); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(141, 21); this.label3.TabIndex = 4; this.label3.Text = "Cuenta Contable:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(25, 59); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(91, 21); this.label4.TabIndex = 2; this.label4.Text = "Tipo Enlace:"; // // txtCuentaContable // this.txtCuentaContable.AMostrar = null; this.txtCuentaContable.AValidar = null; this.txtCuentaContable.BackColor = System.Drawing.Color.White; this.txtCuentaContable.CampoBusquedaID = ""; this.txtCuentaContable.CampoData = "Cuenta_Contable"; this.txtCuentaContable.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCuentaContable.ColumnasBusqGeneral = null; this.txtCuentaContable.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCuentaContable.Decimales = 0; this.txtCuentaContable.DSData = this.DSDatos; this.txtCuentaContable.EsAutoGenerado = false; this.txtCuentaContable.EsBusqueda = false; this.txtCuentaContable.EsBusquedaAutoIncremental = false; this.txtCuentaContable.EsEditable = true; this.txtCuentaContable.FiltroBusqueda = ""; this.txtCuentaContable.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCuentaContable.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtCuentaContable.Location = new System.Drawing.Point(175, 92); this.txtCuentaContable.Name = "txtCuentaContable"; this.txtCuentaContable.NombreTabla = ""; this.txtCuentaContable.ReadOnly = true; this.txtCuentaContable.SepDecimal = '\0'; this.txtCuentaContable.Size = new System.Drawing.Size(267, 29); this.txtCuentaContable.TabIndex = 5; this.txtCuentaContable.TablaOVistaBusqueda = ""; this.txtCuentaContable.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCuentaContable.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCuentaContable.ValorPorDefecto = ""; // // btnBuscarCuenta // this.btnBuscarCuenta.Image = global::ELRContaGeneral.Properties.Resources._1378160672_search; this.btnBuscarCuenta.Location = new System.Drawing.Point(448, 92); this.btnBuscarCuenta.Name = "btnBuscarCuenta"; this.btnBuscarCuenta.Size = new System.Drawing.Size(44, 30); this.btnBuscarCuenta.TabIndex = 6; this.btnBuscarCuenta.UseVisualStyleBackColor = true; this.btnBuscarCuenta.Click += new System.EventHandler(this.btnBuscarCuenta_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.txtDescripcion); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(0, 139); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(603, 139); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; this.groupBox1.Text = "Comentario"; // // txtDescripcion // this.txtDescripcion.AMostrar = null; this.txtDescripcion.AValidar = null; this.txtDescripcion.CampoBusquedaID = ""; this.txtDescripcion.CampoData = "Descripcion"; this.txtDescripcion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDescripcion.ColumnasBusqGeneral = null; this.txtDescripcion.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtDescripcion.Decimales = 0; this.txtDescripcion.Dock = System.Windows.Forms.DockStyle.Fill; this.txtDescripcion.DSData = this.DSDatos; this.txtDescripcion.EsAutoGenerado = false; this.txtDescripcion.EsBusqueda = false; this.txtDescripcion.EsBusquedaAutoIncremental = false; this.txtDescripcion.EsEditable = true; this.txtDescripcion.FiltroBusqueda = ""; this.txtDescripcion.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtDescripcion.Location = new System.Drawing.Point(3, 25); this.txtDescripcion.Multiline = true; this.txtDescripcion.Name = "txtDescripcion"; this.txtDescripcion.NombreTabla = ""; this.txtDescripcion.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtDescripcion.SepDecimal = '\0'; this.txtDescripcion.Size = new System.Drawing.Size(597, 111); this.txtDescripcion.TabIndex = 0; this.txtDescripcion.TablaOVistaBusqueda = ""; this.txtDescripcion.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtDescripcion.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtDescripcion.ValorPorDefecto = ""; // // FormContaEnlaceCuentaR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtCodigo; valida1.Mensaje = "Debe Introducir un Codigo"; valida1.NombreCampo = "Codigo"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = this.cboEnlace; valida2.Mensaje = "Debe Elegir el Enlace"; valida2.NombreCampo = "Enlace_Id"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida2.Valor1 = null; valida2.Valor2 = null; valida3.Mensaje = "Debe Indicar una Descripcion"; valida3.NombreCampo = "Descripcion"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida3.Valor1 = null; valida3.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3 }; this.ClientSize = new System.Drawing.Size(603, 321); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnBuscarCuenta); this.Controls.Add(this.txtCuentaContable); this.Controls.Add(this.label4); this.Controls.Add(this.cboEnlace); this.Controls.Add(this.label3); this.Controls.Add(this.txtCodigo); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormContaEnlaceCuentaR"; this.NombreCampoID = "Unico"; this.TablaEncabezado = "TCONTA_ENLACES_CUENTAS"; this.Text = "ENLACE CUENTA REGISTRO"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtCodigo, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.cboEnlace, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtCuentaContable, 0); this.Controls.SetChildIndex(this.btnBuscarCuenta, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); 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() { WinControl_ELR_NET.MyColumna myColumna1 = new WinControl_ELR_NET.MyColumna(); WinControl_ELR_NET.MyColumna myColumna2 = new WinControl_ELR_NET.MyColumna(); WinControl_ELR_NET.MyColumna myColumna3 = new WinControl_ELR_NET.MyColumna(); WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); this.cboTipoTransaccion = new WinControl_ELR_NET.ELRCombobox(); this.txtMonto = new WinControl_ELR_NET.ELRTextBox(); this.txtConcepto = new WinControl_ELR_NET.ELRTextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtCedulaRNC = new WinControl_ELR_NET.ELRTextBox(); this.btnBuscarEntidad = new WinControl_ELR_NET.ELRBotonBuscar(); this.label3 = new System.Windows.Forms.Label(); this.txtNombreEntidad = new WinControl_ELR_NET.ELRTextBox(); this.label4 = new System.Windows.Forms.Label(); this.lblMontoLetra = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 355); this.pnBotones.Size = new System.Drawing.Size(684, 43); this.pnBotones.TabIndex = 11; // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(490, 0); this.btnGrabar.TabIndex = 0; // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(585, 0); this.btnCancelar.TabIndex = 1; // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(395, 0); // // cboTipoTransaccion // this.cboTipoTransaccion.AValidar = null; this.cboTipoTransaccion.CampoData = "Tipo_Trans"; this.cboTipoTransaccion.CampoJoinCombobox2 = ""; this.cboTipoTransaccion.ComboboxAFiltrar = null; this.cboTipoTransaccion.DisplayMember = "Descripcion"; this.cboTipoTransaccion.DSData = this.DSDatos; this.cboTipoTransaccion.EsEditable = true; this.cboTipoTransaccion.FiltroBusqueda = "EsActivo = 1 And Tipo_Trans > 0 and EsOtro = 1"; this.cboTipoTransaccion.FormattingEnabled = true; this.cboTipoTransaccion.Location = new System.Drawing.Point(156, 10); this.cboTipoTransaccion.Name = "cboTipoTransaccion"; this.cboTipoTransaccion.NombreTabla = ""; this.cboTipoTransaccion.Size = new System.Drawing.Size(507, 29); this.cboTipoTransaccion.SSQL = ""; this.cboTipoTransaccion.TabIndex = 1; this.cboTipoTransaccion.TablaOVistaConsulta = "TCAJAS_TIPO_TRANS"; this.cboTipoTransaccion.UsaDataGlobal = false; this.cboTipoTransaccion.ValorPorDefecto = "0"; this.cboTipoTransaccion.ValueMember = "Tipo_Trans"; // // txtMonto // this.txtMonto.AMostrar = null; this.txtMonto.AValidar = null; this.txtMonto.CampoBusquedaID = ""; this.txtMonto.CampoData = "Monto"; this.txtMonto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMonto.ColumnasBusqGeneral = null; this.txtMonto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtMonto.Decimales = 0; this.txtMonto.DSData = this.DSDatos; this.txtMonto.EsAutoGenerado = false; this.txtMonto.EsBusqueda = false; this.txtMonto.EsEditable = true; this.txtMonto.FiltroBusqueda = ""; this.txtMonto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtMonto.Location = new System.Drawing.Point(158, 163); this.txtMonto.Name = "txtMonto"; this.txtMonto.NombreTabla = ""; this.txtMonto.SepDecimal = '\0'; this.txtMonto.Size = new System.Drawing.Size(164, 29); this.txtMonto.TabIndex = 7; this.txtMonto.TablaOVistaBusqueda = ""; this.txtMonto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtMonto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtMonto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtMonto.ValorPorDefecto = "0.00"; this.txtMonto.Leave += new System.EventHandler(this.txtMonto_Leave); // // txtConcepto // this.txtConcepto.AMostrar = null; this.txtConcepto.AValidar = null; this.txtConcepto.CampoBusquedaID = ""; this.txtConcepto.CampoData = "Concepto"; this.txtConcepto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtConcepto.ColumnasBusqGeneral = null; this.txtConcepto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtConcepto.Decimales = 0; this.txtConcepto.DSData = this.DSDatos; this.txtConcepto.EsAutoGenerado = false; this.txtConcepto.EsBusqueda = false; this.txtConcepto.EsEditable = true; this.txtConcepto.FiltroBusqueda = ""; this.txtConcepto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtConcepto.Location = new System.Drawing.Point(158, 235); this.txtConcepto.Multiline = true; this.txtConcepto.Name = "txtConcepto"; this.txtConcepto.NombreTabla = ""; this.txtConcepto.SepDecimal = '\0'; this.txtConcepto.Size = new System.Drawing.Size(500, 105); this.txtConcepto.TabIndex = 10; this.txtConcepto.TablaOVistaBusqueda = ""; this.txtConcepto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtConcepto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtConcepto.ValorPorDefecto = ""; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.cboTipoTransaccion); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(684, 55); this.panel1.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(126, 21); this.label1.TabIndex = 0; this.label1.Text = "Tipo Transaccion"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(49, 80); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(96, 21); this.label2.TabIndex = 1; this.label2.Text = "Cedula\\RNC"; // // txtCedulaRNC // this.txtCedulaRNC.AMostrar = null; this.txtCedulaRNC.AValidar = null; this.txtCedulaRNC.CampoBusquedaID = ""; this.txtCedulaRNC.CampoData = "CedulaRNC"; this.txtCedulaRNC.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCedulaRNC.ColumnasBusqGeneral = null; this.txtCedulaRNC.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCedulaRNC.Decimales = 0; this.txtCedulaRNC.DSData = this.DSDatos; this.txtCedulaRNC.EsAutoGenerado = false; this.txtCedulaRNC.EsBusqueda = false; this.txtCedulaRNC.EsEditable = true; this.txtCedulaRNC.FiltroBusqueda = ""; this.txtCedulaRNC.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtCedulaRNC.Location = new System.Drawing.Point(158, 80); this.txtCedulaRNC.Name = "txtCedulaRNC"; this.txtCedulaRNC.NombreTabla = ""; this.txtCedulaRNC.SepDecimal = '\0'; this.txtCedulaRNC.Size = new System.Drawing.Size(164, 29); this.txtCedulaRNC.TabIndex = 2; this.txtCedulaRNC.TablaOVistaBusqueda = ""; this.txtCedulaRNC.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCedulaRNC.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCedulaRNC.ValorPorDefecto = ""; // // btnBuscarEntidad // this.btnBuscarEntidad.AMostrar = null; myColumna1.Ancho = 100; myColumna1.HeaderText = "Id"; myColumna1.NombreCampo = "Entidad_Id"; myColumna2.Ancho = 150; myColumna2.HeaderText = "Cedula\\RNC"; myColumna2.NombreCampo = "CedulaRNC"; myColumna3.Ancho = 250; myColumna3.HeaderText = "Nombre"; myColumna3.NombreCampo = "Nombre_Completo"; this.btnBuscarEntidad.columnas = new WinControl_ELR_NET.MyColumna[] { myColumna1, myColumna2, myColumna3 }; this.btnBuscarEntidad.CondicionABuscar = "Campo_Busqueda Like \'%\' + @aBuscar + \'%\'"; this.btnBuscarEntidad.CondicionOrderBY = ""; this.btnBuscarEntidad.EsAutoIncremental = true; this.btnBuscarEntidad.FiltroEstatico = "EsActivo = 1"; this.btnBuscarEntidad.Limite = 100; this.btnBuscarEntidad.Location = new System.Drawing.Point(328, 81); this.btnBuscarEntidad.Name = "btnBuscarEntidad"; this.btnBuscarEntidad.Size = new System.Drawing.Size(70, 28); this.btnBuscarEntidad.TabIndex = 3; this.btnBuscarEntidad.TablaOVista = "VENTIDADES"; this.btnBuscarEntidad.Text = "Buscar"; this.btnBuscarEntidad.Titulo = "Busqueda General"; this.btnBuscarEntidad.UseVisualStyleBackColor = true; this.btnBuscarEntidad.Click += new System.EventHandler(this.btnBuscarEntidad_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(21, 124); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(124, 21); this.label3.TabIndex = 4; this.label3.Text = "Nombre Entidad"; // // txtNombreEntidad // this.txtNombreEntidad.AMostrar = null; this.txtNombreEntidad.AValidar = null; this.txtNombreEntidad.CampoBusquedaID = ""; this.txtNombreEntidad.CampoData = "ANombre"; this.txtNombreEntidad.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombreEntidad.ColumnasBusqGeneral = null; this.txtNombreEntidad.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNombreEntidad.Decimales = 0; this.txtNombreEntidad.DSData = this.DSDatos; this.txtNombreEntidad.EsAutoGenerado = false; this.txtNombreEntidad.EsBusqueda = false; this.txtNombreEntidad.EsEditable = true; this.txtNombreEntidad.FiltroBusqueda = ""; this.txtNombreEntidad.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNombreEntidad.Location = new System.Drawing.Point(158, 124); this.txtNombreEntidad.Name = "txtNombreEntidad"; this.txtNombreEntidad.NombreTabla = ""; this.txtNombreEntidad.SepDecimal = '\0'; this.txtNombreEntidad.Size = new System.Drawing.Size(507, 29); this.txtNombreEntidad.TabIndex = 5; this.txtNombreEntidad.TablaOVistaBusqueda = ""; this.txtNombreEntidad.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNombreEntidad.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNombreEntidad.ValorPorDefecto = ""; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(89, 163); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 21); this.label4.TabIndex = 6; this.label4.Text = "Monto"; // // lblMontoLetra // this.lblMontoLetra.AutoSize = true; this.lblMontoLetra.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMontoLetra.Location = new System.Drawing.Point(151, 199); this.lblMontoLetra.Name = "lblMontoLetra"; this.lblMontoLetra.Size = new System.Drawing.Size(137, 21); this.lblMontoLetra.TabIndex = 8; this.lblMontoLetra.Text = "MONTO EN LETRA"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(69, 235); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(76, 21); this.label5.TabIndex = 9; this.label5.Text = "Concepto"; // // FormCajaReciboOtrosIngresos // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.cboTipoTransaccion; valida1.Mensaje = "Debe Indicar el Tipo de Transaccion"; valida1.NombreCampo = "Tipo_Trans"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = this.txtMonto; valida2.Mensaje = "El Monto Debe Ser Mayor a Cero"; valida2.NombreCampo = "Monto"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida2.Valor1 = "1"; valida2.Valor2 = null; valida3.comtrol = this.txtConcepto; valida3.Mensaje = "Debe Indicar un Concepto Minimo 15 Caracteres"; valida3.NombreCampo = "Concepto"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida3.Valor1 = "15"; valida3.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3 }; this.ClientSize = new System.Drawing.Size(684, 398); this.Controls.Add(this.txtConcepto); this.Controls.Add(this.label5); this.Controls.Add(this.lblMontoLetra); this.Controls.Add(this.txtMonto); this.Controls.Add(this.label4); this.Controls.Add(this.txtNombreEntidad); this.Controls.Add(this.label3); this.Controls.Add(this.btnBuscarEntidad); this.Controls.Add(this.txtCedulaRNC); this.Controls.Add(this.label2); this.Controls.Add(this.panel1); this.Cursor = System.Windows.Forms.Cursors.Default; this.EnEjecusion = true; this.EsConTemporal = true; this.FormaImprimir = WinControl_ELR_NET.tbTipoImpresion.Ticket; this.ImprimirAlGrabar = true; this.MostrarDesglosePago = true; this.Name = "FormCajaReciboOtrosIngresos"; this.NombreCampoID = "Recibo_Id"; this.NombreReporte = "RptReciboCajaOtros"; this.NombreVistaImprimir = "VCAJAS_RECIBOS"; this.RequiereCajaAbierta = true; this.SPGraba = "SP_CAJAS_GRABA_RECIBO_OTROS_INGRESOS"; this.TablaEncabezado = "TTEMPORAL_CAJAS_RECIBOS"; this.Text = "REGISTRAR RECIBO OTROS INGRESOS"; this.Load += new System.EventHandler(this.FormCajaReciboOtrosIngresos_Load); this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.panel1, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtCedulaRNC, 0); this.Controls.SetChildIndex(this.btnBuscarEntidad, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtNombreEntidad, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtMonto, 0); this.Controls.SetChildIndex(this.lblMontoLetra, 0); this.Controls.SetChildIndex(this.label5, 0); this.Controls.SetChildIndex(this.txtConcepto, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); 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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); this.txtMultiplicaPor = new WinControl_ELR_NET.ELRTextBox(); this.txtLineaNo = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.elrTextBox1 = new WinControl_ELR_NET.ELRTextBox(); this.txtConcepto = new WinControl_ELR_NET.ELRTextBox(); this.label2 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.chkEsActivo = new WinControl_ELR_NET.ELRCheckBox(); this.label3 = new System.Windows.Forms.Label(); this.cboTipoLinea = new WinControl_ELR_NET.ELRCombobox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.elrCheckBox2 = new WinControl_ELR_NET.ELRCheckBox(); this.elrCheckBox1 = new WinControl_ELR_NET.ELRCheckBox(); this.elrCombobox2 = new WinControl_ELR_NET.ELRCombobox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txtFormula = new WinControl_ELR_NET.ELRTextBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.elrCombobox1 = new WinControl_ELR_NET.ELRCombobox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 431); this.pnBotones.Size = new System.Drawing.Size(689, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(449, 0); this.btnGrabar.TabIndex = 3; // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(590, 0); this.btnCancelar.TabIndex = 4; // // btnAnterior // this.btnAnterior.TabIndex = 0; this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(354, 0); this.btnSiguientePage.TabIndex = 2; this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(259, 39); this.lblNombreUsuario.TabIndex = 1; // // txtMultiplicaPor // this.txtMultiplicaPor.AMostrar = null; this.txtMultiplicaPor.AValidar = null; this.txtMultiplicaPor.CampoBusquedaID = ""; this.txtMultiplicaPor.CampoData = "MultiplicaPor"; this.txtMultiplicaPor.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMultiplicaPor.ColumnasBusqGeneral = null; this.txtMultiplicaPor.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtMultiplicaPor.Decimales = 4; this.txtMultiplicaPor.DSData = this.DSDatos; this.txtMultiplicaPor.EsAutoGenerado = false; this.txtMultiplicaPor.EsBusqueda = false; this.txtMultiplicaPor.EsBusquedaAutoIncremental = false; this.txtMultiplicaPor.EsEditable = true; this.txtMultiplicaPor.FiltroBusqueda = ""; this.txtMultiplicaPor.Formato = WinControl_ELR_NET.tbFormato.Decimal; this.txtMultiplicaPor.Location = new System.Drawing.Point(123, 221); this.txtMultiplicaPor.Name = "txtMultiplicaPor"; this.txtMultiplicaPor.NombreTabla = ""; this.txtMultiplicaPor.SepDecimal = '\0'; this.txtMultiplicaPor.Size = new System.Drawing.Size(125, 29); this.txtMultiplicaPor.TabIndex = 12; this.txtMultiplicaPor.TablaOVistaBusqueda = ""; this.txtMultiplicaPor.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtMultiplicaPor.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtMultiplicaPor.ValorPorDefecto = "1"; // // txtLineaNo // this.txtLineaNo.AMostrar = null; this.txtLineaNo.AValidar = null; this.txtLineaNo.CampoBusquedaID = ""; this.txtLineaNo.CampoData = "LineaNo"; this.txtLineaNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtLineaNo.ColumnasBusqGeneral = null; this.txtLineaNo.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtLineaNo.Decimales = 0; this.txtLineaNo.DSData = this.DSDatos; this.txtLineaNo.EsAutoGenerado = false; this.txtLineaNo.EsBusqueda = false; this.txtLineaNo.EsBusquedaAutoIncremental = false; this.txtLineaNo.EsEditable = true; this.txtLineaNo.FiltroBusqueda = ""; this.txtLineaNo.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtLineaNo.Location = new System.Drawing.Point(123, 186); this.txtLineaNo.Name = "txtLineaNo"; this.txtLineaNo.NombreTabla = ""; this.txtLineaNo.SepDecimal = '\0'; this.txtLineaNo.Size = new System.Drawing.Size(125, 29); this.txtLineaNo.TabIndex = 8; this.txtLineaNo.TablaOVistaBusqueda = ""; this.txtLineaNo.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtLineaNo.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtLineaNo.ValorPorDefecto = "1"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(54, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 21); this.label1.TabIndex = 0; this.label1.Text = "Codigo:"; // // elrTextBox1 // this.elrTextBox1.AMostrar = null; this.elrTextBox1.AValidar = null; this.elrTextBox1.CampoBusquedaID = ""; this.elrTextBox1.CampoData = "Formula_Id"; this.elrTextBox1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.elrTextBox1.ColumnasBusqGeneral = null; this.elrTextBox1.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.elrTextBox1.Decimales = 0; this.elrTextBox1.DSData = this.DSDatos; this.elrTextBox1.EsAutoGenerado = false; this.elrTextBox1.EsBusqueda = false; this.elrTextBox1.EsBusquedaAutoIncremental = false; this.elrTextBox1.EsEditable = false; this.elrTextBox1.FiltroBusqueda = ""; this.elrTextBox1.Formato = WinControl_ELR_NET.tbFormato.Default; this.elrTextBox1.Location = new System.Drawing.Point(123, 22); this.elrTextBox1.Name = "elrTextBox1"; this.elrTextBox1.NombreTabla = ""; this.elrTextBox1.SepDecimal = '\0'; this.elrTextBox1.Size = new System.Drawing.Size(125, 29); this.elrTextBox1.TabIndex = 1; this.elrTextBox1.TablaOVistaBusqueda = ""; this.elrTextBox1.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.elrTextBox1.TituloBusqueda = "BUSQUEDA GENERAL"; this.elrTextBox1.ValorPorDefecto = "0"; // // txtConcepto // this.txtConcepto.AMostrar = null; this.txtConcepto.AValidar = null; this.txtConcepto.CampoBusquedaID = ""; this.txtConcepto.CampoData = "Descripcion"; this.txtConcepto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtConcepto.ColumnasBusqGeneral = null; this.txtConcepto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtConcepto.Decimales = 0; this.txtConcepto.DSData = this.DSDatos; this.txtConcepto.EsAutoGenerado = false; this.txtConcepto.EsBusqueda = false; this.txtConcepto.EsBusquedaAutoIncremental = false; this.txtConcepto.EsEditable = true; this.txtConcepto.FiltroBusqueda = ""; this.txtConcepto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtConcepto.Location = new System.Drawing.Point(123, 57); this.txtConcepto.Name = "txtConcepto"; this.txtConcepto.NombreTabla = ""; this.txtConcepto.SepDecimal = '\0'; this.txtConcepto.Size = new System.Drawing.Size(526, 29); this.txtConcepto.TabIndex = 4; this.txtConcepto.TablaOVistaBusqueda = ""; this.txtConcepto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtConcepto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtConcepto.ValorPorDefecto = ""; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(23, 57); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(94, 21); this.label2.TabIndex = 3; this.label2.Text = "Descripcion:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(39, 186); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(78, 21); this.label4.TabIndex = 7; this.label4.Text = "Linea No.:"; // // chkEsActivo // this.chkEsActivo.AutoSize = true; this.chkEsActivo.CampoData = "EsActivo"; this.chkEsActivo.DSData = this.DSDatos; this.chkEsActivo.EsEditable = true; this.chkEsActivo.EsModificable = true; this.chkEsActivo.FiltroBusqueda = ""; this.chkEsActivo.Location = new System.Drawing.Point(558, 26); this.chkEsActivo.Name = "chkEsActivo"; this.chkEsActivo.NombreTabla = ""; this.chkEsActivo.Size = new System.Drawing.Size(91, 25); this.chkEsActivo.TabIndex = 2; this.chkEsActivo.Text = "Es Activo"; this.chkEsActivo.UseVisualStyleBackColor = true; this.chkEsActivo.ValorPorDefecto = true; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(272, 189); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(84, 21); this.label3.TabIndex = 9; this.label3.Text = "Tipo Linea:"; // // cboTipoLinea // this.cboTipoLinea.AValidar = null; this.cboTipoLinea.CampoData = "Tipo_Linea"; this.cboTipoLinea.CampoJoinCombobox2 = ""; this.cboTipoLinea.ComboboxAFiltrar = null; this.cboTipoLinea.DSData = this.DSDatos; this.cboTipoLinea.EsEditable = true; this.cboTipoLinea.FiltroBusqueda = ""; this.cboTipoLinea.FormattingEnabled = true; this.cboTipoLinea.Items.AddRange(new object[] { "LINEA VACIA", "TITULO", "TOTAL EN CUENTA", "SUMA LINEA" }); this.cboTipoLinea.Location = new System.Drawing.Point(362, 189); this.cboTipoLinea.Name = "cboTipoLinea"; this.cboTipoLinea.NombreTabla = ""; this.cboTipoLinea.Size = new System.Drawing.Size(287, 29); this.cboTipoLinea.SSQL = ""; this.cboTipoLinea.TabIndex = 10; this.cboTipoLinea.TablaOVistaConsulta = ""; this.cboTipoLinea.UsaDataGlobal = false; this.cboTipoLinea.ValorPorDefecto = "0"; // // groupBox1 // this.groupBox1.Controls.Add(this.elrCheckBox2); this.groupBox1.Controls.Add(this.elrCheckBox1); this.groupBox1.Controls.Add(this.elrCombobox2); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(0, 308); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(689, 123); this.groupBox1.TabIndex = 16; this.groupBox1.TabStop = false; this.groupBox1.Text = "Opciones Formato"; // // elrCheckBox2 // this.elrCheckBox2.AutoSize = true; this.elrCheckBox2.CampoData = "EsVisible"; this.elrCheckBox2.DSData = this.DSDatos; this.elrCheckBox2.EsEditable = true; this.elrCheckBox2.EsModificable = true; this.elrCheckBox2.FiltroBusqueda = ""; this.elrCheckBox2.Location = new System.Drawing.Point(273, 83); this.elrCheckBox2.Name = "elrCheckBox2"; this.elrCheckBox2.NombreTabla = ""; this.elrCheckBox2.Size = new System.Drawing.Size(101, 25); this.elrCheckBox2.TabIndex = 3; this.elrCheckBox2.Text = "Es Visible"; this.elrCheckBox2.UseVisualStyleBackColor = true; this.elrCheckBox2.ValorPorDefecto = true; // // elrCheckBox1 // this.elrCheckBox1.AutoSize = true; this.elrCheckBox1.CampoData = "EsNegrita"; this.elrCheckBox1.DSData = this.DSDatos; this.elrCheckBox1.EsEditable = true; this.elrCheckBox1.EsModificable = true; this.elrCheckBox1.FiltroBusqueda = ""; this.elrCheckBox1.Location = new System.Drawing.Point(135, 83); this.elrCheckBox1.Name = "elrCheckBox1"; this.elrCheckBox1.NombreTabla = ""; this.elrCheckBox1.Size = new System.Drawing.Size(107, 25); this.elrCheckBox1.TabIndex = 2; this.elrCheckBox1.Text = "Es Negrita"; this.elrCheckBox1.UseVisualStyleBackColor = true; this.elrCheckBox1.ValorPorDefecto = false; // // elrCombobox2 // this.elrCombobox2.AValidar = null; this.elrCombobox2.CampoData = "Tipo_Subrayado"; this.elrCombobox2.CampoJoinCombobox2 = ""; this.elrCombobox2.ComboboxAFiltrar = null; this.elrCombobox2.DSData = this.DSDatos; this.elrCombobox2.EsEditable = true; this.elrCombobox2.FiltroBusqueda = ""; this.elrCombobox2.FormattingEnabled = true; this.elrCombobox2.Items.AddRange(new object[] { "(NINGUNO)", "SENCILLO", "DOBLE" }); this.elrCombobox2.Location = new System.Drawing.Point(135, 34); this.elrCombobox2.Name = "elrCombobox2"; this.elrCombobox2.NombreTabla = ""; this.elrCombobox2.Size = new System.Drawing.Size(430, 29); this.elrCombobox2.SSQL = ""; this.elrCombobox2.TabIndex = 1; this.elrCombobox2.TablaOVistaConsulta = ""; this.elrCombobox2.UsaDataGlobal = false; this.elrCombobox2.ValorPorDefecto = "0"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(30, 34); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(92, 21); this.label5.TabIndex = 0; this.label5.Text = "Subrayado"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(46, 92); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(71, 21); this.label6.TabIndex = 5; this.label6.Text = "Formula:"; // // txtFormula // this.txtFormula.AMostrar = null; this.txtFormula.AValidar = null; this.txtFormula.BackColor = System.Drawing.Color.White; this.txtFormula.CampoBusquedaID = ""; this.txtFormula.CampoData = "Formula"; this.txtFormula.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtFormula.ColumnasBusqGeneral = null; this.txtFormula.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtFormula.Decimales = 0; this.txtFormula.DSData = this.DSDatos; this.txtFormula.EsAutoGenerado = false; this.txtFormula.EsBusqueda = false; this.txtFormula.EsBusquedaAutoIncremental = false; this.txtFormula.EsEditable = true; this.txtFormula.FiltroBusqueda = ""; this.txtFormula.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtFormula.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtFormula.Location = new System.Drawing.Point(123, 92); this.txtFormula.Multiline = true; this.txtFormula.Name = "txtFormula"; this.txtFormula.NombreTabla = ""; this.txtFormula.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtFormula.SepDecimal = '\0'; this.txtFormula.Size = new System.Drawing.Size(526, 88); this.txtFormula.TabIndex = 6; this.txtFormula.TablaOVistaBusqueda = ""; this.txtFormula.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtFormula.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtFormula.ValorPorDefecto = ""; this.txtFormula.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFormula_KeyPress); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(9, 225); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(108, 21); this.label7.TabIndex = 11; this.label7.Text = "Multiplica Por:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(61, 256); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(56, 21); this.label8.TabIndex = 13; this.label8.Text = "Anexo:"; // // elrCombobox1 // this.elrCombobox1.AValidar = null; this.elrCombobox1.CampoData = "AnexoNo"; this.elrCombobox1.CampoJoinCombobox2 = ""; this.elrCombobox1.ComboboxAFiltrar = null; this.elrCombobox1.DisplayMember = "Concepto"; this.elrCombobox1.DSData = this.DSDatos; this.elrCombobox1.EsEditable = true; this.elrCombobox1.FiltroBusqueda = ""; this.elrCombobox1.FormattingEnabled = true; this.elrCombobox1.Location = new System.Drawing.Point(123, 256); this.elrCombobox1.Name = "elrCombobox1"; this.elrCombobox1.NombreTabla = ""; this.elrCombobox1.Size = new System.Drawing.Size(526, 29); this.elrCombobox1.SSQL = ""; this.elrCombobox1.TabIndex = 14; this.elrCombobox1.TablaOVistaConsulta = "VCONTA_ESTADOS_ANEXOS"; this.elrCombobox1.UsaDataGlobal = false; this.elrCombobox1.ValorPorDefecto = "0"; this.elrCombobox1.ValueMember = "Anexo_Id"; // // FormContaEstadosFormatosR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtMultiplicaPor; valida1.Mensaje = "Debe Ser Diferente de Cero"; valida1.NombreCampo = "MultiplicaPor"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.DiferenteA; valida1.Valor1 = "0"; valida1.Valor2 = null; valida2.comtrol = this.txtLineaNo; valida2.Mensaje = "Debe Ser Mayor o Igual a 1"; valida2.NombreCampo = "LineaNo"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida2.Valor1 = "1"; valida2.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2 }; this.ClientSize = new System.Drawing.Size(689, 474); this.Controls.Add(this.elrCombobox1); this.Controls.Add(this.label8); this.Controls.Add(this.txtMultiplicaPor); this.Controls.Add(this.label7); this.Controls.Add(this.txtFormula); this.Controls.Add(this.label6); this.Controls.Add(this.groupBox1); this.Controls.Add(this.cboTipoLinea); this.Controls.Add(this.label3); this.Controls.Add(this.chkEsActivo); this.Controls.Add(this.txtLineaNo); this.Controls.Add(this.label4); this.Controls.Add(this.txtConcepto); this.Controls.Add(this.label2); this.Controls.Add(this.elrTextBox1); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MensajeAlGrabar = false; this.MinimizeBox = false; this.Name = "FormContaEstadosFormatosR"; this.NombreCampoID = "Formula_Id"; this.TablaEncabezado = "TCONTA_ESTADOS_FORMULAS"; this.Text = "CONFIGURAR LINEA ESTADO FINANCIERO"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.elrTextBox1, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtConcepto, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtLineaNo, 0); this.Controls.SetChildIndex(this.chkEsActivo, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.cboTipoLinea, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.Controls.SetChildIndex(this.label6, 0); this.Controls.SetChildIndex(this.txtFormula, 0); this.Controls.SetChildIndex(this.label7, 0); this.Controls.SetChildIndex(this.txtMultiplicaPor, 0); this.Controls.SetChildIndex(this.label8, 0); this.Controls.SetChildIndex(this.elrCombobox1, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); 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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); this.cboMunicipio = new WinControl_ELR_NET.ELRCombobox(); this.panel1 = new System.Windows.Forms.Panel(); this.elrCheckBox1 = new WinControl_ELR_NET.ELRCheckBox(); this.txtNombre = new WinControl_ELR_NET.ELRTextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtSectorId = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnBuscarZona = new System.Windows.Forms.Button(); this.btnBuscarMunicipio = new System.Windows.Forms.Button(); this.btnBuscarProvincia = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.cboProvincia = new WinControl_ELR_NET.ELRCombobox(); this.label5 = new System.Windows.Forms.Label(); this.cboPais = new WinControl_ELR_NET.ELRCombobox(); this.label2 = new System.Windows.Forms.Label(); this.cboZona = new WinControl_ELR_NET.ELRCombobox(); this.label4 = new System.Windows.Forms.Label(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 338); this.pnBotones.Size = new System.Drawing.Size(662, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(422, 0); this.btnGrabar.Size = new System.Drawing.Size(141, 39); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(563, 0); this.btnCancelar.Size = new System.Drawing.Size(95, 39); // // btnAnterior // this.btnAnterior.Size = new System.Drawing.Size(95, 39); this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(327, 0); this.btnSiguientePage.Size = new System.Drawing.Size(95, 39); this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(232, 39); // // cboMunicipio // this.cboMunicipio.AValidar = null; this.cboMunicipio.CampoData = "Municipio_Id"; this.cboMunicipio.CampoJoinCombobox2 = ""; this.cboMunicipio.ComboboxAFiltrar = null; this.cboMunicipio.DisplayMember = "Nombre"; this.cboMunicipio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboMunicipio.DSData = this.DSDatos; this.cboMunicipio.EsEditable = true; this.cboMunicipio.FiltroBusqueda = ""; this.cboMunicipio.FormattingEnabled = true; this.cboMunicipio.Location = new System.Drawing.Point(108, 108); this.cboMunicipio.Name = "cboMunicipio"; this.cboMunicipio.NombreTabla = ""; this.cboMunicipio.Size = new System.Drawing.Size(472, 29); this.cboMunicipio.SSQL = ""; this.cboMunicipio.TabIndex = 16; this.cboMunicipio.TablaOVistaConsulta = ""; this.cboMunicipio.UsaDataGlobal = false; this.cboMunicipio.ValorPorDefecto = "0"; this.cboMunicipio.ValueMember = "Municipio_Id"; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.elrCheckBox1); this.panel1.Controls.Add(this.txtNombre); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.txtSectorId); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(662, 107); this.panel1.TabIndex = 11; // // elrCheckBox1 // this.elrCheckBox1.AutoSize = true; this.elrCheckBox1.CampoData = "EsActivo"; this.elrCheckBox1.DSData = this.DSDatos; this.elrCheckBox1.EsEditable = true; this.elrCheckBox1.EsModificable = true; this.elrCheckBox1.FiltroBusqueda = ""; this.elrCheckBox1.Location = new System.Drawing.Point(290, 14); this.elrCheckBox1.Name = "elrCheckBox1"; this.elrCheckBox1.NombreTabla = ""; this.elrCheckBox1.Size = new System.Drawing.Size(91, 25); this.elrCheckBox1.TabIndex = 11; this.elrCheckBox1.Text = "Es Activo"; this.elrCheckBox1.UseVisualStyleBackColor = true; this.elrCheckBox1.ValorPorDefecto = true; // // txtNombre // this.txtNombre.AMostrar = null; this.txtNombre.AValidar = null; this.txtNombre.CampoBusquedaID = ""; this.txtNombre.CampoData = "Nombre"; this.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombre.ColumnasBusqGeneral = null; this.txtNombre.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNombre.Decimales = 0; this.txtNombre.DSData = this.DSDatos; this.txtNombre.EsAutoGenerado = false; this.txtNombre.EsBusqueda = false; this.txtNombre.EsBusquedaAutoIncremental = false; this.txtNombre.EsEditable = true; this.txtNombre.FiltroBusqueda = ""; this.txtNombre.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNombre.Location = new System.Drawing.Point(120, 54); this.txtNombre.Name = "txtNombre"; this.txtNombre.NombreTabla = ""; this.txtNombre.SepDecimal = '\0'; this.txtNombre.Size = new System.Drawing.Size(511, 29); this.txtNombre.TabIndex = 10; this.txtNombre.TablaOVistaBusqueda = ""; this.txtNombre.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNombre.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNombre.ValorPorDefecto = ""; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(27, 54); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(68, 21); this.label3.TabIndex = 9; this.label3.Text = "Nombre"; // // txtSectorId // this.txtSectorId.AMostrar = null; this.txtSectorId.AValidar = null; this.txtSectorId.CampoBusquedaID = ""; this.txtSectorId.CampoData = "Sector_Id"; this.txtSectorId.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtSectorId.ColumnasBusqGeneral = null; this.txtSectorId.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtSectorId.Decimales = 0; this.txtSectorId.DSData = this.DSDatos; this.txtSectorId.EsAutoGenerado = false; this.txtSectorId.EsBusqueda = false; this.txtSectorId.EsBusquedaAutoIncremental = false; this.txtSectorId.EsEditable = false; this.txtSectorId.FiltroBusqueda = ""; this.txtSectorId.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtSectorId.Location = new System.Drawing.Point(120, 14); this.txtSectorId.Name = "txtSectorId"; this.txtSectorId.NombreTabla = ""; this.txtSectorId.ReadOnly = true; this.txtSectorId.SepDecimal = '\0'; this.txtSectorId.Size = new System.Drawing.Size(143, 29); this.txtSectorId.TabIndex = 8; this.txtSectorId.TablaOVistaBusqueda = ""; this.txtSectorId.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtSectorId.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtSectorId.ValorPorDefecto = "0"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(27, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 21); this.label1.TabIndex = 7; this.label1.Text = "Sector Id"; // // groupBox1 // this.groupBox1.Controls.Add(this.btnBuscarZona); this.groupBox1.Controls.Add(this.btnBuscarMunicipio); this.groupBox1.Controls.Add(this.btnBuscarProvincia); this.groupBox1.Controls.Add(this.cboMunicipio); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.cboProvincia); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.cboPais); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.cboZona); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 107); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(662, 231); this.groupBox1.TabIndex = 12; this.groupBox1.TabStop = false; this.groupBox1.Text = "[Seleccional Municipio]"; // // btnBuscarZona // this.btnBuscarZona.Image = global::ELRMaestros.Properties.Resources._1378160672_search___Copy__2_; this.btnBuscarZona.Location = new System.Drawing.Point(586, 147); this.btnBuscarZona.Name = "btnBuscarZona"; this.btnBuscarZona.Size = new System.Drawing.Size(47, 29); this.btnBuscarZona.TabIndex = 20; this.btnBuscarZona.UseVisualStyleBackColor = true; this.btnBuscarZona.Click += new System.EventHandler(this.btnBuscarProvincia_Click); // // btnBuscarMunicipio // this.btnBuscarMunicipio.Image = global::ELRMaestros.Properties.Resources._1378160672_search___Copy__2_; this.btnBuscarMunicipio.Location = new System.Drawing.Point(586, 108); this.btnBuscarMunicipio.Name = "btnBuscarMunicipio"; this.btnBuscarMunicipio.Size = new System.Drawing.Size(47, 29); this.btnBuscarMunicipio.TabIndex = 19; this.btnBuscarMunicipio.UseVisualStyleBackColor = true; this.btnBuscarMunicipio.Click += new System.EventHandler(this.btnBuscarProvincia_Click); // // btnBuscarProvincia // this.btnBuscarProvincia.Image = global::ELRMaestros.Properties.Resources._1378160672_search___Copy__2_; this.btnBuscarProvincia.Location = new System.Drawing.Point(586, 73); this.btnBuscarProvincia.Name = "btnBuscarProvincia"; this.btnBuscarProvincia.Size = new System.Drawing.Size(47, 29); this.btnBuscarProvincia.TabIndex = 18; this.btnBuscarProvincia.UseVisualStyleBackColor = true; this.btnBuscarProvincia.Click += new System.EventHandler(this.btnBuscarProvincia_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(12, 108); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(82, 21); this.label6.TabIndex = 15; this.label6.Text = "Municipio:"; // // cboProvincia // this.cboProvincia.AValidar = null; this.cboProvincia.CampoData = ""; this.cboProvincia.CampoJoinCombobox2 = ""; this.cboProvincia.ComboboxAFiltrar = null; this.cboProvincia.DisplayMember = "Nombre"; this.cboProvincia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboProvincia.DSData = null; this.cboProvincia.EsEditable = true; this.cboProvincia.FiltroBusqueda = ""; this.cboProvincia.FormattingEnabled = true; this.cboProvincia.Location = new System.Drawing.Point(108, 73); this.cboProvincia.Name = "cboProvincia"; this.cboProvincia.NombreTabla = ""; this.cboProvincia.Size = new System.Drawing.Size(472, 29); this.cboProvincia.SSQL = ""; this.cboProvincia.TabIndex = 14; this.cboProvincia.TablaOVistaConsulta = ""; this.cboProvincia.UsaDataGlobal = false; this.cboProvincia.ValorPorDefecto = "0"; this.cboProvincia.ValueMember = "Provincia_Id"; this.cboProvincia.SelectedValueChanged += new System.EventHandler(this.cboProvincia_SelectedValueChanged); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(12, 73); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(77, 21); this.label5.TabIndex = 13; this.label5.Text = "Provincia:"; // // cboPais // this.cboPais.AValidar = null; this.cboPais.CampoData = ""; this.cboPais.CampoJoinCombobox2 = ""; this.cboPais.ComboboxAFiltrar = null; this.cboPais.DisplayMember = "Nombre"; this.cboPais.DSData = null; this.cboPais.EsEditable = true; this.cboPais.FiltroBusqueda = ""; this.cboPais.FormattingEnabled = true; this.cboPais.Location = new System.Drawing.Point(108, 36); this.cboPais.Name = "cboPais"; this.cboPais.NombreTabla = ""; this.cboPais.Size = new System.Drawing.Size(525, 29); this.cboPais.SSQL = ""; this.cboPais.TabIndex = 12; this.cboPais.TablaOVistaConsulta = ""; this.cboPais.UsaDataGlobal = false; this.cboPais.ValorPorDefecto = "0"; this.cboPais.ValueMember = "Pais_Id"; this.cboPais.SelectedValueChanged += new System.EventHandler(this.cboPais_SelectedValueChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 36); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(40, 21); this.label2.TabIndex = 11; this.label2.Text = "Pais:"; // // cboZona // this.cboZona.AValidar = null; this.cboZona.CampoData = "Zona_Id"; this.cboZona.CampoJoinCombobox2 = ""; this.cboZona.ComboboxAFiltrar = null; this.cboZona.DisplayMember = "Nombre"; this.cboZona.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboZona.DSData = this.DSDatos; this.cboZona.EsEditable = true; this.cboZona.FiltroBusqueda = ""; this.cboZona.FormattingEnabled = true; this.cboZona.Location = new System.Drawing.Point(108, 147); this.cboZona.Name = "cboZona"; this.cboZona.NombreTabla = ""; this.cboZona.Size = new System.Drawing.Size(472, 29); this.cboZona.SSQL = ""; this.cboZona.TabIndex = 10; this.cboZona.TablaOVistaConsulta = ""; this.cboZona.UsaDataGlobal = false; this.cboZona.ValorPorDefecto = "0"; this.cboZona.ValueMember = "Zona_Id"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 147); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(48, 21); this.label4.TabIndex = 9; this.label4.Text = "Zona:"; // // FormSectoresR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = null; valida1.Mensaje = "Debe Digitar El Nombre del Sector"; valida1.NombreCampo = "Nombre"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = this.cboMunicipio; valida2.Mensaje = "Debe Seleccional el Municipio"; valida2.NombreCampo = "Municipio_Id"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida2.Valor1 = ""; valida2.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2 }; this.ClientSize = new System.Drawing.Size(662, 381); this.Controls.Add(this.groupBox1); this.Controls.Add(this.panel1); this.Cursor = System.Windows.Forms.Cursors.Default; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormSectoresR"; this.NombreCampoID = "Sector_Id"; this.TablaEncabezado = "TZONAS_SECTORES"; this.Text = "REGISTRO DE SECTORES"; this.Load += new System.EventHandler(this.FormSectoresR_Load); this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.panel1, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); this.txtActivoId = new WinControl_ELR_NET.ELRTextBox(); this.cboAUbicacion = new WinControl_ELR_NET.ELRCombobox(); this.txtConcepto = new WinControl_ELR_NET.ELRTextBox(); this.label9 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.cboUbicacionActual = new WinControl_ELR_NET.ELRCombobox(); this.label3 = new System.Windows.Forms.Label(); this.txtActivoNombre = new WinControl_ELR_NET.ELRTextBox(); this.label2 = new System.Windows.Forms.Label(); this.btnBuscar = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.btnBuscarUbicacion = new System.Windows.Forms.Button(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 351); this.pnBotones.Size = new System.Drawing.Size(640, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(400, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(541, 0); // // btnAnterior // this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(305, 0); this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(210, 39); // // txtActivoId // this.txtActivoId.AMostrar = null; this.txtActivoId.AValidar = null; this.txtActivoId.BackColor = System.Drawing.Color.White; this.txtActivoId.CampoBusquedaID = ""; this.txtActivoId.CampoData = "Activo_Id"; this.txtActivoId.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtActivoId.ColumnasBusqGeneral = null; this.txtActivoId.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtActivoId.Decimales = 0; this.txtActivoId.DSData = this.DSDatos; this.txtActivoId.EsAutoGenerado = false; this.txtActivoId.EsBusqueda = false; this.txtActivoId.EsBusquedaAutoIncremental = false; this.txtActivoId.EsEditable = true; this.txtActivoId.FiltroBusqueda = ""; this.txtActivoId.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtActivoId.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtActivoId.Location = new System.Drawing.Point(86, 27); this.txtActivoId.Name = "txtActivoId"; this.txtActivoId.NombreTabla = ""; this.txtActivoId.SepDecimal = '\0'; this.txtActivoId.Size = new System.Drawing.Size(135, 29); this.txtActivoId.TabIndex = 23; this.txtActivoId.TablaOVistaBusqueda = ""; this.txtActivoId.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtActivoId.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtActivoId.ValorPorDefecto = ""; this.txtActivoId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtActivoId_KeyDown); this.txtActivoId.Leave += new System.EventHandler(this.txtActivoId_Leave); // // cboAUbicacion // this.cboAUbicacion.AValidar = null; this.cboAUbicacion.CampoData = "AUbicacion_Id"; this.cboAUbicacion.CampoJoinCombobox2 = ""; this.cboAUbicacion.ComboboxAFiltrar = null; this.cboAUbicacion.DisplayMember = "Nombre"; this.cboAUbicacion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboAUbicacion.DSData = this.DSDatos; this.cboAUbicacion.EsEditable = true; this.cboAUbicacion.FiltroBusqueda = ""; this.cboAUbicacion.FormattingEnabled = true; this.cboAUbicacion.Location = new System.Drawing.Point(153, 166); this.cboAUbicacion.Name = "cboAUbicacion"; this.cboAUbicacion.NombreTabla = ""; this.cboAUbicacion.Size = new System.Drawing.Size(404, 29); this.cboAUbicacion.SSQL = ""; this.cboAUbicacion.TabIndex = 30; this.cboAUbicacion.TablaOVistaConsulta = ""; this.cboAUbicacion.UsaDataGlobal = false; this.cboAUbicacion.ValorPorDefecto = "0"; this.cboAUbicacion.ValueMember = "Ubicacion_Id"; // // txtConcepto // this.txtConcepto.AMostrar = null; this.txtConcepto.AValidar = null; this.txtConcepto.CampoBusquedaID = ""; this.txtConcepto.CampoData = "Concepto"; this.txtConcepto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtConcepto.ColumnasBusqGeneral = null; this.txtConcepto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtConcepto.Decimales = 0; this.txtConcepto.DSData = this.DSDatos; this.txtConcepto.EsAutoGenerado = false; this.txtConcepto.EsBusqueda = false; this.txtConcepto.EsBusquedaAutoIncremental = false; this.txtConcepto.EsEditable = true; this.txtConcepto.FiltroBusqueda = ""; this.txtConcepto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtConcepto.Location = new System.Drawing.Point(153, 201); this.txtConcepto.Multiline = true; this.txtConcepto.Name = "txtConcepto"; this.txtConcepto.NombreTabla = ""; this.txtConcepto.SepDecimal = '\0'; this.txtConcepto.Size = new System.Drawing.Size(450, 90); this.txtConcepto.TabIndex = 32; this.txtConcepto.TablaOVistaBusqueda = ""; this.txtConcepto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtConcepto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtConcepto.ValorPorDefecto = ""; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(64, 201); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(79, 21); this.label9.TabIndex = 31; this.label9.Text = "Concepto:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(13, 166); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(130, 21); this.label4.TabIndex = 29; this.label4.Text = "Nueva Ubicacion:"; // // cboUbicacionActual // this.cboUbicacionActual.AValidar = null; this.cboUbicacionActual.CampoData = "DeUbicacion_Id"; this.cboUbicacionActual.CampoJoinCombobox2 = ""; this.cboUbicacionActual.ComboboxAFiltrar = null; this.cboUbicacionActual.DisplayMember = "Nombre"; this.cboUbicacionActual.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboUbicacionActual.DSData = this.DSDatos; this.cboUbicacionActual.Enabled = false; this.cboUbicacionActual.EsEditable = true; this.cboUbicacionActual.FiltroBusqueda = ""; this.cboUbicacionActual.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cboUbicacionActual.FormattingEnabled = true; this.cboUbicacionActual.Location = new System.Drawing.Point(153, 131); this.cboUbicacionActual.Name = "cboUbicacionActual"; this.cboUbicacionActual.NombreTabla = ""; this.cboUbicacionActual.Size = new System.Drawing.Size(450, 29); this.cboUbicacionActual.SSQL = ""; this.cboUbicacionActual.TabIndex = 28; this.cboUbicacionActual.TablaOVistaConsulta = ""; this.cboUbicacionActual.UsaDataGlobal = false; this.cboUbicacionActual.ValorPorDefecto = "0"; this.cboUbicacionActual.ValueMember = "Ubicacion_Id"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(15, 131); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(128, 21); this.label3.TabIndex = 27; this.label3.Text = "Ubicacion Actual:"; // // txtActivoNombre // this.txtActivoNombre.AMostrar = null; this.txtActivoNombre.AValidar = null; this.txtActivoNombre.BackColor = System.Drawing.Color.White; this.txtActivoNombre.CampoBusquedaID = ""; this.txtActivoNombre.CampoData = "Nombre"; this.txtActivoNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtActivoNombre.ColumnasBusqGeneral = null; this.txtActivoNombre.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtActivoNombre.Decimales = 0; this.txtActivoNombre.DSData = this.DSDatos; this.txtActivoNombre.Enabled = false; this.txtActivoNombre.EsAutoGenerado = false; this.txtActivoNombre.EsBusqueda = false; this.txtActivoNombre.EsBusquedaAutoIncremental = false; this.txtActivoNombre.EsEditable = true; this.txtActivoNombre.FiltroBusqueda = ""; this.txtActivoNombre.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtActivoNombre.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtActivoNombre.Location = new System.Drawing.Point(86, 61); this.txtActivoNombre.Multiline = true; this.txtActivoNombre.Name = "txtActivoNombre"; this.txtActivoNombre.NombreTabla = ""; this.txtActivoNombre.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtActivoNombre.SepDecimal = '\0'; this.txtActivoNombre.Size = new System.Drawing.Size(517, 53); this.txtActivoNombre.TabIndex = 26; this.txtActivoNombre.TablaOVistaBusqueda = ""; this.txtActivoNombre.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtActivoNombre.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtActivoNombre.ValorPorDefecto = ""; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(14, 61); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(71, 21); this.label2.TabIndex = 25; this.label2.Text = "Nombre:"; // // btnBuscar // this.btnBuscar.Image = global::ELRActivosFijos.Properties.Resources._1378160672_search; this.btnBuscar.Location = new System.Drawing.Point(227, 26); this.btnBuscar.Name = "btnBuscar"; this.btnBuscar.Size = new System.Drawing.Size(41, 29); this.btnBuscar.TabIndex = 24; this.btnBuscar.UseVisualStyleBackColor = true; this.btnBuscar.Click += new System.EventHandler(this.btnBuscar_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 21); this.label1.TabIndex = 22; this.label1.Text = "Activo:"; // // btnBuscarUbicacion // this.btnBuscarUbicacion.Image = global::ELRActivosFijos.Properties.Resources._1378160672_search; this.btnBuscarUbicacion.Location = new System.Drawing.Point(563, 166); this.btnBuscarUbicacion.Name = "btnBuscarUbicacion"; this.btnBuscarUbicacion.Size = new System.Drawing.Size(40, 29); this.btnBuscarUbicacion.TabIndex = 33; this.btnBuscarUbicacion.UseVisualStyleBackColor = true; this.btnBuscarUbicacion.Click += new System.EventHandler(this.btnBuscarUbicacion_Click); // // FormActivosFijosCBUbicacionR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtActivoId; valida1.Mensaje = "Debe Indicar el Activo Fijo"; valida1.NombreCampo = "Activo_Id"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida1.Valor1 = "1"; valida1.Valor2 = null; valida2.comtrol = this.cboAUbicacion; valida2.Mensaje = "Debe Indicar la Nueva Ubicacion"; valida2.NombreCampo = "AUbicacion_Id"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida2.Valor1 = "1"; valida2.Valor2 = null; valida3.comtrol = this.txtConcepto; valida3.Mensaje = "Debe Indicar un Concepto"; valida3.NombreCampo = "Concepto"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida3.Valor1 = "5"; valida3.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3 }; this.ClientSize = new System.Drawing.Size(640, 394); this.Controls.Add(this.btnBuscarUbicacion); this.Controls.Add(this.txtConcepto); this.Controls.Add(this.label9); this.Controls.Add(this.cboAUbicacion); this.Controls.Add(this.label4); this.Controls.Add(this.cboUbicacionActual); this.Controls.Add(this.label3); this.Controls.Add(this.txtActivoNombre); this.Controls.Add(this.label2); this.Controls.Add(this.btnBuscar); this.Controls.Add(this.txtActivoId); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.EsConTemporal = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormActivosFijosCBUbicacionR"; this.SPGraba = "SP_ACTIVOS_FIJOS_GRABA_CAMBIO_UBICACION"; this.TablaEncabezado = "TTEMPORAL_ACTIVOS_FIJOS_MOVIMIENTOS"; this.Text = "REGISTRAR CAMBIO DE UBICACION DE ACTIVOS FIJOS"; this.Load += new System.EventHandler(this.FormActivosFijosCBUbicacionR_Load); this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtActivoId, 0); this.Controls.SetChildIndex(this.btnBuscar, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtActivoNombre, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.cboUbicacionActual, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.cboAUbicacion, 0); this.Controls.SetChildIndex(this.label9, 0); this.Controls.SetChildIndex(this.txtConcepto, 0); this.Controls.SetChildIndex(this.btnBuscarUbicacion, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).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() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida4 = new WinControl_ELR_NET.Valida(); this.txtMonto = new WinControl_ELR_NET.ELRTextBox(); this.cboCuenta = new WinControl_ELR_NET.ELRCombobox(); this.txtBeneficiario = new WinControl_ELR_NET.ELRTextBox(); this.txtConcepto = new WinControl_ELR_NET.ELRTextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.txtChequeNo = new WinControl_ELR_NET.ELRTextBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.dtpFecha = new WinControl_ELR_NET.ELRDatePicker(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.button2 = new System.Windows.Forms.Button(); this.btnAgregarLineaVacia = new System.Windows.Forms.Button(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.Unico = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Cuenta_Contable = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Codigo_Auxiliar = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Descripcion = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Debito = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Credito = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ItemNumero = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnEliminar = new System.Windows.Forms.DataGridViewButtonColumn(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.panel2.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 518); this.pnBotones.Size = new System.Drawing.Size(957, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(717, 0); this.btnGrabar.Size = new System.Drawing.Size(141, 39); this.btnGrabar.TabIndex = 3; // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(858, 0); this.btnCancelar.Size = new System.Drawing.Size(95, 39); this.btnCancelar.TabIndex = 4; // // btnAnterior // this.btnAnterior.Size = new System.Drawing.Size(95, 39); this.btnAnterior.TabIndex = 0; this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(622, 0); this.btnSiguientePage.Size = new System.Drawing.Size(95, 39); this.btnSiguientePage.TabIndex = 2; this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(527, 39); this.lblNombreUsuario.TabIndex = 1; // // txtMonto // this.txtMonto.AMostrar = null; this.txtMonto.AValidar = null; this.txtMonto.BackColor = System.Drawing.Color.White; this.txtMonto.CampoBusquedaID = ""; this.txtMonto.CampoData = "Monto"; this.txtMonto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMonto.ColumnasBusqGeneral = null; this.txtMonto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtMonto.Decimales = 0; this.txtMonto.DSData = this.DSDatos; this.txtMonto.Enabled = false; this.txtMonto.EsAutoGenerado = false; this.txtMonto.EsBusqueda = false; this.txtMonto.EsBusquedaAutoIncremental = false; this.txtMonto.EsEditable = true; this.txtMonto.FiltroBusqueda = ""; this.txtMonto.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtMonto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtMonto.Location = new System.Drawing.Point(719, 53); this.txtMonto.Name = "txtMonto"; this.txtMonto.NombreTabla = ""; this.txtMonto.SepDecimal = '\0'; this.txtMonto.Size = new System.Drawing.Size(195, 33); this.txtMonto.TabIndex = 2; this.txtMonto.TablaOVistaBusqueda = ""; this.txtMonto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtMonto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtMonto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtMonto.ValorPorDefecto = ""; // // cboCuenta // this.cboCuenta.AValidar = null; this.cboCuenta.CampoData = "Cuenta_Id"; this.cboCuenta.CampoJoinCombobox2 = ""; this.cboCuenta.ComboboxAFiltrar = null; this.cboCuenta.DisplayMember = "Nombre"; this.cboCuenta.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboCuenta.DSData = this.DSDatos; this.cboCuenta.EsEditable = true; this.cboCuenta.FiltroBusqueda = ""; this.cboCuenta.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cboCuenta.FormattingEnabled = true; this.cboCuenta.Location = new System.Drawing.Point(140, 91); this.cboCuenta.Name = "cboCuenta"; this.cboCuenta.NombreTabla = ""; this.cboCuenta.Size = new System.Drawing.Size(444, 33); this.cboCuenta.SSQL = ""; this.cboCuenta.TabIndex = 5; this.cboCuenta.TablaOVistaConsulta = "TBANCOS_CUENTAS_BANCARIAS"; this.cboCuenta.UsaDataGlobal = false; this.cboCuenta.ValorPorDefecto = "1"; this.cboCuenta.ValueMember = "Cuenta_Id"; this.cboCuenta.SelectedValueChanged += new System.EventHandler(this.cboCuenta_SelectedValueChanged); // // txtBeneficiario // this.txtBeneficiario.AMostrar = null; this.txtBeneficiario.AValidar = null; this.txtBeneficiario.CampoBusquedaID = ""; this.txtBeneficiario.CampoData = "Beneficiario"; this.txtBeneficiario.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtBeneficiario.ColumnasBusqGeneral = null; this.txtBeneficiario.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtBeneficiario.Decimales = 0; this.txtBeneficiario.DSData = this.DSDatos; this.txtBeneficiario.EsAutoGenerado = false; this.txtBeneficiario.EsBusqueda = false; this.txtBeneficiario.EsBusquedaAutoIncremental = false; this.txtBeneficiario.EsEditable = true; this.txtBeneficiario.FiltroBusqueda = ""; this.txtBeneficiario.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtBeneficiario.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtBeneficiario.Location = new System.Drawing.Point(140, 131); this.txtBeneficiario.Name = "txtBeneficiario"; this.txtBeneficiario.NombreTabla = ""; this.txtBeneficiario.SepDecimal = '\0'; this.txtBeneficiario.Size = new System.Drawing.Size(774, 33); this.txtBeneficiario.TabIndex = 7; this.txtBeneficiario.TablaOVistaBusqueda = ""; this.txtBeneficiario.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtBeneficiario.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtBeneficiario.ValorPorDefecto = ""; // // txtConcepto // this.txtConcepto.AMostrar = null; this.txtConcepto.AValidar = null; this.txtConcepto.CampoBusquedaID = ""; this.txtConcepto.CampoData = "Concepto"; this.txtConcepto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtConcepto.ColumnasBusqGeneral = null; this.txtConcepto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtConcepto.Decimales = 0; this.txtConcepto.DSData = this.DSDatos; this.txtConcepto.EsAutoGenerado = false; this.txtConcepto.EsBusqueda = false; this.txtConcepto.EsBusquedaAutoIncremental = false; this.txtConcepto.EsEditable = true; this.txtConcepto.FiltroBusqueda = ""; this.txtConcepto.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtConcepto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtConcepto.Location = new System.Drawing.Point(140, 170); this.txtConcepto.Multiline = true; this.txtConcepto.Name = "txtConcepto"; this.txtConcepto.NombreTabla = ""; this.txtConcepto.SepDecimal = '\0'; this.txtConcepto.Size = new System.Drawing.Size(774, 92); this.txtConcepto.TabIndex = 9; this.txtConcepto.TablaOVistaBusqueda = ""; this.txtConcepto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtConcepto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtConcepto.ValorPorDefecto = ""; // // panel2 // this.panel2.Controls.Add(this.txtChequeNo); this.panel2.Controls.Add(this.label6); this.panel2.Controls.Add(this.cboCuenta); this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.dtpFecha); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.txtConcepto); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.txtMonto); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.txtBeneficiario); this.panel2.Controls.Add(this.label1); this.panel2.Controls.Add(this.panel1); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 248); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(957, 270); this.panel2.TabIndex = 2; // // txtChequeNo // this.txtChequeNo.AMostrar = null; this.txtChequeNo.AValidar = null; this.txtChequeNo.BackColor = System.Drawing.Color.White; this.txtChequeNo.CampoBusquedaID = ""; this.txtChequeNo.CampoData = "Numero"; this.txtChequeNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtChequeNo.ColumnasBusqGeneral = null; this.txtChequeNo.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtChequeNo.Decimales = 0; this.txtChequeNo.DSData = this.DSDatos; this.txtChequeNo.Enabled = false; this.txtChequeNo.EsAutoGenerado = false; this.txtChequeNo.EsBusqueda = false; this.txtChequeNo.EsBusquedaAutoIncremental = false; this.txtChequeNo.EsEditable = true; this.txtChequeNo.FiltroBusqueda = ""; this.txtChequeNo.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtChequeNo.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtChequeNo.Location = new System.Drawing.Point(719, 91); this.txtChequeNo.Name = "txtChequeNo"; this.txtChequeNo.NombreTabla = ""; this.txtChequeNo.SepDecimal = '\0'; this.txtChequeNo.Size = new System.Drawing.Size(195, 33); this.txtChequeNo.TabIndex = 11; this.txtChequeNo.TablaOVistaBusqueda = ""; this.txtChequeNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtChequeNo.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtChequeNo.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtChequeNo.ValorPorDefecto = ""; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(590, 91); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(121, 25); this.label6.TabIndex = 10; this.label6.Text = "Cheque No.:"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(54, 89); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(80, 25); this.label5.TabIndex = 4; this.label5.Text = "Cuenta:"; // // dtpFecha // this.dtpFecha.AValidar = null; this.dtpFecha.CampoData = "Fecha"; this.dtpFecha.DSData = this.DSDatos; this.dtpFecha.EsEditable = true; this.dtpFecha.FiltroBusqueda = ""; this.dtpFecha.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dtpFecha.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpFecha.Location = new System.Drawing.Point(140, 52); this.dtpFecha.Name = "dtpFecha"; this.dtpFecha.NombreTabla = ""; this.dtpFecha.Size = new System.Drawing.Size(200, 33); this.dtpFecha.TabIndex = 1; this.dtpFecha.ValorPorDefecto = new System.DateTime(2016, 8, 23, 0, 0, 0, 0); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(67, 52); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(67, 25); this.label4.TabIndex = 0; this.label4.Text = "Fecha:"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(31, 170); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(103, 25); this.label3.TabIndex = 8; this.label3.Text = "Concepto:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(630, 53); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(78, 25); this.label2.TabIndex = 3; this.label2.Text = "Monto:"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(12, 131); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(122, 25); this.label1.TabIndex = 6; this.label1.Text = "Beneficiario:"; // // panel1 // this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.btnAgregarLineaVacia); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(957, 39); this.panel1.TabIndex = 0; // // button2 // this.button2.Dock = System.Windows.Forms.DockStyle.Left; this.button2.Location = new System.Drawing.Point(217, 0); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(173, 39); this.button2.TabIndex = 1; this.button2.Text = "Borrar Linea"; this.button2.UseVisualStyleBackColor = true; // // btnAgregarLineaVacia // this.btnAgregarLineaVacia.Dock = System.Windows.Forms.DockStyle.Left; this.btnAgregarLineaVacia.Location = new System.Drawing.Point(0, 0); this.btnAgregarLineaVacia.Name = "btnAgregarLineaVacia"; this.btnAgregarLineaVacia.Size = new System.Drawing.Size(217, 39); this.btnAgregarLineaVacia.TabIndex = 0; this.btnAgregarLineaVacia.Text = "Agregar Detalle (Ctrl + N)"; this.btnAgregarLineaVacia.UseVisualStyleBackColor = true; this.btnAgregarLineaVacia.Click += new System.EventHandler(this.btnAgregarLineaVacia_Click); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Unico, this.Cuenta_Contable, this.Codigo_Auxiliar, this.Descripcion, this.Debito, this.Credito, this.ItemNumero, this.btnEliminar }); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersWidth = 28; this.dataGridView1.Size = new System.Drawing.Size(957, 248); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // Unico // this.Unico.DataPropertyName = "Unico"; this.Unico.HeaderText = "Unico"; this.Unico.Name = "Unico"; this.Unico.Visible = false; // // Cuenta_Contable // this.Cuenta_Contable.DataPropertyName = "Cuenta_Contable"; this.Cuenta_Contable.HeaderText = "Cuenta Contable"; this.Cuenta_Contable.Name = "Cuenta_Contable"; this.Cuenta_Contable.Width = 160; // // Codigo_Auxiliar // this.Codigo_Auxiliar.DataPropertyName = "Codigo_Auxiliar"; this.Codigo_Auxiliar.HeaderText = "C.Costo\\Oficina"; this.Codigo_Auxiliar.Name = "Codigo_Auxiliar"; this.Codigo_Auxiliar.Width = 130; // // Descripcion // this.Descripcion.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Descripcion.DataPropertyName = "Descripcion"; this.Descripcion.HeaderText = "Descripcion"; this.Descripcion.Name = "Descripcion"; this.Descripcion.ReadOnly = true; // // Debito // this.Debito.DataPropertyName = "Debito"; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle1.Format = "N2"; dataGridViewCellStyle1.NullValue = "0.00"; this.Debito.DefaultCellStyle = dataGridViewCellStyle1; this.Debito.HeaderText = "Debito"; this.Debito.Name = "Debito"; this.Debito.Width = 130; // // Credito // this.Credito.DataPropertyName = "Credito"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle2.Format = "N2"; dataGridViewCellStyle2.NullValue = "0.00"; this.Credito.DefaultCellStyle = dataGridViewCellStyle2; this.Credito.HeaderText = "Credito"; this.Credito.Name = "Credito"; this.Credito.Width = 130; // // ItemNumero // this.ItemNumero.DataPropertyName = "ItemNumero"; this.ItemNumero.HeaderText = "ItemNumero"; this.ItemNumero.Name = "ItemNumero"; this.ItemNumero.Visible = false; // // btnEliminar // this.btnEliminar.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnEliminar.HeaderText = "Eliminar"; this.btnEliminar.Name = "btnEliminar"; this.btnEliminar.Text = "Eliminar"; this.btnEliminar.UseColumnTextForButtonValue = true; // // FormBancosChequesR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtMonto; valida1.Mensaje = "El Monto Debe Ser Mayor a Cero"; valida1.NombreCampo = "Monto"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida1.Valor1 = "1"; valida1.Valor2 = null; valida2.comtrol = this.cboCuenta; valida2.Mensaje = "Debe Elegir una Cuenta Banco"; valida2.NombreCampo = "Cuenta_Id"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida2.Valor1 = null; valida2.Valor2 = null; valida3.comtrol = this.txtBeneficiario; valida3.Mensaje = "Debe Indicar el Beneficiario"; valida3.NombreCampo = "Beneficiario"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida3.Valor1 = "5"; valida3.Valor2 = null; valida4.comtrol = this.txtConcepto; valida4.Mensaje = "Debe Indicar un Concepto"; valida4.NombreCampo = "Concepto"; valida4.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida4.Valor1 = "10"; valida4.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3, valida4 }; this.ClientSize = new System.Drawing.Size(957, 561); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.panel2); this.Cursor = System.Windows.Forms.Cursors.Default; this.DataGridDetalle = this.dataGridView1; this.EnEjecusion = true; this.EsConTemporal = true; this.Name = "FormBancosChequesR"; this.NombreCampoID = "Trans_Id"; this.SPGraba = "SP_BANCOS_GRABA_TRANS"; this.TablaDetalle = "TTEMPORAL_BANCOS_TRANS_DETALLES"; this.TablaEncabezado = "TTEMPORAL_BANCOS_TRANS"; this.Text = "REGISTRO DE CHEQUE"; this.Load += new System.EventHandler(this.FormBancosChequesR_Load); this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.panel2, 0); this.Controls.SetChildIndex(this.dataGridView1, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); this.label1 = new System.Windows.Forms.Label(); this.txtActivoId = new WinControl_ELR_NET.ELRTextBox(); this.btnBuscar = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.txtActivoNombre = new WinControl_ELR_NET.ELRTextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtMontoAdquisicion = new WinControl_ELR_NET.ELRTextBox(); this.txtValorEnLibro = new WinControl_ELR_NET.ELRTextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtDepreAcumulada = new WinControl_ELR_NET.ELRTextBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.cboTipo = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.txtMonto = new WinControl_ELR_NET.ELRTextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtGananciaPerdida = new WinControl_ELR_NET.ELRTextBox(); this.label9 = new System.Windows.Forms.Label(); this.txtConcepto = new WinControl_ELR_NET.ELRTextBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 427); this.pnBotones.Size = new System.Drawing.Size(641, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(401, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(542, 0); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(306, 0); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(56, 21); this.label1.TabIndex = 1; this.label1.Text = "Activo:"; // // txtActivoId // this.txtActivoId.AMostrar = null; this.txtActivoId.AValidar = null; this.txtActivoId.CampoBusquedaID = ""; this.txtActivoId.CampoData = "Activo_Id"; this.txtActivoId.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtActivoId.ColumnasBusqGeneral = null; this.txtActivoId.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtActivoId.Decimales = 0; this.txtActivoId.DSData = this.DSDatos; this.txtActivoId.EsAutoGenerado = false; this.txtActivoId.EsBusqueda = false; this.txtActivoId.EsEditable = true; this.txtActivoId.FiltroBusqueda = ""; this.txtActivoId.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtActivoId.Location = new System.Drawing.Point(86, 27); this.txtActivoId.Name = "txtActivoId"; this.txtActivoId.NombreTabla = ""; this.txtActivoId.SepDecimal = '\0'; this.txtActivoId.Size = new System.Drawing.Size(100, 29); this.txtActivoId.TabIndex = 2; this.txtActivoId.TablaOVistaBusqueda = ""; this.txtActivoId.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtActivoId.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtActivoId.ValorPorDefecto = ""; this.txtActivoId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtActivoId_KeyDown); this.txtActivoId.Leave += new System.EventHandler(this.txtActivoId_Leave); // // btnBuscar // this.btnBuscar.Image = global::ELRActivosFijos.Properties.Resources._1378160672_search; this.btnBuscar.Location = new System.Drawing.Point(192, 27); this.btnBuscar.Name = "btnBuscar"; this.btnBuscar.Size = new System.Drawing.Size(41, 29); this.btnBuscar.TabIndex = 3; this.btnBuscar.UseVisualStyleBackColor = true; this.btnBuscar.Click += new System.EventHandler(this.btnBuscar_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(24, 61); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 21); this.label2.TabIndex = 4; this.label2.Text = "Activo:"; // // txtActivoNombre // this.txtActivoNombre.AMostrar = null; this.txtActivoNombre.AValidar = null; this.txtActivoNombre.BackColor = System.Drawing.Color.White; this.txtActivoNombre.CampoBusquedaID = ""; this.txtActivoNombre.CampoData = "Nombre"; this.txtActivoNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtActivoNombre.ColumnasBusqGeneral = null; this.txtActivoNombre.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtActivoNombre.Decimales = 0; this.txtActivoNombre.DSData = this.DSDatos; this.txtActivoNombre.Enabled = false; this.txtActivoNombre.EsAutoGenerado = false; this.txtActivoNombre.EsBusqueda = false; this.txtActivoNombre.EsEditable = true; this.txtActivoNombre.FiltroBusqueda = ""; this.txtActivoNombre.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtActivoNombre.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtActivoNombre.Location = new System.Drawing.Point(86, 62); this.txtActivoNombre.Multiline = true; this.txtActivoNombre.Name = "txtActivoNombre"; this.txtActivoNombre.NombreTabla = ""; this.txtActivoNombre.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtActivoNombre.SepDecimal = '\0'; this.txtActivoNombre.Size = new System.Drawing.Size(527, 53); this.txtActivoNombre.TabIndex = 5; this.txtActivoNombre.TablaOVistaBusqueda = ""; this.txtActivoNombre.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtActivoNombre.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtActivoNombre.ValorPorDefecto = ""; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(19, 133); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(134, 21); this.label3.TabIndex = 6; this.label3.Text = "Valor Adquisicion:"; // // txtMontoAdquisicion // this.txtMontoAdquisicion.AMostrar = null; this.txtMontoAdquisicion.AValidar = null; this.txtMontoAdquisicion.BackColor = System.Drawing.Color.White; this.txtMontoAdquisicion.CampoBusquedaID = ""; this.txtMontoAdquisicion.CampoData = "Valor_Adquisicion"; this.txtMontoAdquisicion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMontoAdquisicion.ColumnasBusqGeneral = null; this.txtMontoAdquisicion.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtMontoAdquisicion.Decimales = 0; this.txtMontoAdquisicion.DSData = this.DSDatos; this.txtMontoAdquisicion.Enabled = false; this.txtMontoAdquisicion.EsAutoGenerado = false; this.txtMontoAdquisicion.EsBusqueda = false; this.txtMontoAdquisicion.EsEditable = true; this.txtMontoAdquisicion.FiltroBusqueda = ""; this.txtMontoAdquisicion.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtMontoAdquisicion.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtMontoAdquisicion.Location = new System.Drawing.Point(159, 133); this.txtMontoAdquisicion.Name = "txtMontoAdquisicion"; this.txtMontoAdquisicion.NombreTabla = ""; this.txtMontoAdquisicion.SepDecimal = '\0'; this.txtMontoAdquisicion.Size = new System.Drawing.Size(165, 29); this.txtMontoAdquisicion.TabIndex = 7; this.txtMontoAdquisicion.TablaOVistaBusqueda = ""; this.txtMontoAdquisicion.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtMontoAdquisicion.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtMontoAdquisicion.ValorPorDefecto = ""; // // txtValorEnLibro // this.txtValorEnLibro.AMostrar = null; this.txtValorEnLibro.AValidar = null; this.txtValorEnLibro.BackColor = System.Drawing.Color.White; this.txtValorEnLibro.CampoBusquedaID = ""; this.txtValorEnLibro.CampoData = "Valor_Libro_Depreciar"; this.txtValorEnLibro.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtValorEnLibro.ColumnasBusqGeneral = null; this.txtValorEnLibro.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtValorEnLibro.Decimales = 0; this.txtValorEnLibro.DSData = this.DSDatos; this.txtValorEnLibro.Enabled = false; this.txtValorEnLibro.EsAutoGenerado = false; this.txtValorEnLibro.EsBusqueda = false; this.txtValorEnLibro.EsEditable = true; this.txtValorEnLibro.FiltroBusqueda = ""; this.txtValorEnLibro.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtValorEnLibro.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtValorEnLibro.Location = new System.Drawing.Point(448, 133); this.txtValorEnLibro.Name = "txtValorEnLibro"; this.txtValorEnLibro.NombreTabla = ""; this.txtValorEnLibro.SepDecimal = '\0'; this.txtValorEnLibro.Size = new System.Drawing.Size(165, 29); this.txtValorEnLibro.TabIndex = 9; this.txtValorEnLibro.TablaOVistaBusqueda = ""; this.txtValorEnLibro.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtValorEnLibro.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtValorEnLibro.ValorPorDefecto = ""; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(353, 133); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(89, 21); this.label4.TabIndex = 8; this.label4.Text = "Valor Libro:"; // // txtDepreAcumulada // this.txtDepreAcumulada.AMostrar = null; this.txtDepreAcumulada.AValidar = null; this.txtDepreAcumulada.BackColor = System.Drawing.Color.White; this.txtDepreAcumulada.CampoBusquedaID = ""; this.txtDepreAcumulada.CampoData = "Depre_Acumulada"; this.txtDepreAcumulada.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDepreAcumulada.ColumnasBusqGeneral = null; this.txtDepreAcumulada.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtDepreAcumulada.Decimales = 0; this.txtDepreAcumulada.DSData = this.DSDatos; this.txtDepreAcumulada.Enabled = false; this.txtDepreAcumulada.EsAutoGenerado = false; this.txtDepreAcumulada.EsBusqueda = false; this.txtDepreAcumulada.EsEditable = true; this.txtDepreAcumulada.FiltroBusqueda = ""; this.txtDepreAcumulada.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtDepreAcumulada.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtDepreAcumulada.Location = new System.Drawing.Point(159, 168); this.txtDepreAcumulada.Name = "txtDepreAcumulada"; this.txtDepreAcumulada.NombreTabla = ""; this.txtDepreAcumulada.SepDecimal = '\0'; this.txtDepreAcumulada.Size = new System.Drawing.Size(165, 29); this.txtDepreAcumulada.TabIndex = 11; this.txtDepreAcumulada.TablaOVistaBusqueda = ""; this.txtDepreAcumulada.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtDepreAcumulada.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtDepreAcumulada.ValorPorDefecto = ""; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(13, 168); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(140, 21); this.label5.TabIndex = 10; this.label5.Text = "Depre. Acumulada:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(110, 215); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(43, 21); this.label6.TabIndex = 12; this.label6.Text = "Tipo:"; // // cboTipo // this.cboTipo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboTipo.FormattingEnabled = true; this.cboTipo.Items.AddRange(new object[] { "VENTAS", "RETIRO" }); this.cboTipo.Location = new System.Drawing.Point(159, 215); this.cboTipo.Name = "cboTipo"; this.cboTipo.Size = new System.Drawing.Size(196, 29); this.cboTipo.TabIndex = 13; this.cboTipo.SelectedIndexChanged += new System.EventHandler(this.cboTipo_SelectedIndexChanged); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(51, 250); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(102, 21); this.label7.TabIndex = 14; this.label7.Text = "Monto Venta:"; // // txtMonto // this.txtMonto.AMostrar = null; this.txtMonto.AValidar = null; this.txtMonto.BackColor = System.Drawing.Color.White; this.txtMonto.CampoBusquedaID = ""; this.txtMonto.CampoData = "Monto"; this.txtMonto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMonto.ColumnasBusqGeneral = null; this.txtMonto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtMonto.Decimales = 0; this.txtMonto.DSData = this.DSDatos; this.txtMonto.Enabled = false; this.txtMonto.EsAutoGenerado = false; this.txtMonto.EsBusqueda = false; this.txtMonto.EsEditable = true; this.txtMonto.FiltroBusqueda = ""; this.txtMonto.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtMonto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtMonto.Location = new System.Drawing.Point(159, 250); this.txtMonto.Name = "txtMonto"; this.txtMonto.NombreTabla = ""; this.txtMonto.SepDecimal = '\0'; this.txtMonto.Size = new System.Drawing.Size(196, 29); this.txtMonto.TabIndex = 15; this.txtMonto.TablaOVistaBusqueda = ""; this.txtMonto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtMonto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtMonto.ValorPorDefecto = ""; this.txtMonto.Leave += new System.EventHandler(this.txtMonto_Leave); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(54, 285); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(99, 21); this.label8.TabIndex = 16; this.label8.Text = "Gan\\Perdida:"; // // txtGananciaPerdida // this.txtGananciaPerdida.AMostrar = null; this.txtGananciaPerdida.AValidar = null; this.txtGananciaPerdida.BackColor = System.Drawing.Color.White; this.txtGananciaPerdida.CampoBusquedaID = ""; this.txtGananciaPerdida.CampoData = "Monto_Ganancia"; this.txtGananciaPerdida.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtGananciaPerdida.ColumnasBusqGeneral = null; this.txtGananciaPerdida.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtGananciaPerdida.Decimales = 0; this.txtGananciaPerdida.DSData = this.DSDatos; this.txtGananciaPerdida.Enabled = false; this.txtGananciaPerdida.EsAutoGenerado = false; this.txtGananciaPerdida.EsBusqueda = false; this.txtGananciaPerdida.EsEditable = true; this.txtGananciaPerdida.FiltroBusqueda = ""; this.txtGananciaPerdida.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtGananciaPerdida.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtGananciaPerdida.Location = new System.Drawing.Point(159, 285); this.txtGananciaPerdida.Name = "txtGananciaPerdida"; this.txtGananciaPerdida.NombreTabla = ""; this.txtGananciaPerdida.SepDecimal = '\0'; this.txtGananciaPerdida.Size = new System.Drawing.Size(196, 29); this.txtGananciaPerdida.TabIndex = 17; this.txtGananciaPerdida.TablaOVistaBusqueda = ""; this.txtGananciaPerdida.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtGananciaPerdida.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtGananciaPerdida.ValorPorDefecto = ""; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(74, 320); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(79, 21); this.label9.TabIndex = 18; this.label9.Text = "Concepto:"; // // txtConcepto // this.txtConcepto.AMostrar = null; this.txtConcepto.AValidar = null; this.txtConcepto.CampoBusquedaID = ""; this.txtConcepto.CampoData = "Concepto"; this.txtConcepto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtConcepto.ColumnasBusqGeneral = null; this.txtConcepto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtConcepto.Decimales = 0; this.txtConcepto.DSData = this.DSDatos; this.txtConcepto.EsAutoGenerado = false; this.txtConcepto.EsBusqueda = false; this.txtConcepto.EsEditable = true; this.txtConcepto.FiltroBusqueda = ""; this.txtConcepto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtConcepto.Location = new System.Drawing.Point(159, 320); this.txtConcepto.Multiline = true; this.txtConcepto.Name = "txtConcepto"; this.txtConcepto.NombreTabla = ""; this.txtConcepto.SepDecimal = '\0'; this.txtConcepto.Size = new System.Drawing.Size(454, 90); this.txtConcepto.TabIndex = 19; this.txtConcepto.TablaOVistaBusqueda = ""; this.txtConcepto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtConcepto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtConcepto.ValorPorDefecto = ""; // // FormActivosFijosVentasR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtActivoId; valida1.Mensaje = "Debe Indicar Activo Fijo"; valida1.NombreCampo = "Activo_Id"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida1.Valor1 = "1"; valida1.Valor2 = null; valida2.comtrol = this.txtConcepto; valida2.Mensaje = "Debe Indicar un Concepto"; valida2.NombreCampo = "Concepto"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida2.Valor1 = "5"; valida2.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2 }; this.ClientSize = new System.Drawing.Size(641, 470); this.Controls.Add(this.txtConcepto); this.Controls.Add(this.label9); this.Controls.Add(this.txtGananciaPerdida); this.Controls.Add(this.label8); this.Controls.Add(this.txtMonto); this.Controls.Add(this.label7); this.Controls.Add(this.cboTipo); this.Controls.Add(this.label6); this.Controls.Add(this.txtDepreAcumulada); this.Controls.Add(this.label5); this.Controls.Add(this.txtValorEnLibro); this.Controls.Add(this.label4); this.Controls.Add(this.txtMontoAdquisicion); this.Controls.Add(this.label3); this.Controls.Add(this.txtActivoNombre); this.Controls.Add(this.label2); this.Controls.Add(this.btnBuscar); this.Controls.Add(this.txtActivoId); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.EsConTemporal = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormActivosFijosVentasR"; this.SPGraba = "SP_ACTIVOS_FIJOS_GRABA_VENTA_RETIRO"; this.TablaEncabezado = "TTEMPORAL_ACTIVOS_FIJOS_MOVIMIENTOS"; this.Text = "REGISTRAR VENTAS Y/O RETIROS DE ACTIVOS FIJOS"; this.Load += new System.EventHandler(this.FormActivosFijosVentasR_Load); this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtActivoId, 0); this.Controls.SetChildIndex(this.btnBuscar, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtActivoNombre, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtMontoAdquisicion, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtValorEnLibro, 0); this.Controls.SetChildIndex(this.label5, 0); this.Controls.SetChildIndex(this.txtDepreAcumulada, 0); this.Controls.SetChildIndex(this.label6, 0); this.Controls.SetChildIndex(this.cboTipo, 0); this.Controls.SetChildIndex(this.label7, 0); this.Controls.SetChildIndex(this.txtMonto, 0); this.Controls.SetChildIndex(this.label8, 0); this.Controls.SetChildIndex(this.txtGananciaPerdida, 0); this.Controls.SetChildIndex(this.label9, 0); this.Controls.SetChildIndex(this.txtConcepto, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).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() { 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(); WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida4 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida5 = new WinControl_ELR_NET.Valida(); this.txtCedulaRNC = new WinControl_ELR_NET.ELRTextBox(); this.cboTipo = new WinControl_ELR_NET.ELRCombobox(); this.txtMonto = new WinControl_ELR_NET.ELRTextBox(); this.txtConcepto = new WinControl_ELR_NET.ELRTextBox(); this.txtNumero = new WinControl_ELR_NET.ELRTextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.txtNCF = new WinControl_ELR_NET.ELRTextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtItbis = new WinControl_ELR_NET.ELRTextBox(); this.label6 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.dtpFecha = new WinControl_ELR_NET.ELRDatePicker(); this.elrLabel1 = new WinControl_ELR_NET.ELRLabel(); this.lblFacturaNo = new WinControl_ELR_NET.ELRLabel(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.dtgCXP = new System.Windows.Forms.DataGridView(); this.CXP_Id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Factura_Numero = new System.Windows.Forms.DataGridViewLinkColumn(); this.Factura_Fecha = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.NCF = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Total = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Monto_Pendiente = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Unico = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel2 = new System.Windows.Forms.Panel(); this.btnBuscarSuplidor = new System.Windows.Forms.Button(); this.txtNombreSuplidor = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dtgCXP)).BeginInit(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 525); this.pnBotones.Size = new System.Drawing.Size(853, 60); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(571, 0); this.btnGrabar.Size = new System.Drawing.Size(141, 56); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(712, 0); this.btnCancelar.Size = new System.Drawing.Size(137, 56); // // btnAnterior // this.btnAnterior.Size = new System.Drawing.Size(95, 56); this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(476, 0); this.btnSiguientePage.Size = new System.Drawing.Size(95, 56); this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(381, 56); // // txtCedulaRNC // this.txtCedulaRNC.AMostrar = null; this.txtCedulaRNC.autoSenTab = true; this.txtCedulaRNC.AValidar = null; this.txtCedulaRNC.CampoBusquedaID = ""; this.txtCedulaRNC.CampoData = "CedulaRNC"; this.txtCedulaRNC.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCedulaRNC.ColumnasBusqGeneral = null; this.txtCedulaRNC.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCedulaRNC.Decimales = 0; this.txtCedulaRNC.DSData = this.DSDatos; this.txtCedulaRNC.EsAutoGenerado = false; this.txtCedulaRNC.EsBusqueda = false; this.txtCedulaRNC.EsBusquedaAutoIncremental = false; this.txtCedulaRNC.EsEditable = true; this.txtCedulaRNC.FiltroBusqueda = ""; this.txtCedulaRNC.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtCedulaRNC.Location = new System.Drawing.Point(114, 10); this.txtCedulaRNC.Name = "txtCedulaRNC"; this.txtCedulaRNC.NombreTabla = ""; this.txtCedulaRNC.SepDecimal = '\0'; this.txtCedulaRNC.Size = new System.Drawing.Size(189, 29); this.txtCedulaRNC.TabIndex = 1; this.txtCedulaRNC.TablaOVistaBusqueda = ""; this.txtCedulaRNC.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCedulaRNC.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCedulaRNC.ValorPorDefecto = ""; this.txtCedulaRNC.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCedulaRNC_KeyDown); this.txtCedulaRNC.Leave += new System.EventHandler(this.txtCedulaRNC_Leave); // // cboTipo // this.cboTipo.AValidar = null; this.cboTipo.CampoData = ""; this.cboTipo.CampoJoinCombobox2 = ""; this.cboTipo.ComboboxAFiltrar = null; this.cboTipo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboTipo.DSData = null; this.cboTipo.Enabled = false; this.cboTipo.EsEditable = true; this.cboTipo.FiltroBusqueda = ""; this.cboTipo.FormattingEnabled = true; this.cboTipo.Items.AddRange(new object[] { "NOTA DE CREDITO", "NOTA DE DEBITO" }); this.cboTipo.Location = new System.Drawing.Point(115, 52); this.cboTipo.Name = "cboTipo"; this.cboTipo.NombreTabla = ""; this.cboTipo.Size = new System.Drawing.Size(295, 33); this.cboTipo.SSQL = ""; this.cboTipo.TabIndex = 2; this.cboTipo.TablaOVistaConsulta = ""; this.cboTipo.UsaDataGlobal = false; this.cboTipo.ValorPorDefecto = "0"; this.cboTipo.SelectedIndexChanged += new System.EventHandler(this.cboTipo_SelectedIndexChanged); // // txtMonto // this.txtMonto.AMostrar = null; this.txtMonto.autoSenTab = true; this.txtMonto.AValidar = null; this.txtMonto.CampoBusquedaID = ""; this.txtMonto.CampoData = "Total"; this.txtMonto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMonto.ColumnasBusqGeneral = null; this.txtMonto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtMonto.Decimales = 0; this.txtMonto.DSData = this.DSDatos; this.txtMonto.Enabled = false; this.txtMonto.EsAutoGenerado = false; this.txtMonto.EsBusqueda = false; this.txtMonto.EsBusquedaAutoIncremental = false; this.txtMonto.EsEditable = true; this.txtMonto.FiltroBusqueda = ""; this.txtMonto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtMonto.Location = new System.Drawing.Point(115, 208); this.txtMonto.Name = "txtMonto"; this.txtMonto.NombreTabla = ""; this.txtMonto.SepDecimal = '\0'; this.txtMonto.Size = new System.Drawing.Size(295, 33); this.txtMonto.TabIndex = 10; this.txtMonto.TablaOVistaBusqueda = ""; this.txtMonto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtMonto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtMonto.ValorPorDefecto = "0.00"; // // txtConcepto // this.txtConcepto.AMostrar = null; this.txtConcepto.autoSenTab = true; this.txtConcepto.AValidar = null; this.txtConcepto.CampoBusquedaID = ""; this.txtConcepto.CampoData = "Concepto"; this.txtConcepto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtConcepto.ColumnasBusqGeneral = null; this.txtConcepto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtConcepto.Decimales = 0; this.txtConcepto.DSData = this.DSDatos; this.txtConcepto.Enabled = false; this.txtConcepto.EsAutoGenerado = false; this.txtConcepto.EsBusqueda = false; this.txtConcepto.EsBusquedaAutoIncremental = false; this.txtConcepto.EsEditable = true; this.txtConcepto.FiltroBusqueda = ""; this.txtConcepto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtConcepto.Location = new System.Drawing.Point(456, 135); this.txtConcepto.Multiline = true; this.txtConcepto.Name = "txtConcepto"; this.txtConcepto.NombreTabla = ""; this.txtConcepto.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtConcepto.SepDecimal = '\0'; this.txtConcepto.Size = new System.Drawing.Size(383, 106); this.txtConcepto.TabIndex = 14; this.txtConcepto.TablaOVistaBusqueda = ""; this.txtConcepto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtConcepto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtConcepto.ValorPorDefecto = ""; // // txtNumero // this.txtNumero.AMostrar = null; this.txtNumero.autoSenTab = true; this.txtNumero.AValidar = null; this.txtNumero.CampoBusquedaID = ""; this.txtNumero.CampoData = "Factura_Numero"; this.txtNumero.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNumero.ColumnasBusqGeneral = null; this.txtNumero.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNumero.Decimales = 0; this.txtNumero.DSData = this.DSDatos; this.txtNumero.Enabled = false; this.txtNumero.EsAutoGenerado = false; this.txtNumero.EsBusqueda = false; this.txtNumero.EsBusquedaAutoIncremental = false; this.txtNumero.EsEditable = true; this.txtNumero.FiltroBusqueda = ""; this.txtNumero.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNumero.Location = new System.Drawing.Point(115, 130); this.txtNumero.Name = "txtNumero"; this.txtNumero.NombreTabla = ""; this.txtNumero.SepDecimal = '\0'; this.txtNumero.Size = new System.Drawing.Size(295, 33); this.txtNumero.TabIndex = 6; this.txtNumero.TablaOVistaBusqueda = ""; this.txtNumero.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNumero.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNumero.ValorPorDefecto = ""; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.txtNCF); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.txtItbis); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.txtNumero); this.panel1.Controls.Add(this.dtpFecha); this.panel1.Controls.Add(this.elrLabel1); this.panel1.Controls.Add(this.lblFacturaNo); this.panel1.Controls.Add(this.txtConcepto); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.txtMonto); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.cboTipo); this.panel1.Controls.Add(this.label3); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panel1.Location = new System.Drawing.Point(0, 259); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(853, 266); this.panel1.TabIndex = 1; // // txtNCF // this.txtNCF.AMostrar = null; this.txtNCF.autoSenTab = true; this.txtNCF.AValidar = null; this.txtNCF.CampoBusquedaID = ""; this.txtNCF.CampoData = "NCF"; this.txtNCF.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNCF.ColumnasBusqGeneral = null; this.txtNCF.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNCF.Decimales = 0; this.txtNCF.DSData = this.DSDatos; this.txtNCF.Enabled = false; this.txtNCF.EsAutoGenerado = false; this.txtNCF.EsBusqueda = false; this.txtNCF.EsBusquedaAutoIncremental = false; this.txtNCF.EsEditable = true; this.txtNCF.FiltroBusqueda = ""; this.txtNCF.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtNCF.Formato = WinControl_ELR_NET.tbFormato.NoSpace; this.txtNCF.Location = new System.Drawing.Point(518, 60); this.txtNCF.MaxLength = 19; this.txtNCF.Name = "txtNCF"; this.txtNCF.NombreTabla = ""; this.txtNCF.SepDecimal = '\0'; this.txtNCF.Size = new System.Drawing.Size(321, 33); this.txtNCF.TabIndex = 12; this.txtNCF.TablaOVistaBusqueda = ""; this.txtNCF.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNCF.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNCF.ValorPorDefecto = ""; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label7.Location = new System.Drawing.Point(447, 60); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(54, 25); this.label7.TabIndex = 11; this.label7.Text = "NCF:"; // // txtItbis // this.txtItbis.AMostrar = null; this.txtItbis.autoSenTab = true; this.txtItbis.AValidar = null; this.txtItbis.CampoBusquedaID = ""; this.txtItbis.CampoData = "Itbis"; this.txtItbis.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtItbis.ColumnasBusqGeneral = null; this.txtItbis.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtItbis.Decimales = 0; this.txtItbis.DSData = this.DSDatos; this.txtItbis.Enabled = false; this.txtItbis.EsAutoGenerado = false; this.txtItbis.EsBusqueda = false; this.txtItbis.EsBusquedaAutoIncremental = false; this.txtItbis.EsEditable = true; this.txtItbis.FiltroBusqueda = ""; this.txtItbis.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtItbis.Location = new System.Drawing.Point(115, 169); this.txtItbis.Name = "txtItbis"; this.txtItbis.NombreTabla = ""; this.txtItbis.SepDecimal = '\0'; this.txtItbis.Size = new System.Drawing.Size(295, 33); this.txtItbis.TabIndex = 8; this.txtItbis.TablaOVistaBusqueda = ""; this.txtItbis.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtItbis.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtItbis.ValorPorDefecto = "0.00"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(12, 169); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(51, 25); this.label6.TabIndex = 7; this.label6.Text = "Itbis:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 91); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 25); this.label2.TabIndex = 3; this.label2.Text = "Fecha:"; // // dtpFecha // this.dtpFecha.AValidar = null; this.dtpFecha.CampoData = "Factura_Fecha"; this.dtpFecha.DSData = this.DSDatos; this.dtpFecha.Enabled = false; this.dtpFecha.EsEditable = true; this.dtpFecha.FiltroBusqueda = ""; this.dtpFecha.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpFecha.Location = new System.Drawing.Point(115, 91); this.dtpFecha.Name = "dtpFecha"; this.dtpFecha.NombreTabla = ""; this.dtpFecha.Size = new System.Drawing.Size(295, 33); this.dtpFecha.TabIndex = 4; this.dtpFecha.ValorPorDefecto = new System.DateTime(2017, 6, 2, 0, 0, 0, 0); // // elrLabel1 // this.elrLabel1.AutoSize = true; this.elrLabel1.CampoData = ""; this.elrLabel1.DSData = null; this.elrLabel1.Location = new System.Drawing.Point(12, 128); this.elrLabel1.Name = "elrLabel1"; this.elrLabel1.NombreTabla = ""; this.elrLabel1.Size = new System.Drawing.Size(85, 25); this.elrLabel1.TabIndex = 5; this.elrLabel1.Text = "Numero:"; this.elrLabel1.ValorPorDefecto = ""; // // lblFacturaNo // this.lblFacturaNo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblFacturaNo.CampoData = ""; this.lblFacturaNo.Dock = System.Windows.Forms.DockStyle.Top; this.lblFacturaNo.DSData = null; this.lblFacturaNo.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblFacturaNo.Location = new System.Drawing.Point(0, 0); this.lblFacturaNo.Name = "lblFacturaNo"; this.lblFacturaNo.NombreTabla = ""; this.lblFacturaNo.Size = new System.Drawing.Size(849, 38); this.lblFacturaNo.TabIndex = 0; this.lblFacturaNo.Text = "APLICAR A FACTURA NO.: 000000 NCF: "; this.lblFacturaNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblFacturaNo.ValorPorDefecto = ""; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(447, 107); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(97, 25); this.label5.TabIndex = 13; this.label5.Text = "Concepto:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 208); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(72, 25); this.label4.TabIndex = 9; this.label4.Text = "Monto:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 52); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 25); this.label3.TabIndex = 1; this.label3.Text = "Tipo:"; // // groupBox1 // this.groupBox1.Controls.Add(this.dtgCXP); this.groupBox1.Controls.Add(this.panel2); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(853, 259); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Seleccione Suplidor y Cuenta por Pagar a Aplicar"; // // dtgCXP // this.dtgCXP.AllowUserToAddRows = false; this.dtgCXP.AllowUserToDeleteRows = false; this.dtgCXP.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dtgCXP.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CXP_Id, this.Factura_Numero, this.Factura_Fecha, this.NCF, this.Total, this.Monto_Pendiente, this.Unico }); this.dtgCXP.Dock = System.Windows.Forms.DockStyle.Fill; this.dtgCXP.Location = new System.Drawing.Point(3, 78); this.dtgCXP.Name = "dtgCXP"; this.dtgCXP.ReadOnly = true; this.dtgCXP.RowTemplate.Height = 33; this.dtgCXP.Size = new System.Drawing.Size(847, 178); this.dtgCXP.TabIndex = 1; this.dtgCXP.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtgCXP_CellContentClick); // // CXP_Id // this.CXP_Id.DataPropertyName = "CXP_Id"; this.CXP_Id.HeaderText = "CXP_Id"; this.CXP_Id.Name = "CXP_Id"; this.CXP_Id.ReadOnly = true; this.CXP_Id.Visible = false; // // Factura_Numero // this.Factura_Numero.DataPropertyName = "Factura_Numero"; this.Factura_Numero.HeaderText = "Numero"; this.Factura_Numero.Name = "Factura_Numero"; this.Factura_Numero.ReadOnly = true; this.Factura_Numero.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Factura_Numero.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Factura_Numero.Width = 150; // // Factura_Fecha // this.Factura_Fecha.DataPropertyName = "Factura_Fecha"; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.Format = "dd/MM/yyyy"; this.Factura_Fecha.DefaultCellStyle = dataGridViewCellStyle1; this.Factura_Fecha.HeaderText = "Fecha"; this.Factura_Fecha.Name = "Factura_Fecha"; this.Factura_Fecha.ReadOnly = true; this.Factura_Fecha.Width = 130; // // NCF // this.NCF.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.NCF.DataPropertyName = "NCF"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.NCF.DefaultCellStyle = dataGridViewCellStyle2; this.NCF.HeaderText = "NCF"; this.NCF.Name = "NCF"; this.NCF.ReadOnly = true; // // Total // this.Total.DataPropertyName = "Total"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle3.Format = "N2"; dataGridViewCellStyle3.NullValue = "0.00"; this.Total.DefaultCellStyle = dataGridViewCellStyle3; this.Total.HeaderText = "Total"; this.Total.Name = "Total"; this.Total.ReadOnly = true; this.Total.Width = 150; // // Monto_Pendiente // this.Monto_Pendiente.DataPropertyName = "Monto_Pendiente"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle4.Format = "N2"; dataGridViewCellStyle4.NullValue = "0.00"; this.Monto_Pendiente.DefaultCellStyle = dataGridViewCellStyle4; this.Monto_Pendiente.HeaderText = "Monto Pend."; this.Monto_Pendiente.Name = "Monto_Pendiente"; this.Monto_Pendiente.ReadOnly = true; this.Monto_Pendiente.Width = 150; // // Unico // this.Unico.DataPropertyName = "Unico"; this.Unico.HeaderText = "Unico"; this.Unico.Name = "Unico"; this.Unico.ReadOnly = true; this.Unico.Visible = false; // // panel2 // this.panel2.Controls.Add(this.btnBuscarSuplidor); this.panel2.Controls.Add(this.txtNombreSuplidor); this.panel2.Controls.Add(this.txtCedulaRNC); this.panel2.Controls.Add(this.label1); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(3, 25); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(847, 53); this.panel2.TabIndex = 0; // // btnBuscarSuplidor // this.btnBuscarSuplidor.Image = global::ELRCuentasPorPagar.Properties.Resources._1378160672_search; this.btnBuscarSuplidor.Location = new System.Drawing.Point(309, 8); this.btnBuscarSuplidor.Name = "btnBuscarSuplidor"; this.btnBuscarSuplidor.Size = new System.Drawing.Size(55, 30); this.btnBuscarSuplidor.TabIndex = 2; this.btnBuscarSuplidor.UseVisualStyleBackColor = true; this.btnBuscarSuplidor.Click += new System.EventHandler(this.btnBuscarSuplidor_Click); // // txtNombreSuplidor // this.txtNombreSuplidor.AMostrar = null; this.txtNombreSuplidor.autoSenTab = true; this.txtNombreSuplidor.AValidar = null; this.txtNombreSuplidor.BackColor = System.Drawing.Color.White; this.txtNombreSuplidor.CampoBusquedaID = ""; this.txtNombreSuplidor.CampoData = "Nombre"; this.txtNombreSuplidor.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombreSuplidor.ColumnasBusqGeneral = null; this.txtNombreSuplidor.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNombreSuplidor.Decimales = 0; this.txtNombreSuplidor.DSData = this.DSDatos; this.txtNombreSuplidor.EsAutoGenerado = false; this.txtNombreSuplidor.EsBusqueda = false; this.txtNombreSuplidor.EsBusquedaAutoIncremental = false; this.txtNombreSuplidor.EsEditable = true; this.txtNombreSuplidor.FiltroBusqueda = ""; this.txtNombreSuplidor.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNombreSuplidor.Location = new System.Drawing.Point(370, 10); this.txtNombreSuplidor.Name = "txtNombreSuplidor"; this.txtNombreSuplidor.NombreTabla = ""; this.txtNombreSuplidor.ReadOnly = true; this.txtNombreSuplidor.SepDecimal = '\0'; this.txtNombreSuplidor.Size = new System.Drawing.Size(446, 29); this.txtNombreSuplidor.TabIndex = 3; this.txtNombreSuplidor.TablaOVistaBusqueda = ""; this.txtNombreSuplidor.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNombreSuplidor.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNombreSuplidor.ValorPorDefecto = ""; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(99, 21); this.label1.TabIndex = 0; this.label1.Text = "Cedula\\RNC:"; // // FormNotaDebitoCreditoACXPR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtCedulaRNC; valida1.Mensaje = "Debe Indicar la Cedula o RNC del Suplidor"; valida1.NombreCampo = "CedulaRNC"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = this.cboTipo; valida2.Mensaje = "Debe Indicar el tipo de Transaccion"; valida2.NombreCampo = "Modulo"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida2.Valor1 = null; valida2.Valor2 = null; valida3.comtrol = this.txtMonto; valida3.Mensaje = "El monto debe ser mayor a Cero"; valida3.NombreCampo = "Total"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida3.Valor1 = "1"; valida3.Valor2 = null; valida4.comtrol = this.txtConcepto; valida4.Mensaje = "Debe Indicar un concepto, con un minimo de 10 caracteres"; valida4.NombreCampo = "Concepto"; valida4.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida4.Valor1 = "10"; valida4.Valor2 = null; valida5.comtrol = this.txtNumero; valida5.Mensaje = "Debe Indicar el numero de referencia en la nota"; valida5.NombreCampo = "Factura_Numero"; valida5.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida5.Valor1 = null; valida5.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3, valida4, valida5 }; this.ClientSize = new System.Drawing.Size(853, 585); this.Controls.Add(this.groupBox1); this.Controls.Add(this.panel1); this.Cursor = System.Windows.Forms.Cursors.Default; this.EsConTemporal = true; this.Name = "FormNotaDebitoCreditoACXPR"; this.NombreCampoID = "CXP_Id"; this.SPGraba = "SP_COMPRA_GRABA_NOTA_DEBITO_CREDITO"; this.TablaEncabezado = "TTEMPORAL_CXP"; this.Text = "APLICAR NOTA DE DEBITO Y/O CREDITO A CUENTA POR PAGAR"; this.Load += new System.EventHandler(this.FormNotaDebitoCreditoACXPR_Load); this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.panel1, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dtgCXP)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); this.panel1 = new System.Windows.Forms.Panel(); this.btnCentroCosto = new System.Windows.Forms.Button(); this.btnVerPanelDetalle = new System.Windows.Forms.Button(); this.panel5 = new System.Windows.Forms.Panel(); this.cboTipoDocumento = new WinControl_ELR_NET.ELRCombobox(); this.dtpFecha = new WinControl_ELR_NET.ELRDatePicker(); this.txtDocumentoNo = new WinControl_ELR_NET.ELRTextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.label7 = new System.Windows.Forms.Label(); this.txtSubTransaccion = new WinControl_ELR_NET.ELRTextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtTransaccion = new WinControl_ELR_NET.ELRTextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtAplicacion = new WinControl_ELR_NET.ELRTextBox(); this.txtAsientoNo = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtConcepto = new WinControl_ELR_NET.ELRTextBox(); this.panel3 = new System.Windows.Forms.Panel(); this.lblDiferencia = new System.Windows.Forms.Label(); this.lblTotalCredito = new System.Windows.Forms.Label(); this.lblTotalDebito = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.Unico = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Cuenta_Contable = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Codigo_Auxiliar = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Descripcion = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Debito = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Credito = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ItemNumero = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnBorrar = new System.Windows.Forms.DataGridViewButtonColumn(); this.Descripcion_Cuenta = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.panel1.SuspendLayout(); this.panel5.SuspendLayout(); this.panel4.SuspendLayout(); this.panel2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 539); this.pnBotones.Size = new System.Drawing.Size(1021, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(781, 0); this.btnGrabar.Size = new System.Drawing.Size(141, 39); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(922, 0); this.btnCancelar.Size = new System.Drawing.Size(95, 39); // // btnAnterior // this.btnAnterior.Size = new System.Drawing.Size(95, 39); this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(686, 0); this.btnSiguientePage.Size = new System.Drawing.Size(95, 39); this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(591, 39); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.btnCentroCosto); this.panel1.Controls.Add(this.btnVerPanelDetalle); this.panel1.Controls.Add(this.panel5); this.panel1.Controls.Add(this.panel4); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1021, 157); this.panel1.TabIndex = 1; // // btnCentroCosto // this.btnCentroCosto.Dock = System.Windows.Forms.DockStyle.Left; this.btnCentroCosto.Location = new System.Drawing.Point(210, 115); this.btnCentroCosto.Name = "btnCentroCosto"; this.btnCentroCosto.Size = new System.Drawing.Size(156, 38); this.btnCentroCosto.TabIndex = 31; this.btnCentroCosto.Text = "C.Costo\\Oficina"; this.btnCentroCosto.UseVisualStyleBackColor = true; this.btnCentroCosto.Click += new System.EventHandler(this.btnCentroCosto_Click); // // btnVerPanelDetalle // this.btnVerPanelDetalle.Dock = System.Windows.Forms.DockStyle.Left; this.btnVerPanelDetalle.Location = new System.Drawing.Point(0, 115); this.btnVerPanelDetalle.Name = "btnVerPanelDetalle"; this.btnVerPanelDetalle.Size = new System.Drawing.Size(210, 38); this.btnVerPanelDetalle.TabIndex = 30; this.btnVerPanelDetalle.Text = "Agregar Detalle Ctrl + N"; this.btnVerPanelDetalle.UseVisualStyleBackColor = true; this.btnVerPanelDetalle.Click += new System.EventHandler(this.btnVerPanelDetalle_Click); // // panel5 // this.panel5.Controls.Add(this.cboTipoDocumento); this.panel5.Controls.Add(this.dtpFecha); this.panel5.Controls.Add(this.txtDocumentoNo); this.panel5.Controls.Add(this.label4); this.panel5.Controls.Add(this.label3); this.panel5.Controls.Add(this.label2); this.panel5.Dock = System.Windows.Forms.DockStyle.Top; this.panel5.Location = new System.Drawing.Point(0, 0); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(513, 115); this.panel5.TabIndex = 29; // // cboTipoDocumento // this.cboTipoDocumento.AValidar = null; this.cboTipoDocumento.CampoData = "Tipo_Movimiento"; this.cboTipoDocumento.CampoJoinCombobox2 = ""; this.cboTipoDocumento.ComboboxAFiltrar = null; this.cboTipoDocumento.DisplayMember = "Descripcion"; this.cboTipoDocumento.DSData = this.DSDatos; this.cboTipoDocumento.EsEditable = true; this.cboTipoDocumento.FiltroBusqueda = ""; this.cboTipoDocumento.FormattingEnabled = true; this.cboTipoDocumento.Location = new System.Drawing.Point(163, 42); this.cboTipoDocumento.Name = "cboTipoDocumento"; this.cboTipoDocumento.NombreTabla = ""; this.cboTipoDocumento.Size = new System.Drawing.Size(331, 29); this.cboTipoDocumento.SSQL = ""; this.cboTipoDocumento.TabIndex = 13; this.cboTipoDocumento.TablaOVistaConsulta = "TCONTA_TIPO_MOVIMIENTOS"; this.cboTipoDocumento.UsaDataGlobal = false; this.cboTipoDocumento.ValorPorDefecto = "ED"; this.cboTipoDocumento.ValueMember = "Tipo_Id"; this.cboTipoDocumento.SelectedIndexChanged += new System.EventHandler(this.cboTipoDocumento_SelectedIndexChanged); // // dtpFecha // this.dtpFecha.AValidar = null; this.dtpFecha.CampoData = "Fecha"; this.dtpFecha.DSData = this.DSDatos; this.dtpFecha.EsEditable = true; this.dtpFecha.FiltroBusqueda = ""; this.dtpFecha.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.dtpFecha.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpFecha.Location = new System.Drawing.Point(163, 7); this.dtpFecha.Name = "dtpFecha"; this.dtpFecha.NombreTabla = ""; this.dtpFecha.Size = new System.Drawing.Size(331, 29); this.dtpFecha.TabIndex = 12; this.dtpFecha.ValorPorDefecto = new System.DateTime(2016, 5, 18, 0, 0, 0, 0); this.dtpFecha.ValueChanged += new System.EventHandler(this.dtpFecha_ValueChanged); // // txtDocumentoNo // this.txtDocumentoNo.AMostrar = null; this.txtDocumentoNo.AValidar = null; this.txtDocumentoNo.CampoBusquedaID = ""; this.txtDocumentoNo.CampoData = "Referencia"; this.txtDocumentoNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDocumentoNo.ColumnasBusqGeneral = null; this.txtDocumentoNo.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtDocumentoNo.Decimales = 0; this.txtDocumentoNo.DSData = this.DSDatos; this.txtDocumentoNo.EsAutoGenerado = false; this.txtDocumentoNo.EsBusqueda = false; this.txtDocumentoNo.EsBusquedaAutoIncremental = false; this.txtDocumentoNo.EsEditable = true; this.txtDocumentoNo.FiltroBusqueda = ""; this.txtDocumentoNo.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtDocumentoNo.Location = new System.Drawing.Point(163, 77); this.txtDocumentoNo.Name = "txtDocumentoNo"; this.txtDocumentoNo.NombreTabla = ""; this.txtDocumentoNo.SepDecimal = '\0'; this.txtDocumentoNo.Size = new System.Drawing.Size(331, 29); this.txtDocumentoNo.TabIndex = 11; this.txtDocumentoNo.TablaOVistaBusqueda = ""; this.txtDocumentoNo.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtDocumentoNo.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtDocumentoNo.ValorPorDefecto = ""; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(24, 77); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(122, 21); this.label4.TabIndex = 10; this.label4.Text = "Documento No.:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(18, 42); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(128, 21); this.label3.TabIndex = 9; this.label3.Text = "Tipo Documento:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(24, 7); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(58, 21); this.label2.TabIndex = 8; this.label2.Text = "Fecha:"; // // panel4 // this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel4.Controls.Add(this.label7); this.panel4.Controls.Add(this.txtSubTransaccion); this.panel4.Controls.Add(this.label6); this.panel4.Controls.Add(this.txtTransaccion); this.panel4.Controls.Add(this.label5); this.panel4.Controls.Add(this.txtAplicacion); this.panel4.Controls.Add(this.txtAsientoNo); this.panel4.Controls.Add(this.label1); this.panel4.Dock = System.Windows.Forms.DockStyle.Right; this.panel4.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panel4.Location = new System.Drawing.Point(513, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(504, 153); this.panel4.TabIndex = 27; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(22, 110); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(91, 21); this.label7.TabIndex = 12; this.label7.Text = "Sub Trans.:"; // // txtSubTransaccion // this.txtSubTransaccion.AMostrar = null; this.txtSubTransaccion.AValidar = null; this.txtSubTransaccion.CampoBusquedaID = ""; this.txtSubTransaccion.CampoData = "SubTransaccion_Nombre"; this.txtSubTransaccion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtSubTransaccion.ColumnasBusqGeneral = null; this.txtSubTransaccion.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtSubTransaccion.Decimales = 0; this.txtSubTransaccion.DSData = this.DSDatos; this.txtSubTransaccion.Enabled = false; this.txtSubTransaccion.EsAutoGenerado = false; this.txtSubTransaccion.EsBusqueda = false; this.txtSubTransaccion.EsBusquedaAutoIncremental = false; this.txtSubTransaccion.EsEditable = true; this.txtSubTransaccion.FiltroBusqueda = ""; this.txtSubTransaccion.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtSubTransaccion.Location = new System.Drawing.Point(122, 110); this.txtSubTransaccion.Name = "txtSubTransaccion"; this.txtSubTransaccion.NombreTabla = ""; this.txtSubTransaccion.SepDecimal = '\0'; this.txtSubTransaccion.Size = new System.Drawing.Size(370, 29); this.txtSubTransaccion.TabIndex = 11; this.txtSubTransaccion.TablaOVistaBusqueda = ""; this.txtSubTransaccion.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtSubTransaccion.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtSubTransaccion.ValorPorDefecto = ""; this.txtSubTransaccion.Click += new System.EventHandler(this.txtConcepto_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(12, 77); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(104, 21); this.label6.TabIndex = 10; this.label6.Text = "Transacción:"; // // txtTransaccion // this.txtTransaccion.AMostrar = null; this.txtTransaccion.AValidar = null; this.txtTransaccion.CampoBusquedaID = ""; this.txtTransaccion.CampoData = "Transaccion_Nombre"; this.txtTransaccion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTransaccion.ColumnasBusqGeneral = null; this.txtTransaccion.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtTransaccion.Decimales = 0; this.txtTransaccion.DSData = this.DSDatos; this.txtTransaccion.Enabled = false; this.txtTransaccion.EsAutoGenerado = false; this.txtTransaccion.EsBusqueda = false; this.txtTransaccion.EsBusquedaAutoIncremental = false; this.txtTransaccion.EsEditable = true; this.txtTransaccion.FiltroBusqueda = ""; this.txtTransaccion.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtTransaccion.Location = new System.Drawing.Point(122, 77); this.txtTransaccion.Name = "txtTransaccion"; this.txtTransaccion.NombreTabla = ""; this.txtTransaccion.SepDecimal = '\0'; this.txtTransaccion.Size = new System.Drawing.Size(370, 29); this.txtTransaccion.TabIndex = 9; this.txtTransaccion.TablaOVistaBusqueda = ""; this.txtTransaccion.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtTransaccion.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtTransaccion.ValorPorDefecto = ""; this.txtTransaccion.Click += new System.EventHandler(this.txtConcepto_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(22, 44); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(95, 21); this.label5.TabIndex = 8; this.label5.Text = "Aplicacion:"; // // txtAplicacion // this.txtAplicacion.AMostrar = null; this.txtAplicacion.AValidar = null; this.txtAplicacion.CampoBusquedaID = ""; this.txtAplicacion.CampoData = "Aplicacion_Nombre"; this.txtAplicacion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtAplicacion.ColumnasBusqGeneral = null; this.txtAplicacion.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtAplicacion.Decimales = 0; this.txtAplicacion.DSData = this.DSDatos; this.txtAplicacion.Enabled = false; this.txtAplicacion.EsAutoGenerado = false; this.txtAplicacion.EsBusqueda = false; this.txtAplicacion.EsBusquedaAutoIncremental = false; this.txtAplicacion.EsEditable = true; this.txtAplicacion.FiltroBusqueda = ""; this.txtAplicacion.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtAplicacion.Location = new System.Drawing.Point(123, 44); this.txtAplicacion.Name = "txtAplicacion"; this.txtAplicacion.NombreTabla = ""; this.txtAplicacion.SepDecimal = '\0'; this.txtAplicacion.Size = new System.Drawing.Size(369, 29); this.txtAplicacion.TabIndex = 7; this.txtAplicacion.TablaOVistaBusqueda = ""; this.txtAplicacion.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtAplicacion.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtAplicacion.ValorPorDefecto = ""; this.txtAplicacion.Click += new System.EventHandler(this.txtConcepto_Click); // // txtAsientoNo // this.txtAsientoNo.AMostrar = null; this.txtAsientoNo.AValidar = null; this.txtAsientoNo.CampoBusquedaID = ""; this.txtAsientoNo.CampoData = "Asiento_No"; this.txtAsientoNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtAsientoNo.ColumnasBusqGeneral = null; this.txtAsientoNo.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtAsientoNo.Decimales = 0; this.txtAsientoNo.DSData = this.DSDatos; this.txtAsientoNo.Enabled = false; this.txtAsientoNo.EsAutoGenerado = false; this.txtAsientoNo.EsBusqueda = false; this.txtAsientoNo.EsBusquedaAutoIncremental = false; this.txtAsientoNo.EsEditable = true; this.txtAsientoNo.FiltroBusqueda = ""; this.txtAsientoNo.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtAsientoNo.Location = new System.Drawing.Point(122, 12); this.txtAsientoNo.Name = "txtAsientoNo"; this.txtAsientoNo.NombreTabla = ""; this.txtAsientoNo.SepDecimal = '\0'; this.txtAsientoNo.Size = new System.Drawing.Size(105, 29); this.txtAsientoNo.TabIndex = 6; this.txtAsientoNo.TablaOVistaBusqueda = ""; this.txtAsientoNo.Text = "000000"; this.txtAsientoNo.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtAsientoNo.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtAsientoNo.ValorPorDefecto = "0"; this.txtAsientoNo.Click += new System.EventHandler(this.txtConcepto_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(103, 21); this.label1.TabIndex = 5; this.label1.Text = "Asiento No.:"; // // panel2 // this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel2.Controls.Add(this.groupBox1); this.panel2.Controls.Add(this.panel3); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 415); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1021, 124); this.panel2.TabIndex = 2; // // groupBox1 // this.groupBox1.Controls.Add(this.txtConcepto); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(682, 120); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Concepto"; // // txtConcepto // this.txtConcepto.AMostrar = null; this.txtConcepto.AValidar = null; this.txtConcepto.CampoBusquedaID = ""; this.txtConcepto.CampoData = "Concepto"; this.txtConcepto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtConcepto.ColumnasBusqGeneral = null; this.txtConcepto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtConcepto.Decimales = 0; this.txtConcepto.Dock = System.Windows.Forms.DockStyle.Fill; this.txtConcepto.DSData = this.DSDatos; this.txtConcepto.EsAutoGenerado = false; this.txtConcepto.EsBusqueda = false; this.txtConcepto.EsBusquedaAutoIncremental = false; this.txtConcepto.EsEditable = true; this.txtConcepto.FiltroBusqueda = ""; this.txtConcepto.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtConcepto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtConcepto.Location = new System.Drawing.Point(3, 25); this.txtConcepto.Multiline = true; this.txtConcepto.Name = "txtConcepto"; this.txtConcepto.NombreTabla = ""; this.txtConcepto.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtConcepto.SepDecimal = '\0'; this.txtConcepto.Size = new System.Drawing.Size(676, 92); this.txtConcepto.TabIndex = 18; this.txtConcepto.TablaOVistaBusqueda = ""; this.txtConcepto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtConcepto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtConcepto.ValorPorDefecto = ""; // // panel3 // this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel3.Controls.Add(this.lblDiferencia); this.panel3.Controls.Add(this.lblTotalCredito); this.panel3.Controls.Add(this.lblTotalDebito); this.panel3.Controls.Add(this.label15); this.panel3.Controls.Add(this.label14); this.panel3.Controls.Add(this.label13); this.panel3.Dock = System.Windows.Forms.DockStyle.Right; this.panel3.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panel3.Location = new System.Drawing.Point(682, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(335, 120); this.panel3.TabIndex = 0; // // lblDiferencia // this.lblDiferencia.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblDiferencia.Location = new System.Drawing.Point(143, 79); this.lblDiferencia.Name = "lblDiferencia"; this.lblDiferencia.Size = new System.Drawing.Size(173, 28); this.lblDiferencia.TabIndex = 32; this.lblDiferencia.Text = "0.00"; this.lblDiferencia.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblTotalCredito // this.lblTotalCredito.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblTotalCredito.Location = new System.Drawing.Point(143, 45); this.lblTotalCredito.Name = "lblTotalCredito"; this.lblTotalCredito.Size = new System.Drawing.Size(173, 28); this.lblTotalCredito.TabIndex = 31; this.lblTotalCredito.Text = "0.00"; this.lblTotalCredito.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblTotalDebito // this.lblTotalDebito.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblTotalDebito.Location = new System.Drawing.Point(143, 11); this.lblTotalDebito.Name = "lblTotalDebito"; this.lblTotalDebito.Size = new System.Drawing.Size(173, 28); this.lblTotalDebito.TabIndex = 30; this.lblTotalDebito.Text = "0.00"; this.lblTotalDebito.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(30, 80); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(107, 25); this.label15.TabIndex = 28; this.label15.Text = "Diferencia:"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(7, 45); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(131, 25); this.label14.TabIndex = 26; this.label14.Text = "Total Crédito:"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(13, 7); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(125, 25); this.label13.TabIndex = 22; this.label13.Text = "Total Debito:"; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Unico, this.Cuenta_Contable, this.Codigo_Auxiliar, this.Descripcion, this.Debito, this.Credito, this.ItemNumero, this.btnBorrar, this.Descripcion_Cuenta }); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 157); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersWidth = 28; this.dataGridView1.Size = new System.Drawing.Size(1021, 258); this.dataGridView1.TabIndex = 4; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // Unico // this.Unico.DataPropertyName = "Unico"; this.Unico.HeaderText = "Unico"; this.Unico.Name = "Unico"; this.Unico.Visible = false; // // Cuenta_Contable // this.Cuenta_Contable.DataPropertyName = "Cuenta_Contable"; this.Cuenta_Contable.HeaderText = "Cuenta Contable"; this.Cuenta_Contable.Name = "Cuenta_Contable"; this.Cuenta_Contable.ReadOnly = true; this.Cuenta_Contable.Width = 160; // // Codigo_Auxiliar // this.Codigo_Auxiliar.DataPropertyName = "Codigo_Auxiliar"; this.Codigo_Auxiliar.HeaderText = "C.Costo\\Oficina"; this.Codigo_Auxiliar.Name = "Codigo_Auxiliar"; this.Codigo_Auxiliar.ReadOnly = true; this.Codigo_Auxiliar.Visible = false; this.Codigo_Auxiliar.Width = 130; // // Descripcion // this.Descripcion.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Descripcion.DataPropertyName = "Descripcion"; this.Descripcion.HeaderText = "Descripcion"; this.Descripcion.Name = "Descripcion"; this.Descripcion.ReadOnly = true; // // Debito // this.Debito.DataPropertyName = "Debito"; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle1.Format = "N2"; dataGridViewCellStyle1.NullValue = "0.00"; this.Debito.DefaultCellStyle = dataGridViewCellStyle1; this.Debito.HeaderText = "Debito"; this.Debito.Name = "Debito"; this.Debito.Width = 130; // // Credito // this.Credito.DataPropertyName = "Credito"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle2.Format = "N2"; dataGridViewCellStyle2.NullValue = "0.00"; this.Credito.DefaultCellStyle = dataGridViewCellStyle2; this.Credito.HeaderText = "Credito"; this.Credito.Name = "Credito"; this.Credito.Width = 130; // // ItemNumero // this.ItemNumero.DataPropertyName = "ItemNumero"; this.ItemNumero.HeaderText = "ItemNumero"; this.ItemNumero.Name = "ItemNumero"; this.ItemNumero.ReadOnly = true; this.ItemNumero.Visible = false; // // btnBorrar // this.btnBorrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnBorrar.HeaderText = "Eliminar"; this.btnBorrar.Name = "btnBorrar"; this.btnBorrar.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.btnBorrar.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.btnBorrar.Text = "Eiminar"; this.btnBorrar.UseColumnTextForButtonValue = true; // // Descripcion_Cuenta // this.Descripcion_Cuenta.DataPropertyName = "Descripcion_Cuenta"; this.Descripcion_Cuenta.HeaderText = "Descripcion_Cuenta"; this.Descripcion_Cuenta.Name = "Descripcion_Cuenta"; this.Descripcion_Cuenta.Visible = false; // // FormContaMovimientosR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = null; valida1.Mensaje = "Debe Elegir Tipo de Documento"; valida1.NombreCampo = "Tipo_Movimiento"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = null; valida2.Mensaje = "Debe Ingresar Documento o Referencia"; valida2.NombreCampo = "Referencia"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida2.Valor1 = null; valida2.Valor2 = null; valida3.comtrol = null; valida3.Mensaje = "Debe Ingresar un Concepto Valido"; valida3.NombreCampo = "Concepto"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida3.Valor1 = "10"; valida3.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3 }; this.CampoIdImprimir = "Asiento_Id"; this.ClientSize = new System.Drawing.Size(1021, 582); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Cursor = System.Windows.Forms.Cursors.Default; this.DataGridDetalle = this.dataGridView1; this.EsConTemporal = true; this.FormaImprimir = WinControl_ELR_NET.tbTipoImpresion.PreviewRDLC; this.ImprimirAlGrabar = true; this.Name = "FormContaMovimientosR"; this.NombreReporte = "RptContaAsientoDiario"; this.NombreVistaImprimir = "VCONTA_DIARIO_DETALLE"; this.SPGraba = "SP_CONTA_GRABA_ASIENTO_MANUAL"; this.TablaDetalle = "TTEMPORAL_CONTA_DIARIO_DETALLE"; this.TablaEncabezado = "TTEMPORAL_CONTA_DIARIO"; this.Text = "REGISTRAR MOVIMIENTO DE DIARIO"; this.Load += new System.EventHandler(this.FormContaMovimientosR_Load); this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.panel1, 0); this.Controls.SetChildIndex(this.panel2, 0); this.Controls.SetChildIndex(this.dataGridView1, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.panel1.ResumeLayout(false); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); this.label1 = new System.Windows.Forms.Label(); this.txtCodigo = new WinControl_ELR_NET.ELRTextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtDescripcion = new WinControl_ELR_NET.ELRTextBox(); this.elrCheckBox1 = new WinControl_ELR_NET.ELRCheckBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 151); this.pnBotones.Size = new System.Drawing.Size(463, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(269, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(364, 0); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 21); this.label1.TabIndex = 1; this.label1.Text = "Codigo"; // // txtCodigo // this.txtCodigo.CampoData = "Tipo_Garantia_Id"; this.txtCodigo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCodigo.DSData = this.DSDatos; this.txtCodigo.EsAutoGenerado = false; this.txtCodigo.EsEditable = false; this.txtCodigo.FiltroBusqueda = ""; this.txtCodigo.Location = new System.Drawing.Point(115, 24); this.txtCodigo.Name = "txtCodigo"; this.txtCodigo.NombreTabla = ""; this.txtCodigo.Size = new System.Drawing.Size(107, 29); this.txtCodigo.TabIndex = 2; this.txtCodigo.ValorPorDefecto = ""; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(17, 56); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(91, 21); this.label2.TabIndex = 3; this.label2.Text = "Descripción"; // // txtDescripcion // this.txtDescripcion.CampoData = "Descripcion"; this.txtDescripcion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDescripcion.DSData = this.DSDatos; this.txtDescripcion.EsAutoGenerado = false; this.txtDescripcion.EsEditable = true; this.txtDescripcion.FiltroBusqueda = ""; this.txtDescripcion.Location = new System.Drawing.Point(115, 60); this.txtDescripcion.Name = "txtDescripcion"; this.txtDescripcion.NombreTabla = ""; this.txtDescripcion.Size = new System.Drawing.Size(325, 29); this.txtDescripcion.TabIndex = 4; this.txtDescripcion.ValorPorDefecto = ""; // // elrCheckBox1 // this.elrCheckBox1.AutoSize = true; this.elrCheckBox1.CampoData = "EsActivo"; this.elrCheckBox1.DSData = this.DSDatos; this.elrCheckBox1.EsEditable = true; this.elrCheckBox1.EsModificable = true; this.elrCheckBox1.FiltroBusqueda = ""; this.elrCheckBox1.Location = new System.Drawing.Point(115, 96); this.elrCheckBox1.Name = "elrCheckBox1"; this.elrCheckBox1.NombreTabla = ""; this.elrCheckBox1.Size = new System.Drawing.Size(91, 25); this.elrCheckBox1.TabIndex = 5; this.elrCheckBox1.Text = "Es Activo"; this.elrCheckBox1.UseVisualStyleBackColor = true; this.elrCheckBox1.ValorPorDefecto = true; // // FormTipoGarantiasR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtCodigo; valida1.Mensaje = "Debe Digitar el Codigo o Id"; valida1.NombreCampo = "Tipo_Garantia_Id"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = this.txtDescripcion; valida2.Mensaje = "Debe Digitar Nombre o Descripcion"; valida2.NombreCampo = "Descripcion"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida2.Valor1 = null; valida2.Valor2 = null; valida3.comtrol = this.txtDescripcion; valida3.Mensaje = "La Descripcion debe Tener un Minimo de 5 Carcteres"; valida3.NombreCampo = "Descripcion"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida3.Valor1 = "5"; valida3.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3 }; this.ClientSize = new System.Drawing.Size(463, 194); this.Controls.Add(this.elrCheckBox1); this.Controls.Add(this.txtDescripcion); this.Controls.Add(this.label2); this.Controls.Add(this.txtCodigo); this.Controls.Add(this.label1); this.Name = "FormTipoGarantiasR"; this.NombreCampoID = "Unico"; this.TablaEncabezado = "TPRESTAMOS_TIPO_GARANTIAS"; this.Text = "TIPO GARANTIA"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtCodigo, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtDescripcion, 0); this.Controls.SetChildIndex(this.elrCheckBox1, 0); this.pnBotones.ResumeLayout(false); this.pnBotones.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida4 = new WinControl_ELR_NET.Valida(); this.panel1 = new System.Windows.Forms.Panel(); this.chkEsNomina = new WinControl_ELR_NET.ELRCheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtCodigoCompleto = new WinControl_ELR_NET.ELRTextBox(); this.chkEsCheques = new WinControl_ELR_NET.ELRCheckBox(); this.chkEsActivo = new WinControl_ELR_NET.ELRCheckBox(); this.btnBuscarCtaContable = new System.Windows.Forms.Button(); this.txtCuentaContable = new WinControl_ELR_NET.ELRTextBox(); this.label6 = new System.Windows.Forms.Label(); this.cboOficina = new WinControl_ELR_NET.ELRCombobox(); this.label5 = new System.Windows.Forms.Label(); this.cboBanco = new WinControl_ELR_NET.ELRCombobox(); this.label4 = new System.Windows.Forms.Label(); this.txtNumero = new WinControl_ELR_NET.ELRTextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtNombre = new WinControl_ELR_NET.ELRTextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtCodigo = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtSecuenciaCheques = new WinControl_ELR_NET.ELRTextBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 402); this.pnBotones.Size = new System.Drawing.Size(581, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(341, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(482, 0); // // btnAnterior // this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(246, 0); this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(151, 39); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.txtSecuenciaCheques); this.panel1.Controls.Add(this.chkEsNomina); this.panel1.Controls.Add(this.groupBox1); this.panel1.Controls.Add(this.chkEsCheques); this.panel1.Controls.Add(this.chkEsActivo); this.panel1.Controls.Add(this.btnBuscarCtaContable); this.panel1.Controls.Add(this.txtCuentaContable); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.cboOficina); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.cboBanco); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.txtNumero); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.txtNombre); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.txtCodigo); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(581, 402); this.panel1.TabIndex = 0; // // chkEsNomina // this.chkEsNomina.AutoSize = true; this.chkEsNomina.CampoData = "EsNomina"; this.chkEsNomina.DSData = this.DSDatos; this.chkEsNomina.EsEditable = true; this.chkEsNomina.EsModificable = true; this.chkEsNomina.FiltroBusqueda = ""; this.chkEsNomina.Location = new System.Drawing.Point(263, 224); this.chkEsNomina.Name = "chkEsNomina"; this.chkEsNomina.NombreTabla = ""; this.chkEsNomina.Size = new System.Drawing.Size(104, 25); this.chkEsNomina.TabIndex = 14; this.chkEsNomina.Text = "Es Nomina"; this.chkEsNomina.UseVisualStyleBackColor = true; this.chkEsNomina.ValorPorDefecto = false; // // groupBox1 // this.groupBox1.Controls.Add(this.txtCodigoCompleto); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(0, 331); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(577, 67); this.groupBox1.TabIndex = 17; this.groupBox1.TabStop = false; this.groupBox1.Text = "Codigo o Numeracion Completo"; // // txtCodigoCompleto // this.txtCodigoCompleto.AMostrar = null; this.txtCodigoCompleto.AValidar = null; this.txtCodigoCompleto.CampoBusquedaID = ""; this.txtCodigoCompleto.CampoData = "Codigo_Completo"; this.txtCodigoCompleto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCodigoCompleto.ColumnasBusqGeneral = null; this.txtCodigoCompleto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCodigoCompleto.Decimales = 0; this.txtCodigoCompleto.DSData = this.DSDatos; this.txtCodigoCompleto.EsAutoGenerado = false; this.txtCodigoCompleto.EsBusqueda = false; this.txtCodigoCompleto.EsBusquedaAutoIncremental = false; this.txtCodigoCompleto.EsEditable = true; this.txtCodigoCompleto.FiltroBusqueda = ""; this.txtCodigoCompleto.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCodigoCompleto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtCodigoCompleto.Location = new System.Drawing.Point(21, 28); this.txtCodigoCompleto.Name = "txtCodigoCompleto"; this.txtCodigoCompleto.NombreTabla = ""; this.txtCodigoCompleto.SepDecimal = '\0'; this.txtCodigoCompleto.Size = new System.Drawing.Size(446, 33); this.txtCodigoCompleto.TabIndex = 0; this.txtCodigoCompleto.TablaOVistaBusqueda = ""; this.txtCodigoCompleto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCodigoCompleto.TituloBusqueda = "BUSQUEDA GENERAL"; this.toolTip1.SetToolTip(this.txtCodigoCompleto, "Numeracion Usada Para Transferencias Electronicas"); this.txtCodigoCompleto.ValorPorDefecto = ""; // // chkEsCheques // this.chkEsCheques.AutoSize = true; this.chkEsCheques.CampoData = "EsCheques"; this.chkEsCheques.DSData = this.DSDatos; this.chkEsCheques.EsEditable = true; this.chkEsCheques.EsModificable = true; this.chkEsCheques.FiltroBusqueda = ""; this.chkEsCheques.Location = new System.Drawing.Point(151, 255); this.chkEsCheques.Name = "chkEsCheques"; this.chkEsCheques.NombreTabla = ""; this.chkEsCheques.Size = new System.Drawing.Size(187, 25); this.chkEsCheques.TabIndex = 15; this.chkEsCheques.Text = "Es Cheques, Secuencia:"; this.chkEsCheques.UseVisualStyleBackColor = true; this.chkEsCheques.ValorPorDefecto = true; // // chkEsActivo // this.chkEsActivo.AutoSize = true; this.chkEsActivo.CampoData = "EsActivo"; this.chkEsActivo.DSData = this.DSDatos; this.chkEsActivo.EsEditable = true; this.chkEsActivo.EsModificable = true; this.chkEsActivo.FiltroBusqueda = ""; this.chkEsActivo.Location = new System.Drawing.Point(151, 224); this.chkEsActivo.Name = "chkEsActivo"; this.chkEsActivo.NombreTabla = ""; this.chkEsActivo.Size = new System.Drawing.Size(91, 25); this.chkEsActivo.TabIndex = 13; this.chkEsActivo.Text = "Es Activo"; this.chkEsActivo.UseVisualStyleBackColor = true; this.chkEsActivo.ValorPorDefecto = true; // // btnBuscarCtaContable // this.btnBuscarCtaContable.Image = global::ELRBanco.Properties.Resources._1378160672_search; this.btnBuscarCtaContable.Location = new System.Drawing.Point(319, 172); this.btnBuscarCtaContable.Name = "btnBuscarCtaContable"; this.btnBuscarCtaContable.Size = new System.Drawing.Size(48, 29); this.btnBuscarCtaContable.TabIndex = 12; this.btnBuscarCtaContable.UseVisualStyleBackColor = true; // // txtCuentaContable // this.txtCuentaContable.AMostrar = null; this.txtCuentaContable.AValidar = null; this.txtCuentaContable.CampoBusquedaID = ""; this.txtCuentaContable.CampoData = "Cuenta_Contable"; this.txtCuentaContable.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCuentaContable.ColumnasBusqGeneral = null; this.txtCuentaContable.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCuentaContable.Decimales = 0; this.txtCuentaContable.DSData = this.DSDatos; this.txtCuentaContable.EsAutoGenerado = false; this.txtCuentaContable.EsBusqueda = false; this.txtCuentaContable.EsBusquedaAutoIncremental = false; this.txtCuentaContable.EsEditable = true; this.txtCuentaContable.FiltroBusqueda = ""; this.txtCuentaContable.Formato = WinControl_ELR_NET.tbFormato.LetrasYNumeros; this.txtCuentaContable.Location = new System.Drawing.Point(151, 172); this.txtCuentaContable.Name = "txtCuentaContable"; this.txtCuentaContable.NombreTabla = ""; this.txtCuentaContable.SepDecimal = '\0'; this.txtCuentaContable.Size = new System.Drawing.Size(162, 29); this.txtCuentaContable.TabIndex = 11; this.txtCuentaContable.TablaOVistaBusqueda = ""; this.txtCuentaContable.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCuentaContable.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCuentaContable.ValorPorDefecto = ""; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(17, 172); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(128, 21); this.label6.TabIndex = 10; this.label6.Text = "Cuenta Contable:"; // // cboOficina // this.cboOficina.AValidar = null; this.cboOficina.CampoData = "Oficina_Id"; this.cboOficina.CampoJoinCombobox2 = ""; this.cboOficina.ComboboxAFiltrar = null; this.cboOficina.DisplayMember = "Nombre"; this.cboOficina.DSData = this.DSDatos; this.cboOficina.EsEditable = true; this.cboOficina.FiltroBusqueda = ""; this.cboOficina.FormattingEnabled = true; this.cboOficina.Location = new System.Drawing.Point(98, 128); this.cboOficina.Name = "cboOficina"; this.cboOficina.NombreTabla = ""; this.cboOficina.Size = new System.Drawing.Size(446, 29); this.cboOficina.SSQL = ""; this.cboOficina.TabIndex = 9; this.cboOficina.TablaOVistaConsulta = "TEMPRESAS_OFICINAS"; this.cboOficina.UsaDataGlobal = false; this.cboOficina.ValorPorDefecto = "0"; this.cboOficina.ValueMember = "Oficina_Id"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(17, 131); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(62, 21); this.label5.TabIndex = 8; this.label5.Text = "Oficina:"; // // cboBanco // this.cboBanco.AValidar = null; this.cboBanco.CampoData = "Banco_Id"; this.cboBanco.CampoJoinCombobox2 = ""; this.cboBanco.ComboboxAFiltrar = null; this.cboBanco.DisplayMember = "Nombre"; this.cboBanco.DSData = this.DSDatos; this.cboBanco.EsEditable = true; this.cboBanco.FiltroBusqueda = ""; this.cboBanco.FormattingEnabled = true; this.cboBanco.Location = new System.Drawing.Point(98, 93); this.cboBanco.Name = "cboBanco"; this.cboBanco.NombreTabla = ""; this.cboBanco.Size = new System.Drawing.Size(446, 29); this.cboBanco.SSQL = ""; this.cboBanco.TabIndex = 7; this.cboBanco.TablaOVistaConsulta = "TBANCOS"; this.cboBanco.UsaDataGlobal = false; this.cboBanco.ValorPorDefecto = "0"; this.cboBanco.ValueMember = "Banco_Id"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(17, 96); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(55, 21); this.label4.TabIndex = 6; this.label4.Text = "Banco:"; // // txtNumero // this.txtNumero.AMostrar = null; this.txtNumero.AValidar = null; this.txtNumero.CampoBusquedaID = ""; this.txtNumero.CampoData = "Numero"; this.txtNumero.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNumero.ColumnasBusqGeneral = null; this.txtNumero.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNumero.Decimales = 0; this.txtNumero.DSData = this.DSDatos; this.txtNumero.EsAutoGenerado = false; this.txtNumero.EsBusqueda = false; this.txtNumero.EsBusquedaAutoIncremental = false; this.txtNumero.EsEditable = true; this.txtNumero.FiltroBusqueda = ""; this.txtNumero.Formato = WinControl_ELR_NET.tbFormato.LetrasYNumeros; this.txtNumero.Location = new System.Drawing.Point(333, 23); this.txtNumero.Name = "txtNumero"; this.txtNumero.NombreTabla = ""; this.txtNumero.SepDecimal = '\0'; this.txtNumero.Size = new System.Drawing.Size(211, 29); this.txtNumero.TabIndex = 3; this.txtNumero.TablaOVistaBusqueda = ""; this.txtNumero.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNumero.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNumero.ValorPorDefecto = ""; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(256, 23); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 21); this.label3.TabIndex = 2; this.label3.Text = "Numero:"; // // txtNombre // this.txtNombre.AMostrar = null; this.txtNombre.AValidar = null; this.txtNombre.CampoBusquedaID = ""; this.txtNombre.CampoData = "Nombre"; this.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombre.ColumnasBusqGeneral = null; this.txtNombre.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNombre.Decimales = 0; this.txtNombre.DSData = this.DSDatos; this.txtNombre.EsAutoGenerado = false; this.txtNombre.EsBusqueda = false; this.txtNombre.EsBusquedaAutoIncremental = false; this.txtNombre.EsEditable = true; this.txtNombre.FiltroBusqueda = ""; this.txtNombre.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNombre.Location = new System.Drawing.Point(98, 58); this.txtNombre.Name = "txtNombre"; this.txtNombre.NombreTabla = ""; this.txtNombre.SepDecimal = '\0'; this.txtNombre.Size = new System.Drawing.Size(446, 29); this.txtNombre.TabIndex = 5; this.txtNombre.TablaOVistaBusqueda = ""; this.txtNombre.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNombre.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNombre.ValorPorDefecto = ""; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(17, 58); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(71, 21); this.label2.TabIndex = 4; this.label2.Text = "Nombre:"; // // txtCodigo // this.txtCodigo.AMostrar = null; this.txtCodigo.AValidar = null; this.txtCodigo.CampoBusquedaID = ""; this.txtCodigo.CampoData = "Cuenta_Id"; this.txtCodigo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCodigo.ColumnasBusqGeneral = null; this.txtCodigo.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCodigo.Decimales = 0; this.txtCodigo.DSData = this.DSDatos; this.txtCodigo.Enabled = false; this.txtCodigo.EsAutoGenerado = false; this.txtCodigo.EsBusqueda = false; this.txtCodigo.EsBusquedaAutoIncremental = false; this.txtCodigo.EsEditable = false; this.txtCodigo.FiltroBusqueda = ""; this.txtCodigo.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtCodigo.Location = new System.Drawing.Point(98, 23); this.txtCodigo.Name = "txtCodigo"; this.txtCodigo.NombreTabla = ""; this.txtCodigo.SepDecimal = '\0'; this.txtCodigo.Size = new System.Drawing.Size(126, 29); this.txtCodigo.TabIndex = 1; this.txtCodigo.TablaOVistaBusqueda = ""; this.txtCodigo.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCodigo.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCodigo.ValorPorDefecto = "0"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(79, 21); this.label1.TabIndex = 0; this.label1.Text = "Cuenta Id:"; // // txtSecuenciaCheques // this.txtSecuenciaCheques.AMostrar = null; this.txtSecuenciaCheques.AValidar = null; this.txtSecuenciaCheques.CampoBusquedaID = ""; this.txtSecuenciaCheques.CampoData = "Secuencia_Cheques"; this.txtSecuenciaCheques.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtSecuenciaCheques.ColumnasBusqGeneral = null; this.txtSecuenciaCheques.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtSecuenciaCheques.Decimales = 0; this.txtSecuenciaCheques.DSData = this.DSDatos; this.txtSecuenciaCheques.EsAutoGenerado = false; this.txtSecuenciaCheques.EsBusqueda = false; this.txtSecuenciaCheques.EsBusquedaAutoIncremental = false; this.txtSecuenciaCheques.EsEditable = true; this.txtSecuenciaCheques.FiltroBusqueda = ""; this.txtSecuenciaCheques.Formato = WinControl_ELR_NET.tbFormato.LetrasYNumeros; this.txtSecuenciaCheques.Location = new System.Drawing.Point(344, 255); this.txtSecuenciaCheques.Name = "txtSecuenciaCheques"; this.txtSecuenciaCheques.NombreTabla = ""; this.txtSecuenciaCheques.SepDecimal = '\0'; this.txtSecuenciaCheques.Size = new System.Drawing.Size(200, 29); this.txtSecuenciaCheques.TabIndex = 16; this.txtSecuenciaCheques.TablaOVistaBusqueda = ""; this.txtSecuenciaCheques.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtSecuenciaCheques.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtSecuenciaCheques.ValorPorDefecto = "1"; // // FormBancosCuentasR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = null; valida1.Mensaje = "Debe Indicar Numero de Cuenta"; valida1.NombreCampo = "Numero"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = null; valida2.Mensaje = "Debe Indicar un Nombre"; valida2.NombreCampo = "Nombre"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida2.Valor1 = null; valida2.Valor2 = null; valida3.comtrol = null; valida3.Mensaje = "Debe Elegir un Banco"; valida3.NombreCampo = "Banco_Id"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida3.Valor1 = null; valida3.Valor2 = null; valida4.comtrol = null; valida4.Mensaje = "Debe Elegir una Oficina"; valida4.NombreCampo = "Oficina_Id"; valida4.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida4.Valor1 = null; valida4.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3, valida4 }; this.ClientSize = new System.Drawing.Size(581, 445); this.Controls.Add(this.panel1); this.Cursor = System.Windows.Forms.Cursors.Default; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormBancosCuentasR"; this.NombreCampoID = "Cuenta_Id"; this.TablaEncabezado = "TBANCOS_CUENTAS_BANCARIAS"; this.Text = "REGISTRAR CUENTA BANCARIA"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.panel1, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.elrTextBox1 = new WinControl_ELR_NET.ELRTextBox(); this.txtDescripcion = new WinControl_ELR_NET.ELRTextBox(); this.elrCheckBox1 = new WinControl_ELR_NET.ELRCheckBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 208); this.pnBotones.Size = new System.Drawing.Size(637, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(443, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(538, 0); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(348, 0); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(31, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(57, 21); this.label1.TabIndex = 1; this.label1.Text = "Tipo Id"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(31, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(91, 21); this.label2.TabIndex = 2; this.label2.Text = "Descripcion"; // // elrTextBox1 // this.elrTextBox1.AMostrar = null; this.elrTextBox1.AValidar = null; this.elrTextBox1.CampoBusquedaID = ""; this.elrTextBox1.CampoData = "Tipo_Id"; this.elrTextBox1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.elrTextBox1.ColumnasBusqGeneral = null; this.elrTextBox1.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.elrTextBox1.DSData = this.DSDatos; this.elrTextBox1.EsAutoGenerado = false; this.elrTextBox1.EsBusqueda = false; this.elrTextBox1.EsEditable = false; this.elrTextBox1.FiltroBusqueda = ""; this.elrTextBox1.Location = new System.Drawing.Point(149, 30); this.elrTextBox1.Name = "elrTextBox1"; this.elrTextBox1.NombreTabla = ""; this.elrTextBox1.ReadOnly = true; this.elrTextBox1.Size = new System.Drawing.Size(100, 29); this.elrTextBox1.TabIndex = 3; this.elrTextBox1.TablaOVistaBusqueda = ""; this.elrTextBox1.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.elrTextBox1.TituloBusqueda = "BUSQUEDA GENERAL"; this.elrTextBox1.ValorPorDefecto = "0"; // // txtDescripcion // this.txtDescripcion.AMostrar = null; this.txtDescripcion.AValidar = null; this.txtDescripcion.CampoBusquedaID = ""; this.txtDescripcion.CampoData = "Descripcion"; this.txtDescripcion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDescripcion.ColumnasBusqGeneral = null; this.txtDescripcion.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtDescripcion.DSData = this.DSDatos; this.txtDescripcion.EsAutoGenerado = false; this.txtDescripcion.EsBusqueda = false; this.txtDescripcion.EsEditable = true; this.txtDescripcion.FiltroBusqueda = ""; this.txtDescripcion.Location = new System.Drawing.Point(149, 67); this.txtDescripcion.Name = "txtDescripcion"; this.txtDescripcion.NombreTabla = ""; this.txtDescripcion.Size = new System.Drawing.Size(454, 29); this.txtDescripcion.TabIndex = 4; this.txtDescripcion.TablaOVistaBusqueda = ""; this.txtDescripcion.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtDescripcion.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtDescripcion.ValorPorDefecto = ""; // // elrCheckBox1 // this.elrCheckBox1.AutoSize = true; this.elrCheckBox1.CampoData = "EsActivo"; this.elrCheckBox1.DSData = this.DSDatos; this.elrCheckBox1.EsEditable = true; this.elrCheckBox1.EsModificable = true; this.elrCheckBox1.FiltroBusqueda = ""; this.elrCheckBox1.Location = new System.Drawing.Point(149, 114); this.elrCheckBox1.Name = "elrCheckBox1"; this.elrCheckBox1.NombreTabla = ""; this.elrCheckBox1.Size = new System.Drawing.Size(87, 25); this.elrCheckBox1.TabIndex = 5; this.elrCheckBox1.Text = "EsActivo"; this.elrCheckBox1.UseVisualStyleBackColor = true; this.elrCheckBox1.ValorPorDefecto = true; // // FormTipoEmpresasR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtDescripcion; valida1.Mensaje = "Debe Indicar o una Descripcion, Minimo 5 Caracteres"; valida1.NombreCampo = "Descripcion"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida1.Valor1 = "5"; valida1.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1 }; this.ClientSize = new System.Drawing.Size(637, 251); this.Controls.Add(this.elrCheckBox1); this.Controls.Add(this.txtDescripcion); this.Controls.Add(this.elrTextBox1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormTipoEmpresasR"; this.NombreCampoID = "Tipo_Id"; this.TablaEncabezado = "TCLASIFICADOR_TIPOS_EMPRESAS"; this.Text = "REGISTRO DE TIPOS DE EMPRESAS"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.elrTextBox1, 0); this.Controls.SetChildIndex(this.txtDescripcion, 0); this.Controls.SetChildIndex(this.elrCheckBox1, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida4 = new WinControl_ELR_NET.Valida(); this.label1 = new System.Windows.Forms.Label(); this.cboTipo = new WinControl_ELR_NET.ELRCombobox(); this.label2 = new System.Windows.Forms.Label(); this.txtBeneficiario = new WinControl_ELR_NET.ELRTextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtConcepto = new WinControl_ELR_NET.ELRTextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtMonto = new WinControl_ELR_NET.ELRTextBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 334); this.pnBotones.Size = new System.Drawing.Size(622, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(382, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(523, 0); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(287, 0); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(192, 39); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(28, 25); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(43, 21); this.label1.TabIndex = 1; this.label1.Text = "Tipo:"; // // cboTipo // this.cboTipo.AValidar = null; this.cboTipo.CampoData = "Cheque_Id"; this.cboTipo.CampoJoinCombobox2 = ""; this.cboTipo.ComboboxAFiltrar = null; this.cboTipo.DisplayMember = "Concepto"; this.cboTipo.DSData = this.DSDatos; this.cboTipo.EsEditable = true; this.cboTipo.FiltroBusqueda = "EsActivo = 1"; this.cboTipo.FormattingEnabled = true; this.cboTipo.Location = new System.Drawing.Point(128, 25); this.cboTipo.Name = "cboTipo"; this.cboTipo.NombreTabla = ""; this.cboTipo.Size = new System.Drawing.Size(465, 29); this.cboTipo.SSQL = ""; this.cboTipo.TabIndex = 2; this.cboTipo.TablaOVistaConsulta = "TBANCOS_CHEQUES_PREDEFINIDOS"; this.cboTipo.UsaDataGlobal = false; this.cboTipo.ValorPorDefecto = "0"; this.cboTipo.ValueMember = "Id"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(28, 60); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(94, 21); this.label2.TabIndex = 3; this.label2.Text = "Beneficiario:"; // // txtBeneficiario // this.txtBeneficiario.AMostrar = null; this.txtBeneficiario.AValidar = null; this.txtBeneficiario.CampoBusquedaID = ""; this.txtBeneficiario.CampoData = "Beneficiario"; this.txtBeneficiario.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtBeneficiario.ColumnasBusqGeneral = null; this.txtBeneficiario.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtBeneficiario.Decimales = 0; this.txtBeneficiario.DSData = this.DSDatos; this.txtBeneficiario.EsAutoGenerado = false; this.txtBeneficiario.EsBusqueda = false; this.txtBeneficiario.EsBusquedaAutoIncremental = false; this.txtBeneficiario.EsEditable = true; this.txtBeneficiario.FiltroBusqueda = ""; this.txtBeneficiario.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtBeneficiario.Location = new System.Drawing.Point(128, 60); this.txtBeneficiario.Multiline = true; this.txtBeneficiario.Name = "txtBeneficiario"; this.txtBeneficiario.NombreTabla = ""; this.txtBeneficiario.SepDecimal = '\0'; this.txtBeneficiario.Size = new System.Drawing.Size(465, 64); this.txtBeneficiario.TabIndex = 4; this.txtBeneficiario.TablaOVistaBusqueda = ""; this.txtBeneficiario.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtBeneficiario.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtBeneficiario.ValorPorDefecto = ""; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(28, 130); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(79, 21); this.label3.TabIndex = 5; this.label3.Text = "Concepto:"; // // txtConcepto // this.txtConcepto.AMostrar = null; this.txtConcepto.AValidar = null; this.txtConcepto.CampoBusquedaID = ""; this.txtConcepto.CampoData = "Concepto"; this.txtConcepto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtConcepto.ColumnasBusqGeneral = null; this.txtConcepto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtConcepto.Decimales = 0; this.txtConcepto.DSData = this.DSDatos; this.txtConcepto.EsAutoGenerado = false; this.txtConcepto.EsBusqueda = false; this.txtConcepto.EsBusquedaAutoIncremental = false; this.txtConcepto.EsEditable = true; this.txtConcepto.FiltroBusqueda = ""; this.txtConcepto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtConcepto.Location = new System.Drawing.Point(128, 130); this.txtConcepto.Multiline = true; this.txtConcepto.Name = "txtConcepto"; this.txtConcepto.NombreTabla = ""; this.txtConcepto.SepDecimal = '\0'; this.txtConcepto.Size = new System.Drawing.Size(465, 136); this.txtConcepto.TabIndex = 6; this.txtConcepto.TablaOVistaBusqueda = ""; this.txtConcepto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtConcepto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtConcepto.ValorPorDefecto = ""; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(28, 271); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(59, 21); this.label4.TabIndex = 7; this.label4.Text = "Monto:"; // // txtMonto // this.txtMonto.AMostrar = null; this.txtMonto.AValidar = null; this.txtMonto.CampoBusquedaID = ""; this.txtMonto.CampoData = "Monto"; this.txtMonto.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMonto.ColumnasBusqGeneral = null; this.txtMonto.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtMonto.Decimales = 0; this.txtMonto.DSData = this.DSDatos; this.txtMonto.EsAutoGenerado = false; this.txtMonto.EsBusqueda = false; this.txtMonto.EsBusquedaAutoIncremental = false; this.txtMonto.EsEditable = true; this.txtMonto.FiltroBusqueda = ""; this.txtMonto.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtMonto.Location = new System.Drawing.Point(128, 272); this.txtMonto.Name = "txtMonto"; this.txtMonto.NombreTabla = ""; this.txtMonto.SepDecimal = '\0'; this.txtMonto.Size = new System.Drawing.Size(205, 29); this.txtMonto.TabIndex = 8; this.txtMonto.TablaOVistaBusqueda = ""; this.txtMonto.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtMonto.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtMonto.ValorPorDefecto = ""; // // FormBancoAddChkPredefinido // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.cboTipo; valida1.Mensaje = "Debe Indicar el Tipo de Cheques"; valida1.NombreCampo = "Cheque_Id"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = this.txtBeneficiario; valida2.Mensaje = "Debe Indicar Nombre de Beneficiario"; valida2.NombreCampo = "Beneficiario"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida2.Valor1 = "10"; valida2.Valor2 = null; valida3.comtrol = this.txtConcepto; valida3.Mensaje = "Debe Indicar el Concepto"; valida3.NombreCampo = "Concepto"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida3.Valor1 = "10"; valida3.Valor2 = null; valida4.comtrol = this.txtMonto; valida4.Mensaje = "El Monto Debe Ser Mayor a Cero"; valida4.NombreCampo = "Monto"; valida4.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida4.Valor1 = "1"; valida4.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3, valida4 }; this.ClientSize = new System.Drawing.Size(622, 377); this.Controls.Add(this.txtMonto); this.Controls.Add(this.label4); this.Controls.Add(this.txtConcepto); this.Controls.Add(this.label3); this.Controls.Add(this.txtBeneficiario); this.Controls.Add(this.label2); this.Controls.Add(this.cboTipo); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.MensajeAlGrabar = false; this.Name = "FormBancoAddChkPredefinido"; this.NombreCampoID = "Unico"; this.TablaEncabezado = "TTEMPORAL_BANCOS_CHEQUES_PREDEFINIDOS"; this.Text = "GENERAR CHEQUE PRDEFINIDO"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.cboTipo, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtBeneficiario, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtConcepto, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtMonto, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida4 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida5 = new WinControl_ELR_NET.Valida(); this.txtDescripcion = new WinControl_ELR_NET.ELRTextBox(); this.txtVidaUtil = new WinControl_ELR_NET.ELRTextBox(); this.txtValorResidual = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtCodigo = new WinControl_ELR_NET.ELRTextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.elrCheckBox1 = new WinControl_ELR_NET.ELRCheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.txtDepre1 = new WinControl_ELR_NET.ELRTextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtDepre2 = new WinControl_ELR_NET.ELRTextBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 377); this.pnBotones.Size = new System.Drawing.Size(576, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(336, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(477, 0); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(241, 0); // // txtDescripcion // this.txtDescripcion.AMostrar = null; this.txtDescripcion.AValidar = null; this.txtDescripcion.CampoBusquedaID = ""; this.txtDescripcion.CampoData = "Descripcion"; this.txtDescripcion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDescripcion.ColumnasBusqGeneral = null; this.txtDescripcion.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtDescripcion.Decimales = 0; this.txtDescripcion.DSData = this.DSDatos; this.txtDescripcion.EsAutoGenerado = false; this.txtDescripcion.EsBusqueda = false; this.txtDescripcion.EsEditable = true; this.txtDescripcion.FiltroBusqueda = ""; this.txtDescripcion.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtDescripcion.Location = new System.Drawing.Point(151, 66); this.txtDescripcion.Name = "txtDescripcion"; this.txtDescripcion.NombreTabla = ""; this.txtDescripcion.SepDecimal = '\0'; this.txtDescripcion.Size = new System.Drawing.Size(393, 29); this.txtDescripcion.TabIndex = 3; this.txtDescripcion.TablaOVistaBusqueda = ""; this.txtDescripcion.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtDescripcion.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtDescripcion.ValorPorDefecto = ""; // // txtVidaUtil // this.txtVidaUtil.AMostrar = null; this.txtVidaUtil.AValidar = null; this.txtVidaUtil.CampoBusquedaID = ""; this.txtVidaUtil.CampoData = "Vida_Util"; this.txtVidaUtil.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtVidaUtil.ColumnasBusqGeneral = null; this.txtVidaUtil.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtVidaUtil.Decimales = 0; this.txtVidaUtil.DSData = this.DSDatos; this.txtVidaUtil.EsAutoGenerado = false; this.txtVidaUtil.EsBusqueda = false; this.txtVidaUtil.EsEditable = true; this.txtVidaUtil.FiltroBusqueda = ""; this.txtVidaUtil.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtVidaUtil.Location = new System.Drawing.Point(151, 101); this.txtVidaUtil.Name = "txtVidaUtil"; this.txtVidaUtil.NombreTabla = ""; this.txtVidaUtil.SepDecimal = '\0'; this.txtVidaUtil.Size = new System.Drawing.Size(100, 29); this.txtVidaUtil.TabIndex = 5; this.txtVidaUtil.TablaOVistaBusqueda = ""; this.txtVidaUtil.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtVidaUtil.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtVidaUtil.ValorPorDefecto = "1"; // // txtValorResidual // this.txtValorResidual.AMostrar = null; this.txtValorResidual.AValidar = null; this.txtValorResidual.CampoBusquedaID = ""; this.txtValorResidual.CampoData = "Valor_Residual"; this.txtValorResidual.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtValorResidual.ColumnasBusqGeneral = null; this.txtValorResidual.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtValorResidual.Decimales = 0; this.txtValorResidual.DSData = this.DSDatos; this.txtValorResidual.EsAutoGenerado = false; this.txtValorResidual.EsBusqueda = false; this.txtValorResidual.EsEditable = true; this.txtValorResidual.FiltroBusqueda = ""; this.txtValorResidual.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtValorResidual.Location = new System.Drawing.Point(421, 102); this.txtValorResidual.Name = "txtValorResidual"; this.txtValorResidual.NombreTabla = ""; this.txtValorResidual.SepDecimal = '\0'; this.txtValorResidual.Size = new System.Drawing.Size(123, 29); this.txtValorResidual.TabIndex = 7; this.txtValorResidual.TablaOVistaBusqueda = ""; this.txtValorResidual.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtValorResidual.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtValorResidual.ValorPorDefecto = "1"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(82, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 21); this.label1.TabIndex = 0; this.label1.Text = "Codigo:"; // // txtCodigo // this.txtCodigo.AMostrar = null; this.txtCodigo.AValidar = null; this.txtCodigo.CampoBusquedaID = ""; this.txtCodigo.CampoData = "Tipo_Id"; this.txtCodigo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCodigo.ColumnasBusqGeneral = null; this.txtCodigo.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCodigo.Decimales = 0; this.txtCodigo.DSData = this.DSDatos; this.txtCodigo.Enabled = false; this.txtCodigo.EsAutoGenerado = false; this.txtCodigo.EsBusqueda = false; this.txtCodigo.EsEditable = false; this.txtCodigo.FiltroBusqueda = ""; this.txtCodigo.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtCodigo.Location = new System.Drawing.Point(151, 30); this.txtCodigo.Name = "txtCodigo"; this.txtCodigo.NombreTabla = ""; this.txtCodigo.SepDecimal = '\0'; this.txtCodigo.Size = new System.Drawing.Size(100, 29); this.txtCodigo.TabIndex = 1; this.txtCodigo.TablaOVistaBusqueda = ""; this.txtCodigo.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCodigo.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCodigo.ValorPorDefecto = "0"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(51, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(94, 21); this.label2.TabIndex = 2; this.label2.Text = "Descripcion:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(28, 102); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(117, 21); this.label3.TabIndex = 4; this.label3.Text = "Vida Util(Anos):"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(303, 102); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(112, 21); this.label4.TabIndex = 6; this.label4.Text = "Valor Residual:"; // // elrCheckBox1 // this.elrCheckBox1.AutoSize = true; this.elrCheckBox1.CampoData = "EsDepreciacion"; this.elrCheckBox1.DSData = this.DSDatos; this.elrCheckBox1.EsEditable = true; this.elrCheckBox1.EsModificable = true; this.elrCheckBox1.FiltroBusqueda = ""; this.elrCheckBox1.Location = new System.Drawing.Point(151, 145); this.elrCheckBox1.Name = "elrCheckBox1"; this.elrCheckBox1.NombreTabla = ""; this.elrCheckBox1.Size = new System.Drawing.Size(138, 25); this.elrCheckBox1.TabIndex = 8; this.elrCheckBox1.Text = "Es Depreciacion"; this.elrCheckBox1.UseVisualStyleBackColor = true; this.elrCheckBox1.ValorPorDefecto = true; // // groupBox1 // this.groupBox1.Controls.Add(this.txtDepre2); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.txtDepre1); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Location = new System.Drawing.Point(32, 189); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(512, 146); this.groupBox1.TabIndex = 9; this.groupBox1.TabStop = false; this.groupBox1.Text = "% De Depreciacion"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(50, 43); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(156, 21); this.label5.TabIndex = 0; this.label5.Text = "Durante Primer Anio:"; this.label5.Click += new System.EventHandler(this.label5_Click); // // txtDepre1 // this.txtDepre1.AMostrar = null; this.txtDepre1.AValidar = null; this.txtDepre1.CampoBusquedaID = ""; this.txtDepre1.CampoData = "Depre_Primer_Anio"; this.txtDepre1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDepre1.ColumnasBusqGeneral = null; this.txtDepre1.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtDepre1.Decimales = 0; this.txtDepre1.DSData = this.DSDatos; this.txtDepre1.EsAutoGenerado = false; this.txtDepre1.EsBusqueda = false; this.txtDepre1.EsEditable = true; this.txtDepre1.FiltroBusqueda = ""; this.txtDepre1.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtDepre1.Location = new System.Drawing.Point(211, 43); this.txtDepre1.MaxLength = 5; this.txtDepre1.Name = "txtDepre1"; this.txtDepre1.NombreTabla = ""; this.txtDepre1.SepDecimal = '\0'; this.txtDepre1.Size = new System.Drawing.Size(113, 29); this.txtDepre1.TabIndex = 1; this.txtDepre1.TablaOVistaBusqueda = ""; this.txtDepre1.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtDepre1.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtDepre1.ValorPorDefecto = "0.00"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(40, 82); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(166, 21); this.label6.TabIndex = 2; this.label6.Text = "A Partir Segundo Anio:"; // // txtDepre2 // this.txtDepre2.AMostrar = null; this.txtDepre2.AValidar = null; this.txtDepre2.CampoBusquedaID = ""; this.txtDepre2.CampoData = "Depre_Despues_Anio"; this.txtDepre2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDepre2.ColumnasBusqGeneral = null; this.txtDepre2.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtDepre2.Decimales = 0; this.txtDepre2.DSData = this.DSDatos; this.txtDepre2.EsAutoGenerado = false; this.txtDepre2.EsBusqueda = false; this.txtDepre2.EsEditable = true; this.txtDepre2.FiltroBusqueda = ""; this.txtDepre2.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtDepre2.Location = new System.Drawing.Point(212, 82); this.txtDepre2.MaxLength = 5; this.txtDepre2.Name = "txtDepre2"; this.txtDepre2.NombreTabla = ""; this.txtDepre2.SepDecimal = '\0'; this.txtDepre2.Size = new System.Drawing.Size(113, 29); this.txtDepre2.TabIndex = 3; this.txtDepre2.TablaOVistaBusqueda = ""; this.txtDepre2.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtDepre2.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtDepre2.ValorPorDefecto = "0.00"; // // FormActivosFijosTiposR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtDescripcion; valida1.Mensaje = "Debe Indicar una Descripcion Valida"; valida1.NombreCampo = "Descripcion"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida1.Valor1 = "5"; valida1.Valor2 = null; valida2.comtrol = this.txtVidaUtil; valida2.Mensaje = "Vida Util Debe Ser Mayor o Igual a 1"; valida2.NombreCampo = "Vida_Util"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida2.Valor1 = "1"; valida2.Valor2 = null; valida3.comtrol = this.txtValorResidual; valida3.Mensaje = "Valor Residual debe Ser Mayor o Igual a 1"; valida3.NombreCampo = "Valor_Residual"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida3.Valor1 = "1"; valida3.Valor2 = null; valida4.comtrol = this.txtDepre1; valida4.Mensaje = "Este Valor Debe Ser Menor a 100"; valida4.NombreCampo = "Depre_Primer_Anio"; valida4.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MenorOIgualA; valida4.Valor1 = "99"; valida4.Valor2 = null; valida5.comtrol = this.txtDepre2; valida5.Mensaje = "Este Valor Debe Ser Menor a 99"; valida5.NombreCampo = "Depre_Despues_Anio"; valida5.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MenorOIgualA; valida5.Valor1 = "99"; valida5.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3, valida4, valida5 }; this.ClientSize = new System.Drawing.Size(576, 420); this.Controls.Add(this.groupBox1); this.Controls.Add(this.elrCheckBox1); this.Controls.Add(this.txtValorResidual); this.Controls.Add(this.label4); this.Controls.Add(this.txtVidaUtil); this.Controls.Add(this.label3); this.Controls.Add(this.txtDescripcion); this.Controls.Add(this.label2); this.Controls.Add(this.txtCodigo); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormActivosFijosTiposR"; this.NombreCampoID = "Tipo_Id"; this.TablaEncabezado = "TACTIVOS_FIJOS_TIPOS"; this.Text = "REGISTRAR TIPO DE ACTIVOS FIJOS"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtCodigo, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtDescripcion, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtVidaUtil, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtValorResidual, 0); this.Controls.SetChildIndex(this.elrCheckBox1, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); 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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); this.txtCodigo = new WinControl_ELR_NET.ELRTextBox(); this.txtDescripcion = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtValor = new WinControl_ELR_NET.ELRTextBox(); this.label3 = new System.Windows.Forms.Label(); this.chkEsActivo = new WinControl_ELR_NET.ELRCheckBox(); this.chkEsResta = new WinControl_ELR_NET.ELRCheckBox(); this.elrCheckBox1 = new WinControl_ELR_NET.ELRCheckBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 261); this.pnBotones.Size = new System.Drawing.Size(570, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(330, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(471, 0); // // btnAnterior // this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(235, 0); this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(140, 39); // // txtCodigo // this.txtCodigo.AMostrar = null; this.txtCodigo.AValidar = null; this.txtCodigo.CampoBusquedaID = ""; this.txtCodigo.CampoData = "Codigo"; this.txtCodigo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCodigo.ColumnasBusqGeneral = null; this.txtCodigo.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCodigo.Decimales = 0; this.txtCodigo.DSData = this.DSDatos; this.txtCodigo.EsAutoGenerado = false; this.txtCodigo.EsBusqueda = false; this.txtCodigo.EsBusquedaAutoIncremental = false; this.txtCodigo.EsEditable = true; this.txtCodigo.FiltroBusqueda = ""; this.txtCodigo.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtCodigo.Location = new System.Drawing.Point(134, 34); this.txtCodigo.Name = "txtCodigo"; this.txtCodigo.NombreTabla = ""; this.txtCodigo.SepDecimal = '\0'; this.txtCodigo.Size = new System.Drawing.Size(186, 29); this.txtCodigo.TabIndex = 1; this.txtCodigo.TablaOVistaBusqueda = ""; this.txtCodigo.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCodigo.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCodigo.ValorPorDefecto = ""; // // txtDescripcion // this.txtDescripcion.AMostrar = null; this.txtDescripcion.AValidar = null; this.txtDescripcion.CampoBusquedaID = ""; this.txtDescripcion.CampoData = "Concepto"; this.txtDescripcion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDescripcion.ColumnasBusqGeneral = null; this.txtDescripcion.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtDescripcion.Decimales = 0; this.txtDescripcion.DSData = this.DSDatos; this.txtDescripcion.EsAutoGenerado = false; this.txtDescripcion.EsBusqueda = false; this.txtDescripcion.EsBusquedaAutoIncremental = false; this.txtDescripcion.EsEditable = true; this.txtDescripcion.FiltroBusqueda = ""; this.txtDescripcion.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtDescripcion.Location = new System.Drawing.Point(134, 69); this.txtDescripcion.Name = "txtDescripcion"; this.txtDescripcion.NombreTabla = ""; this.txtDescripcion.SepDecimal = '\0'; this.txtDescripcion.Size = new System.Drawing.Size(400, 29); this.txtDescripcion.TabIndex = 3; this.txtDescripcion.TablaOVistaBusqueda = ""; this.txtDescripcion.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtDescripcion.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtDescripcion.ValorPorDefecto = ""; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(26, 34); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 21); this.label1.TabIndex = 0; this.label1.Text = "Codigo:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(26, 69); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(79, 21); this.label2.TabIndex = 2; this.label2.Text = "Concepto:"; // // txtValor // this.txtValor.AMostrar = null; this.txtValor.AValidar = null; this.txtValor.CampoBusquedaID = ""; this.txtValor.CampoData = "Valor"; this.txtValor.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtValor.ColumnasBusqGeneral = null; this.txtValor.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtValor.Decimales = 0; this.txtValor.DSData = this.DSDatos; this.txtValor.EsAutoGenerado = false; this.txtValor.EsBusqueda = false; this.txtValor.EsBusquedaAutoIncremental = false; this.txtValor.EsEditable = true; this.txtValor.FiltroBusqueda = ""; this.txtValor.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtValor.Location = new System.Drawing.Point(134, 106); this.txtValor.Name = "txtValor"; this.txtValor.NombreTabla = ""; this.txtValor.SepDecimal = '\0'; this.txtValor.Size = new System.Drawing.Size(186, 29); this.txtValor.TabIndex = 5; this.txtValor.TablaOVistaBusqueda = ""; this.txtValor.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtValor.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtValor.ValorPorDefecto = ""; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(26, 109); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(98, 21); this.label3.TabIndex = 4; this.label3.Text = "Valor\\Precio:"; // // chkEsActivo // this.chkEsActivo.AutoSize = true; this.chkEsActivo.CampoData = "EsActivo"; this.chkEsActivo.DSData = this.DSDatos; this.chkEsActivo.EsEditable = true; this.chkEsActivo.EsModificable = true; this.chkEsActivo.FiltroBusqueda = ""; this.chkEsActivo.Location = new System.Drawing.Point(134, 213); this.chkEsActivo.Name = "chkEsActivo"; this.chkEsActivo.NombreTabla = ""; this.chkEsActivo.Size = new System.Drawing.Size(91, 25); this.chkEsActivo.TabIndex = 8; this.chkEsActivo.Text = "Es Activo"; this.chkEsActivo.UseVisualStyleBackColor = true; this.chkEsActivo.ValorPorDefecto = true; // // chkEsResta // this.chkEsResta.AutoSize = true; this.chkEsResta.CampoData = "EsDescto"; this.chkEsResta.DSData = this.DSDatos; this.chkEsResta.EsEditable = true; this.chkEsResta.EsModificable = true; this.chkEsResta.FiltroBusqueda = ""; this.chkEsResta.Location = new System.Drawing.Point(134, 182); this.chkEsResta.Name = "chkEsResta"; this.chkEsResta.NombreTabla = ""; this.chkEsResta.Size = new System.Drawing.Size(145, 25); this.chkEsResta.TabIndex = 7; this.chkEsResta.Text = "Es Un Descuento"; this.chkEsResta.UseVisualStyleBackColor = true; this.chkEsResta.ValorPorDefecto = false; // // elrCheckBox1 // this.elrCheckBox1.AutoSize = true; this.elrCheckBox1.CampoData = "EsSueldoBruto"; this.elrCheckBox1.DSData = this.DSDatos; this.elrCheckBox1.EsEditable = true; this.elrCheckBox1.EsModificable = true; this.elrCheckBox1.FiltroBusqueda = ""; this.elrCheckBox1.Location = new System.Drawing.Point(134, 151); this.elrCheckBox1.Name = "elrCheckBox1"; this.elrCheckBox1.NombreTabla = ""; this.elrCheckBox1.Size = new System.Drawing.Size(198, 25); this.elrCheckBox1.TabIndex = 6; this.elrCheckBox1.Text = "Es Parte de Sueldo Bruto"; this.elrCheckBox1.UseVisualStyleBackColor = true; this.elrCheckBox1.ValorPorDefecto = true; // // FormNominaTipoMovimientosR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtCodigo; valida1.Mensaje = "Debe Indicar el Codigo"; valida1.NombreCampo = "Codigo"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = this.txtDescripcion; valida2.Mensaje = "Debe Indicar un Concepto Valido"; valida2.NombreCampo = "Concepto"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida2.Valor1 = "4"; valida2.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2 }; this.ClientSize = new System.Drawing.Size(570, 304); this.Controls.Add(this.elrCheckBox1); this.Controls.Add(this.chkEsResta); this.Controls.Add(this.chkEsActivo); this.Controls.Add(this.txtValor); this.Controls.Add(this.label3); this.Controls.Add(this.txtDescripcion); this.Controls.Add(this.label2); this.Controls.Add(this.txtCodigo); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormNominaTipoMovimientosR"; this.NombreCampoID = "Unico"; this.TablaEncabezado = "TNOMINAS_TIPO_MOVIMIENTOS"; this.Text = "REGISTRAR TIPO DE MOVIMIENTO DE NOMINA"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtCodigo, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtDescripcion, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtValor, 0); this.Controls.SetChildIndex(this.chkEsActivo, 0); this.Controls.SetChildIndex(this.chkEsResta, 0); this.Controls.SetChildIndex(this.elrCheckBox1, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); this.txtMontoApertura = new WinControl_ELR_NET.ELRTextBox(); this.panel1 = new System.Windows.Forms.Panel(); this.lblUsuario = new WinControl_ELR_NET.ELRLabel(); this.lblCajaId = new WinControl_ELR_NET.ELRLabel(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnDesglosar = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 229); this.pnBotones.Size = new System.Drawing.Size(494, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(300, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(395, 0); // // txtMontoApertura // this.txtMontoApertura.CampoData = "Monto_Apertura"; this.txtMontoApertura.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMontoApertura.DSData = this.DSDatos; this.txtMontoApertura.EsAutoGenerado = false; this.txtMontoApertura.EsEditable = true; this.txtMontoApertura.FiltroBusqueda = ""; this.txtMontoApertura.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtMontoApertura.Location = new System.Drawing.Point(22, 139); this.txtMontoApertura.Name = "txtMontoApertura"; this.txtMontoApertura.NombreTabla = ""; this.txtMontoApertura.ReadOnly = true; this.txtMontoApertura.Size = new System.Drawing.Size(169, 33); this.txtMontoApertura.TabIndex = 2; this.txtMontoApertura.ValorPorDefecto = "-1"; // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.lblUsuario); this.panel1.Controls.Add(this.lblCajaId); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(494, 81); this.panel1.TabIndex = 1; // // lblUsuario // this.lblUsuario.AutoSize = true; this.lblUsuario.CampoData = "Usuario_En_Caja"; this.lblUsuario.DSData = this.DSDatos; this.lblUsuario.Location = new System.Drawing.Point(113, 41); this.lblUsuario.Name = "lblUsuario"; this.lblUsuario.NombreTabla = ""; this.lblUsuario.Size = new System.Drawing.Size(204, 30); this.lblUsuario.TabIndex = 5; this.lblUsuario.Text = "NOMBRE.USUARIO"; this.lblUsuario.ValorPorDefecto = ""; // // lblCajaId // this.lblCajaId.AutoSize = true; this.lblCajaId.CampoData = "Caja_Id"; this.lblCajaId.DSData = this.DSDatos; this.lblCajaId.Location = new System.Drawing.Point(113, 11); this.lblCajaId.Name = "lblCajaId"; this.lblCajaId.NombreTabla = ""; this.lblCajaId.Size = new System.Drawing.Size(85, 30); this.lblCajaId.TabIndex = 4; this.lblCajaId.Text = "000000"; this.lblCajaId.ValorPorDefecto = ""; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(16, 36); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(88, 30); this.label3.TabIndex = 2; this.label3.Text = "Usuario"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(11, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(96, 30); this.label1.TabIndex = 0; this.label1.Text = "Caja No."; // // btnDesglosar // this.btnDesglosar.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnDesglosar.Location = new System.Drawing.Point(197, 134); this.btnDesglosar.Name = "btnDesglosar"; this.btnDesglosar.Size = new System.Drawing.Size(108, 40); this.btnDesglosar.TabIndex = 3; this.btnDesglosar.Text = "Desglosar"; this.btnDesglosar.UseVisualStyleBackColor = true; this.btnDesglosar.Click += new System.EventHandler(this.btnDesglosar_Click); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(17, 111); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(147, 25); this.label5.TabIndex = 4; this.label5.Text = "Monto Apertura"; // // FormAbrirCajaR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtMontoApertura; valida1.Mensaje = "El Monto de Apertura No Puede Ser Negativo"; valida1.NombreCampo = "Monto_Apertura"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida1.Valor1 = "0"; valida1.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1 }; this.ClientSize = new System.Drawing.Size(494, 272); this.Controls.Add(this.label5); this.Controls.Add(this.btnDesglosar); this.Controls.Add(this.txtMontoApertura); this.Controls.Add(this.panel1); this.EsConTemporal = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormAbrirCajaR"; this.NombreCampoID = "Apertura_No"; this.SPGraba = "SP_CAJAS_ABRIR"; this.TablaEncabezado = "TTEMPORAL_CAJAS_APERTURA_CIERRE"; this.Text = "ABRIR CAJA"; this.Load += new System.EventHandler(this.FormAbrirCajaR_Load); this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.panel1, 0); this.Controls.SetChildIndex(this.txtMontoApertura, 0); this.Controls.SetChildIndex(this.btnDesglosar, 0); this.Controls.SetChildIndex(this.label5, 0); this.pnBotones.ResumeLayout(false); this.pnBotones.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); 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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtSmartUID = new WinControl_ELR_NET.ELRTextBox(); this.txtPlatform = new WinControl_ELR_NET.ELRTextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtUsuario = new WinControl_ELR_NET.ELRTextBox(); this.chkEsActivo = new WinControl_ELR_NET.ELRCheckBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label4 = new System.Windows.Forms.Label(); this.txtEmpleadoId = new WinControl_ELR_NET.ELRTextBox(); this.button1 = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.txtEmpleadoNombre = new WinControl_ELR_NET.ELRTextBox(); this.btnUsuario = new System.Windows.Forms.Button(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 341); this.pnBotones.Size = new System.Drawing.Size(622, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(382, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(523, 0); // // btnAnterior // this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(287, 0); this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(192, 39); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(34, 43); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(92, 21); this.label1.TabIndex = 1; this.label1.Text = "Smart UID:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(34, 84); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(70, 21); this.label2.TabIndex = 2; this.label2.Text = "Platform"; // // txtSmartUID // this.txtSmartUID.AMostrar = null; this.txtSmartUID.AValidar = null; this.txtSmartUID.CampoBusquedaID = ""; this.txtSmartUID.CampoData = "Smart_UID"; this.txtSmartUID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtSmartUID.ColumnasBusqGeneral = null; this.txtSmartUID.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtSmartUID.Decimales = 0; this.txtSmartUID.DSData = this.DSDatos; this.txtSmartUID.EsAutoGenerado = false; this.txtSmartUID.EsBusqueda = false; this.txtSmartUID.EsBusquedaAutoIncremental = false; this.txtSmartUID.EsEditable = false; this.txtSmartUID.FiltroBusqueda = ""; this.txtSmartUID.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtSmartUID.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtSmartUID.Location = new System.Drawing.Point(132, 43); this.txtSmartUID.Name = "txtSmartUID"; this.txtSmartUID.NombreTabla = ""; this.txtSmartUID.SepDecimal = '\0'; this.txtSmartUID.Size = new System.Drawing.Size(466, 29); this.txtSmartUID.TabIndex = 3; this.txtSmartUID.TablaOVistaBusqueda = ""; this.txtSmartUID.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtSmartUID.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtSmartUID.ValorPorDefecto = ""; // // txtPlatform // this.txtPlatform.AMostrar = null; this.txtPlatform.AValidar = null; this.txtPlatform.CampoBusquedaID = ""; this.txtPlatform.CampoData = "Platform"; this.txtPlatform.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtPlatform.ColumnasBusqGeneral = null; this.txtPlatform.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtPlatform.Decimales = 0; this.txtPlatform.DSData = this.DSDatos; this.txtPlatform.EsAutoGenerado = false; this.txtPlatform.EsBusqueda = false; this.txtPlatform.EsBusquedaAutoIncremental = false; this.txtPlatform.EsEditable = true; this.txtPlatform.FiltroBusqueda = ""; this.txtPlatform.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtPlatform.Location = new System.Drawing.Point(132, 84); this.txtPlatform.Name = "txtPlatform"; this.txtPlatform.NombreTabla = ""; this.txtPlatform.SepDecimal = '\0'; this.txtPlatform.Size = new System.Drawing.Size(466, 29); this.txtPlatform.TabIndex = 4; this.txtPlatform.TablaOVistaBusqueda = ""; this.txtPlatform.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtPlatform.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtPlatform.ValorPorDefecto = ""; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(34, 126); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(67, 21); this.label3.TabIndex = 5; this.label3.Text = "Usuario:"; // // txtUsuario // this.txtUsuario.AMostrar = null; this.txtUsuario.AValidar = null; this.txtUsuario.BackColor = System.Drawing.Color.White; this.txtUsuario.CampoBusquedaID = ""; this.txtUsuario.CampoData = "Usuario"; this.txtUsuario.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtUsuario.ColumnasBusqGeneral = null; this.txtUsuario.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtUsuario.Decimales = 0; this.txtUsuario.DSData = this.DSDatos; this.txtUsuario.EsAutoGenerado = false; this.txtUsuario.EsBusqueda = false; this.txtUsuario.EsBusquedaAutoIncremental = false; this.txtUsuario.EsEditable = true; this.txtUsuario.FiltroBusqueda = ""; this.txtUsuario.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtUsuario.Location = new System.Drawing.Point(132, 123); this.txtUsuario.Name = "txtUsuario"; this.txtUsuario.NombreTabla = ""; this.txtUsuario.ReadOnly = true; this.txtUsuario.SepDecimal = '\0'; this.txtUsuario.Size = new System.Drawing.Size(270, 29); this.txtUsuario.TabIndex = 6; this.txtUsuario.TablaOVistaBusqueda = ""; this.txtUsuario.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtUsuario.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtUsuario.ValorPorDefecto = ""; // // chkEsActivo // this.chkEsActivo.AutoSize = true; this.chkEsActivo.CampoData = "EsActivo"; this.chkEsActivo.DSData = this.DSDatos; this.chkEsActivo.EsEditable = true; this.chkEsActivo.EsModificable = true; this.chkEsActivo.FiltroBusqueda = ""; this.chkEsActivo.Location = new System.Drawing.Point(124, 169); this.chkEsActivo.Name = "chkEsActivo"; this.chkEsActivo.NombreTabla = ""; this.chkEsActivo.Size = new System.Drawing.Size(91, 25); this.chkEsActivo.TabIndex = 7; this.chkEsActivo.Text = "Es Activo"; this.chkEsActivo.UseVisualStyleBackColor = true; this.chkEsActivo.ValorPorDefecto = true; // // groupBox1 // this.groupBox1.Controls.Add(this.txtEmpleadoNombre); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Controls.Add(this.txtEmpleadoId); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(0, 241); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(622, 100); this.groupBox1.TabIndex = 8; this.groupBox1.TabStop = false; this.groupBox1.Text = "Asignado A (Oficial Credito)"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(12, 34); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 21); this.label4.TabIndex = 0; this.label4.Text = "Codigo"; // // txtEmpleadoId // this.txtEmpleadoId.AMostrar = null; this.txtEmpleadoId.AValidar = null; this.txtEmpleadoId.CampoBusquedaID = ""; this.txtEmpleadoId.CampoData = ""; this.txtEmpleadoId.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtEmpleadoId.ColumnasBusqGeneral = null; this.txtEmpleadoId.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtEmpleadoId.Decimales = 0; this.txtEmpleadoId.DSData = null; this.txtEmpleadoId.EsAutoGenerado = false; this.txtEmpleadoId.EsBusqueda = false; this.txtEmpleadoId.EsBusquedaAutoIncremental = false; this.txtEmpleadoId.EsEditable = true; this.txtEmpleadoId.FiltroBusqueda = ""; this.txtEmpleadoId.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtEmpleadoId.Location = new System.Drawing.Point(16, 58); this.txtEmpleadoId.Name = "txtEmpleadoId"; this.txtEmpleadoId.NombreTabla = ""; this.txtEmpleadoId.SepDecimal = '\0'; this.txtEmpleadoId.Size = new System.Drawing.Size(135, 29); this.txtEmpleadoId.TabIndex = 1; this.txtEmpleadoId.TablaOVistaBusqueda = ""; this.txtEmpleadoId.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtEmpleadoId.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtEmpleadoId.ValorPorDefecto = ""; this.txtEmpleadoId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtEmpleadoId_KeyDown); // // button1 // this.button1.Image = global::ELRSmartPhones.Properties.Resources._1378160672_search___Copy__2_; this.button1.Location = new System.Drawing.Point(157, 58); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(50, 29); this.button1.TabIndex = 2; this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(209, 34); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(65, 21); this.label5.TabIndex = 3; this.label5.Text = "Codigo"; // // txtEmpleadoNombre // this.txtEmpleadoNombre.AMostrar = null; this.txtEmpleadoNombre.AValidar = null; this.txtEmpleadoNombre.BackColor = System.Drawing.Color.White; this.txtEmpleadoNombre.CampoBusquedaID = ""; this.txtEmpleadoNombre.CampoData = ""; this.txtEmpleadoNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtEmpleadoNombre.ColumnasBusqGeneral = null; this.txtEmpleadoNombre.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtEmpleadoNombre.Decimales = 0; this.txtEmpleadoNombre.DSData = null; this.txtEmpleadoNombre.EsAutoGenerado = false; this.txtEmpleadoNombre.EsBusqueda = false; this.txtEmpleadoNombre.EsBusquedaAutoIncremental = false; this.txtEmpleadoNombre.EsEditable = true; this.txtEmpleadoNombre.FiltroBusqueda = ""; this.txtEmpleadoNombre.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtEmpleadoNombre.Location = new System.Drawing.Point(213, 58); this.txtEmpleadoNombre.Name = "txtEmpleadoNombre"; this.txtEmpleadoNombre.NombreTabla = ""; this.txtEmpleadoNombre.ReadOnly = true; this.txtEmpleadoNombre.SepDecimal = '\0'; this.txtEmpleadoNombre.Size = new System.Drawing.Size(385, 29); this.txtEmpleadoNombre.TabIndex = 4; this.txtEmpleadoNombre.TablaOVistaBusqueda = ""; this.txtEmpleadoNombre.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtEmpleadoNombre.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtEmpleadoNombre.ValorPorDefecto = ""; // // btnUsuario // this.btnUsuario.Image = global::ELRSmartPhones.Properties.Resources._1378160672_search___Copy__2_; this.btnUsuario.Location = new System.Drawing.Point(408, 123); this.btnUsuario.Name = "btnUsuario"; this.btnUsuario.Size = new System.Drawing.Size(50, 29); this.btnUsuario.TabIndex = 9; this.btnUsuario.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.btnUsuario.UseVisualStyleBackColor = true; this.btnUsuario.Click += new System.EventHandler(this.btnUsuario_Click); // // FormSmartPhonesR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtSmartUID; valida1.Mensaje = "Debe indicar el UID"; valida1.NombreCampo = "Smart_UID"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = this.txtUsuario; valida2.Mensaje = "Debe indicar un usuario"; valida2.NombreCampo = "Usuario"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida2.Valor1 = null; valida2.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2 }; this.ClientSize = new System.Drawing.Size(622, 384); this.Controls.Add(this.btnUsuario); this.Controls.Add(this.groupBox1); this.Controls.Add(this.chkEsActivo); this.Controls.Add(this.txtUsuario); this.Controls.Add(this.label3); this.Controls.Add(this.txtPlatform); this.Controls.Add(this.txtSmartUID); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormSmartPhonesR"; this.NombreCampoID = "Unico"; this.TablaEncabezado = "TSMART_PHONES"; this.Text = "REGISTRAR SMART PHONES"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtSmartUID, 0); this.Controls.SetChildIndex(this.txtPlatform, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtUsuario, 0); this.Controls.SetChildIndex(this.chkEsActivo, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.Controls.SetChildIndex(this.btnUsuario, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); 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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); this.txtNombre = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtRolId = new WinControl_ELR_NET.ELRTextBox(); this.txtComentario = new WinControl_ELR_NET.ELRTextBox(); this.elrCheckBox1 = new WinControl_ELR_NET.ELRCheckBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 275); this.pnBotones.Size = new System.Drawing.Size(613, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(419, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(514, 0); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(324, 0); // // txtNombre // this.txtNombre.AMostrar = null; this.txtNombre.AValidar = null; this.txtNombre.CampoBusquedaID = ""; this.txtNombre.CampoData = "Nombre"; this.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombre.ColumnasBusqGeneral = null; this.txtNombre.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNombre.Decimales = 0; this.txtNombre.DSData = this.DSDatos; this.txtNombre.EsAutoGenerado = false; this.txtNombre.EsBusqueda = false; this.txtNombre.EsEditable = true; this.txtNombre.FiltroBusqueda = ""; this.txtNombre.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNombre.Location = new System.Drawing.Point(132, 58); this.txtNombre.Name = "txtNombre"; this.txtNombre.NombreTabla = ""; this.txtNombre.SepDecimal = '\0'; this.txtNombre.Size = new System.Drawing.Size(457, 29); this.txtNombre.TabIndex = 5; this.txtNombre.TablaOVistaBusqueda = ""; this.txtNombre.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNombre.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNombre.ValorPorDefecto = ""; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(50, 21); this.label1.TabIndex = 1; this.label1.Text = "Rol Id"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(21, 58); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(68, 21); this.label2.TabIndex = 2; this.label2.Text = "Nombre"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(25, 97); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(92, 21); this.label3.TabIndex = 3; this.label3.Text = "Comentario"; // // txtRolId // this.txtRolId.AMostrar = null; this.txtRolId.AValidar = null; this.txtRolId.CampoBusquedaID = ""; this.txtRolId.CampoData = "Rol_Id"; this.txtRolId.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtRolId.ColumnasBusqGeneral = null; this.txtRolId.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtRolId.Decimales = 0; this.txtRolId.DSData = this.DSDatos; this.txtRolId.EsAutoGenerado = true; this.txtRolId.EsBusqueda = false; this.txtRolId.EsEditable = true; this.txtRolId.FiltroBusqueda = ""; this.txtRolId.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtRolId.Location = new System.Drawing.Point(132, 22); this.txtRolId.Name = "txtRolId"; this.txtRolId.NombreTabla = ""; this.txtRolId.SepDecimal = '\0'; this.txtRolId.Size = new System.Drawing.Size(135, 29); this.txtRolId.TabIndex = 4; this.txtRolId.TablaOVistaBusqueda = ""; this.txtRolId.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtRolId.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtRolId.ValorPorDefecto = "0"; // // txtComentario // this.txtComentario.AMostrar = null; this.txtComentario.AValidar = null; this.txtComentario.CampoBusquedaID = ""; this.txtComentario.CampoData = "Comentario"; this.txtComentario.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtComentario.ColumnasBusqGeneral = null; this.txtComentario.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtComentario.Decimales = 0; this.txtComentario.DSData = this.DSDatos; this.txtComentario.EsAutoGenerado = false; this.txtComentario.EsBusqueda = false; this.txtComentario.EsEditable = true; this.txtComentario.FiltroBusqueda = ""; this.txtComentario.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtComentario.Location = new System.Drawing.Point(132, 97); this.txtComentario.Multiline = true; this.txtComentario.Name = "txtComentario"; this.txtComentario.NombreTabla = ""; this.txtComentario.SepDecimal = '\0'; this.txtComentario.Size = new System.Drawing.Size(457, 124); this.txtComentario.TabIndex = 6; this.txtComentario.TablaOVistaBusqueda = ""; this.txtComentario.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtComentario.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtComentario.ValorPorDefecto = ""; // // elrCheckBox1 // this.elrCheckBox1.AutoSize = true; this.elrCheckBox1.CampoData = "EsActivo"; this.elrCheckBox1.DSData = this.DSDatos; this.elrCheckBox1.EsEditable = true; this.elrCheckBox1.EsModificable = true; this.elrCheckBox1.FiltroBusqueda = ""; this.elrCheckBox1.Location = new System.Drawing.Point(132, 227); this.elrCheckBox1.Name = "elrCheckBox1"; this.elrCheckBox1.NombreTabla = ""; this.elrCheckBox1.Size = new System.Drawing.Size(91, 25); this.elrCheckBox1.TabIndex = 7; this.elrCheckBox1.Text = "Es Activo"; this.elrCheckBox1.UseVisualStyleBackColor = true; this.elrCheckBox1.ValorPorDefecto = true; // // FormRolesR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtNombre; valida1.Mensaje = "Debe Digitar El Nombre"; valida1.NombreCampo = "Nombre"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = this.txtNombre; valida2.Mensaje = "El Nombre debe Tener un Minimo de 5 Caracteres"; valida2.NombreCampo = "Nombre"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida2.Valor1 = "5"; valida2.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2 }; this.ClientSize = new System.Drawing.Size(613, 318); this.Controls.Add(this.elrCheckBox1); this.Controls.Add(this.txtComentario); this.Controls.Add(this.txtNombre); this.Controls.Add(this.txtRolId); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.Name = "FormRolesR"; this.NombreCampoID = "Rol_Id"; this.TablaEncabezado = "TACCESOS_ROLES"; this.Text = "REGISTRO DE ROL DEL SISTEMA"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtRolId, 0); this.Controls.SetChildIndex(this.txtNombre, 0); this.Controls.SetChildIndex(this.txtComentario, 0); this.Controls.SetChildIndex(this.elrCheckBox1, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida4 = new WinControl_ELR_NET.Valida(); this.cboModulo = new WinControl_ELR_NET.ELRCombobox(); this.cboTipoForm = new WinControl_ELR_NET.ELRCombobox(); this.txtTitulo = new WinControl_ELR_NET.ELRTextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.chkEsConsulta = new WinControl_ELR_NET.ELRCheckBox(); this.txtFormAEjecutar = new System.Windows.Forms.TextBox(); this.chkEsActivo = new WinControl_ELR_NET.ELRCheckBox(); this.chkEsModal = new WinControl_ELR_NET.ELRCheckBox(); this.label6 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.txtMenuId = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.ptbImage = new System.Windows.Forms.PictureBox(); this.btnCambiarImage = new System.Windows.Forms.Button(); this.txtNombre = new System.Windows.Forms.TextBox(); this.txtOrdenNo = new WinControl_ELR_NET.ELRTextBox(); this.label9 = new System.Windows.Forms.Label(); this.txtURL = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ptbImage)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 455); this.pnBotones.Size = new System.Drawing.Size(675, 43); this.pnBotones.TabIndex = 11; // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(435, 0); this.btnGrabar.Size = new System.Drawing.Size(141, 39); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(576, 0); this.btnCancelar.Size = new System.Drawing.Size(95, 39); this.btnCancelar.TabIndex = 2; // // btnAnterior // this.btnAnterior.Size = new System.Drawing.Size(95, 39); this.btnAnterior.TabIndex = 0; this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(340, 0); this.btnSiguientePage.Size = new System.Drawing.Size(95, 39); this.btnSiguientePage.TabIndex = 0; this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(245, 39); // // cboModulo // this.cboModulo.AValidar = null; this.cboModulo.CampoData = "Modulo_Id"; this.cboModulo.CampoJoinCombobox2 = ""; this.cboModulo.ComboboxAFiltrar = null; this.cboModulo.DisplayMember = "Carpeta"; this.cboModulo.DSData = this.DSDatos; this.cboModulo.EsEditable = true; this.cboModulo.FiltroBusqueda = ""; this.cboModulo.FormattingEnabled = true; this.cboModulo.Location = new System.Drawing.Point(157, 65); this.cboModulo.Name = "cboModulo"; this.cboModulo.NombreTabla = ""; this.cboModulo.Size = new System.Drawing.Size(484, 29); this.cboModulo.SSQL = ""; this.cboModulo.TabIndex = 3; this.cboModulo.TablaOVistaConsulta = "TSISTEMA_MODULOS"; this.cboModulo.UsaDataGlobal = false; this.cboModulo.ValorPorDefecto = "1"; this.cboModulo.ValueMember = "Modulo_Id"; this.cboModulo.SelectedValueChanged += new System.EventHandler(this.cboModulo_SelectedValueChanged); // // cboTipoForm // this.cboTipoForm.AValidar = null; this.cboTipoForm.CampoData = "TipoFormulario"; this.cboTipoForm.CampoJoinCombobox2 = ""; this.cboTipoForm.ComboboxAFiltrar = null; this.cboTipoForm.DisplayMember = "Descripcion"; this.cboTipoForm.DSData = this.DSDatos; this.cboTipoForm.EsEditable = true; this.cboTipoForm.FiltroBusqueda = "EsActivo = 1 And Nombre_Tabla = \'TIPO_FORM\'"; this.cboTipoForm.FormattingEnabled = true; this.cboTipoForm.Location = new System.Drawing.Point(145, 74); this.cboTipoForm.Name = "cboTipoForm"; this.cboTipoForm.NombreTabla = ""; this.cboTipoForm.Size = new System.Drawing.Size(474, 29); this.cboTipoForm.SSQL = ""; this.cboTipoForm.TabIndex = 3; this.cboTipoForm.TablaOVistaConsulta = " TSISTEMA_TABLA_AUXILIAR"; this.cboTipoForm.UsaDataGlobal = false; this.cboTipoForm.ValorPorDefecto = "C"; this.cboTipoForm.ValueMember = "Id"; // // txtTitulo // this.txtTitulo.AMostrar = null; this.txtTitulo.AValidar = null; this.txtTitulo.CampoBusquedaID = ""; this.txtTitulo.CampoData = "Titulo"; this.txtTitulo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTitulo.ColumnasBusqGeneral = null; this.txtTitulo.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtTitulo.Decimales = 0; this.txtTitulo.DSData = this.DSDatos; this.txtTitulo.EsAutoGenerado = false; this.txtTitulo.EsBusqueda = false; this.txtTitulo.EsBusquedaAutoIncremental = false; this.txtTitulo.EsEditable = true; this.txtTitulo.FiltroBusqueda = ""; this.txtTitulo.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtTitulo.Location = new System.Drawing.Point(157, 135); this.txtTitulo.Name = "txtTitulo"; this.txtTitulo.NombreTabla = ""; this.txtTitulo.SepDecimal = '\0'; this.txtTitulo.Size = new System.Drawing.Size(484, 29); this.txtTitulo.TabIndex = 7; this.txtTitulo.TablaOVistaBusqueda = ""; this.txtTitulo.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtTitulo.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtTitulo.ValorPorDefecto = ""; // // groupBox1 // this.groupBox1.Controls.Add(this.chkEsConsulta); this.groupBox1.Controls.Add(this.txtFormAEjecutar); this.groupBox1.Controls.Add(this.chkEsActivo); this.groupBox1.Controls.Add(this.chkEsModal); this.groupBox1.Controls.Add(this.cboTipoForm); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.groupBox1.Location = new System.Drawing.Point(0, 290); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(675, 165); this.groupBox1.TabIndex = 14; this.groupBox1.TabStop = false; this.groupBox1.Text = "Opciones Form A Ejecutar"; // // chkEsConsulta // this.chkEsConsulta.AutoSize = true; this.chkEsConsulta.CampoData = "EsMenuConsulta"; this.chkEsConsulta.DSData = this.DSDatos; this.chkEsConsulta.EsEditable = true; this.chkEsConsulta.EsModificable = true; this.chkEsConsulta.FiltroBusqueda = ""; this.chkEsConsulta.Location = new System.Drawing.Point(401, 122); this.chkEsConsulta.Name = "chkEsConsulta"; this.chkEsConsulta.NombreTabla = ""; this.chkEsConsulta.Size = new System.Drawing.Size(170, 25); this.chkEsConsulta.TabIndex = 6; this.chkEsConsulta.Text = "Es Consulta\\Reporte"; this.chkEsConsulta.UseVisualStyleBackColor = true; this.chkEsConsulta.ValorPorDefecto = false; // // txtFormAEjecutar // this.txtFormAEjecutar.Location = new System.Drawing.Point(145, 39); this.txtFormAEjecutar.Name = "txtFormAEjecutar"; this.txtFormAEjecutar.Size = new System.Drawing.Size(474, 29); this.txtFormAEjecutar.TabIndex = 1; // // chkEsActivo // this.chkEsActivo.AutoSize = true; this.chkEsActivo.CampoData = "EsActivo"; this.chkEsActivo.DSData = this.DSDatos; this.chkEsActivo.EsEditable = true; this.chkEsActivo.EsModificable = true; this.chkEsActivo.FiltroBusqueda = ""; this.chkEsActivo.Location = new System.Drawing.Point(145, 122); this.chkEsActivo.Name = "chkEsActivo"; this.chkEsActivo.NombreTabla = ""; this.chkEsActivo.Size = new System.Drawing.Size(91, 25); this.chkEsActivo.TabIndex = 4; this.chkEsActivo.Text = "Es Activo"; this.chkEsActivo.UseVisualStyleBackColor = true; this.chkEsActivo.ValorPorDefecto = true; // // chkEsModal // this.chkEsModal.AutoSize = true; this.chkEsModal.CampoData = "EsModal"; this.chkEsModal.DSData = this.DSDatos; this.chkEsModal.EsEditable = true; this.chkEsModal.EsModificable = true; this.chkEsModal.FiltroBusqueda = ""; this.chkEsModal.Location = new System.Drawing.Point(278, 122); this.chkEsModal.Name = "chkEsModal"; this.chkEsModal.NombreTabla = ""; this.chkEsModal.Size = new System.Drawing.Size(92, 25); this.chkEsModal.TabIndex = 5; this.chkEsModal.Text = "Es Modal"; this.chkEsModal.UseVisualStyleBackColor = true; this.chkEsModal.ValorPorDefecto = true; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(27, 73); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(84, 21); this.label6.TabIndex = 2; this.label6.Text = "Tipo Form:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(27, 39); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(112, 21); this.label3.TabIndex = 0; this.label3.Text = "Nombre Form:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(31, 65); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(117, 21); this.label5.TabIndex = 2; this.label5.Text = "Menu Principal:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(93, 135); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(52, 21); this.label4.TabIndex = 6; this.label4.Text = "Titulo:"; // // txtMenuId // this.txtMenuId.AMostrar = null; this.txtMenuId.AValidar = null; this.txtMenuId.CampoBusquedaID = ""; this.txtMenuId.CampoData = "Menu_Id"; this.txtMenuId.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMenuId.ColumnasBusqGeneral = null; this.txtMenuId.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtMenuId.Decimales = 0; this.txtMenuId.DSData = this.DSDatos; this.txtMenuId.EsAutoGenerado = false; this.txtMenuId.EsBusqueda = false; this.txtMenuId.EsBusquedaAutoIncremental = false; this.txtMenuId.EsEditable = false; this.txtMenuId.FiltroBusqueda = ""; this.txtMenuId.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtMenuId.Location = new System.Drawing.Point(157, 30); this.txtMenuId.Name = "txtMenuId"; this.txtMenuId.NombreTabla = ""; this.txtMenuId.ReadOnly = true; this.txtMenuId.SepDecimal = '\0'; this.txtMenuId.Size = new System.Drawing.Size(168, 29); this.txtMenuId.TabIndex = 1; this.txtMenuId.TablaOVistaBusqueda = ""; this.txtMenuId.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtMenuId.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtMenuId.ValorPorDefecto = "0"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(75, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(70, 21); this.label1.TabIndex = 0; this.label1.Text = "Menu Id:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(74, 100); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(71, 21); this.label2.TabIndex = 4; this.label2.Text = "Nombre:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(315, 208); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(56, 21); this.label7.TabIndex = 12; this.label7.Text = "Image:"; // // ptbImage // this.ptbImage.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.ptbImage.Location = new System.Drawing.Point(377, 208); this.ptbImage.Name = "ptbImage"; this.ptbImage.Size = new System.Drawing.Size(90, 76); this.ptbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.ptbImage.TabIndex = 21; this.ptbImage.TabStop = false; // // btnCambiarImage // this.btnCambiarImage.Location = new System.Drawing.Point(473, 208); this.btnCambiarImage.Name = "btnCambiarImage"; this.btnCambiarImage.Size = new System.Drawing.Size(98, 32); this.btnCambiarImage.TabIndex = 13; this.btnCambiarImage.Text = "Cambiar Imagen"; this.btnCambiarImage.UseVisualStyleBackColor = true; this.btnCambiarImage.Click += new System.EventHandler(this.btnCambiarImage_Click); // // txtNombre // this.txtNombre.Location = new System.Drawing.Point(157, 100); this.txtNombre.Name = "txtNombre"; this.txtNombre.Size = new System.Drawing.Size(484, 29); this.txtNombre.TabIndex = 5; // // txtOrdenNo // this.txtOrdenNo.AMostrar = null; this.txtOrdenNo.AValidar = null; this.txtOrdenNo.CampoBusquedaID = ""; this.txtOrdenNo.CampoData = "OrdenNo"; this.txtOrdenNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtOrdenNo.ColumnasBusqGeneral = null; this.txtOrdenNo.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtOrdenNo.Decimales = 0; this.txtOrdenNo.DSData = this.DSDatos; this.txtOrdenNo.EsAutoGenerado = false; this.txtOrdenNo.EsBusqueda = false; this.txtOrdenNo.EsBusquedaAutoIncremental = false; this.txtOrdenNo.EsEditable = true; this.txtOrdenNo.FiltroBusqueda = ""; this.txtOrdenNo.Formato = WinControl_ELR_NET.tbFormato.SoloNumero; this.txtOrdenNo.Location = new System.Drawing.Point(158, 205); this.txtOrdenNo.Name = "txtOrdenNo"; this.txtOrdenNo.NombreTabla = ""; this.txtOrdenNo.SepDecimal = '\0'; this.txtOrdenNo.Size = new System.Drawing.Size(100, 29); this.txtOrdenNo.TabIndex = 11; this.txtOrdenNo.TablaOVistaBusqueda = ""; this.txtOrdenNo.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtOrdenNo.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtOrdenNo.ValorPorDefecto = "0"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(64, 205); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(85, 21); this.label9.TabIndex = 10; this.label9.Text = "Orden No.:"; // // txtURL // this.txtURL.Location = new System.Drawing.Point(157, 170); this.txtURL.Name = "txtURL"; this.txtURL.Size = new System.Drawing.Size(484, 29); this.txtURL.TabIndex = 9; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(74, 170); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(42, 21); this.label8.TabIndex = 8; this.label8.Text = "URL:"; // // FormOpcionesMenusR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.cboModulo; valida1.Mensaje = "Debe Indicar el Modulo"; valida1.NombreCampo = "Modulo_Id"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = null; valida2.Mensaje = "Debe Indicar el Nombre del Menu"; valida2.NombreCampo = "Nombre"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida2.Valor1 = null; valida2.Valor2 = null; valida3.comtrol = null; valida3.Mensaje = "Debe Indicar el Formulario a Ejecutar"; valida3.NombreCampo = "Formulario_AEjecutar"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida3.Valor1 = null; valida3.Valor2 = null; valida4.comtrol = this.cboTipoForm; valida4.Mensaje = "Debe Indicar el Tipo de Formulario"; valida4.NombreCampo = "TipoFormulario"; valida4.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida4.Valor1 = null; valida4.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3, valida4 }; this.ClientSize = new System.Drawing.Size(675, 498); this.Controls.Add(this.txtURL); this.Controls.Add(this.label8); this.Controls.Add(this.txtOrdenNo); this.Controls.Add(this.label9); this.Controls.Add(this.txtNombre); this.Controls.Add(this.btnCambiarImage); this.Controls.Add(this.ptbImage); this.Controls.Add(this.label7); this.Controls.Add(this.label2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.cboModulo); this.Controls.Add(this.label5); this.Controls.Add(this.txtTitulo); this.Controls.Add(this.label4); this.Controls.Add(this.txtMenuId); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormOpcionesMenusR"; this.NombreCampoID = "Menu_Id"; this.TablaEncabezado = "TACCESOS_OPCIONES_MENU"; this.Text = "REGISTRAR OPCIONES DE MENU"; this.Load += new System.EventHandler(this.FormOpcionesMenusR_Load); this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtMenuId, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtTitulo, 0); this.Controls.SetChildIndex(this.label5, 0); this.Controls.SetChildIndex(this.cboModulo, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.label7, 0); this.Controls.SetChildIndex(this.ptbImage, 0); this.Controls.SetChildIndex(this.btnCambiarImage, 0); this.Controls.SetChildIndex(this.txtNombre, 0); this.Controls.SetChildIndex(this.label9, 0); this.Controls.SetChildIndex(this.txtOrdenNo, 0); this.Controls.SetChildIndex(this.label8, 0); this.Controls.SetChildIndex(this.txtURL, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ptbImage)).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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cboCodigo = new WinControl_ELR_NET.ELRCombobox(); this.txtValor = new WinControl_ELR_NET.ELRTextBox(); this.chkEsActivo = new WinControl_ELR_NET.ELRCheckBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 389); this.pnBotones.Size = new System.Drawing.Size(667, 51); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(427, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(568, 0); // // btnAnterior // this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(332, 0); this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(237, 47); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(30, 47); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(95, 21); this.label1.TabIndex = 1; this.label1.Text = "A Restringir:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(76, 89); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(49, 21); this.label2.TabIndex = 2; this.label2.Text = "Valor:"; // // cboCodigo // this.cboCodigo.AValidar = null; this.cboCodigo.CampoData = "Codigo"; this.cboCodigo.CampoJoinCombobox2 = ""; this.cboCodigo.ComboboxAFiltrar = null; this.cboCodigo.DisplayMember = "Descripcion"; this.cboCodigo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboCodigo.DSData = this.DSDatos; this.cboCodigo.EsEditable = true; this.cboCodigo.FiltroBusqueda = "EsActivo = 1 And Nombre_Tabla = \'TIPO_RESTRINCION\'"; this.cboCodigo.FormattingEnabled = true; this.cboCodigo.Location = new System.Drawing.Point(143, 47); this.cboCodigo.Name = "cboCodigo"; this.cboCodigo.NombreTabla = ""; this.cboCodigo.Size = new System.Drawing.Size(490, 29); this.cboCodigo.SSQL = ""; this.cboCodigo.TabIndex = 3; this.cboCodigo.TablaOVistaConsulta = "TSISTEMA_TABLA_AUXILIAR"; this.cboCodigo.UsaDataGlobal = false; this.cboCodigo.ValorPorDefecto = "ID"; this.cboCodigo.ValueMember = "Id"; // // txtValor // this.txtValor.AMostrar = null; this.txtValor.AValidar = null; this.txtValor.CampoBusquedaID = ""; this.txtValor.CampoData = "Valor"; this.txtValor.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtValor.ColumnasBusqGeneral = null; this.txtValor.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtValor.Decimales = 0; this.txtValor.DSData = this.DSDatos; this.txtValor.EsAutoGenerado = false; this.txtValor.EsBusqueda = false; this.txtValor.EsBusquedaAutoIncremental = false; this.txtValor.EsEditable = true; this.txtValor.FiltroBusqueda = ""; this.txtValor.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtValor.Location = new System.Drawing.Point(143, 89); this.txtValor.Multiline = true; this.txtValor.Name = "txtValor"; this.txtValor.NombreTabla = ""; this.txtValor.SepDecimal = '\0'; this.txtValor.Size = new System.Drawing.Size(490, 181); this.txtValor.TabIndex = 4; this.txtValor.TablaOVistaBusqueda = ""; this.txtValor.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtValor.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtValor.ValorPorDefecto = ""; // // chkEsActivo // this.chkEsActivo.AutoSize = true; this.chkEsActivo.CampoData = "EsActivo"; this.chkEsActivo.DSData = this.DSDatos; this.chkEsActivo.EsEditable = true; this.chkEsActivo.EsModificable = true; this.chkEsActivo.FiltroBusqueda = ""; this.chkEsActivo.Location = new System.Drawing.Point(143, 296); this.chkEsActivo.Name = "chkEsActivo"; this.chkEsActivo.NombreTabla = ""; this.chkEsActivo.Size = new System.Drawing.Size(91, 25); this.chkEsActivo.TabIndex = 5; this.chkEsActivo.Text = "Es Activo"; this.chkEsActivo.UseVisualStyleBackColor = true; this.chkEsActivo.ValorPorDefecto = true; // // FormRetrincionesR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.cboCodigo; valida1.Mensaje = "Debe Indicar el tipo de Restrincion"; valida1.NombreCampo = "Codigo"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = this.txtValor; valida2.Mensaje = "Debe Indicar un Valor"; valida2.NombreCampo = "Valor"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida2.Valor1 = null; valida2.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2 }; this.ClientSize = new System.Drawing.Size(667, 440); this.Controls.Add(this.chkEsActivo); this.Controls.Add(this.txtValor); this.Controls.Add(this.cboCodigo); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "FormRetrincionesR"; this.NombreCampoID = "Unico"; this.TablaEncabezado = "TCONFIGURACION_RETRINCIONES"; this.Text = "REGISTRAR RESTRINCION"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.cboCodigo, 0); this.Controls.SetChildIndex(this.txtValor, 0); this.Controls.SetChildIndex(this.chkEsActivo, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); this.txtNombre = new WinControl_ELR_NET.ELRTextBox(); this.txtTasaItbis = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.chkActivo = new WinControl_ELR_NET.ELRCheckBox(); this.label3 = new System.Windows.Forms.Label(); this.txtCategoriaId = new WinControl_ELR_NET.ELRTextBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 234); this.pnBotones.Size = new System.Drawing.Size(561, 52); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(289, 0); this.btnGrabar.Size = new System.Drawing.Size(141, 48); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(430, 0); this.btnCancelar.Size = new System.Drawing.Size(127, 48); // // btnAnterior // this.btnAnterior.Size = new System.Drawing.Size(95, 48); this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(194, 0); this.btnSiguientePage.Size = new System.Drawing.Size(95, 48); this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(99, 48); // // txtNombre // this.txtNombre.AMostrar = null; this.txtNombre.autoSenTab = true; this.txtNombre.AValidar = null; this.txtNombre.CampoBusquedaID = ""; this.txtNombre.CampoData = "Nombre"; this.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombre.ColumnasBusqGeneral = null; this.txtNombre.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNombre.Decimales = 0; this.txtNombre.DSData = this.DSDatos; this.txtNombre.EsAutoGenerado = false; this.txtNombre.EsBusqueda = false; this.txtNombre.EsBusquedaAutoIncremental = false; this.txtNombre.EsEditable = true; this.txtNombre.FiltroBusqueda = ""; this.txtNombre.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNombre.Location = new System.Drawing.Point(142, 76); this.txtNombre.Name = "txtNombre"; this.txtNombre.NombreTabla = ""; this.txtNombre.SepDecimal = '\0'; this.txtNombre.Size = new System.Drawing.Size(401, 29); this.txtNombre.TabIndex = 2; this.txtNombre.TablaOVistaBusqueda = ""; this.txtNombre.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNombre.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNombre.ValorPorDefecto = ""; // // txtTasaItbis // this.txtTasaItbis.AMostrar = null; this.txtTasaItbis.autoSenTab = true; this.txtTasaItbis.AValidar = null; this.txtTasaItbis.CampoBusquedaID = ""; this.txtTasaItbis.CampoData = "Tasa_Itbis"; this.txtTasaItbis.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTasaItbis.ColumnasBusqGeneral = null; this.txtTasaItbis.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtTasaItbis.Decimales = 0; this.txtTasaItbis.DSData = this.DSDatos; this.txtTasaItbis.EsAutoGenerado = false; this.txtTasaItbis.EsBusqueda = false; this.txtTasaItbis.EsBusquedaAutoIncremental = false; this.txtTasaItbis.EsEditable = true; this.txtTasaItbis.FiltroBusqueda = ""; this.txtTasaItbis.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtTasaItbis.Location = new System.Drawing.Point(142, 118); this.txtTasaItbis.Name = "txtTasaItbis"; this.txtTasaItbis.NombreTabla = ""; this.txtTasaItbis.SepDecimal = '\0'; this.txtTasaItbis.Size = new System.Drawing.Size(166, 29); this.txtTasaItbis.TabIndex = 4; this.txtTasaItbis.TablaOVistaBusqueda = ""; this.txtTasaItbis.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.txtTasaItbis.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtTasaItbis.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtTasaItbis.ValorPorDefecto = "18.00"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(32, 76); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(68, 21); this.label1.TabIndex = 1; this.label1.Text = "Nombre"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(32, 118); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(72, 21); this.label2.TabIndex = 3; this.label2.Text = "Tasa Itbis"; // // chkActivo // this.chkActivo.AutoSize = true; this.chkActivo.CampoData = "EsActivo"; this.chkActivo.DSData = this.DSDatos; this.chkActivo.EsEditable = true; this.chkActivo.EsModificable = true; this.chkActivo.FiltroBusqueda = ""; this.chkActivo.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkActivo.Location = new System.Drawing.Point(142, 162); this.chkActivo.Name = "chkActivo"; this.chkActivo.NombreTabla = ""; this.chkActivo.Size = new System.Drawing.Size(98, 25); this.chkActivo.TabIndex = 5; this.chkActivo.Text = "Es Activo"; this.chkActivo.UseVisualStyleBackColor = true; this.chkActivo.ValorPorDefecto = true; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(32, 33); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(94, 21); this.label3.TabIndex = 6; this.label3.Text = "Categoria Id"; // // txtCategoriaId // this.txtCategoriaId.AMostrar = null; this.txtCategoriaId.autoSenTab = true; this.txtCategoriaId.AValidar = null; this.txtCategoriaId.CampoBusquedaID = ""; this.txtCategoriaId.CampoData = "Categoria_Id"; this.txtCategoriaId.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCategoriaId.ColumnasBusqGeneral = null; this.txtCategoriaId.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCategoriaId.Decimales = 0; this.txtCategoriaId.DSData = this.DSDatos; this.txtCategoriaId.EsAutoGenerado = true; this.txtCategoriaId.EsBusqueda = false; this.txtCategoriaId.EsBusquedaAutoIncremental = false; this.txtCategoriaId.EsEditable = true; this.txtCategoriaId.FiltroBusqueda = ""; this.txtCategoriaId.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtCategoriaId.Location = new System.Drawing.Point(142, 33); this.txtCategoriaId.Name = "txtCategoriaId"; this.txtCategoriaId.NombreTabla = ""; this.txtCategoriaId.SepDecimal = '\0'; this.txtCategoriaId.Size = new System.Drawing.Size(166, 29); this.txtCategoriaId.TabIndex = 7; this.txtCategoriaId.TablaOVistaBusqueda = ""; this.txtCategoriaId.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCategoriaId.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCategoriaId.ValorPorDefecto = "0"; // // FormCategoriaProductoRegistro // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtNombre; valida1.Mensaje = "Debe Especificar el Nombre de La Categoria"; valida1.NombreCampo = "Nombre"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = this.txtTasaItbis; valida2.Mensaje = "La Tasa de Itbis debe Ser Mayor o Igual a Cero"; valida2.NombreCampo = "Tasa_Itbis"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida2.Valor1 = "0"; valida2.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2 }; this.ClientSize = new System.Drawing.Size(561, 286); this.Controls.Add(this.txtCategoriaId); this.Controls.Add(this.label3); this.Controls.Add(this.chkActivo); this.Controls.Add(this.txtTasaItbis); this.Controls.Add(this.label2); this.Controls.Add(this.txtNombre); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.Name = "FormCategoriaProductoRegistro"; this.NombreCampoID = "Categoria_Id"; this.TablaEncabezado = "TCLASIFICADOR_PRODUCTOS_CATEGORIAS"; this.Text = "CATEGORIA DE PRODUCTOS"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtNombre, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtTasaItbis, 0); this.Controls.SetChildIndex(this.chkActivo, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtCategoriaId, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida4 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida5 = new WinControl_ELR_NET.Valida(); this.cboNCF = new WinControl_ELR_NET.ELRCombobox(); this.txtPrefijo = new WinControl_ELR_NET.ELRTextBox(); this.txtNumeroNCF = new WinControl_ELR_NET.ELRTextBox(); this.txtPuntoReorden = new WinControl_ELR_NET.ELRTextBox(); this.txtLimite = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.dtpFeVence = new WinControl_ELR_NET.ELRDatePicker(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 338); this.pnBotones.Size = new System.Drawing.Size(548, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(308, 0); this.btnGrabar.Size = new System.Drawing.Size(141, 39); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(449, 0); this.btnCancelar.Size = new System.Drawing.Size(95, 39); // // btnAnterior // this.btnAnterior.Size = new System.Drawing.Size(95, 39); this.toolTip1.SetToolTip(this.btnAnterior, "CTRL + A = Anterior "); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(213, 0); this.btnSiguientePage.Size = new System.Drawing.Size(95, 39); this.toolTip1.SetToolTip(this.btnSiguientePage, "CTRL + S = Siguiente "); // // lblNombreUsuario // this.lblNombreUsuario.Size = new System.Drawing.Size(118, 39); // // cboNCF // this.cboNCF.AValidar = null; this.cboNCF.CampoData = "Tipo_NCF"; this.cboNCF.CampoJoinCombobox2 = ""; this.cboNCF.ComboboxAFiltrar = null; this.cboNCF.DisplayMember = "Descripcion"; this.cboNCF.DSData = this.DSDatos; this.cboNCF.EsEditable = false; this.cboNCF.FiltroBusqueda = "Tipo_NCF > 0"; this.cboNCF.FormattingEnabled = true; this.cboNCF.Location = new System.Drawing.Point(102, 28); this.cboNCF.Name = "cboNCF"; this.cboNCF.NombreTabla = ""; this.cboNCF.Size = new System.Drawing.Size(434, 29); this.cboNCF.SSQL = ""; this.cboNCF.TabIndex = 2; this.cboNCF.TablaOVistaConsulta = "TSISTEMA_TIPOS_NCF"; this.cboNCF.UsaDataGlobal = false; this.cboNCF.ValorPorDefecto = "0"; this.cboNCF.ValueMember = "Tipo_NCF"; // // txtPrefijo // this.txtPrefijo.AMostrar = null; this.txtPrefijo.AValidar = null; this.txtPrefijo.CampoBusquedaID = ""; this.txtPrefijo.CampoData = "Prefijo"; this.txtPrefijo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtPrefijo.ColumnasBusqGeneral = null; this.txtPrefijo.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtPrefijo.Decimales = 0; this.txtPrefijo.DSData = this.DSDatos; this.txtPrefijo.EsAutoGenerado = false; this.txtPrefijo.EsBusqueda = false; this.txtPrefijo.EsBusquedaAutoIncremental = false; this.txtPrefijo.EsEditable = true; this.txtPrefijo.FiltroBusqueda = ""; this.txtPrefijo.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtPrefijo.Location = new System.Drawing.Point(150, 38); this.txtPrefijo.MaxLength = 3; this.txtPrefijo.Name = "txtPrefijo"; this.txtPrefijo.NombreTabla = ""; this.txtPrefijo.SepDecimal = '\0'; this.txtPrefijo.Size = new System.Drawing.Size(232, 29); this.txtPrefijo.TabIndex = 8; this.txtPrefijo.TablaOVistaBusqueda = ""; this.txtPrefijo.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtPrefijo.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtPrefijo.ValorPorDefecto = ""; // // txtNumeroNCF // this.txtNumeroNCF.AMostrar = null; this.txtNumeroNCF.AValidar = null; this.txtNumeroNCF.CampoBusquedaID = ""; this.txtNumeroNCF.CampoData = "NumeroNCF"; this.txtNumeroNCF.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNumeroNCF.ColumnasBusqGeneral = null; this.txtNumeroNCF.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNumeroNCF.Decimales = 0; this.txtNumeroNCF.DSData = this.DSDatos; this.txtNumeroNCF.EsAutoGenerado = false; this.txtNumeroNCF.EsBusqueda = false; this.txtNumeroNCF.EsBusquedaAutoIncremental = false; this.txtNumeroNCF.EsEditable = true; this.txtNumeroNCF.FiltroBusqueda = ""; this.txtNumeroNCF.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNumeroNCF.Location = new System.Drawing.Point(150, 108); this.txtNumeroNCF.Name = "txtNumeroNCF"; this.txtNumeroNCF.NombreTabla = ""; this.txtNumeroNCF.SepDecimal = '\0'; this.txtNumeroNCF.Size = new System.Drawing.Size(232, 29); this.txtNumeroNCF.TabIndex = 12; this.txtNumeroNCF.TablaOVistaBusqueda = ""; this.txtNumeroNCF.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNumeroNCF.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNumeroNCF.ValorPorDefecto = "0"; // // txtPuntoReorden // this.txtPuntoReorden.AMostrar = null; this.txtPuntoReorden.AValidar = null; this.txtPuntoReorden.CampoBusquedaID = ""; this.txtPuntoReorden.CampoData = "Punto_Reorden"; this.txtPuntoReorden.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtPuntoReorden.ColumnasBusqGeneral = null; this.txtPuntoReorden.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtPuntoReorden.Decimales = 0; this.txtPuntoReorden.DSData = this.DSDatos; this.txtPuntoReorden.EsAutoGenerado = false; this.txtPuntoReorden.EsBusqueda = false; this.txtPuntoReorden.EsBusquedaAutoIncremental = false; this.txtPuntoReorden.EsEditable = true; this.txtPuntoReorden.FiltroBusqueda = ""; this.txtPuntoReorden.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtPuntoReorden.Location = new System.Drawing.Point(150, 144); this.txtPuntoReorden.Name = "txtPuntoReorden"; this.txtPuntoReorden.NombreTabla = ""; this.txtPuntoReorden.SepDecimal = '\0'; this.txtPuntoReorden.Size = new System.Drawing.Size(232, 29); this.txtPuntoReorden.TabIndex = 14; this.txtPuntoReorden.TablaOVistaBusqueda = ""; this.txtPuntoReorden.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtPuntoReorden.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtPuntoReorden.ValorPorDefecto = "0"; // // txtLimite // this.txtLimite.AMostrar = null; this.txtLimite.AValidar = null; this.txtLimite.CampoBusquedaID = ""; this.txtLimite.CampoData = "Numero_Maximo"; this.txtLimite.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtLimite.ColumnasBusqGeneral = null; this.txtLimite.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtLimite.Decimales = 0; this.txtLimite.DSData = this.DSDatos; this.txtLimite.EsAutoGenerado = false; this.txtLimite.EsBusqueda = false; this.txtLimite.EsBusquedaAutoIncremental = false; this.txtLimite.EsEditable = true; this.txtLimite.FiltroBusqueda = ""; this.txtLimite.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtLimite.Location = new System.Drawing.Point(150, 73); this.txtLimite.Name = "txtLimite"; this.txtLimite.NombreTabla = ""; this.txtLimite.SepDecimal = '\0'; this.txtLimite.Size = new System.Drawing.Size(232, 29); this.txtLimite.TabIndex = 10; this.txtLimite.TablaOVistaBusqueda = ""; this.txtLimite.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtLimite.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtLimite.ValorPorDefecto = "0"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(26, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 21); this.label1.TabIndex = 1; this.label1.Text = "NCF"; // // groupBox1 // this.groupBox1.Controls.Add(this.dtpFeVence); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.txtPuntoReorden); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.txtNumeroNCF); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.txtLimite); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.txtPrefijo); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Location = new System.Drawing.Point(30, 75); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(506, 240); this.groupBox1.TabIndex = 7; this.groupBox1.TabStop = false; this.groupBox1.Text = "Opciones"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(28, 144); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(114, 21); this.label6.TabIndex = 13; this.label6.Text = "Punto Reorden"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(24, 108); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(115, 21); this.label5.TabIndex = 11; this.label5.Text = "No. NCF Actual"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(86, 73); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 21); this.label4.TabIndex = 9; this.label4.Text = "Limite"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(86, 38); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(55, 21); this.label3.TabIndex = 7; this.label3.Text = "Prefijo"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(44, 184); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(95, 21); this.label2.TabIndex = 15; this.label2.Text = "Fecha Vence"; // // dtpFeVence // this.dtpFeVence.AValidar = null; this.dtpFeVence.CampoData = "Valido_Hasta"; this.dtpFeVence.DSData = this.DSDatos; this.dtpFeVence.EsEditable = true; this.dtpFeVence.FiltroBusqueda = ""; this.dtpFeVence.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpFeVence.Location = new System.Drawing.Point(150, 184); this.dtpFeVence.Name = "dtpFeVence"; this.dtpFeVence.NombreTabla = ""; this.dtpFeVence.Size = new System.Drawing.Size(232, 29); this.dtpFeVence.TabIndex = 16; this.dtpFeVence.ValorPorDefecto = new System.DateTime(2018, 5, 28, 0, 0, 0, 0); // // FormOficinaNCFR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.cboNCF; valida1.Mensaje = "Debe Elegir el NCF"; valida1.NombreCampo = "Tipo_NCF"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida1.Valor1 = null; valida1.Valor2 = null; valida2.comtrol = this.txtPrefijo; valida2.Mensaje = "El Prefijo debe Tener una Longitud de 11 Caracteres"; valida2.NombreCampo = "Prefijo"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.LongitudMinima; valida2.Valor1 = "3"; valida2.Valor2 = null; valida3.comtrol = this.txtNumeroNCF; valida3.Mensaje = "El Numero Actual de NCF Debe ser Mayor o Igual a Cero"; valida3.NombreCampo = "NumeroNCF"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida3.Valor1 = "0"; valida3.Valor2 = null; valida4.comtrol = this.txtPuntoReorden; valida4.Mensaje = "El Punto de Reorden debe ser Mayor a Cero"; valida4.NombreCampo = "Punto_Reorden"; valida4.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida4.Valor1 = "1"; valida4.Valor2 = null; valida5.comtrol = this.txtLimite; valida5.Mensaje = "El Limite debe Ser Mayor a Cero"; valida5.NombreCampo = "Numero_Maximo"; valida5.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida5.Valor1 = "1"; valida5.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3, valida4, valida5 }; this.ClientSize = new System.Drawing.Size(548, 381); this.Controls.Add(this.groupBox1); this.Controls.Add(this.cboNCF); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.Name = "FormOficinaNCFR"; this.NombreCampoID = "Unico"; this.TablaEncabezado = "TEMPRESAS_NCF_X_OFICINAS"; this.Text = "REGISTRO NCF OFICINA"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.cboNCF, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); 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() { WinControl_ELR_NET.Valida valida1 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida2 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida3 = new WinControl_ELR_NET.Valida(); WinControl_ELR_NET.Valida valida4 = new WinControl_ELR_NET.Valida(); this.txtCodigo = new WinControl_ELR_NET.ELRTextBox(); this.txtNombre = new WinControl_ELR_NET.ELRTextBox(); this.txtDreccion = new WinControl_ELR_NET.ELRTextBox(); this.txtTelefono1 = new WinControl_ELR_NET.ELRTextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.txtTelefono2 = new WinControl_ELR_NET.ELRTextBox(); this.label6 = new System.Windows.Forms.Label(); this.cboProvincia = new WinControl_ELR_NET.ELRCombobox(); this.cboMunicipio = new WinControl_ELR_NET.ELRCombobox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.txtEMail = new WinControl_ELR_NET.ELRTextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtTelefonoGerente = new WinControl_ELR_NET.ELRTextBox(); this.label10 = new System.Windows.Forms.Label(); this.txtNombreGerente = new WinControl_ELR_NET.ELRTextBox(); this.label9 = new System.Windows.Forms.Label(); this.cboOficinaRaiz = new WinControl_ELR_NET.ELRCombobox(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.cboPais = new WinControl_ELR_NET.ELRCombobox(); this.label13 = new System.Windows.Forms.Label(); this.elrDatePicker1 = new WinControl_ELR_NET.ELRDatePicker(); this.elrCheckBox1 = new WinControl_ELR_NET.ELRCheckBox(); this.pnBotones.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // pnBotones // this.pnBotones.Location = new System.Drawing.Point(0, 520); this.pnBotones.Size = new System.Drawing.Size(720, 43); // // btnGrabar // this.btnGrabar.Location = new System.Drawing.Point(526, 0); // // btnCancelar // this.btnCancelar.Location = new System.Drawing.Point(621, 0); // // btnSiguientePage // this.btnSiguientePage.Location = new System.Drawing.Point(431, 0); // // txtCodigo // this.txtCodigo.AMostrar = null; this.txtCodigo.AValidar = null; this.txtCodigo.CampoBusquedaID = ""; this.txtCodigo.CampoData = "Oficina_Id"; this.txtCodigo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCodigo.ColumnasBusqGeneral = null; this.txtCodigo.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtCodigo.Decimales = 0; this.txtCodigo.DSData = this.DSDatos; this.txtCodigo.EsAutoGenerado = false; this.txtCodigo.EsBusqueda = false; this.txtCodigo.EsEditable = false; this.txtCodigo.FiltroBusqueda = ""; this.txtCodigo.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtCodigo.Location = new System.Drawing.Point(126, 24); this.txtCodigo.Name = "txtCodigo"; this.txtCodigo.NombreTabla = ""; this.txtCodigo.SepDecimal = '\0'; this.txtCodigo.Size = new System.Drawing.Size(100, 29); this.txtCodigo.TabIndex = 2; this.txtCodigo.TablaOVistaBusqueda = ""; this.txtCodigo.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtCodigo.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtCodigo.ValorPorDefecto = "0"; // // txtNombre // this.txtNombre.AMostrar = null; this.txtNombre.AValidar = null; this.txtNombre.CampoBusquedaID = ""; this.txtNombre.CampoData = "Nombre"; this.txtNombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombre.ColumnasBusqGeneral = null; this.txtNombre.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNombre.Decimales = 0; this.txtNombre.DSData = this.DSDatos; this.txtNombre.EsAutoGenerado = false; this.txtNombre.EsBusqueda = false; this.txtNombre.EsEditable = true; this.txtNombre.FiltroBusqueda = ""; this.txtNombre.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNombre.Location = new System.Drawing.Point(126, 59); this.txtNombre.Name = "txtNombre"; this.txtNombre.NombreTabla = ""; this.txtNombre.SepDecimal = '\0'; this.txtNombre.Size = new System.Drawing.Size(582, 29); this.txtNombre.TabIndex = 4; this.txtNombre.TablaOVistaBusqueda = ""; this.txtNombre.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNombre.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNombre.ValorPorDefecto = ""; // // txtDreccion // this.txtDreccion.AMostrar = null; this.txtDreccion.AValidar = null; this.txtDreccion.CampoBusquedaID = ""; this.txtDreccion.CampoData = "Direccion"; this.txtDreccion.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtDreccion.ColumnasBusqGeneral = null; this.txtDreccion.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtDreccion.Decimales = 0; this.txtDreccion.DSData = this.DSDatos; this.txtDreccion.EsAutoGenerado = false; this.txtDreccion.EsBusqueda = false; this.txtDreccion.EsEditable = true; this.txtDreccion.FiltroBusqueda = ""; this.txtDreccion.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtDreccion.Location = new System.Drawing.Point(126, 94); this.txtDreccion.Multiline = true; this.txtDreccion.Name = "txtDreccion"; this.txtDreccion.NombreTabla = ""; this.txtDreccion.SepDecimal = '\0'; this.txtDreccion.Size = new System.Drawing.Size(582, 63); this.txtDreccion.TabIndex = 6; this.txtDreccion.TablaOVistaBusqueda = ""; this.txtDreccion.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtDreccion.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtDreccion.ValorPorDefecto = ""; // // txtTelefono1 // this.txtTelefono1.AMostrar = null; this.txtTelefono1.AValidar = null; this.txtTelefono1.CampoBusquedaID = ""; this.txtTelefono1.CampoData = "Telefono1"; this.txtTelefono1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTelefono1.ColumnasBusqGeneral = null; this.txtTelefono1.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtTelefono1.Decimales = 0; this.txtTelefono1.DSData = this.DSDatos; this.txtTelefono1.EsAutoGenerado = false; this.txtTelefono1.EsBusqueda = false; this.txtTelefono1.EsEditable = true; this.txtTelefono1.FiltroBusqueda = ""; this.txtTelefono1.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtTelefono1.Location = new System.Drawing.Point(126, 163); this.txtTelefono1.Name = "txtTelefono1"; this.txtTelefono1.NombreTabla = ""; this.txtTelefono1.SepDecimal = '\0'; this.txtTelefono1.Size = new System.Drawing.Size(213, 29); this.txtTelefono1.TabIndex = 8; this.txtTelefono1.TablaOVistaBusqueda = ""; this.txtTelefono1.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtTelefono1.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtTelefono1.ValorPorDefecto = ""; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(28, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 21); this.label1.TabIndex = 1; this.label1.Text = "Codigo"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(28, 59); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(68, 21); this.label2.TabIndex = 3; this.label2.Text = "Nombre"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(28, 94); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(75, 21); this.label3.TabIndex = 5; this.label3.Text = "Direccion"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(28, 163); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(92, 21); this.label4.TabIndex = 7; this.label4.Text = "Telefono #1"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(353, 163); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(92, 21); this.label5.TabIndex = 9; this.label5.Text = "Telefono #2"; // // txtTelefono2 // this.txtTelefono2.AMostrar = null; this.txtTelefono2.AValidar = null; this.txtTelefono2.CampoBusquedaID = ""; this.txtTelefono2.CampoData = "Telefono2"; this.txtTelefono2.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTelefono2.ColumnasBusqGeneral = null; this.txtTelefono2.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtTelefono2.Decimales = 0; this.txtTelefono2.DSData = this.DSDatos; this.txtTelefono2.EsAutoGenerado = false; this.txtTelefono2.EsBusqueda = false; this.txtTelefono2.EsEditable = true; this.txtTelefono2.FiltroBusqueda = ""; this.txtTelefono2.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtTelefono2.Location = new System.Drawing.Point(451, 163); this.txtTelefono2.Name = "txtTelefono2"; this.txtTelefono2.NombreTabla = ""; this.txtTelefono2.SepDecimal = '\0'; this.txtTelefono2.Size = new System.Drawing.Size(257, 29); this.txtTelefono2.TabIndex = 10; this.txtTelefono2.TablaOVistaBusqueda = ""; this.txtTelefono2.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtTelefono2.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtTelefono2.ValorPorDefecto = ""; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(28, 236); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(74, 21); this.label6.TabIndex = 11; this.label6.Text = "Provincia"; // // cboProvincia // this.cboProvincia.AValidar = null; this.cboProvincia.CampoData = "Provincia_Id"; this.cboProvincia.CampoJoinCombobox2 = "Provincia_Id"; this.cboProvincia.ComboboxAFiltrar = this.cboMunicipio; this.cboProvincia.DisplayMember = "Nombre"; this.cboProvincia.DSData = this.DSDatos; this.cboProvincia.EsEditable = true; this.cboProvincia.FiltroBusqueda = "EsActivo = 1"; this.cboProvincia.FormattingEnabled = true; this.cboProvincia.Location = new System.Drawing.Point(126, 236); this.cboProvincia.Name = "cboProvincia"; this.cboProvincia.NombreTabla = ""; this.cboProvincia.Size = new System.Drawing.Size(582, 29); this.cboProvincia.SSQL = ""; this.cboProvincia.TabIndex = 12; this.cboProvincia.TablaOVistaConsulta = "TZONAS_PROVINCIAS"; this.cboProvincia.UsaDataGlobal = false; this.cboProvincia.ValorPorDefecto = "1"; this.cboProvincia.ValueMember = "Provincia_Id"; // // cboMunicipio // this.cboMunicipio.AValidar = null; this.cboMunicipio.CampoData = "Municipio_Id"; this.cboMunicipio.CampoJoinCombobox2 = ""; this.cboMunicipio.ComboboxAFiltrar = null; this.cboMunicipio.DisplayMember = "Nombre"; this.cboMunicipio.DSData = this.DSDatos; this.cboMunicipio.EsEditable = true; this.cboMunicipio.FiltroBusqueda = "EsActivo = 1"; this.cboMunicipio.FormattingEnabled = true; this.cboMunicipio.Location = new System.Drawing.Point(126, 271); this.cboMunicipio.Name = "cboMunicipio"; this.cboMunicipio.NombreTabla = ""; this.cboMunicipio.Size = new System.Drawing.Size(582, 29); this.cboMunicipio.SSQL = ""; this.cboMunicipio.TabIndex = 14; this.cboMunicipio.TablaOVistaConsulta = "TZONAS_MUNICIPIOS"; this.cboMunicipio.UsaDataGlobal = false; this.cboMunicipio.ValorPorDefecto = "1"; this.cboMunicipio.ValueMember = "Municipio_Id"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(28, 271); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(79, 21); this.label7.TabIndex = 13; this.label7.Text = "Municipio"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(28, 306); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(48, 21); this.label8.TabIndex = 15; this.label8.Text = "EMail"; // // txtEMail // this.txtEMail.AMostrar = null; this.txtEMail.AValidar = null; this.txtEMail.CampoBusquedaID = ""; this.txtEMail.CampoData = "EMail"; this.txtEMail.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtEMail.ColumnasBusqGeneral = null; this.txtEMail.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtEMail.Decimales = 0; this.txtEMail.DSData = this.DSDatos; this.txtEMail.EsAutoGenerado = false; this.txtEMail.EsBusqueda = false; this.txtEMail.EsEditable = true; this.txtEMail.FiltroBusqueda = ""; this.txtEMail.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtEMail.Location = new System.Drawing.Point(126, 306); this.txtEMail.Name = "txtEMail"; this.txtEMail.NombreTabla = ""; this.txtEMail.SepDecimal = '\0'; this.txtEMail.Size = new System.Drawing.Size(582, 29); this.txtEMail.TabIndex = 16; this.txtEMail.TablaOVistaBusqueda = ""; this.txtEMail.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtEMail.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtEMail.ValorPorDefecto = ""; // // groupBox1 // this.groupBox1.Controls.Add(this.txtTelefonoGerente); this.groupBox1.Controls.Add(this.label10); this.groupBox1.Controls.Add(this.txtNombreGerente); this.groupBox1.Controls.Add(this.label9); this.groupBox1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(32, 391); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(676, 123); this.groupBox1.TabIndex = 17; this.groupBox1.TabStop = false; this.groupBox1.Text = "Datos del Gerente"; // // txtTelefonoGerente // this.txtTelefonoGerente.AMostrar = null; this.txtTelefonoGerente.AValidar = null; this.txtTelefonoGerente.CampoBusquedaID = ""; this.txtTelefonoGerente.CampoData = "Telefonos_Gerente"; this.txtTelefonoGerente.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtTelefonoGerente.ColumnasBusqGeneral = null; this.txtTelefonoGerente.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtTelefonoGerente.Decimales = 0; this.txtTelefonoGerente.DSData = this.DSDatos; this.txtTelefonoGerente.EsAutoGenerado = false; this.txtTelefonoGerente.EsBusqueda = false; this.txtTelefonoGerente.EsEditable = true; this.txtTelefonoGerente.FiltroBusqueda = ""; this.txtTelefonoGerente.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtTelefonoGerente.Location = new System.Drawing.Point(174, 79); this.txtTelefonoGerente.Name = "txtTelefonoGerente"; this.txtTelefonoGerente.NombreTabla = ""; this.txtTelefonoGerente.SepDecimal = '\0'; this.txtTelefonoGerente.Size = new System.Drawing.Size(472, 29); this.txtTelefonoGerente.TabIndex = 20; this.txtTelefonoGerente.TablaOVistaBusqueda = ""; this.txtTelefonoGerente.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtTelefonoGerente.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtTelefonoGerente.ValorPorDefecto = ""; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(35, 79); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(84, 21); this.label10.TabIndex = 19; this.label10.Text = "Telefonos"; // // txtNombreGerente // this.txtNombreGerente.AMostrar = null; this.txtNombreGerente.AValidar = null; this.txtNombreGerente.CampoBusquedaID = ""; this.txtNombreGerente.CampoData = "Gerente"; this.txtNombreGerente.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNombreGerente.ColumnasBusqGeneral = null; this.txtNombreGerente.CondicionABuscar = " Campo_Busqueda Like \'%\' + @aBuscar + \'%\' "; this.txtNombreGerente.Decimales = 0; this.txtNombreGerente.DSData = this.DSDatos; this.txtNombreGerente.EsAutoGenerado = false; this.txtNombreGerente.EsBusqueda = false; this.txtNombreGerente.EsEditable = true; this.txtNombreGerente.FiltroBusqueda = ""; this.txtNombreGerente.Formato = WinControl_ELR_NET.tbFormato.Default; this.txtNombreGerente.Location = new System.Drawing.Point(174, 42); this.txtNombreGerente.Name = "txtNombreGerente"; this.txtNombreGerente.NombreTabla = ""; this.txtNombreGerente.SepDecimal = '\0'; this.txtNombreGerente.Size = new System.Drawing.Size(472, 29); this.txtNombreGerente.TabIndex = 18; this.txtNombreGerente.TablaOVistaBusqueda = ""; this.txtNombreGerente.TipoCampoBusqueda = WinControl_ELR_NET.tbTipoCampoBusqueda.Id; this.txtNombreGerente.TituloBusqueda = "BUSQUEDA GENERAL"; this.txtNombreGerente.ValorPorDefecto = ""; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(31, 42); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(137, 21); this.label9.TabIndex = 17; this.label9.Text = "Nombre Gerente"; // // cboOficinaRaiz // this.cboOficinaRaiz.AValidar = null; this.cboOficinaRaiz.CampoData = "Oficina_Madre_Id"; this.cboOficinaRaiz.CampoJoinCombobox2 = ""; this.cboOficinaRaiz.ComboboxAFiltrar = null; this.cboOficinaRaiz.DisplayMember = "Nombre"; this.cboOficinaRaiz.DSData = this.DSDatos; this.cboOficinaRaiz.EsEditable = true; this.cboOficinaRaiz.FiltroBusqueda = ""; this.cboOficinaRaiz.FormattingEnabled = true; this.cboOficinaRaiz.Location = new System.Drawing.Point(380, 24); this.cboOficinaRaiz.Name = "cboOficinaRaiz"; this.cboOficinaRaiz.NombreTabla = ""; this.cboOficinaRaiz.Size = new System.Drawing.Size(328, 29); this.cboOficinaRaiz.SSQL = ""; this.cboOficinaRaiz.TabIndex = 18; this.cboOficinaRaiz.TablaOVistaConsulta = "TEMPRESAS_OFICINAS"; this.cboOficinaRaiz.UsaDataGlobal = false; this.cboOficinaRaiz.ValorPorDefecto = "0"; this.cboOficinaRaiz.ValueMember = "Oficina_Id"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(290, 24); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(84, 21); this.label11.TabIndex = 19; this.label11.Text = "Ofina Raiz:"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(28, 199); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(38, 21); this.label12.TabIndex = 20; this.label12.Text = "Pais"; // // cboPais // this.cboPais.AValidar = null; this.cboPais.CampoData = "Pais_Id"; this.cboPais.CampoJoinCombobox2 = "Pais_Id"; this.cboPais.ComboboxAFiltrar = this.cboProvincia; this.cboPais.DisplayMember = "Nombre"; this.cboPais.DSData = this.DSDatos; this.cboPais.EsEditable = true; this.cboPais.FiltroBusqueda = "EsActivo = 1"; this.cboPais.FormattingEnabled = true; this.cboPais.Location = new System.Drawing.Point(126, 199); this.cboPais.Name = "cboPais"; this.cboPais.NombreTabla = ""; this.cboPais.Size = new System.Drawing.Size(582, 29); this.cboPais.SSQL = ""; this.cboPais.TabIndex = 21; this.cboPais.TablaOVistaConsulta = "TZONAS_PAISES"; this.cboPais.UsaDataGlobal = false; this.cboPais.ValorPorDefecto = "1"; this.cboPais.ValueMember = "Pais_Id"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(28, 338); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(90, 21); this.label13.TabIndex = 22; this.label13.Text = "Hora Cierre"; // // elrDatePicker1 // this.elrDatePicker1.AValidar = null; this.elrDatePicker1.CampoData = "Hora_Cierre"; this.elrDatePicker1.DSData = this.DSDatos; this.elrDatePicker1.EsEditable = true; this.elrDatePicker1.FiltroBusqueda = ""; this.elrDatePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.elrDatePicker1.Location = new System.Drawing.Point(126, 342); this.elrDatePicker1.Name = "elrDatePicker1"; this.elrDatePicker1.NombreTabla = ""; this.elrDatePicker1.ShowUpDown = true; this.elrDatePicker1.Size = new System.Drawing.Size(161, 29); this.elrDatePicker1.TabIndex = 23; this.elrDatePicker1.ValorPorDefecto = new System.DateTime(2016, 4, 3, 0, 0, 0, 0); // // elrCheckBox1 // this.elrCheckBox1.AutoSize = true; this.elrCheckBox1.CampoData = "EsActivo"; this.elrCheckBox1.DSData = this.DSDatos; this.elrCheckBox1.EsEditable = true; this.elrCheckBox1.EsModificable = true; this.elrCheckBox1.FiltroBusqueda = ""; this.elrCheckBox1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.elrCheckBox1.Location = new System.Drawing.Point(357, 341); this.elrCheckBox1.Name = "elrCheckBox1"; this.elrCheckBox1.NombreTabla = ""; this.elrCheckBox1.Size = new System.Drawing.Size(98, 25); this.elrCheckBox1.TabIndex = 24; this.elrCheckBox1.Text = "Es Activo"; this.elrCheckBox1.UseVisualStyleBackColor = true; this.elrCheckBox1.ValorPorDefecto = true; // // FormOficinaR // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; valida1.comtrol = this.txtCodigo; valida1.Mensaje = "El Codigo de Oficina debe Ser Mayor a o Igual a 100"; valida1.NombreCampo = "Oficina_Id"; valida1.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.MayorOIgualA; valida1.Valor1 = "100"; valida1.Valor2 = null; valida2.comtrol = this.txtNombre; valida2.Mensaje = "Debe Digitar el Nombre"; valida2.NombreCampo = "Nombre"; valida2.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida2.Valor1 = null; valida2.Valor2 = null; valida3.comtrol = this.txtDreccion; valida3.Mensaje = "Debe Digitar la Direccion"; valida3.NombreCampo = "Direccion"; valida3.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida3.Valor1 = null; valida3.Valor2 = null; valida4.comtrol = this.txtTelefono1; valida4.Mensaje = "Debe Digitar Telefono #1"; valida4.NombreCampo = "Telefono1"; valida4.TipoValidacion = WinControl_ELR_NET.tbTipoValidacion.NoVacio; valida4.Valor1 = null; valida4.Valor2 = null; this.AValidar = new WinControl_ELR_NET.Valida[] { valida1, valida2, valida3, valida4 }; this.CamposAExcluirEnc = "Fecha_Trabajo;Fecha_Contable"; this.ClientSize = new System.Drawing.Size(720, 563); this.Controls.Add(this.elrCheckBox1); this.Controls.Add(this.elrDatePicker1); this.Controls.Add(this.label13); this.Controls.Add(this.cboPais); this.Controls.Add(this.label12); this.Controls.Add(this.label11); this.Controls.Add(this.cboOficinaRaiz); this.Controls.Add(this.groupBox1); this.Controls.Add(this.txtEMail); this.Controls.Add(this.label8); this.Controls.Add(this.cboMunicipio); this.Controls.Add(this.label7); this.Controls.Add(this.cboProvincia); this.Controls.Add(this.label6); this.Controls.Add(this.txtTelefono2); this.Controls.Add(this.label5); this.Controls.Add(this.txtTelefono1); this.Controls.Add(this.label4); this.Controls.Add(this.txtDreccion); this.Controls.Add(this.label3); this.Controls.Add(this.txtNombre); this.Controls.Add(this.label2); this.Controls.Add(this.txtCodigo); this.Controls.Add(this.label1); this.Cursor = System.Windows.Forms.Cursors.Default; this.Name = "FormOficinaR"; this.NombreCampoID = "Oficina_Id"; this.TablaEncabezado = "TEMPRESAS_OFICINAS"; this.Text = "REGISTRO DE OFICINA"; this.Controls.SetChildIndex(this.pnBotones, 0); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.txtCodigo, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.txtNombre, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.txtDreccion, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.txtTelefono1, 0); this.Controls.SetChildIndex(this.label5, 0); this.Controls.SetChildIndex(this.txtTelefono2, 0); this.Controls.SetChildIndex(this.label6, 0); this.Controls.SetChildIndex(this.cboProvincia, 0); this.Controls.SetChildIndex(this.label7, 0); this.Controls.SetChildIndex(this.cboMunicipio, 0); this.Controls.SetChildIndex(this.label8, 0); this.Controls.SetChildIndex(this.txtEMail, 0); this.Controls.SetChildIndex(this.groupBox1, 0); this.Controls.SetChildIndex(this.cboOficinaRaiz, 0); this.Controls.SetChildIndex(this.label11, 0); this.Controls.SetChildIndex(this.label12, 0); this.Controls.SetChildIndex(this.cboPais, 0); this.Controls.SetChildIndex(this.label13, 0); this.Controls.SetChildIndex(this.elrDatePicker1, 0); this.Controls.SetChildIndex(this.elrCheckBox1, 0); this.pnBotones.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DSDatos)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MyErrorProvider)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }