コード例 #1
0
ファイル: PagoVuelto.cs プロジェクト: solutema/ultralight
                private void InitializeComponent()
                {
                        this.Label1 = new Lui.Forms.Label();
                        this.EntradaTotal = new Lui.Forms.TextBox();
                        this.EntradaPago = new Lui.Forms.TextBox();
                        this.Label2 = new Lui.Forms.Label();
                        this.EntradaCambio = new Lui.Forms.TextBox();
                        this.Label3 = new Lui.Forms.Label();
                        this.PictureBox1 = new System.Windows.Forms.PictureBox();
                        this.EtiquetaTitulo = new Lui.Forms.Label();
                        this.lblDesdeSituacion = new Lui.Forms.Label();
                        ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
                        this.SuspendLayout();
                        // 
                        // Label1
                        // 
                        this.Label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
                        this.Label1.Location = new System.Drawing.Point(48, 120);
                        this.Label1.Name = "Label1";
                        this.Label1.Size = new System.Drawing.Size(164, 32);
                        this.Label1.TabIndex = 0;
                        this.Label1.Text = "Importe a cobrar";
                        this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.Label1.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
                        // 
                        // EntradaTotal
                        // 
                        this.EntradaTotal.Anchor = System.Windows.Forms.AnchorStyles.Top;
                        this.EntradaTotal.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaTotal.Location = new System.Drawing.Point(212, 120);
                        this.EntradaTotal.Name = "EntradaTotal";
                        this.EntradaTotal.Prefijo = "$";
                        this.EntradaTotal.Size = new System.Drawing.Size(152, 32);
                        this.EntradaTotal.TabIndex = 1;
                        this.EntradaTotal.TabStop = false;
                        this.EntradaTotal.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Bigger;
                        // 
                        // EntradaPago
                        // 
                        this.EntradaPago.Anchor = System.Windows.Forms.AnchorStyles.Top;
                        this.EntradaPago.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaPago.Location = new System.Drawing.Point(212, 168);
                        this.EntradaPago.Name = "EntradaPago";
                        this.EntradaPago.Prefijo = "$";
                        this.EntradaPago.Size = new System.Drawing.Size(152, 32);
                        this.EntradaPago.TabIndex = 3;
                        this.EntradaPago.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Bigger;
                        this.EntradaPago.TextChanged += new System.EventHandler(this.EntradaPago_TextChanged);
                        // 
                        // Label2
                        // 
                        this.Label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
                        this.Label2.Location = new System.Drawing.Point(48, 168);
                        this.Label2.Name = "Label2";
                        this.Label2.Size = new System.Drawing.Size(164, 32);
                        this.Label2.TabIndex = 2;
                        this.Label2.Text = "Pago recibido";
                        this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.Label2.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
                        // 
                        // EntradaCambio
                        // 
                        this.EntradaCambio.Anchor = System.Windows.Forms.AnchorStyles.Top;
                        this.EntradaCambio.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaCambio.Location = new System.Drawing.Point(212, 236);
                        this.EntradaCambio.Name = "EntradaCambio";
                        this.EntradaCambio.Prefijo = "$";
                        this.EntradaCambio.Size = new System.Drawing.Size(152, 32);
                        this.EntradaCambio.TabIndex = 6;
                        this.EntradaCambio.TabStop = false;
                        this.EntradaCambio.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Bigger;
                        // 
                        // Label3
                        // 
                        this.Label3.Anchor = System.Windows.Forms.AnchorStyles.Top;
                        this.Label3.Location = new System.Drawing.Point(48, 236);
                        this.Label3.Name = "Label3";
                        this.Label3.Size = new System.Drawing.Size(164, 32);
                        this.Label3.TabIndex = 5;
                        this.Label3.Text = "Cambio a entregar";
                        this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.Label3.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
                        // 
                        // PictureBox1
                        // 
                        this.PictureBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
                        this.PictureBox1.Location = new System.Drawing.Point(32, 216);
                        this.PictureBox1.Name = "PictureBox1";
                        this.PictureBox1.Size = new System.Drawing.Size(352, 4);
                        this.PictureBox1.TabIndex = 51;
                        this.PictureBox1.TabStop = false;
                        // 
                        // EtiquetaTitulo
                        // 
                        this.EtiquetaTitulo.AutoSize = true;
                        this.EtiquetaTitulo.Location = new System.Drawing.Point(24, 24);
                        this.EtiquetaTitulo.Name = "EtiquetaTitulo";
                        this.EtiquetaTitulo.Size = new System.Drawing.Size(155, 30);
                        this.EtiquetaTitulo.TabIndex = 108;
                        this.EtiquetaTitulo.Text = "Calcular vuelto";
                        this.EtiquetaTitulo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
                        // 
                        // lblDesdeSituacion
                        // 
                        this.lblDesdeSituacion.Location = new System.Drawing.Point(24, 64);
                        this.lblDesdeSituacion.Name = "lblDesdeSituacion";
                        this.lblDesdeSituacion.Size = new System.Drawing.Size(368, 48);
                        this.lblDesdeSituacion.TabIndex = 109;
                        this.lblDesdeSituacion.Text = "Escriba el importe del pago recibido para calcular el vuelto. O pulse la tecla <E" +
    "sc> para cancelar.";
                        // 
                        // PagoVuelto
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(418, 355);
                        this.Controls.Add(this.lblDesdeSituacion);
                        this.Controls.Add(this.EtiquetaTitulo);
                        this.Controls.Add(this.PictureBox1);
                        this.Controls.Add(this.EntradaCambio);
                        this.Controls.Add(this.EntradaPago);
                        this.Controls.Add(this.Label3);
                        this.Controls.Add(this.Label2);
                        this.Controls.Add(this.EntradaTotal);
                        this.Controls.Add(this.Label1);
                        this.ForeColor = System.Drawing.Color.Black;
                        this.Name = "PagoVuelto";
                        this.Text = "Pago: calcular vuelto";
                        this.Controls.SetChildIndex(this.Label1, 0);
                        this.Controls.SetChildIndex(this.EntradaTotal, 0);
                        this.Controls.SetChildIndex(this.Label2, 0);
                        this.Controls.SetChildIndex(this.Label3, 0);
                        this.Controls.SetChildIndex(this.EntradaPago, 0);
                        this.Controls.SetChildIndex(this.EntradaCambio, 0);
                        this.Controls.SetChildIndex(this.PictureBox1, 0);
                        this.Controls.SetChildIndex(this.EtiquetaTitulo, 0);
                        this.Controls.SetChildIndex(this.lblDesdeSituacion, 0);
                        ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
                        this.ResumeLayout(false);
                        this.PerformLayout();

                }
コード例 #2
0
 private void InitializeComponent()
 {
     this.Label1           = new Lui.Forms.Label();
     this.Label2           = new Lui.Forms.Label();
     this.Label3           = new Lui.Forms.Label();
     this.EntradaNombre    = new Lui.Forms.TextBox();
     this.EntradaDireccion = new Lui.Forms.ComboBox();
     this.EntradaGrupo     = new Lui.Forms.ComboBox();
     this.EntradaCodigo    = new Lui.Forms.TextBox();
     this.label4           = new Lui.Forms.Label();
     this.SuspendLayout();
     //
     // Label1
     //
     this.Label1.Location  = new System.Drawing.Point(0, 32);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(104, 24);
     this.Label1.TabIndex  = 4;
     this.Label1.Text      = "Nombre";
     this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Label2
     //
     this.Label2.Location  = new System.Drawing.Point(0, 64);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(104, 24);
     this.Label2.TabIndex  = 6;
     this.Label2.Text      = "Dirección";
     this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Label3
     //
     this.Label3.Location  = new System.Drawing.Point(-4, 128);
     this.Label3.Name      = "Label3";
     this.Label3.Size      = new System.Drawing.Size(100, 24);
     this.Label3.TabIndex  = 8;
     this.Label3.Text      = "Tipo";
     this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaNombre
     //
     this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
     this.EntradaNombre.Location  = new System.Drawing.Point(104, 32);
     this.EntradaNombre.Name      = "EntradaNombre";
     this.EntradaNombre.ReadOnly  = false;
     this.EntradaNombre.Size      = new System.Drawing.Size(504, 24);
     this.EntradaNombre.TabIndex  = 5;
     //
     // EntradaDireccion
     //
     this.EntradaDireccion.AlwaysExpanded = true;
     this.EntradaDireccion.AutoSize       = true;
     this.EntradaDireccion.Location       = new System.Drawing.Point(104, 64);
     this.EntradaDireccion.Name           = "EntradaDireccion";
     this.EntradaDireccion.ReadOnly       = false;
     this.EntradaDireccion.SetData        = new string[] {
         "Ambas|0",
         "Entrada|1",
         "Salida|2"
     };
     this.EntradaDireccion.Size     = new System.Drawing.Size(180, 51);
     this.EntradaDireccion.TabIndex = 7;
     this.EntradaDireccion.TextKey  = "0";
     //
     // EntradaGrupo
     //
     this.EntradaGrupo.AlwaysExpanded = true;
     this.EntradaGrupo.AutoSize       = true;
     this.EntradaGrupo.Location       = new System.Drawing.Point(100, 128);
     this.EntradaGrupo.Name           = "EntradaGrupo";
     this.EntradaGrupo.ReadOnly       = false;
     this.EntradaGrupo.SetData        = new string[] {
         "Ninguno|0",
         "Cobros|110",
         "Otros ingresos|100",
         "Gastos fijos|230",
         "Gastos variables|240",
         "Otros gastos|200",
         "Pérdida|260",
         "Reinversión|250",
         "Costo materiales|210",
         "Costo capital|220",
         "Sueldos y salarios|231",
         "Movimientos y ajustes|300"
     };
     this.EntradaGrupo.Size     = new System.Drawing.Size(284, 81);
     this.EntradaGrupo.TabIndex = 9;
     this.EntradaGrupo.TextKey  = "200";
     //
     // EntradaCodigo
     //
     this.EntradaCodigo.DataType = Lui.Forms.DataTypes.Integer;
     this.EntradaCodigo.Enabled  = false;
     this.EntradaCodigo.Location = new System.Drawing.Point(104, 0);
     this.EntradaCodigo.Name     = "EntradaCodigo";
     this.EntradaCodigo.ReadOnly = false;
     this.EntradaCodigo.Size     = new System.Drawing.Size(76, 24);
     this.EntradaCodigo.TabIndex = 3;
     this.EntradaCodigo.Text     = "0";
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(0, 0);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(104, 24);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "Código";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Editar
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.AutoSize      = true;
     this.Controls.Add(this.EntradaCodigo);
     this.Controls.Add(this.EntradaGrupo);
     this.Controls.Add(this.EntradaDireccion);
     this.Controls.Add(this.EntradaNombre);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.Label3);
     this.Controls.Add(this.Label2);
     this.Name = "Editar";
     this.Size = new System.Drawing.Size(620, 214);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #3
0
ファイル: Editar.Designer.cs プロジェクト: njmube/lazaro
 private void InitializeComponent()
 {
     this.EntradaNombre               = new Lui.Forms.TextBox();
     this.Label5                      = new Lui.Forms.Label();
     this.EntradaUbicacion            = new Lui.Forms.TextBox();
     this.label10                     = new Lui.Forms.Label();
     this.EntradaTalonario            = new Lui.Forms.ComboBox();
     this.label9                      = new Lui.Forms.Label();
     this.EntradaFiscalBps            = new Lui.Forms.ComboBox();
     this.label2                      = new Lui.Forms.Label();
     this.EntradaFiscalPuerto         = new Lui.Forms.ComboBox();
     this.EntradaFiscalModelo         = new Lui.Forms.ComboBox();
     this.label7                      = new Lui.Forms.Label();
     this.label6                      = new Lui.Forms.Label();
     this.label1                      = new Lui.Forms.Label();
     this.EntradaTipo                 = new Lui.Forms.ComboBox();
     this.Label16                     = new Lui.Forms.Label();
     this.EntradaCarga                = new Lui.Forms.ComboBox();
     this.label3                      = new Lui.Forms.Label();
     this.EntradaEstacion             = new Lui.Forms.TextBox();
     this.BotonSeleccionarEstacion    = new Lui.Forms.Button();
     this.EntradaDispositivo          = new Lui.Forms.TextBox();
     this.label4                      = new Lui.Forms.Label();
     this.BotonSeleccionarDispositivo = new Lui.Forms.Button();
     this.SuspendLayout();
     //
     // EntradaNombre
     //
     this.EntradaNombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
     this.EntradaNombre.Location  = new System.Drawing.Point(120, 0);
     this.EntradaNombre.Name      = "EntradaNombre";
     this.EntradaNombre.Size      = new System.Drawing.Size(519, 24);
     this.EntradaNombre.TabIndex  = 1;
     //
     // Label5
     //
     this.Label5.Location  = new System.Drawing.Point(0, 0);
     this.Label5.Name      = "Label5";
     this.Label5.Size      = new System.Drawing.Size(120, 24);
     this.Label5.TabIndex  = 0;
     this.Label5.Text      = "Nombre";
     this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaUbicacion
     //
     this.EntradaUbicacion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaUbicacion.Location = new System.Drawing.Point(120, 160);
     this.EntradaUbicacion.Name     = "EntradaUbicacion";
     this.EntradaUbicacion.Size     = new System.Drawing.Size(519, 24);
     this.EntradaUbicacion.TabIndex = 10;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(0, 160);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(120, 24);
     this.label10.TabIndex  = 9;
     this.label10.Text      = "Ubicación";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaTalonario
     //
     this.EntradaTalonario.AlwaysExpanded = true;
     this.EntradaTalonario.AutoSize       = true;
     this.EntradaTalonario.Location       = new System.Drawing.Point(244, 196);
     this.EntradaTalonario.Name           = "EntradaTalonario";
     this.EntradaTalonario.SetData        = new string[] {
         "Sí|1",
         "No|0"
     };
     this.EntradaTalonario.Size     = new System.Drawing.Size(116, 40);
     this.EntradaTalonario.TabIndex = 12;
     this.EntradaTalonario.TextKey  = "0";
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(120, 196);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(124, 24);
     this.label9.TabIndex  = 11;
     this.label9.Text      = "Usa Talonarios";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaFiscalBps
     //
     this.EntradaFiscalBps.AlwaysExpanded = true;
     this.EntradaFiscalBps.AutoSize       = true;
     this.EntradaFiscalBps.Enabled        = false;
     this.EntradaFiscalBps.Location       = new System.Drawing.Point(244, 412);
     this.EntradaFiscalBps.Name           = "EntradaFiscalBps";
     this.EntradaFiscalBps.SetData        = new string[] {
         "9600 bps|9600",
         "19200 bps|19200"
     };
     this.EntradaFiscalBps.Size     = new System.Drawing.Size(136, 40);
     this.EntradaFiscalBps.TabIndex = 20;
     this.EntradaFiscalBps.TextKey  = "9600";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(120, 240);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(124, 24);
     this.label2.TabIndex  = 13;
     this.label2.Text      = "Carga de Papel";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaFiscalPuerto
     //
     this.EntradaFiscalPuerto.AlwaysExpanded = true;
     this.EntradaFiscalPuerto.AutoSize       = true;
     this.EntradaFiscalPuerto.Enabled        = false;
     this.EntradaFiscalPuerto.Location       = new System.Drawing.Point(244, 364);
     this.EntradaFiscalPuerto.Name           = "EntradaFiscalPuerto";
     this.EntradaFiscalPuerto.SetData        = new string[] {
         "COM1|1",
         "COM2|2"
     };
     this.EntradaFiscalPuerto.Size     = new System.Drawing.Size(136, 40);
     this.EntradaFiscalPuerto.TabIndex = 18;
     this.EntradaFiscalPuerto.TextKey  = "1";
     //
     // EntradaFiscalModelo
     //
     this.EntradaFiscalModelo.AlwaysExpanded = true;
     this.EntradaFiscalModelo.AutoSize       = true;
     this.EntradaFiscalModelo.Enabled        = false;
     this.EntradaFiscalModelo.Location       = new System.Drawing.Point(244, 284);
     this.EntradaFiscalModelo.Name           = "EntradaFiscalModelo";
     this.EntradaFiscalModelo.SetData        = new string[] {
         "Hasar|100",
         "Hasar Tiqueadora|110",
         "Epson|300",
         "Emulación|1"
     };
     this.EntradaFiscalModelo.Size     = new System.Drawing.Size(136, 74);
     this.EntradaFiscalModelo.TabIndex = 16;
     this.EntradaFiscalModelo.TextKey  = "300";
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(120, 412);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(124, 24);
     this.label7.TabIndex  = 19;
     this.label7.Text      = "Velocidad";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(120, 364);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(124, 24);
     this.label6.TabIndex  = 17;
     this.label6.Text      = "Puerto";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(120, 288);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(124, 24);
     this.label1.TabIndex  = 15;
     this.label1.Text      = "Modelo";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaTipo
     //
     this.EntradaTipo.AlwaysExpanded = true;
     this.EntradaTipo.AutoSize       = true;
     this.EntradaTipo.Location       = new System.Drawing.Point(120, 32);
     this.EntradaTipo.Name           = "EntradaTipo";
     this.EntradaTipo.SetData        = new string[] {
         "Nula|0",
         "Impresora de común|1",
         "Controlador fiscal AFIP|2"
     };
     this.EntradaTipo.Size         = new System.Drawing.Size(208, 57);
     this.EntradaTipo.TabIndex     = 2;
     this.EntradaTipo.TextKey      = "1";
     this.EntradaTipo.TextChanged += new System.EventHandler(this.EntradaTipo_TextChanged);
     //
     // Label16
     //
     this.Label16.Location  = new System.Drawing.Point(0, 32);
     this.Label16.Name      = "Label16";
     this.Label16.Size      = new System.Drawing.Size(120, 24);
     this.Label16.TabIndex  = 1;
     this.Label16.Text      = "Tipo";
     this.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaCarga
     //
     this.EntradaCarga.AlwaysExpanded = true;
     this.EntradaCarga.AutoSize       = true;
     this.EntradaCarga.Location       = new System.Drawing.Point(244, 240);
     this.EntradaCarga.Name           = "EntradaCarga";
     this.EntradaCarga.SetData        = new string[] {
         "Automática|0",
         "Manual|1"
     };
     this.EntradaCarga.Size     = new System.Drawing.Size(208, 40);
     this.EntradaCarga.TabIndex = 14;
     this.EntradaCarga.TextKey  = "0";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(0, 96);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(120, 24);
     this.label3.TabIndex  = 3;
     this.label3.Text      = "Equipo";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaEstacion
     //
     this.EntradaEstacion.ForceCase    = Lui.Forms.TextCasing.UpperCase;
     this.EntradaEstacion.Location     = new System.Drawing.Point(120, 96);
     this.EntradaEstacion.Name         = "EntradaEstacion";
     this.EntradaEstacion.Size         = new System.Drawing.Size(336, 24);
     this.EntradaEstacion.TabIndex     = 4;
     this.EntradaEstacion.TextChanged += new System.EventHandler(this.EntradaEstacion_TextChanged);
     //
     // BotonSeleccionarEstacion
     //
     this.BotonSeleccionarEstacion.DialogResult = System.Windows.Forms.DialogResult.None;
     this.BotonSeleccionarEstacion.Image        = null;
     this.BotonSeleccionarEstacion.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonSeleccionarEstacion.Location     = new System.Drawing.Point(464, 96);
     this.BotonSeleccionarEstacion.Name         = "BotonSeleccionarEstacion";
     this.BotonSeleccionarEstacion.Size         = new System.Drawing.Size(28, 24);
     this.BotonSeleccionarEstacion.SubLabelPos  = Lui.Forms.SubLabelPositions.None;
     this.BotonSeleccionarEstacion.Subtext      = "";
     this.BotonSeleccionarEstacion.TabIndex     = 5;
     this.BotonSeleccionarEstacion.Text         = "...";
     this.BotonSeleccionarEstacion.Click       += new System.EventHandler(this.BotonSeleccionarEstacion_Click);
     //
     // EntradaDispositivo
     //
     this.EntradaDispositivo.Location = new System.Drawing.Point(120, 128);
     this.EntradaDispositivo.Name     = "EntradaDispositivo";
     this.EntradaDispositivo.Size     = new System.Drawing.Size(336, 24);
     this.EntradaDispositivo.TabIndex = 7;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(0, 128);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(120, 24);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Dispositivo";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // BotonSeleccionarDispositivo
     //
     this.BotonSeleccionarDispositivo.DialogResult = System.Windows.Forms.DialogResult.None;
     this.BotonSeleccionarDispositivo.Image        = null;
     this.BotonSeleccionarDispositivo.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonSeleccionarDispositivo.Location     = new System.Drawing.Point(464, 128);
     this.BotonSeleccionarDispositivo.Name         = "BotonSeleccionarDispositivo";
     this.BotonSeleccionarDispositivo.Size         = new System.Drawing.Size(28, 24);
     this.BotonSeleccionarDispositivo.SubLabelPos  = Lui.Forms.SubLabelPositions.None;
     this.BotonSeleccionarDispositivo.Subtext      = "";
     this.BotonSeleccionarDispositivo.TabIndex     = 8;
     this.BotonSeleccionarDispositivo.Text         = "...";
     this.BotonSeleccionarDispositivo.Click       += new System.EventHandler(this.BotonSeleccionarDispositivo_Click);
     //
     // Editar
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.AutoSize      = true;
     this.Controls.Add(this.BotonSeleccionarDispositivo);
     this.Controls.Add(this.EntradaDispositivo);
     this.Controls.Add(this.BotonSeleccionarEstacion);
     this.Controls.Add(this.EntradaTalonario);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.EntradaFiscalBps);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.EntradaFiscalPuerto);
     this.Controls.Add(this.EntradaFiscalModelo);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.EntradaTipo);
     this.Controls.Add(this.Label16);
     this.Controls.Add(this.EntradaCarga);
     this.Controls.Add(this.EntradaEstacion);
     this.Controls.Add(this.EntradaUbicacion);
     this.Controls.Add(this.EntradaNombre);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.Label5);
     this.Name = "Editar";
     this.Size = new System.Drawing.Size(640, 482);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #4
0
                private void InitializeComponent()
                {
                        System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Restore));
                        this.Label1 = new Lui.Forms.Label();
                        this.Label3 = new Lui.Forms.Label();
                        this.lblFecha = new Lui.Forms.Label();
                        this.Label4 = new Lui.Forms.Label();
                        this.Label5 = new Lui.Forms.Label();
                        this.EntradaConfirmar = new Lui.Forms.TextBox();
                        this.PictureBox1 = new System.Windows.Forms.PictureBox();
                        this.label2 = new Lui.Forms.Label();
                        ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
                        this.SuspendLayout();
                        // 
                        // Label1
                        // 
                        this.Label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.Label1.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader;
                        this.Label1.Location = new System.Drawing.Point(80, 24);
                        this.Label1.Name = "Label1";
                        this.Label1.Size = new System.Drawing.Size(504, 32);
                        this.Label1.TabIndex = 57;
                        this.Label1.Text = "Restaurar copia de seguridad";
                        this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label3
                        // 
                        this.Label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.Label3.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Warning;
                        this.Label3.Location = new System.Drawing.Point(80, 112);
                        this.Label3.Name = "Label3";
                        this.Label3.Size = new System.Drawing.Size(512, 48);
                        this.Label3.TabIndex = 59;
                        this.Label3.Text = "Si continúa con esta acción, llevará el estado del sistema Lázaro atrás en el tie" +
    "mpo a la siguiente fecha:";
                        // 
                        // lblFecha
                        // 
                        this.lblFecha.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
                        this.lblFecha.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
                        this.lblFecha.Location = new System.Drawing.Point(192, 160);
                        this.lblFecha.Name = "lblFecha";
                        this.lblFecha.Size = new System.Drawing.Size(400, 28);
                        this.lblFecha.TabIndex = 60;
                        this.lblFecha.Text = "1 de enero de 2001 a las 00:00";
                        // 
                        // Label4
                        // 
                        this.Label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.Label4.Location = new System.Drawing.Point(80, 200);
                        this.Label4.Name = "Label4";
                        this.Label4.Size = new System.Drawing.Size(512, 76);
                        this.Label4.TabIndex = 61;
                        this.Label4.Text = resources.GetString("Label4.Text");
                        // 
                        // Label5
                        // 
                        this.Label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.Label5.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
                        this.Label5.Location = new System.Drawing.Point(80, 288);
                        this.Label5.Name = "Label5";
                        this.Label5.Size = new System.Drawing.Size(424, 32);
                        this.Label5.TabIndex = 62;
                        this.Label5.Text = "Para continuar con el proceso, escriba \"sí\" en el cuadro:";
                        // 
                        // EntradaConfirmar
                        // 
                        this.EntradaConfirmar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaConfirmar.ForceCase = Lui.Forms.TextCasing.LowerCase;
                        this.EntradaConfirmar.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
                        this.EntradaConfirmar.Location = new System.Drawing.Point(504, 288);
                        this.EntradaConfirmar.Name = "EntradaConfirmar";
                        this.EntradaConfirmar.PlaceholderText = "";
                        this.EntradaConfirmar.Size = new System.Drawing.Size(56, 32);
                        this.EntradaConfirmar.TabIndex = 0;
                        this.EntradaConfirmar.TextChanged += new System.EventHandler(this.EntradaConfirmar_TextChanged);
                        // 
                        // PictureBox1
                        // 
                        this.PictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("PictureBox1.Image")));
                        this.PictureBox1.Location = new System.Drawing.Point(24, 24);
                        this.PictureBox1.Name = "PictureBox1";
                        this.PictureBox1.Size = new System.Drawing.Size(32, 32);
                        this.PictureBox1.TabIndex = 63;
                        this.PictureBox1.TabStop = false;
                        // 
                        // label2
                        // 
                        this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.label2.Location = new System.Drawing.Point(80, 64);
                        this.label2.Name = "label2";
                        this.label2.Size = new System.Drawing.Size(512, 48);
                        this.label2.TabIndex = 64;
                        this.label2.Text = "La restauración de una copia de seguridad es un procedimiento de emergencia y sólo" +
    " debe realizarse si sufrió la pérdida de datos.";
                        // 
                        // Restore
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(617, 401);
                        this.Controls.Add(this.label2);
                        this.Controls.Add(this.EntradaConfirmar);
                        this.Controls.Add(this.PictureBox1);
                        this.Controls.Add(this.Label5);
                        this.Controls.Add(this.Label4);
                        this.Controls.Add(this.lblFecha);
                        this.Controls.Add(this.Label3);
                        this.Controls.Add(this.Label1);
                        this.Name = "Restore";
                        this.Text = "Restaurar copia de seguridad";
                        this.Controls.SetChildIndex(this.Label1, 0);
                        this.Controls.SetChildIndex(this.Label3, 0);
                        this.Controls.SetChildIndex(this.lblFecha, 0);
                        this.Controls.SetChildIndex(this.Label4, 0);
                        this.Controls.SetChildIndex(this.Label5, 0);
                        this.Controls.SetChildIndex(this.PictureBox1, 0);
                        this.Controls.SetChildIndex(this.EntradaConfirmar, 0);
                        this.Controls.SetChildIndex(this.label2, 0);
                        ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
                        this.ResumeLayout(false);

                }
コード例 #5
0
 private void InitializeComponent()
 {
     this.EntradaNombre            = new Lui.Forms.TextBox();
     this.Label5                   = new Lui.Forms.Label();
     this.EntradaLetra             = new Lui.Forms.TextBox();
     this.label1                   = new Lui.Forms.Label();
     this.label2                   = new Lui.Forms.Label();
     this.EntradaMueveStock        = new Lui.Forms.ComboBox();
     this.label7                   = new Lui.Forms.Label();
     this.EntradaSituacionOrigen   = new Lcc.Entrada.CodigoDetalle();
     this.label3                   = new Lui.Forms.Label();
     this.EntradaSituacionDestino  = new Lcc.Entrada.CodigoDetalle();
     this.EntradaNumerarAl         = new Lui.Forms.ComboBox();
     this.label4                   = new Lui.Forms.Label();
     this.EntradaImprimirRepetir   = new Lui.Forms.ComboBox();
     this.label6                   = new Lui.Forms.Label();
     this.EntradaImprimirModificar = new Lui.Forms.ComboBox();
     this.label8                   = new Lui.Forms.Label();
     this.EntradaImprimirGuardar   = new Lui.Forms.ComboBox();
     this.label9                   = new Lui.Forms.Label();
     this.GroupLabel               = new Lui.Forms.Label();
     this.Listado                  = new Lui.Forms.ListView();
     this.ColCod                   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ColSucursal              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ColEstacion              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ColPv             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ColImpresora      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.BotonQuitar       = new Lui.Forms.Button();
     this.BotonAgregar      = new Lui.Forms.Button();
     this.EntradaCargaPapel = new Lui.Forms.ComboBox();
     this.label10           = new Lui.Forms.Label();
     this.SuspendLayout();
     //
     // EntradaNombre
     //
     this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
     this.EntradaNombre.Location  = new System.Drawing.Point(120, 0);
     this.EntradaNombre.Name      = "EntradaNombre";
     this.EntradaNombre.Size      = new System.Drawing.Size(320, 24);
     this.EntradaNombre.TabIndex  = 1;
     //
     // Label5
     //
     this.Label5.Location  = new System.Drawing.Point(0, 0);
     this.Label5.Name      = "Label5";
     this.Label5.Size      = new System.Drawing.Size(116, 24);
     this.Label5.TabIndex  = 0;
     this.Label5.Text      = "Nombre";
     this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaLetra
     //
     this.EntradaLetra.Location = new System.Drawing.Point(120, 32);
     this.EntradaLetra.Name     = "EntradaLetra";
     this.EntradaLetra.Size     = new System.Drawing.Size(320, 24);
     this.EntradaLetra.TabIndex = 3;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(0, 32);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(116, 24);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Tipo";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(0, 64);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(116, 24);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Mueve Stock";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaMueveStock
     //
     this.EntradaMueveStock.AlwaysExpanded = true;
     this.EntradaMueveStock.AutoSize       = true;
     this.EntradaMueveStock.Location       = new System.Drawing.Point(120, 64);
     this.EntradaMueveStock.Name           = "EntradaMueveStock";
     this.EntradaMueveStock.SetData        = new string[] {
         "Saliente|-1",
         "Entrante|1",
         "No|0"
     };
     this.EntradaMueveStock.Size         = new System.Drawing.Size(128, 57);
     this.EntradaMueveStock.TabIndex     = 5;
     this.EntradaMueveStock.TextKey      = "1";
     this.EntradaMueveStock.TextChanged += new System.EventHandler(this.EntradaMueveStock_TextChanged);
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(68, 128);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(76, 24);
     this.label7.TabIndex  = 6;
     this.label7.Text      = "Desde";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaSituacionOrigen
     //
     this.EntradaSituacionOrigen.AutoTab         = true;
     this.EntradaSituacionOrigen.CanCreate       = true;
     this.EntradaSituacionOrigen.Location        = new System.Drawing.Point(144, 128);
     this.EntradaSituacionOrigen.MaxLength       = 200;
     this.EntradaSituacionOrigen.Name            = "EntradaSituacionOrigen";
     this.EntradaSituacionOrigen.NombreTipo      = "Lbl.Articulos.Situacion";
     this.EntradaSituacionOrigen.PlaceholderText = "Sin especificar";
     this.EntradaSituacionOrigen.Required        = true;
     this.EntradaSituacionOrigen.Size            = new System.Drawing.Size(240, 24);
     this.EntradaSituacionOrigen.TabIndex        = 7;
     this.EntradaSituacionOrigen.Text            = "0";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(68, 156);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(76, 24);
     this.label3.TabIndex  = 8;
     this.label3.Text      = "Hacia";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaSituacionDestino
     //
     this.EntradaSituacionDestino.AutoTab         = true;
     this.EntradaSituacionDestino.CanCreate       = true;
     this.EntradaSituacionDestino.Location        = new System.Drawing.Point(144, 156);
     this.EntradaSituacionDestino.MaxLength       = 200;
     this.EntradaSituacionDestino.Name            = "EntradaSituacionDestino";
     this.EntradaSituacionDestino.NombreTipo      = "Lbl.Articulos.Situacion";
     this.EntradaSituacionDestino.PlaceholderText = "Sin especificar";
     this.EntradaSituacionDestino.Required        = true;
     this.EntradaSituacionDestino.Size            = new System.Drawing.Size(240, 24);
     this.EntradaSituacionDestino.TabIndex        = 9;
     this.EntradaSituacionDestino.Text            = "0";
     //
     // EntradaNumerarAl
     //
     this.EntradaNumerarAl.AlwaysExpanded = true;
     this.EntradaNumerarAl.AutoSize       = true;
     this.EntradaNumerarAl.Location       = new System.Drawing.Point(124, 192);
     this.EntradaNumerarAl.Name           = "EntradaNumerarAl";
     this.EntradaNumerarAl.SetData        = new string[] {
         "Manualmente|0",
         "Cuando se crea el comprobante|1",
         "Cuando se imprime el comprobante|2"
     };
     this.EntradaNumerarAl.Size     = new System.Drawing.Size(248, 57);
     this.EntradaNumerarAl.TabIndex = 11;
     this.EntradaNumerarAl.TextKey  = "1";
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(4, 192);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(116, 24);
     this.label4.TabIndex  = 10;
     this.label4.Text      = "Numerar";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaImprimirRepetir
     //
     this.EntradaImprimirRepetir.AlwaysExpanded = true;
     this.EntradaImprimirRepetir.AutoSize       = true;
     this.EntradaImprimirRepetir.Location       = new System.Drawing.Point(216, 272);
     this.EntradaImprimirRepetir.Name           = "EntradaImprimirRepetir";
     this.EntradaImprimirRepetir.SetData        = new string[] {
         "Sí|1",
         "No|0"
     };
     this.EntradaImprimirRepetir.Size     = new System.Drawing.Size(52, 40);
     this.EntradaImprimirRepetir.TabIndex = 13;
     this.EntradaImprimirRepetir.TextKey  = "1";
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(0, 272);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(208, 40);
     this.label6.TabIndex  = 12;
     this.label6.Text      = "¿Permite imprimir varias veces el mismo comprobante?";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaImprimirModificar
     //
     this.EntradaImprimirModificar.AlwaysExpanded = true;
     this.EntradaImprimirModificar.AutoSize       = true;
     this.EntradaImprimirModificar.Location       = new System.Drawing.Point(216, 320);
     this.EntradaImprimirModificar.Name           = "EntradaImprimirModificar";
     this.EntradaImprimirModificar.SetData        = new string[] {
         "Sí|1",
         "No|0"
     };
     this.EntradaImprimirModificar.Size     = new System.Drawing.Size(52, 40);
     this.EntradaImprimirModificar.TabIndex = 15;
     this.EntradaImprimirModificar.TextKey  = "1";
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(0, 320);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(208, 40);
     this.label8.TabIndex  = 14;
     this.label8.Text      = "¿Permite modificar comprobantes impresos?";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaImprimirGuardar
     //
     this.EntradaImprimirGuardar.AlwaysExpanded = true;
     this.EntradaImprimirGuardar.AutoSize       = true;
     this.EntradaImprimirGuardar.Location       = new System.Drawing.Point(216, 368);
     this.EntradaImprimirGuardar.Name           = "EntradaImprimirGuardar";
     this.EntradaImprimirGuardar.SetData        = new string[] {
         "Sí|1",
         "No|0"
     };
     this.EntradaImprimirGuardar.Size     = new System.Drawing.Size(52, 40);
     this.EntradaImprimirGuardar.TabIndex = 17;
     this.EntradaImprimirGuardar.TextKey  = "1";
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(0, 368);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(208, 40);
     this.label9.TabIndex  = 16;
     this.label9.Text      = "Imprimir automáticamente al guardar el comprobante";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // GroupLabel
     //
     this.GroupLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.GroupLabel.Location    = new System.Drawing.Point(468, 0);
     this.GroupLabel.Name        = "GroupLabel";
     this.GroupLabel.Size        = new System.Drawing.Size(378, 32);
     this.GroupLabel.TabIndex    = 30;
     this.GroupLabel.Text        = "Dónde se imprime:";
     this.GroupLabel.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.GroupLabel.TextStyle   = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader;
     this.GroupLabel.UseMnemonic = false;
     //
     // Listado
     //
     this.Listado.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.Listado.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Listado.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ColCod,
         this.ColSucursal,
         this.ColEstacion,
         this.ColPv,
         this.ColImpresora
     });
     this.Listado.FieldName     = null;
     this.Listado.FullRowSelect = true;
     this.Listado.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.Listado.LabelWrap     = false;
     this.Listado.Location      = new System.Drawing.Point(468, 32);
     this.Listado.MultiSelect   = false;
     this.Listado.Name          = "Listado";
     this.Listado.ReadOnly      = false;
     this.Listado.Size          = new System.Drawing.Size(378, 328);
     this.Listado.TabIndex      = 31;
     this.Listado.UseCompatibleStateImageBehavior = false;
     this.Listado.View = System.Windows.Forms.View.Details;
     //
     // ColCod
     //
     this.ColCod.Text  = "Cod";
     this.ColCod.Width = 0;
     //
     // ColSucursal
     //
     this.ColSucursal.Text  = "Sucursal";
     this.ColSucursal.Width = 160;
     //
     // ColEstacion
     //
     this.ColEstacion.Text  = "Estacion";
     this.ColEstacion.Width = 160;
     //
     // ColPv
     //
     this.ColPv.Text  = "PV";
     this.ColPv.Width = 96;
     //
     // ColImpresora
     //
     this.ColImpresora.Text  = "Se imprime en";
     this.ColImpresora.Width = 160;
     //
     // BotonQuitar
     //
     this.BotonQuitar.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.BotonQuitar.DialogResult = System.Windows.Forms.DialogResult.None;
     this.BotonQuitar.Image        = null;
     this.BotonQuitar.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonQuitar.Location     = new System.Drawing.Point(619, 374);
     this.BotonQuitar.Name         = "BotonQuitar";
     this.BotonQuitar.Size         = new System.Drawing.Size(108, 34);
     this.BotonQuitar.SubLabelPos  = Lui.Forms.SubLabelPositions.None;
     this.BotonQuitar.Subtext      = "";
     this.BotonQuitar.TabIndex     = 32;
     this.BotonQuitar.Text         = "Quitar";
     this.BotonQuitar.Click       += new System.EventHandler(this.BotonQuitar_Click);
     //
     // BotonAgregar
     //
     this.BotonAgregar.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.BotonAgregar.DialogResult = System.Windows.Forms.DialogResult.None;
     this.BotonAgregar.Image        = null;
     this.BotonAgregar.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonAgregar.Location     = new System.Drawing.Point(739, 374);
     this.BotonAgregar.Name         = "BotonAgregar";
     this.BotonAgregar.Size         = new System.Drawing.Size(108, 34);
     this.BotonAgregar.SubLabelPos  = Lui.Forms.SubLabelPositions.Right;
     this.BotonAgregar.Subtext      = "F6";
     this.BotonAgregar.TabIndex     = 33;
     this.BotonAgregar.Text         = "Agregar";
     this.BotonAgregar.Click       += new System.EventHandler(this.BotonAgregar_Click);
     //
     // EntradaCargaPapel
     //
     this.EntradaCargaPapel.AlwaysExpanded = true;
     this.EntradaCargaPapel.AutoSize       = true;
     this.EntradaCargaPapel.Location       = new System.Drawing.Point(216, 416);
     this.EntradaCargaPapel.Name           = "EntradaCargaPapel";
     this.EntradaCargaPapel.SetData        = new string[] {
         "Automática|0",
         "Manual|1"
     };
     this.EntradaCargaPapel.Size     = new System.Drawing.Size(104, 40);
     this.EntradaCargaPapel.TabIndex = 19;
     this.EntradaCargaPapel.TextKey  = "0";
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(0, 416);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(208, 24);
     this.label10.TabIndex  = 18;
     this.label10.Text      = "Carga de papel";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Editar
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.EntradaCargaPapel);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.BotonQuitar);
     this.Controls.Add(this.BotonAgregar);
     this.Controls.Add(this.Listado);
     this.Controls.Add(this.EntradaImprimirGuardar);
     this.Controls.Add(this.EntradaImprimirModificar);
     this.Controls.Add(this.EntradaImprimirRepetir);
     this.Controls.Add(this.EntradaNumerarAl);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.EntradaSituacionDestino);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.EntradaSituacionOrigen);
     this.Controls.Add(this.EntradaMueveStock);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.EntradaLetra);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.EntradaNombre);
     this.Controls.Add(this.Label5);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.GroupLabel);
     this.MinimumSize = new System.Drawing.Size(848, 462);
     this.Name        = "Editar";
     this.Size        = new System.Drawing.Size(848, 462);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #6
0
 private void InitializeComponent()
 {
     this.Label1                 = new Lui.Forms.Label();
     this.Label2                 = new Lui.Forms.Label();
     this.Label3                 = new Lui.Forms.Label();
     this.Label4                 = new Lui.Forms.Label();
     this.EntradaMovimiento      = new Lui.Forms.ComboBox();
     this.EntradaCantidad        = new Lui.Forms.TextBox();
     this.EntradaObs             = new Lui.Forms.TextBox();
     this.EtiquetaDesdeSituacion = new Lui.Forms.Label();
     this.EtiquetaHaciaSituacion = new Lui.Forms.Label();
     this.EntradaDesdeAntes      = new Lui.Forms.TextBox();
     this.EntradaDesdeDespues    = new Lui.Forms.TextBox();
     this.EntradaDesdeSituacion  = new Lcc.Entrada.CodigoDetalle();
     this.Label7                 = new Lui.Forms.Label();
     this.EntradaHaciaSituacion  = new Lcc.Entrada.CodigoDetalle();
     this.Label8                 = new Lui.Forms.Label();
     this.EntradaHaciaDespues    = new Lui.Forms.TextBox();
     this.EntradaHaciaAntes      = new Lui.Forms.TextBox();
     this.EtiquetaDesdeFlecha    = new Lui.Forms.Label();
     this.EtiquetaHaciaFlecha    = new Lui.Forms.Label();
     this.Label5                 = new Lui.Forms.Label();
     this.Label6                 = new Lui.Forms.Label();
     this.EntradaArticulo        = new Lcc.Entrada.Articulos.DetalleComprobante();
     this.label10                = new Lui.Forms.Label();
     this.EtiquetaTitulo         = new Lui.Forms.Label();
     this.SuspendLayout();
     //
     // Label1
     //
     this.Label1.Location  = new System.Drawing.Point(24, 176);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(112, 24);
     this.Label1.TabIndex  = 2;
     this.Label1.Text      = "Artículo";
     this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Label2
     //
     this.Label2.Location  = new System.Drawing.Point(24, 224);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(112, 24);
     this.Label2.TabIndex  = 4;
     this.Label2.Text      = "Cantidad";
     this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Label3
     //
     this.Label3.Location  = new System.Drawing.Point(24, 416);
     this.Label3.Name      = "Label3";
     this.Label3.Size      = new System.Drawing.Size(112, 24);
     this.Label3.TabIndex  = 20;
     this.Label3.Text      = "Observaciones";
     this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Label4
     //
     this.Label4.Location  = new System.Drawing.Point(24, 112);
     this.Label4.Name      = "Label4";
     this.Label4.Size      = new System.Drawing.Size(112, 24);
     this.Label4.TabIndex  = 0;
     this.Label4.Text      = "Movimiento";
     this.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaMovimiento
     //
     this.EntradaMovimiento.AlwaysExpanded = true;
     this.EntradaMovimiento.AutoSize       = true;
     this.EntradaMovimiento.Location       = new System.Drawing.Point(136, 112);
     this.EntradaMovimiento.Name           = "EntradaMovimiento";
     this.EntradaMovimiento.SetData        = new string[] {
         "Entrada|e",
         "Salida|s",
         "Otro|o"
     };
     this.EntradaMovimiento.Size         = new System.Drawing.Size(192, 57);
     this.EntradaMovimiento.TabIndex     = 1;
     this.EntradaMovimiento.TextKey      = "e";
     this.EntradaMovimiento.TextChanged += new System.EventHandler(this.EntradaMovimiento_TextChanged);
     //
     // EntradaCantidad
     //
     this.EntradaCantidad.DataType     = Lui.Forms.DataTypes.Stock;
     this.EntradaCantidad.Location     = new System.Drawing.Point(136, 224);
     this.EntradaCantidad.MaxLength    = 10;
     this.EntradaCantidad.Name         = "EntradaCantidad";
     this.EntradaCantidad.Size         = new System.Drawing.Size(96, 24);
     this.EntradaCantidad.TabIndex     = 5;
     this.EntradaCantidad.Text         = "0";
     this.EntradaCantidad.TextChanged += new System.EventHandler(this.EntradaArticulo_TextChanged);
     //
     // EntradaObs
     //
     this.EntradaObs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaObs.ForceCase   = Lui.Forms.TextCasing.Automatic;
     this.EntradaObs.Location    = new System.Drawing.Point(136, 416);
     this.EntradaObs.MaximumSize = new System.Drawing.Size(480, 64);
     this.EntradaObs.Name        = "EntradaObs";
     this.EntradaObs.Size        = new System.Drawing.Size(440, 24);
     this.EntradaObs.TabIndex    = 21;
     //
     // EtiquetaDesdeSituacion
     //
     this.EtiquetaDesdeSituacion.Location  = new System.Drawing.Point(136, 344);
     this.EtiquetaDesdeSituacion.Name      = "EtiquetaDesdeSituacion";
     this.EtiquetaDesdeSituacion.Size      = new System.Drawing.Size(168, 24);
     this.EtiquetaDesdeSituacion.TabIndex  = 12;
     this.EtiquetaDesdeSituacion.Text      = "Situación 1";
     this.EtiquetaDesdeSituacion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EtiquetaHaciaSituacion
     //
     this.EtiquetaHaciaSituacion.Location  = new System.Drawing.Point(136, 376);
     this.EtiquetaHaciaSituacion.Name      = "EtiquetaHaciaSituacion";
     this.EtiquetaHaciaSituacion.Size      = new System.Drawing.Size(168, 24);
     this.EtiquetaHaciaSituacion.TabIndex  = 16;
     this.EtiquetaHaciaSituacion.Text      = "Situación 2";
     this.EtiquetaHaciaSituacion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaDesdeAntes
     //
     this.EntradaDesdeAntes.Location = new System.Drawing.Point(304, 344);
     this.EntradaDesdeAntes.Name     = "EntradaDesdeAntes";
     this.EntradaDesdeAntes.Size     = new System.Drawing.Size(96, 24);
     this.EntradaDesdeAntes.TabIndex = 13;
     this.EntradaDesdeAntes.TabStop  = false;
     //
     // EntradaDesdeDespues
     //
     this.EntradaDesdeDespues.Location = new System.Drawing.Point(440, 344);
     this.EntradaDesdeDespues.Name     = "EntradaDesdeDespues";
     this.EntradaDesdeDespues.Size     = new System.Drawing.Size(96, 24);
     this.EntradaDesdeDespues.TabIndex = 15;
     this.EntradaDesdeDespues.TabStop  = false;
     //
     // EntradaDesdeSituacion
     //
     this.EntradaDesdeSituacion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaDesdeSituacion.AutoTab      = true;
     this.EntradaDesdeSituacion.CanCreate    = false;
     this.EntradaDesdeSituacion.Location     = new System.Drawing.Point(136, 256);
     this.EntradaDesdeSituacion.MaximumSize  = new System.Drawing.Size(480, 32);
     this.EntradaDesdeSituacion.MaxLength    = 200;
     this.EntradaDesdeSituacion.Name         = "EntradaDesdeSituacion";
     this.EntradaDesdeSituacion.NombreTipo   = "Lbl.Articulos.Situacion";
     this.EntradaDesdeSituacion.Required     = true;
     this.EntradaDesdeSituacion.Size         = new System.Drawing.Size(440, 24);
     this.EntradaDesdeSituacion.TabIndex     = 7;
     this.EntradaDesdeSituacion.Text         = "0";
     this.EntradaDesdeSituacion.TextChanged += new System.EventHandler(this.EntradaDesdeHaciaSituacion_TextChanged);
     //
     // Label7
     //
     this.Label7.Location  = new System.Drawing.Point(24, 256);
     this.Label7.Name      = "Label7";
     this.Label7.Size      = new System.Drawing.Size(112, 24);
     this.Label7.TabIndex  = 6;
     this.Label7.Text      = "Origen";
     this.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaHaciaSituacion
     //
     this.EntradaHaciaSituacion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaHaciaSituacion.AutoTab      = true;
     this.EntradaHaciaSituacion.CanCreate    = false;
     this.EntradaHaciaSituacion.Location     = new System.Drawing.Point(136, 288);
     this.EntradaHaciaSituacion.MaximumSize  = new System.Drawing.Size(480, 32);
     this.EntradaHaciaSituacion.MaxLength    = 200;
     this.EntradaHaciaSituacion.Name         = "EntradaHaciaSituacion";
     this.EntradaHaciaSituacion.NombreTipo   = "Lbl.Articulos.Situacion";
     this.EntradaHaciaSituacion.Required     = true;
     this.EntradaHaciaSituacion.Size         = new System.Drawing.Size(440, 24);
     this.EntradaHaciaSituacion.TabIndex     = 9;
     this.EntradaHaciaSituacion.Text         = "0";
     this.EntradaHaciaSituacion.TextChanged += new System.EventHandler(this.EntradaDesdeHaciaSituacion_TextChanged);
     //
     // Label8
     //
     this.Label8.Location  = new System.Drawing.Point(24, 288);
     this.Label8.Name      = "Label8";
     this.Label8.Size      = new System.Drawing.Size(112, 24);
     this.Label8.TabIndex  = 8;
     this.Label8.Text      = "Destino";
     this.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaHaciaDespues
     //
     this.EntradaHaciaDespues.Location = new System.Drawing.Point(440, 376);
     this.EntradaHaciaDespues.Name     = "EntradaHaciaDespues";
     this.EntradaHaciaDespues.Size     = new System.Drawing.Size(96, 24);
     this.EntradaHaciaDespues.TabIndex = 19;
     this.EntradaHaciaDespues.TabStop  = false;
     //
     // EntradaHaciaAntes
     //
     this.EntradaHaciaAntes.Location = new System.Drawing.Point(304, 376);
     this.EntradaHaciaAntes.Name     = "EntradaHaciaAntes";
     this.EntradaHaciaAntes.Size     = new System.Drawing.Size(96, 24);
     this.EntradaHaciaAntes.TabIndex = 17;
     this.EntradaHaciaAntes.TabStop  = false;
     //
     // EtiquetaDesdeFlecha
     //
     this.EtiquetaDesdeFlecha.Location  = new System.Drawing.Point(408, 344);
     this.EtiquetaDesdeFlecha.Name      = "EtiquetaDesdeFlecha";
     this.EtiquetaDesdeFlecha.Size      = new System.Drawing.Size(24, 24);
     this.EtiquetaDesdeFlecha.TabIndex  = 14;
     this.EtiquetaDesdeFlecha.Text      = "»";
     this.EtiquetaDesdeFlecha.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // EtiquetaHaciaFlecha
     //
     this.EtiquetaHaciaFlecha.Location  = new System.Drawing.Point(408, 376);
     this.EtiquetaHaciaFlecha.Name      = "EtiquetaHaciaFlecha";
     this.EtiquetaHaciaFlecha.Size      = new System.Drawing.Size(24, 24);
     this.EtiquetaHaciaFlecha.TabIndex  = 18;
     this.EtiquetaHaciaFlecha.Text      = "»";
     this.EtiquetaHaciaFlecha.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // Label5
     //
     this.Label5.Location  = new System.Drawing.Point(304, 320);
     this.Label5.Name      = "Label5";
     this.Label5.Size      = new System.Drawing.Size(96, 24);
     this.Label5.TabIndex  = 10;
     this.Label5.Text      = "Antes";
     this.Label5.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // Label6
     //
     this.Label6.Location  = new System.Drawing.Point(440, 320);
     this.Label6.Name      = "Label6";
     this.Label6.Size      = new System.Drawing.Size(96, 24);
     this.Label6.TabIndex  = 11;
     this.Label6.Text      = "Después";
     this.Label6.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // EntradaArticulo
     //
     this.EntradaArticulo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaArticulo.AplicarIva         = true;
     this.EntradaArticulo.BloquearAtriculo   = false;
     this.EntradaArticulo.BloquearCantidad   = false;
     this.EntradaArticulo.BloquearDescuento  = false;
     this.EntradaArticulo.BloquearPrecio     = false;
     this.EntradaArticulo.ControlStock       = Lcc.Entrada.Articulos.ControlesSock.Ambos;
     this.EntradaArticulo.DiscriminarIva     = false;
     this.EntradaArticulo.FreeTextCode       = "*";
     this.EntradaArticulo.Location           = new System.Drawing.Point(136, 176);
     this.EntradaArticulo.MaximumSize        = new System.Drawing.Size(480, 64);
     this.EntradaArticulo.MostrarExistencias = false;
     this.EntradaArticulo.MuestraPrecio      = false;
     this.EntradaArticulo.Name                     = "EntradaArticulo";
     this.EntradaArticulo.NombreTipo               = "Lbl.Articulos.Articulo";
     this.EntradaArticulo.PermiteCrear             = false;
     this.EntradaArticulo.Required                 = true;
     this.EntradaArticulo.Size                     = new System.Drawing.Size(440, 24);
     this.EntradaArticulo.TabIndex                 = 3;
     this.EntradaArticulo.Text                     = "0";
     this.EntradaArticulo.TextDetail               = "";
     this.EntradaArticulo.UsarPrecio               = Lcc.Entrada.Articulos.Precios.Pvp;
     this.EntradaArticulo.ImportesChanged         += new System.EventHandler(this.EntradaArticulo_PrecioCantidadChanged);
     this.EntradaArticulo.ObtenerDatosSeguimiento += new System.EventHandler(this.EntradaArticulo_ObtenerDatosSeguimiento);
     //
     // label10
     //
     this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label10.Location = new System.Drawing.Point(24, 56);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(544, 48);
     this.label10.TabIndex = 104;
     this.label10.Text     = "Va a realizar un movimiento de mercadería de una situación a otra. Es recomendabl" +
                             "e que haga este movimiento por medio de un comprobante si fuera posible.";
     //
     // EtiquetaTitulo
     //
     this.EtiquetaTitulo.AutoSize  = true;
     this.EtiquetaTitulo.Location  = new System.Drawing.Point(24, 24);
     this.EtiquetaTitulo.Name      = "EtiquetaTitulo";
     this.EtiquetaTitulo.Size      = new System.Drawing.Size(387, 30);
     this.EtiquetaTitulo.TabIndex  = 103;
     this.EtiquetaTitulo.Text      = "Entrada o salida manual de mercadería";
     this.EtiquetaTitulo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
     //
     // Movimiento
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(599, 528);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.EtiquetaTitulo);
     this.Controls.Add(this.EntradaArticulo);
     this.Controls.Add(this.EtiquetaHaciaFlecha);
     this.Controls.Add(this.EtiquetaDesdeFlecha);
     this.Controls.Add(this.EntradaHaciaDespues);
     this.Controls.Add(this.EntradaHaciaAntes);
     this.Controls.Add(this.EntradaDesdeDespues);
     this.Controls.Add(this.EntradaDesdeAntes);
     this.Controls.Add(this.Label6);
     this.Controls.Add(this.Label5);
     this.Controls.Add(this.EntradaHaciaSituacion);
     this.Controls.Add(this.Label8);
     this.Controls.Add(this.EntradaDesdeSituacion);
     this.Controls.Add(this.Label7);
     this.Controls.Add(this.EtiquetaHaciaSituacion);
     this.Controls.Add(this.EtiquetaDesdeSituacion);
     this.Controls.Add(this.EntradaObs);
     this.Controls.Add(this.EntradaCantidad);
     this.Controls.Add(this.EntradaMovimiento);
     this.Controls.Add(this.Label4);
     this.Controls.Add(this.Label3);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.Label1);
     this.Name = "Movimiento";
     this.Text = "Artículos: entradas y salidas";
     this.Controls.SetChildIndex(this.Label1, 0);
     this.Controls.SetChildIndex(this.Label2, 0);
     this.Controls.SetChildIndex(this.Label3, 0);
     this.Controls.SetChildIndex(this.Label4, 0);
     this.Controls.SetChildIndex(this.EntradaMovimiento, 0);
     this.Controls.SetChildIndex(this.EntradaCantidad, 0);
     this.Controls.SetChildIndex(this.EntradaObs, 0);
     this.Controls.SetChildIndex(this.EtiquetaDesdeSituacion, 0);
     this.Controls.SetChildIndex(this.EtiquetaHaciaSituacion, 0);
     this.Controls.SetChildIndex(this.Label7, 0);
     this.Controls.SetChildIndex(this.EntradaDesdeSituacion, 0);
     this.Controls.SetChildIndex(this.Label8, 0);
     this.Controls.SetChildIndex(this.EntradaHaciaSituacion, 0);
     this.Controls.SetChildIndex(this.Label5, 0);
     this.Controls.SetChildIndex(this.Label6, 0);
     this.Controls.SetChildIndex(this.EntradaDesdeAntes, 0);
     this.Controls.SetChildIndex(this.EntradaDesdeDespues, 0);
     this.Controls.SetChildIndex(this.EntradaHaciaAntes, 0);
     this.Controls.SetChildIndex(this.EntradaHaciaDespues, 0);
     this.Controls.SetChildIndex(this.EtiquetaDesdeFlecha, 0);
     this.Controls.SetChildIndex(this.EtiquetaHaciaFlecha, 0);
     this.Controls.SetChildIndex(this.EntradaArticulo, 0);
     this.Controls.SetChildIndex(this.EtiquetaTitulo, 0);
     this.Controls.SetChildIndex(this.label10, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #7
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Restore));
     this.Label1           = new Lui.Forms.Label();
     this.Label3           = new Lui.Forms.Label();
     this.LabelFecha       = new Lui.Forms.Label();
     this.Label4           = new Lui.Forms.Label();
     this.Label5           = new Lui.Forms.Label();
     this.EntradaConfirmar = new Lui.Forms.TextBox();
     this.PictureBox1      = new System.Windows.Forms.PictureBox();
     this.Label2           = new Lui.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // Label1
     //
     this.Label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.Label1.Location  = new System.Drawing.Point(80, 24);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(504, 32);
     this.Label1.TabIndex  = 57;
     this.Label1.Text      = "Restaurar copia de seguridad";
     this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label1.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader;
     //
     // Label3
     //
     this.Label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.Label3.Location = new System.Drawing.Point(80, 112);
     this.Label3.Name     = "Label3";
     this.Label3.Size     = new System.Drawing.Size(512, 48);
     this.Label3.TabIndex = 59;
     this.Label3.Text     = "Si continúa con esta acción, llevará el estado del sistema Gestión777 atrás en el" +
                            " tiempo a la siguiente fecha:";
     this.Label3.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Warning;
     //
     // LabelFecha
     //
     this.LabelFecha.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.LabelFecha.Location  = new System.Drawing.Point(192, 160);
     this.LabelFecha.Name      = "LabelFecha";
     this.LabelFecha.Size      = new System.Drawing.Size(400, 28);
     this.LabelFecha.TabIndex  = 60;
     this.LabelFecha.Text      = "1 de enero de 2001 a las 00:00";
     this.LabelFecha.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
     //
     // Label4
     //
     this.Label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.Label4.Location = new System.Drawing.Point(80, 200);
     this.Label4.Name     = "Label4";
     this.Label4.Size     = new System.Drawing.Size(512, 76);
     this.Label4.TabIndex = 61;
     this.Label4.Text     = resources.GetString("Label4.Text");
     //
     // Label5
     //
     this.Label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.Label5.Location  = new System.Drawing.Point(80, 288);
     this.Label5.Name      = "Label5";
     this.Label5.Size      = new System.Drawing.Size(424, 32);
     this.Label5.TabIndex  = 62;
     this.Label5.Text      = "Para continuar con el proceso, escriba \"sí\" en el cuadro:";
     this.Label5.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
     //
     // EntradaConfirmar
     //
     this.EntradaConfirmar.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaConfirmar.ForceCase       = Lui.Forms.TextCasing.LowerCase;
     this.EntradaConfirmar.Location        = new System.Drawing.Point(504, 288);
     this.EntradaConfirmar.Name            = "EntradaConfirmar";
     this.EntradaConfirmar.PlaceholderText = "";
     this.EntradaConfirmar.Size            = new System.Drawing.Size(56, 32);
     this.EntradaConfirmar.TabIndex        = 0;
     this.EntradaConfirmar.TextStyle       = Lazaro.Pres.DisplayStyles.TextStyles.Big;
     this.EntradaConfirmar.TextChanged    += new System.EventHandler(this.EntradaConfirmar_TextChanged);
     //
     // PictureBox1
     //
     this.PictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("PictureBox1.Image")));
     this.PictureBox1.Location = new System.Drawing.Point(24, 24);
     this.PictureBox1.Name     = "PictureBox1";
     this.PictureBox1.Size     = new System.Drawing.Size(32, 32);
     this.PictureBox1.TabIndex = 63;
     this.PictureBox1.TabStop  = false;
     //
     // Label2
     //
     this.Label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.Label2.Location = new System.Drawing.Point(80, 64);
     this.Label2.Name     = "Label2";
     this.Label2.Size     = new System.Drawing.Size(512, 48);
     this.Label2.TabIndex = 64;
     this.Label2.Text     = "La restauración de una copia de seguridad es un procedimiento de emergencia y sól" +
                            "o debe realizarse si sufrió la pérdida de datos.";
     //
     // Restore
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(617, 401);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.EntradaConfirmar);
     this.Controls.Add(this.PictureBox1);
     this.Controls.Add(this.Label5);
     this.Controls.Add(this.Label4);
     this.Controls.Add(this.LabelFecha);
     this.Controls.Add(this.Label3);
     this.Controls.Add(this.Label1);
     this.ForeColor = System.Drawing.Color.Black;
     this.Icon      = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name      = "Restore";
     this.Text      = "Restaurar copia de seguridad";
     this.Controls.SetChildIndex(this.Label1, 0);
     this.Controls.SetChildIndex(this.Label3, 0);
     this.Controls.SetChildIndex(this.LabelFecha, 0);
     this.Controls.SetChildIndex(this.Label4, 0);
     this.Controls.SetChildIndex(this.Label5, 0);
     this.Controls.SetChildIndex(this.PictureBox1, 0);
     this.Controls.SetChildIndex(this.EntradaConfirmar, 0);
     this.Controls.SetChildIndex(this.Label2, 0);
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #8
0
 private void InitializeComponent()
 {
     this.components    = new System.ComponentModel.Container();
     this.ListaItem     = new Lui.Forms.ListView();
     this.id            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.nombre        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.extra1        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.extra2        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.extra3        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.extra4        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.EntradaBuscar = new Lui.Forms.TextBox();
     this.BotonNuevo    = new Lui.Forms.Button();
     this.Timer1        = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // ListaItem
     //
     this.ListaItem.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.ListaItem.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ListaItem.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.id,
         this.nombre,
         this.extra1,
         this.extra2,
         this.extra3,
         this.extra4
     });
     this.ListaItem.FullRowSelect = true;
     this.ListaItem.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.None;
     this.ListaItem.HideSelection = false;
     this.ListaItem.LabelWrap     = false;
     this.ListaItem.Location      = new System.Drawing.Point(0, 0);
     this.ListaItem.MultiSelect   = false;
     this.ListaItem.Name          = "ListaItem";
     this.ListaItem.Size          = new System.Drawing.Size(633, 336);
     this.ListaItem.TabIndex      = 2;
     this.ListaItem.UseCompatibleStateImageBehavior = false;
     this.ListaItem.View = System.Windows.Forms.View.Details;
     this.ListaItem.SelectedIndexChanged += new System.EventHandler(this.ListaItem_SelectedIndexChanged);
     this.ListaItem.DoubleClick          += new System.EventHandler(this.ListaItem_DoubleClick);
     this.ListaItem.KeyPress             += new System.Windows.Forms.KeyPressEventHandler(this.ListaItem_KeyPress);
     //
     // id
     //
     this.id.Text = "Cód";
     //
     // nombre
     //
     this.nombre.Text  = "Detalle";
     this.nombre.Width = 300;
     //
     // extra1
     //
     this.extra1.Text      = "";
     this.extra1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.extra1.Width     = 100;
     //
     // extra2
     //
     this.extra2.Text  = "";
     this.extra2.Width = 100;
     //
     // extra3
     //
     this.extra3.Text  = "";
     this.extra3.Width = 80;
     //
     // extra4
     //
     this.extra4.Text  = "";
     this.extra4.Width = 80;
     //
     // EntradaBuscar
     //
     this.EntradaBuscar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaBuscar.AutoNav      = false;
     this.EntradaBuscar.Cursor       = System.Windows.Forms.Cursors.Default;
     this.EntradaBuscar.Location     = new System.Drawing.Point(4, 344);
     this.EntradaBuscar.Name         = "EntradaBuscar";
     this.EntradaBuscar.Size         = new System.Drawing.Size(524, 24);
     this.EntradaBuscar.TabIndex     = 0;
     this.EntradaBuscar.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.EntradaBuscar_KeyPress);
     this.EntradaBuscar.TextChanged += new System.EventHandler(this.EntradaBuscar_TextChanged);
     this.EntradaBuscar.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.EntradaBuscar_KeyDown);
     //
     // BotonNuevo
     //
     this.BotonNuevo.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.BotonNuevo.DialogResult = System.Windows.Forms.DialogResult.None;
     this.BotonNuevo.Image        = null;
     this.BotonNuevo.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonNuevo.Location     = new System.Drawing.Point(532, 340);
     this.BotonNuevo.Name         = "BotonNuevo";
     this.BotonNuevo.Size         = new System.Drawing.Size(96, 30);
     this.BotonNuevo.SubLabelPos  = Lui.Forms.SubLabelPositions.Right;
     this.BotonNuevo.Subtext      = "F6";
     this.BotonNuevo.TabIndex     = 1;
     this.BotonNuevo.Text         = "Crear";
     this.BotonNuevo.Click       += new System.EventHandler(this.BotonNuevo_Click);
     //
     // Timer1
     //
     this.Timer1.Interval = 1000;
     this.Timer1.Tick    += new System.EventHandler(this.Timer1_Tick);
     //
     // DetailBoxQuickSelect
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(634, 376);
     this.Controls.Add(this.BotonNuevo);
     this.Controls.Add(this.EntradaBuscar);
     this.Controls.Add(this.ListaItem);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.KeyPreview      = true;
     this.Name            = "DetailBoxQuickSelect";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Seleccione de la Lista";
     this.TopMost         = true;
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.DetailBoxQuickSelect_KeyDown);
     this.ResumeLayout(false);
 }
コード例 #9
0
                private void InitializeComponent()
		{
                        this.Label1 = new Lui.Forms.Label();
                        this.EntradaNombre = new Lui.Forms.TextBox();
                        this.EntradaDireccion = new Lui.Forms.TextBox();
                        this.label2 = new Lui.Forms.Label();
                        this.label3 = new Lui.Forms.Label();
                        this.EntradaLocalidad = new Lcc.Entrada.CodigoDetalle();
                        this.Label9 = new Lui.Forms.Label();
                        this.EntradaSituacionOrigen = new Lcc.Entrada.CodigoDetalle();
                        this.label4 = new Lui.Forms.Label();
                        this.EntradaCajaDiaria = new Lcc.Entrada.CodigoDetalle();
                        this.label5 = new Lui.Forms.Label();
                        this.EntradaCajaCheques = new Lcc.Entrada.CodigoDetalle();
                        this.label6 = new Lui.Forms.Label();
                        this.EntradaTelefono = new Lcc.Entrada.MatrizTelefonos();
                        this.label7 = new Lui.Forms.Label();
                        this.EntradaNumero = new Lui.Forms.TextBox();
                        this.SuspendLayout();
                        // 
                        // Label1
                        // 
                        this.Label1.Location = new System.Drawing.Point(0, 32);
                        this.Label1.Margin = new System.Windows.Forms.Padding(0);
                        this.Label1.Name = "Label1";
                        this.Label1.Size = new System.Drawing.Size(96, 24);
                        this.Label1.TabIndex = 2;
                        this.Label1.Text = "Nombre";
                        this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaNombre
                        // 
                        this.EntradaNombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
                        this.EntradaNombre.Location = new System.Drawing.Point(96, 32);
                        this.EntradaNombre.Name = "EntradaNombre";
                        this.EntradaNombre.Size = new System.Drawing.Size(544, 24);
                        this.EntradaNombre.TabIndex = 3;
                        // 
                        // EntradaDireccion
                        // 
                        this.EntradaDireccion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaDireccion.Location = new System.Drawing.Point(96, 64);
                        this.EntradaDireccion.Name = "EntradaDireccion";
                        this.EntradaDireccion.Size = new System.Drawing.Size(544, 24);
                        this.EntradaDireccion.TabIndex = 5;
                        // 
                        // label2
                        // 
                        this.label2.Location = new System.Drawing.Point(0, 64);
                        this.label2.Name = "label2";
                        this.label2.Size = new System.Drawing.Size(96, 24);
                        this.label2.TabIndex = 4;
                        this.label2.Text = "Dirección";
                        this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // label3
                        // 
                        this.label3.Location = new System.Drawing.Point(0, 128);
                        this.label3.Name = "label3";
                        this.label3.Size = new System.Drawing.Size(96, 24);
                        this.label3.TabIndex = 8;
                        this.label3.Text = "Teléfonos";
                        this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaLocalidad
                        // 
                        this.EntradaLocalidad.AutoTab = true;
                        this.EntradaLocalidad.CanCreate = true;
                        this.EntradaLocalidad.Filter = "id_provincia IS NOT NULL";
                        this.EntradaLocalidad.Location = new System.Drawing.Point(96, 96);
                        this.EntradaLocalidad.MaxLength = 200;
                        this.EntradaLocalidad.Name = "EntradaLocalidad";
                        this.EntradaLocalidad.NombreTipo = "Lbl.Entidades.Localidad";
                        this.EntradaLocalidad.Required = true;
                        this.EntradaLocalidad.Size = new System.Drawing.Size(280, 24);
                        this.EntradaLocalidad.TabIndex = 7;
                        this.EntradaLocalidad.Text = "0";
                        // 
                        // Label9
                        // 
                        this.Label9.Location = new System.Drawing.Point(0, 96);
                        this.Label9.Name = "Label9";
                        this.Label9.Size = new System.Drawing.Size(96, 24);
                        this.Label9.TabIndex = 6;
                        this.Label9.Text = "Localidad";
                        this.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaSituacionOrigen
                        // 
                        this.EntradaSituacionOrigen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaSituacionOrigen.AutoTab = true;
                        this.EntradaSituacionOrigen.CanCreate = true;
                        this.EntradaSituacionOrigen.Location = new System.Drawing.Point(148, 272);
                        this.EntradaSituacionOrigen.MaxLength = 200;
                        this.EntradaSituacionOrigen.Name = "EntradaSituacionOrigen";
                        this.EntradaSituacionOrigen.NombreTipo = "Lbl.Articulos.Situacion";
                        this.EntradaSituacionOrigen.Required = true;
                        this.EntradaSituacionOrigen.Size = new System.Drawing.Size(280, 24);
                        this.EntradaSituacionOrigen.TabIndex = 11;
                        this.EntradaSituacionOrigen.Text = "0";
                        // 
                        // label4
                        // 
                        this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
                        this.label4.Location = new System.Drawing.Point(44, 272);
                        this.label4.Name = "label4";
                        this.label4.Size = new System.Drawing.Size(104, 24);
                        this.label4.TabIndex = 10;
                        this.label4.Text = "Depósito";
                        this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaCajaDiaria
                        // 
                        this.EntradaCajaDiaria.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaCajaDiaria.AutoTab = true;
                        this.EntradaCajaDiaria.CanCreate = true;
                        this.EntradaCajaDiaria.Filter = "estado=1";
                        this.EntradaCajaDiaria.Location = new System.Drawing.Point(148, 300);
                        this.EntradaCajaDiaria.MaxLength = 200;
                        this.EntradaCajaDiaria.Name = "EntradaCajaDiaria";
                        this.EntradaCajaDiaria.NombreTipo = "Lbl.Cajas.Caja";
                        this.EntradaCajaDiaria.Required = true;
                        this.EntradaCajaDiaria.Size = new System.Drawing.Size(280, 24);
                        this.EntradaCajaDiaria.TabIndex = 13;
                        this.EntradaCajaDiaria.Text = "0";
                        // 
                        // label5
                        // 
                        this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
                        this.label5.Location = new System.Drawing.Point(44, 300);
                        this.label5.Name = "label5";
                        this.label5.Size = new System.Drawing.Size(104, 24);
                        this.label5.TabIndex = 12;
                        this.label5.Text = "Caja Efectivo";
                        this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaCajaCheques
                        // 
                        this.EntradaCajaCheques.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaCajaCheques.AutoTab = true;
                        this.EntradaCajaCheques.CanCreate = true;
                        this.EntradaCajaCheques.Filter = "estado=1";
                        this.EntradaCajaCheques.Location = new System.Drawing.Point(148, 328);
                        this.EntradaCajaCheques.MaxLength = 200;
                        this.EntradaCajaCheques.Name = "EntradaCajaCheques";
                        this.EntradaCajaCheques.NombreTipo = "Lbl.Cajas.Caja";
                        this.EntradaCajaCheques.Required = true;
                        this.EntradaCajaCheques.Size = new System.Drawing.Size(280, 24);
                        this.EntradaCajaCheques.TabIndex = 15;
                        this.EntradaCajaCheques.Text = "0";
                        // 
                        // label6
                        // 
                        this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
                        this.label6.Location = new System.Drawing.Point(44, 328);
                        this.label6.Name = "label6";
                        this.label6.Size = new System.Drawing.Size(104, 24);
                        this.label6.TabIndex = 14;
                        this.label6.Text = "Caja Cheques";
                        this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaTelefono
                        // 
                        this.EntradaTelefono.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaTelefono.AutoScrollMargin = new System.Drawing.Size(4, 4);
                        this.EntradaTelefono.Location = new System.Drawing.Point(96, 128);
                        this.EntradaTelefono.Name = "EntradaTelefono";
                        this.EntradaTelefono.Size = new System.Drawing.Size(540, 136);
                        this.EntradaTelefono.TabIndex = 9;
                        // 
                        // label7
                        // 
                        this.label7.Location = new System.Drawing.Point(0, 0);
                        this.label7.Margin = new System.Windows.Forms.Padding(0);
                        this.label7.Name = "label7";
                        this.label7.Size = new System.Drawing.Size(96, 24);
                        this.label7.TabIndex = 0;
                        this.label7.Text = "Número";
                        this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaNumero
                        // 
                        this.EntradaNumero.DataType = Lui.Forms.DataTypes.Integer;
                        this.EntradaNumero.Location = new System.Drawing.Point(96, 0);
                        this.EntradaNumero.MaxLength = 4;
                        this.EntradaNumero.Name = "EntradaNumero";
                        this.EntradaNumero.Size = new System.Drawing.Size(80, 24);
                        this.EntradaNumero.TabIndex = 1;
                        this.EntradaNumero.Text = "0";
                        // 
                        // Editar
                        // 
                        this.Controls.Add(this.label7);
                        this.Controls.Add(this.EntradaNumero);
                        this.Controls.Add(this.Label1);
                        this.Controls.Add(this.EntradaCajaCheques);
                        this.Controls.Add(this.label6);
                        this.Controls.Add(this.EntradaCajaDiaria);
                        this.Controls.Add(this.label5);
                        this.Controls.Add(this.EntradaSituacionOrigen);
                        this.Controls.Add(this.label4);
                        this.Controls.Add(this.EntradaLocalidad);
                        this.Controls.Add(this.Label9);
                        this.Controls.Add(this.label3);
                        this.Controls.Add(this.EntradaDireccion);
                        this.Controls.Add(this.label2);
                        this.Controls.Add(this.EntradaNombre);
                        this.Controls.Add(this.EntradaTelefono);
                        this.Name = "Editar";
                        this.Size = new System.Drawing.Size(640, 424);
                        this.ResumeLayout(false);

		}
コード例 #10
0
 private void InitializeComponent()
 {
     this.Label1            = new Lui.Forms.Label();
     this.EntradaTotal      = new Lui.Forms.TextBox();
     this.EntradaPago       = new Lui.Forms.TextBox();
     this.Label2            = new Lui.Forms.Label();
     this.EntradaCambio     = new Lui.Forms.TextBox();
     this.Label3            = new Lui.Forms.Label();
     this.PictureBox1       = new System.Windows.Forms.PictureBox();
     this.EtiquetaTitulo    = new Lui.Forms.Label();
     this.lblDesdeSituacion = new Lui.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // Label1
     //
     this.Label1.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.Label1.Location  = new System.Drawing.Point(48, 120);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(164, 32);
     this.Label1.TabIndex  = 0;
     this.Label1.Text      = "Importe a cobrar";
     this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label1.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
     //
     // EntradaTotal
     //
     this.EntradaTotal.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.EntradaTotal.DataType  = Lui.Forms.DataTypes.Currency;
     this.EntradaTotal.Location  = new System.Drawing.Point(212, 120);
     this.EntradaTotal.Name      = "EntradaTotal";
     this.EntradaTotal.Prefijo   = "$";
     this.EntradaTotal.Size      = new System.Drawing.Size(152, 32);
     this.EntradaTotal.TabIndex  = 1;
     this.EntradaTotal.TabStop   = false;
     this.EntradaTotal.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Bigger;
     //
     // EntradaPago
     //
     this.EntradaPago.Anchor       = System.Windows.Forms.AnchorStyles.Top;
     this.EntradaPago.DataType     = Lui.Forms.DataTypes.Currency;
     this.EntradaPago.Location     = new System.Drawing.Point(212, 168);
     this.EntradaPago.Name         = "EntradaPago";
     this.EntradaPago.Prefijo      = "$";
     this.EntradaPago.Size         = new System.Drawing.Size(152, 32);
     this.EntradaPago.TabIndex     = 3;
     this.EntradaPago.TextStyle    = Lazaro.Pres.DisplayStyles.TextStyles.Bigger;
     this.EntradaPago.TextChanged += new System.EventHandler(this.EntradaPago_TextChanged);
     //
     // Label2
     //
     this.Label2.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.Label2.Location  = new System.Drawing.Point(48, 168);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(164, 32);
     this.Label2.TabIndex  = 2;
     this.Label2.Text      = "Pago recibido";
     this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label2.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
     //
     // EntradaCambio
     //
     this.EntradaCambio.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.EntradaCambio.DataType  = Lui.Forms.DataTypes.Currency;
     this.EntradaCambio.Location  = new System.Drawing.Point(212, 236);
     this.EntradaCambio.Name      = "EntradaCambio";
     this.EntradaCambio.Prefijo   = "$";
     this.EntradaCambio.Size      = new System.Drawing.Size(152, 32);
     this.EntradaCambio.TabIndex  = 6;
     this.EntradaCambio.TabStop   = false;
     this.EntradaCambio.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Bigger;
     //
     // Label3
     //
     this.Label3.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     this.Label3.Location  = new System.Drawing.Point(48, 236);
     this.Label3.Name      = "Label3";
     this.Label3.Size      = new System.Drawing.Size(164, 32);
     this.Label3.TabIndex  = 5;
     this.Label3.Text      = "Cambio a entregar";
     this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label3.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
     //
     // PictureBox1
     //
     this.PictureBox1.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.PictureBox1.Location = new System.Drawing.Point(32, 216);
     this.PictureBox1.Name     = "PictureBox1";
     this.PictureBox1.Size     = new System.Drawing.Size(352, 4);
     this.PictureBox1.TabIndex = 51;
     this.PictureBox1.TabStop  = false;
     //
     // EtiquetaTitulo
     //
     this.EtiquetaTitulo.AutoSize  = true;
     this.EtiquetaTitulo.Location  = new System.Drawing.Point(24, 24);
     this.EtiquetaTitulo.Name      = "EtiquetaTitulo";
     this.EtiquetaTitulo.Size      = new System.Drawing.Size(155, 30);
     this.EtiquetaTitulo.TabIndex  = 108;
     this.EtiquetaTitulo.Text      = "Calcular vuelto";
     this.EtiquetaTitulo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
     //
     // lblDesdeSituacion
     //
     this.lblDesdeSituacion.Location = new System.Drawing.Point(24, 64);
     this.lblDesdeSituacion.Name     = "lblDesdeSituacion";
     this.lblDesdeSituacion.Size     = new System.Drawing.Size(368, 48);
     this.lblDesdeSituacion.TabIndex = 109;
     this.lblDesdeSituacion.Text     = "Escriba el importe del pago recibido para calcular el vuelto. O pulse la tecla <E" +
                                       "sc> para cancelar.";
     //
     // PagoVuelto
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.ClientSize          = new System.Drawing.Size(418, 355);
     this.Controls.Add(this.lblDesdeSituacion);
     this.Controls.Add(this.EtiquetaTitulo);
     this.Controls.Add(this.PictureBox1);
     this.Controls.Add(this.EntradaCambio);
     this.Controls.Add(this.EntradaPago);
     this.Controls.Add(this.Label3);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.EntradaTotal);
     this.Controls.Add(this.Label1);
     this.ForeColor = System.Drawing.Color.Black;
     this.Name      = "PagoVuelto";
     this.Text      = "Pago: calcular vuelto";
     this.Controls.SetChildIndex(this.Label1, 0);
     this.Controls.SetChildIndex(this.EntradaTotal, 0);
     this.Controls.SetChildIndex(this.Label2, 0);
     this.Controls.SetChildIndex(this.Label3, 0);
     this.Controls.SetChildIndex(this.EntradaPago, 0);
     this.Controls.SetChildIndex(this.EntradaCambio, 0);
     this.Controls.SetChildIndex(this.PictureBox1, 0);
     this.Controls.SetChildIndex(this.EtiquetaTitulo, 0);
     this.Controls.SetChildIndex(this.lblDesdeSituacion, 0);
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #11
0
                private void InitializeComponent()
                {
                        this.EntradaSubTotal = new Lui.Forms.TextBox();
                        this.lblLabel1 = new Lui.Forms.Label();
                        this.EntradaGestionDeCobro = new Lui.Forms.TextBox();
                        this.Label2 = new Lui.Forms.Label();
                        this.EntradaTotal = new Lui.Forms.TextBox();
                        this.Label8 = new Lui.Forms.Label();
                        this.Label3 = new Lui.Forms.Label();
                        this.EntradaCajaDestino = new Lcc.Entrada.CodigoDetalle();
                        this.EntradaImpuestos = new Lui.Forms.TextBox();
                        this.label4 = new Lui.Forms.Label();
                        this.label1 = new Lui.Forms.Label();
                        this.EtiquetaTitulo = new Lui.Forms.Label();
                        this.SuspendLayout();
                        // 
                        // EntradaSubTotal
                        // 
                        this.EntradaSubTotal.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaSubTotal.Location = new System.Drawing.Point(328, 104);
                        this.EntradaSubTotal.Name = "EntradaSubTotal";
                        this.EntradaSubTotal.Prefijo = "$";
                        this.EntradaSubTotal.ReadOnly = true;
                        this.EntradaSubTotal.Size = new System.Drawing.Size(108, 24);
                        this.EntradaSubTotal.TabIndex = 4;
                        this.EntradaSubTotal.TabStop = false;
                        this.EntradaSubTotal.TextChanged += new System.EventHandler(this.EntradaImportes_TextChanged);
                        // 
                        // lblLabel1
                        // 
                        this.lblLabel1.Location = new System.Drawing.Point(72, 104);
                        this.lblLabel1.Name = "lblLabel1";
                        this.lblLabel1.Size = new System.Drawing.Size(256, 24);
                        this.lblLabel1.TabIndex = 1;
                        this.lblLabel1.Text = "Acreditación de cheque por un valor de";
                        this.lblLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaGestionDeCobro
                        // 
                        this.EntradaGestionDeCobro.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaGestionDeCobro.Location = new System.Drawing.Point(328, 136);
                        this.EntradaGestionDeCobro.Name = "EntradaGestionDeCobro";
                        this.EntradaGestionDeCobro.Prefijo = "$";
                        this.EntradaGestionDeCobro.Size = new System.Drawing.Size(108, 24);
                        this.EntradaGestionDeCobro.TabIndex = 6;
                        this.EntradaGestionDeCobro.TextChanged += new System.EventHandler(this.EntradaImportes_TextChanged);
                        // 
                        // Label2
                        // 
                        this.Label2.Location = new System.Drawing.Point(184, 136);
                        this.Label2.Name = "Label2";
                        this.Label2.Size = new System.Drawing.Size(144, 24);
                        this.Label2.TabIndex = 5;
                        this.Label2.Text = "- Gestión de Cobro";
                        this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaTotal
                        // 
                        this.EntradaTotal.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaTotal.Location = new System.Drawing.Point(224, 216);
                        this.EntradaTotal.Name = "EntradaTotal";
                        this.EntradaTotal.Prefijo = "$";
                        this.EntradaTotal.Size = new System.Drawing.Size(136, 28);
                        this.EntradaTotal.TabIndex = 10;
                        this.EntradaTotal.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
                        this.EntradaTotal.TextChanged += new System.EventHandler(this.EntradaImportes_TextChanged);
                        // 
                        // Label8
                        // 
                        this.Label8.Location = new System.Drawing.Point(64, 216);
                        this.Label8.Name = "Label8";
                        this.Label8.Size = new System.Drawing.Size(160, 28);
                        this.Label8.TabIndex = 9;
                        this.Label8.Text = "Se van a acreditar";
                        this.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.Label8.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
                        // 
                        // Label3
                        // 
                        this.Label3.Location = new System.Drawing.Point(64, 256);
                        this.Label3.Name = "Label3";
                        this.Label3.Size = new System.Drawing.Size(160, 24);
                        this.Label3.TabIndex = 11;
                        this.Label3.Text = "En la siguiente cuenta";
                        this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaCajaDestino
                        // 
                        this.EntradaCajaDestino.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaCajaDestino.AutoTab = true;
                        this.EntradaCajaDestino.CanCreate = false;
                        this.EntradaCajaDestino.Filter = "estado=1";
                        this.EntradaCajaDestino.Location = new System.Drawing.Point(224, 256);
                        this.EntradaCajaDestino.MaxLength = 200;
                        this.EntradaCajaDestino.Name = "EntradaCajaDestino";
                        this.EntradaCajaDestino.Required = true;
                        this.EntradaCajaDestino.Size = new System.Drawing.Size(352, 24);
                        this.EntradaCajaDestino.TabIndex = 12;
                        this.EntradaCajaDestino.NombreTipo = "Lbl.Cajas.Caja";
                        this.EntradaCajaDestino.Text = "0";
                        // 
                        // EntradaImpuestos
                        // 
                        this.EntradaImpuestos.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaImpuestos.Location = new System.Drawing.Point(328, 168);
                        this.EntradaImpuestos.Name = "EntradaImpuestos";
                        this.EntradaImpuestos.Prefijo = "$";
                        this.EntradaImpuestos.Size = new System.Drawing.Size(108, 24);
                        this.EntradaImpuestos.TabIndex = 8;
                        this.EntradaImpuestos.TextChanged += new System.EventHandler(this.EntradaImportes_TextChanged);
                        // 
                        // label4
                        // 
                        this.label4.Location = new System.Drawing.Point(184, 168);
                        this.label4.Name = "label4";
                        this.label4.Size = new System.Drawing.Size(144, 24);
                        this.label4.TabIndex = 7;
                        this.label4.Text = "- Otros gastos";
                        this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // label1
                        // 
                        this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.label1.Location = new System.Drawing.Point(24, 56);
                        this.label1.Name = "label1";
                        this.label1.Size = new System.Drawing.Size(584, 24);
                        this.label1.TabIndex = 52;
                        this.label1.Text = "Convertirá el valor de un cheque en efectivo o realizará un depósito bancario en " +
    "una cuenta propia.";
                        // 
                        // EtiquetaTitulo
                        // 
                        this.EtiquetaTitulo.AutoSize = true;
                        this.EtiquetaTitulo.Location = new System.Drawing.Point(24, 24);
                        this.EtiquetaTitulo.Name = "EtiquetaTitulo";
                        this.EtiquetaTitulo.Size = new System.Drawing.Size(217, 30);
                        this.EtiquetaTitulo.TabIndex = 51;
                        this.EtiquetaTitulo.Text = "Efectivizar un cheque";
                        this.EtiquetaTitulo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
                        // 
                        // Efectivizar
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(634, 371);
                        this.Controls.Add(this.label1);
                        this.Controls.Add(this.EtiquetaTitulo);
                        this.Controls.Add(this.EntradaCajaDestino);
                        this.Controls.Add(this.Label3);
                        this.Controls.Add(this.EntradaImpuestos);
                        this.Controls.Add(this.label4);
                        this.Controls.Add(this.EntradaTotal);
                        this.Controls.Add(this.Label8);
                        this.Controls.Add(this.Label2);
                        this.Controls.Add(this.EntradaGestionDeCobro);
                        this.Controls.Add(this.EntradaSubTotal);
                        this.Controls.Add(this.lblLabel1);
                        this.ForeColor = System.Drawing.Color.Black;
                        this.Name = "Efectivizar";
                        this.Text = "Efectivizar un cheque";
                        this.Controls.SetChildIndex(this.lblLabel1, 0);
                        this.Controls.SetChildIndex(this.EntradaSubTotal, 0);
                        this.Controls.SetChildIndex(this.EntradaGestionDeCobro, 0);
                        this.Controls.SetChildIndex(this.Label2, 0);
                        this.Controls.SetChildIndex(this.Label8, 0);
                        this.Controls.SetChildIndex(this.EntradaTotal, 0);
                        this.Controls.SetChildIndex(this.label4, 0);
                        this.Controls.SetChildIndex(this.EntradaImpuestos, 0);
                        this.Controls.SetChildIndex(this.Label3, 0);
                        this.Controls.SetChildIndex(this.EntradaCajaDestino, 0);
                        this.Controls.SetChildIndex(this.EtiquetaTitulo, 0);
                        this.Controls.SetChildIndex(this.label1, 0);
                        this.ResumeLayout(false);
                        this.PerformLayout();

                }
コード例 #12
0
                private void InitializeComponent()
                {
                        this.Label1 = new Lui.Forms.Label();
                        this.EntradaEncargado = new Lcc.Entrada.CodigoDetalle();
                        this.EntradaDescripcion = new Lui.Forms.TextBox();
                        this.Label2 = new Lui.Forms.Label();
                        this.EntradaMinutos = new Lui.Forms.TextBox();
                        this.EntradaCondicion = new Lui.Forms.ComboBox();
                        this.Label3 = new Lui.Forms.Label();
                        this.Label4 = new Lui.Forms.Label();
                        this.EntradaTicket = new Lcc.Entrada.CodigoDetalle();
                        this.Label5 = new Lui.Forms.Label();
                        this.SuspendLayout();
                        // 
                        // Label1
                        // 
                        this.Label1.Location = new System.Drawing.Point(24, 240);
                        this.Label1.Name = "Label1";
                        this.Label1.Size = new System.Drawing.Size(88, 24);
                        this.Label1.TabIndex = 8;
                        this.Label1.Text = "Persona";
                        this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaTecnico
                        // 
                        this.EntradaEncargado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaEncargado.AutoTab = true;
                        this.EntradaEncargado.CanCreate = true;
                        this.EntradaEncargado.Filter = "(tipo&4)=4";
                        this.EntradaEncargado.Location = new System.Drawing.Point(112, 240);
                        this.EntradaEncargado.MaxLength = 200;
                        this.EntradaEncargado.Name = "EntradaTecnico";
                        this.EntradaEncargado.Required = true;
                        this.EntradaEncargado.Size = new System.Drawing.Size(496, 24);
                        this.EntradaEncargado.TabIndex = 9;
                        this.EntradaEncargado.NombreTipo = "Lbl.Personas.Persona";
                        this.EntradaEncargado.Text = "0";
                        // 
                        // EntradaDescripcion
                        // 
                        this.EntradaDescripcion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaDescripcion.Location = new System.Drawing.Point(112, 56);
                        this.EntradaDescripcion.MultiLine = true;
                        this.EntradaDescripcion.Name = "EntradaDescripcion";
                        this.EntradaDescripcion.Size = new System.Drawing.Size(496, 124);
                        this.EntradaDescripcion.TabIndex = 3;
                        // 
                        // Label2
                        // 
                        this.Label2.Location = new System.Drawing.Point(280, 192);
                        this.Label2.Name = "Label2";
                        this.Label2.Size = new System.Drawing.Size(68, 24);
                        this.Label2.TabIndex = 4;
                        this.Label2.Text = "Tiempo";
                        this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaMinutos
                        // 
                        this.EntradaMinutos.Location = new System.Drawing.Point(348, 192);
                        this.EntradaMinutos.Name = "EntradaMinutos";
                        this.EntradaMinutos.Size = new System.Drawing.Size(76, 24);
                        this.EntradaMinutos.TabIndex = 5;
                        // 
                        // EntradaCondicion
                        // 
                        this.EntradaCondicion.AlwaysExpanded = true;
                        this.EntradaCondicion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaCondicion.AutoSize = true;
                        this.EntradaCondicion.Location = new System.Drawing.Point(112, 192);
                        this.EntradaCondicion.Name = "EntradaCondicion";
                        this.EntradaCondicion.SetData = new string[] {
        "Publica|0",
        "Interna|1"};
                        this.EntradaCondicion.Size = new System.Drawing.Size(152, 39);
                        this.EntradaCondicion.TabIndex = 7;
                        this.EntradaCondicion.TextKey = "0";
                        // 
                        // Label3
                        // 
                        this.Label3.Location = new System.Drawing.Point(24, 192);
                        this.Label3.Name = "Label3";
                        this.Label3.Size = new System.Drawing.Size(88, 24);
                        this.Label3.TabIndex = 6;
                        this.Label3.Text = "Visibilidad";
                        this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label4
                        // 
                        this.Label4.Location = new System.Drawing.Point(24, 56);
                        this.Label4.Name = "Label4";
                        this.Label4.Size = new System.Drawing.Size(88, 24);
                        this.Label4.TabIndex = 2;
                        this.Label4.Text = "Asunto";
                        this.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaTicket
                        // 
                        this.EntradaTicket.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaTicket.AutoTab = true;
                        this.EntradaTicket.CanCreate = true;
                        this.EntradaTicket.Filter = "";
                        this.EntradaTicket.Location = new System.Drawing.Point(112, 24);
                        this.EntradaTicket.MaxLength = 200;
                        this.EntradaTicket.Name = "EntradaTicket";
                        this.EntradaTicket.Required = true;
                        this.EntradaTicket.Size = new System.Drawing.Size(496, 24);
                        this.EntradaTicket.TabIndex = 1;
                        this.EntradaTicket.NombreTipo = "Lbl.Tareas.Tarea";
                        this.EntradaTicket.Text = "0";
                        // 
                        // Label5
                        // 
                        this.Label5.Location = new System.Drawing.Point(24, 24);
                        this.Label5.Name = "Label5";
                        this.Label5.Size = new System.Drawing.Size(88, 24);
                        this.Label5.TabIndex = 0;
                        this.Label5.Text = "Tarea";
                        this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Novedad
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(634, 374);
                        this.Controls.Add(this.EntradaMinutos);
                        this.Controls.Add(this.EntradaTicket);
                        this.Controls.Add(this.EntradaCondicion);
                        this.Controls.Add(this.EntradaDescripcion);
                        this.Controls.Add(this.EntradaEncargado);
                        this.Controls.Add(this.Label2);
                        this.Controls.Add(this.Label5);
                        this.Controls.Add(this.Label4);
                        this.Controls.Add(this.Label3);
                        this.Controls.Add(this.Label1);
                        this.ForeColor = System.Drawing.Color.Black;
                        this.Name = "Novedad";
                        this.Text = "Novedad: Cargar";
                        this.Controls.SetChildIndex(this.Label1, 0);
                        this.Controls.SetChildIndex(this.Label3, 0);
                        this.Controls.SetChildIndex(this.Label4, 0);
                        this.Controls.SetChildIndex(this.Label5, 0);
                        this.Controls.SetChildIndex(this.Label2, 0);
                        this.Controls.SetChildIndex(this.EntradaEncargado, 0);
                        this.Controls.SetChildIndex(this.EntradaDescripcion, 0);
                        this.Controls.SetChildIndex(this.EntradaCondicion, 0);
                        this.Controls.SetChildIndex(this.EntradaTicket, 0);
                        this.Controls.SetChildIndex(this.EntradaMinutos, 0);
                        this.ResumeLayout(false);
                        this.PerformLayout();

                }
コード例 #13
0
ファイル: Articulos.Designer.cs プロジェクト: njmube/lazaro
 private void InitializeComponent()
 {
     this.MatrizArticulos  = new Lcc.Entrada.Articulos.MatrizDetalleComprobante();
     this.EtiquetaTitulo   = new Lui.Forms.Label();
     this.Label4           = new Lui.Forms.Label();
     this.EntradaTotal     = new Lui.Forms.TextBox();
     this.EntradaDescuento = new Lui.Forms.TextBox();
     this.Label6           = new Lui.Forms.Label();
     this.EntradaSubTotal  = new Lui.Forms.TextBox();
     this.Label5           = new Lui.Forms.Label();
     this.SuspendLayout();
     //
     // MatrizArticulos
     //
     this.MatrizArticulos.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.MatrizArticulos.AplicaIva          = true;
     this.MatrizArticulos.AutoScroll         = true;
     this.MatrizArticulos.AutoScrollMargin   = new System.Drawing.Size(4, 4);
     this.MatrizArticulos.BloquearAtriculo   = false;
     this.MatrizArticulos.BloquearCantidad   = false;
     this.MatrizArticulos.BloquearDescuento  = false;
     this.MatrizArticulos.BloquearPrecio     = false;
     this.MatrizArticulos.DiscriminarIva     = false;
     this.MatrizArticulos.FreeTextCode       = "*";
     this.MatrizArticulos.Location           = new System.Drawing.Point(24, 64);
     this.MatrizArticulos.MostrarExistencias = true;
     this.MatrizArticulos.Name          = "MatrizArticulos";
     this.MatrizArticulos.Precio        = Lcc.Entrada.Articulos.Precios.Pvp;
     this.MatrizArticulos.Size          = new System.Drawing.Size(624, 256);
     this.MatrizArticulos.TabIndex      = 1;
     this.MatrizArticulos.TotalChanged += new System.EventHandler(this.ProductArray_TotalChanged);
     //
     // EtiquetaTitulo
     //
     this.EtiquetaTitulo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaTitulo.Location  = new System.Drawing.Point(24, 24);
     this.EtiquetaTitulo.Name      = "EtiquetaTitulo";
     this.EtiquetaTitulo.Size      = new System.Drawing.Size(624, 32);
     this.EtiquetaTitulo.TabIndex  = 0;
     this.EtiquetaTitulo.Text      = "Artículos";
     this.EtiquetaTitulo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.EtiquetaTitulo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
     //
     // Label4
     //
     this.Label4.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.Label4.Location  = new System.Drawing.Point(416, 336);
     this.Label4.Name      = "Label4";
     this.Label4.Size      = new System.Drawing.Size(88, 32);
     this.Label4.TabIndex  = 6;
     this.Label4.Text      = "Total";
     this.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.Label4.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Bigger;
     //
     // EntradaTotal
     //
     this.EntradaTotal.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaTotal.DataType  = Lui.Forms.DataTypes.Currency;
     this.EntradaTotal.Location  = new System.Drawing.Point(504, 336);
     this.EntradaTotal.Name      = "EntradaTotal";
     this.EntradaTotal.Prefijo   = "$";
     this.EntradaTotal.Size      = new System.Drawing.Size(144, 32);
     this.EntradaTotal.TabIndex  = 7;
     this.EntradaTotal.TabStop   = false;
     this.EntradaTotal.Text      = "0.00";
     this.EntradaTotal.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Bigger;
     //
     // EntradaDescuento
     //
     this.EntradaDescuento.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.EntradaDescuento.DataType     = Lui.Forms.DataTypes.Float;
     this.EntradaDescuento.Location     = new System.Drawing.Point(288, 336);
     this.EntradaDescuento.Name         = "EntradaDescuento";
     this.EntradaDescuento.Size         = new System.Drawing.Size(80, 24);
     this.EntradaDescuento.Sufijo       = "%";
     this.EntradaDescuento.TabIndex     = 5;
     this.EntradaDescuento.Text         = "0.0000";
     this.EntradaDescuento.TextChanged += new System.EventHandler(this.EntradaSubTotal_TextChanged);
     //
     // Label6
     //
     this.Label6.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.Label6.Location  = new System.Drawing.Point(200, 336);
     this.Label6.Name      = "Label6";
     this.Label6.Size      = new System.Drawing.Size(88, 24);
     this.Label6.TabIndex  = 4;
     this.Label6.Text      = "Descuento";
     this.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaSubTotal
     //
     this.EntradaSubTotal.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.EntradaSubTotal.DataType     = Lui.Forms.DataTypes.Currency;
     this.EntradaSubTotal.Location     = new System.Drawing.Point(96, 336);
     this.EntradaSubTotal.Name         = "EntradaSubTotal";
     this.EntradaSubTotal.Prefijo      = "$";
     this.EntradaSubTotal.Size         = new System.Drawing.Size(88, 24);
     this.EntradaSubTotal.TabIndex     = 3;
     this.EntradaSubTotal.TabStop      = false;
     this.EntradaSubTotal.Text         = "0.00";
     this.EntradaSubTotal.TextChanged += new System.EventHandler(this.EntradaSubTotal_TextChanged);
     //
     // Label5
     //
     this.Label5.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.Label5.Location  = new System.Drawing.Point(16, 336);
     this.Label5.Name      = "Label5";
     this.Label5.Size      = new System.Drawing.Size(80, 24);
     this.Label5.TabIndex  = 2;
     this.Label5.Text      = "Subtotal";
     this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Articulos
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.ClientSize          = new System.Drawing.Size(675, 441);
     this.Controls.Add(this.EntradaDescuento);
     this.Controls.Add(this.Label6);
     this.Controls.Add(this.EntradaSubTotal);
     this.Controls.Add(this.Label5);
     this.Controls.Add(this.Label4);
     this.Controls.Add(this.EntradaTotal);
     this.Controls.Add(this.EtiquetaTitulo);
     this.Controls.Add(this.MatrizArticulos);
     this.ForeColor = System.Drawing.Color.Black;
     this.Name      = "Articulos";
     this.Text      = "Artículos asociados a la tarea";
     this.Controls.SetChildIndex(this.MatrizArticulos, 0);
     this.Controls.SetChildIndex(this.EtiquetaTitulo, 0);
     this.Controls.SetChildIndex(this.EntradaTotal, 0);
     this.Controls.SetChildIndex(this.Label4, 0);
     this.Controls.SetChildIndex(this.Label5, 0);
     this.Controls.SetChildIndex(this.EntradaSubTotal, 0);
     this.Controls.SetChildIndex(this.Label6, 0);
     this.Controls.SetChildIndex(this.EntradaDescuento, 0);
     this.ResumeLayout(false);
 }
コード例 #14
0
 private void InitializeComponent()
 {
     this.EntradaNombre        = new Lui.Forms.TextBox();
     this.Label5               = new Lui.Forms.Label();
     this.EntradaPorcentaje    = new Lui.Forms.TextBox();
     this.label1               = new Lui.Forms.Label();
     this.label2               = new Lui.Forms.Label();
     this.EntradaImporteMinimo = new Lui.Forms.TextBox();
     this.SuspendLayout();
     //
     // EntradaNombre
     //
     this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
     this.EntradaNombre.Location  = new System.Drawing.Point(120, 0);
     this.EntradaNombre.MaxLength = 200;
     this.EntradaNombre.Name      = "EntradaNombre";
     this.EntradaNombre.ReadOnly  = false;
     this.EntradaNombre.Size      = new System.Drawing.Size(436, 24);
     this.EntradaNombre.TabIndex  = 1;
     //
     // Label5
     //
     this.Label5.Location  = new System.Drawing.Point(0, 0);
     this.Label5.Name      = "Label5";
     this.Label5.Size      = new System.Drawing.Size(116, 24);
     this.Label5.TabIndex  = 0;
     this.Label5.Text      = "Nombre";
     this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaPorcentaje
     //
     this.EntradaPorcentaje.DataType = Lui.Forms.DataTypes.Float;
     this.EntradaPorcentaje.Location = new System.Drawing.Point(120, 32);
     this.EntradaPorcentaje.Name     = "EntradaPorcentaje";
     this.EntradaPorcentaje.ReadOnly = false;
     this.EntradaPorcentaje.Size     = new System.Drawing.Size(104, 24);
     this.EntradaPorcentaje.Sufijo   = "%";
     this.EntradaPorcentaje.TabIndex = 3;
     this.EntradaPorcentaje.Text     = "0.0000";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(0, 32);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(116, 24);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Porcentaje";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(0, 64);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(116, 24);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Importe Mínimo";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaImporteMinimo
     //
     this.EntradaImporteMinimo.DataType = Lui.Forms.DataTypes.Currency;
     this.EntradaImporteMinimo.Location = new System.Drawing.Point(120, 64);
     this.EntradaImporteMinimo.Name     = "EntradaImporteMinimo";
     this.EntradaImporteMinimo.ReadOnly = false;
     this.EntradaImporteMinimo.Size     = new System.Drawing.Size(104, 24);
     this.EntradaImporteMinimo.TabIndex = 5;
     //
     // Editar
     //
     this.AutoSize = true;
     this.Controls.Add(this.EntradaImporteMinimo);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.EntradaPorcentaje);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.EntradaNombre);
     this.Controls.Add(this.Label5);
     this.Name = "Editar";
     this.Size = new System.Drawing.Size(561, 93);
     this.ResumeLayout(false);
 }
コード例 #15
0
 private void InitializeComponent()
 {
     this.Label1                 = new Lui.Forms.Label();
     this.EntradaNombre          = new Lui.Forms.TextBox();
     this.EntradaDireccion       = new Lui.Forms.TextBox();
     this.label2                 = new Lui.Forms.Label();
     this.label3                 = new Lui.Forms.Label();
     this.EntradaLocalidad       = new Lcc.Entrada.CodigoDetalle();
     this.Label9                 = new Lui.Forms.Label();
     this.EntradaSituacionOrigen = new Lcc.Entrada.CodigoDetalle();
     this.label4                 = new Lui.Forms.Label();
     this.EntradaCajaDiaria      = new Lcc.Entrada.CodigoDetalle();
     this.label5                 = new Lui.Forms.Label();
     this.EntradaCajaCheques     = new Lcc.Entrada.CodigoDetalle();
     this.label6                 = new Lui.Forms.Label();
     this.EntradaTelefono        = new Lcc.Entrada.MatrizTelefonos();
     this.label7                 = new Lui.Forms.Label();
     this.EntradaNumero          = new Lui.Forms.TextBox();
     this.SuspendLayout();
     //
     // Label1
     //
     this.Label1.Location  = new System.Drawing.Point(0, 32);
     this.Label1.Margin    = new System.Windows.Forms.Padding(0);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(96, 24);
     this.Label1.TabIndex  = 2;
     this.Label1.Text      = "Nombre";
     this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaNombre
     //
     this.EntradaNombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
     this.EntradaNombre.Location  = new System.Drawing.Point(96, 32);
     this.EntradaNombre.Name      = "EntradaNombre";
     this.EntradaNombre.Size      = new System.Drawing.Size(544, 24);
     this.EntradaNombre.TabIndex  = 3;
     //
     // EntradaDireccion
     //
     this.EntradaDireccion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaDireccion.Location = new System.Drawing.Point(96, 64);
     this.EntradaDireccion.Name     = "EntradaDireccion";
     this.EntradaDireccion.Size     = new System.Drawing.Size(544, 24);
     this.EntradaDireccion.TabIndex = 5;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(0, 64);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(96, 24);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "Dirección";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(0, 128);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(96, 24);
     this.label3.TabIndex  = 8;
     this.label3.Text      = "Teléfonos";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaLocalidad
     //
     this.EntradaLocalidad.AutoTab    = true;
     this.EntradaLocalidad.CanCreate  = true;
     this.EntradaLocalidad.Filter     = "id_provincia IS NOT NULL";
     this.EntradaLocalidad.Location   = new System.Drawing.Point(96, 96);
     this.EntradaLocalidad.MaxLength  = 200;
     this.EntradaLocalidad.Name       = "EntradaLocalidad";
     this.EntradaLocalidad.NombreTipo = "Lbl.Entidades.Localidad";
     this.EntradaLocalidad.Required   = true;
     this.EntradaLocalidad.Size       = new System.Drawing.Size(280, 24);
     this.EntradaLocalidad.TabIndex   = 7;
     this.EntradaLocalidad.Text       = "0";
     //
     // Label9
     //
     this.Label9.Location  = new System.Drawing.Point(0, 96);
     this.Label9.Name      = "Label9";
     this.Label9.Size      = new System.Drawing.Size(96, 24);
     this.Label9.TabIndex  = 6;
     this.Label9.Text      = "Localidad";
     this.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaSituacionOrigen
     //
     this.EntradaSituacionOrigen.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaSituacionOrigen.AutoTab    = true;
     this.EntradaSituacionOrigen.CanCreate  = true;
     this.EntradaSituacionOrigen.Location   = new System.Drawing.Point(148, 272);
     this.EntradaSituacionOrigen.MaxLength  = 200;
     this.EntradaSituacionOrigen.Name       = "EntradaSituacionOrigen";
     this.EntradaSituacionOrigen.NombreTipo = "Lbl.Articulos.Situacion";
     this.EntradaSituacionOrigen.Required   = true;
     this.EntradaSituacionOrigen.Size       = new System.Drawing.Size(280, 24);
     this.EntradaSituacionOrigen.TabIndex   = 11;
     this.EntradaSituacionOrigen.Text       = "0";
     //
     // label4
     //
     this.label4.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.Location  = new System.Drawing.Point(44, 272);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(104, 24);
     this.label4.TabIndex  = 10;
     this.label4.Text      = "Depósito";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaCajaDiaria
     //
     this.EntradaCajaDiaria.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaCajaDiaria.AutoTab    = true;
     this.EntradaCajaDiaria.CanCreate  = true;
     this.EntradaCajaDiaria.Filter     = "estado=1";
     this.EntradaCajaDiaria.Location   = new System.Drawing.Point(148, 300);
     this.EntradaCajaDiaria.MaxLength  = 200;
     this.EntradaCajaDiaria.Name       = "EntradaCajaDiaria";
     this.EntradaCajaDiaria.NombreTipo = "Lbl.Cajas.Caja";
     this.EntradaCajaDiaria.Required   = true;
     this.EntradaCajaDiaria.Size       = new System.Drawing.Size(280, 24);
     this.EntradaCajaDiaria.TabIndex   = 13;
     this.EntradaCajaDiaria.Text       = "0";
     //
     // label5
     //
     this.label5.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label5.Location  = new System.Drawing.Point(44, 300);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(104, 24);
     this.label5.TabIndex  = 12;
     this.label5.Text      = "Caja Efectivo";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaCajaCheques
     //
     this.EntradaCajaCheques.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaCajaCheques.AutoTab    = true;
     this.EntradaCajaCheques.CanCreate  = true;
     this.EntradaCajaCheques.Filter     = "estado=1";
     this.EntradaCajaCheques.Location   = new System.Drawing.Point(148, 328);
     this.EntradaCajaCheques.MaxLength  = 200;
     this.EntradaCajaCheques.Name       = "EntradaCajaCheques";
     this.EntradaCajaCheques.NombreTipo = "Lbl.Cajas.Caja";
     this.EntradaCajaCheques.Required   = true;
     this.EntradaCajaCheques.Size       = new System.Drawing.Size(280, 24);
     this.EntradaCajaCheques.TabIndex   = 15;
     this.EntradaCajaCheques.Text       = "0";
     //
     // label6
     //
     this.label6.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label6.Location  = new System.Drawing.Point(44, 328);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(104, 24);
     this.label6.TabIndex  = 14;
     this.label6.Text      = "Caja Cheques";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaTelefono
     //
     this.EntradaTelefono.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaTelefono.AutoScrollMargin = new System.Drawing.Size(4, 4);
     this.EntradaTelefono.Location         = new System.Drawing.Point(96, 128);
     this.EntradaTelefono.Name             = "EntradaTelefono";
     this.EntradaTelefono.Size             = new System.Drawing.Size(540, 136);
     this.EntradaTelefono.TabIndex         = 9;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(0, 0);
     this.label7.Margin    = new System.Windows.Forms.Padding(0);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(96, 24);
     this.label7.TabIndex  = 0;
     this.label7.Text      = "Número";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaNumero
     //
     this.EntradaNumero.DataType  = Lui.Forms.DataTypes.Integer;
     this.EntradaNumero.Location  = new System.Drawing.Point(96, 0);
     this.EntradaNumero.MaxLength = 4;
     this.EntradaNumero.Name      = "EntradaNumero";
     this.EntradaNumero.Size      = new System.Drawing.Size(80, 24);
     this.EntradaNumero.TabIndex  = 1;
     this.EntradaNumero.Text      = "0";
     //
     // Editar
     //
     this.Controls.Add(this.label7);
     this.Controls.Add(this.EntradaNumero);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.EntradaCajaCheques);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.EntradaCajaDiaria);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.EntradaSituacionOrigen);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.EntradaLocalidad);
     this.Controls.Add(this.Label9);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.EntradaDireccion);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.EntradaNombre);
     this.Controls.Add(this.EntradaTelefono);
     this.Name = "Editar";
     this.Size = new System.Drawing.Size(640, 424);
     this.ResumeLayout(false);
 }
コード例 #16
0
ファイル: Filtros.cs プロジェクト: solutema/ultralight
                private void InitializeComponent()
                {
                        this.EntradaFormaDePago = new Lcc.Entrada.CodigoDetalle();
                        this.Label16 = new Lui.Forms.Label();
                        this.Label11 = new Lui.Forms.Label();
                        this.EntradaPlanInteres = new Lui.Forms.TextBox();
                        this.Label14 = new Lui.Forms.Label();
                        this.EntradaPlanCuotas = new Lui.Forms.TextBox();
                        this.EtiquetaFecha1 = new Lui.Forms.Label();
                        this.EntradaPlan = new Lcc.Entrada.CodigoDetalle();
                        this.Label15 = new Lui.Forms.Label();
                        this.EntradaCliente = new Lcc.Entrada.CodigoDetalle();
                        this.Label1 = new Lui.Forms.Label();
                        this.EntradaEstado = new Lui.Forms.ComboBox();
                        this.label3 = new Lui.Forms.Label();
                        this.panel1 = new Lui.Forms.Panel();
                        this.tableLayoutPanel1 = new Lui.Forms.TableLayoutPanel();
                        this.EntradaFechas = new Lcc.Entrada.RangoFechas();
                        this.panel1.SuspendLayout();
                        this.tableLayoutPanel1.SuspendLayout();
                        this.SuspendLayout();
                        // 
                        // OkButton
                        // 
                        this.OkButton.Location = new System.Drawing.Point(354, 8);
                        // 
                        // CancelCommandButton
                        // 
                        this.CancelCommandButton.Location = new System.Drawing.Point(474, 8);
                        // 
                        // txtTarjeta
                        // 
                        this.EntradaFormaDePago.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                    | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaFormaDePago.AutoSize = true;
                        this.EntradaFormaDePago.CanCreate = false;
                        this.EntradaFormaDePago.Filter = "tipo=4";
                        this.EntradaFormaDePago.Location = new System.Drawing.Point(85, 3);
                        this.EntradaFormaDePago.MaxLength = 200;
                        this.EntradaFormaDePago.Name = "txtTarjeta";
                        this.EntradaFormaDePago.Required = true;
                        this.EntradaFormaDePago.Size = new System.Drawing.Size(456, 24);
                        this.EntradaFormaDePago.TabIndex = 1;
                        this.EntradaFormaDePago.NombreTipo = "Lbl.Pagos.FormaDePago";
                        this.EntradaFormaDePago.TeclaDespuesDeEnter = "{tab}";
                        this.EntradaFormaDePago.Text = "0";
                        this.EntradaFormaDePago.ValueInt = 0;
                        this.EntradaFormaDePago.TextChanged += new System.EventHandler(this.EntradaTarjeta_TextChanged);
                        // 
                        // Label16
                        // 
                        this.Label16.Location = new System.Drawing.Point(3, 0);
                        this.Label16.Name = "Label16";
                        this.Label16.Size = new System.Drawing.Size(76, 24);
                        this.Label16.TabIndex = 0;
                        this.Label16.Text = "Tarjeta";
                        this.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label11
                        // 
                        this.Label11.Location = new System.Drawing.Point(3, 90);
                        this.Label11.Name = "Label11";
                        this.Label11.Size = new System.Drawing.Size(76, 24);
                        this.Label11.TabIndex = 5;
                        this.Label11.Text = "Estado";
                        this.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // txtPlanInteres
                        // 
                        this.EntradaPlanInteres.AutoSize = false;
                        this.EntradaPlanInteres.DataType = Lui.Forms.DataTypes.Float;
                        this.EntradaPlanInteres.Location = new System.Drawing.Point(200, 0);
                        this.EntradaPlanInteres.Name = "txtPlanInteres";
                        this.EntradaPlanInteres.TemporaryReadOnly = true;
                        this.EntradaPlanInteres.Size = new System.Drawing.Size(56, 24);
                        this.EntradaPlanInteres.TabIndex = 3;
                        this.EntradaPlanInteres.TabStop = false;
                        // 
                        // Label14
                        // 
                        this.Label14.Location = new System.Drawing.Point(144, 0);
                        this.Label14.Name = "Label14";
                        this.Label14.Size = new System.Drawing.Size(56, 24);
                        this.Label14.TabIndex = 2;
                        this.Label14.Text = "Interés";
                        this.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // txtPlanCuotas
                        // 
                        this.EntradaPlanCuotas.AutoSize = false;
                        this.EntradaPlanCuotas.DataType = Lui.Forms.DataTypes.Integer;
                        this.EntradaPlanCuotas.Location = new System.Drawing.Point(76, 0);
                        this.EntradaPlanCuotas.Name = "txtPlanCuotas";
                        this.EntradaPlanCuotas.TemporaryReadOnly = true;
                        this.EntradaPlanCuotas.Size = new System.Drawing.Size(56, 24);
                        this.EntradaPlanCuotas.TabIndex = 1;
                        this.EntradaPlanCuotas.TabStop = false;
                        this.EntradaPlanCuotas.Text = "1";
                        // 
                        // lblFecha1
                        // 
                        this.EtiquetaFecha1.Location = new System.Drawing.Point(20, 0);
                        this.EtiquetaFecha1.Name = "lblFecha1";
                        this.EtiquetaFecha1.Size = new System.Drawing.Size(56, 24);
                        this.EtiquetaFecha1.TabIndex = 0;
                        this.EtiquetaFecha1.Text = "Cuotas";
                        this.EtiquetaFecha1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // txtPlan
                        // 
                        this.EntradaPlan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                    | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaPlan.AutoSize = true;
                        this.EntradaPlan.CanCreate = false;
                        this.EntradaPlan.Filter = "";
                        this.EntradaPlan.Location = new System.Drawing.Point(85, 33);
                        this.EntradaPlan.MaxLength = 200;
                        this.EntradaPlan.Name = "txtPlan";
                        this.EntradaPlan.Required = false;
                        this.EntradaPlan.Size = new System.Drawing.Size(456, 24);
                        this.EntradaPlan.TabIndex = 3;
                        this.EntradaPlan.NombreTipo = "Lbl.Pagos.Plan";
                        this.EntradaPlan.TeclaDespuesDeEnter = "{tab}";
                        this.EntradaPlan.Text = "0";
                        this.EntradaPlan.ValueInt = 0;
                        this.EntradaPlan.TextChanged += new System.EventHandler(this.txtPlan_TextChanged);
                        // 
                        // Label15
                        // 
                        this.Label15.Location = new System.Drawing.Point(3, 30);
                        this.Label15.Name = "Label15";
                        this.Label15.Size = new System.Drawing.Size(76, 24);
                        this.Label15.TabIndex = 2;
                        this.Label15.Text = "Plan";
                        this.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // txtCliente
                        // 
                        this.EntradaCliente.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                    | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaCliente.AutoSize = true;
                        this.EntradaCliente.CanCreate = false;
                        this.EntradaCliente.Filter = "";
                        this.EntradaCliente.Location = new System.Drawing.Point(85, 123);
                        this.EntradaCliente.MaxLength = 200;
                        this.EntradaCliente.Name = "txtCliente";
                        this.EntradaCliente.Required = false;
                        this.EntradaCliente.Size = new System.Drawing.Size(456, 24);
                        this.EntradaCliente.TabIndex = 8;
                        this.EntradaCliente.NombreTipo = "Lbl.Personas.Persona";
                        this.EntradaCliente.TeclaDespuesDeEnter = "{tab}";
                        this.EntradaCliente.Text = "0";
                        this.EntradaCliente.ValueInt = 0;
                        // 
                        // Label1
                        // 
                        this.Label1.Location = new System.Drawing.Point(3, 120);
                        this.Label1.Name = "Label1";
                        this.Label1.Size = new System.Drawing.Size(76, 24);
                        this.Label1.TabIndex = 7;
                        this.Label1.Text = "Cliente";
                        this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaEstado
                        // 
                        this.EntradaEstado.AutoSize = true;
                        this.EntradaEstado.Location = new System.Drawing.Point(85, 93);
                        this.EntradaEstado.Name = "EntradaEstado";
                        this.EntradaEstado.SetData = new string[] {
        "No Cobrados|-2",
        "Sin presentar|0",
        "Cancelados|1",
        "Rechazados|2",
        "Presentados|10",
        "Acreditados|20",
        "Todos|-1"};
                        this.EntradaEstado.Size = new System.Drawing.Size(180, 24);
                        this.EntradaEstado.TabIndex = 6;
                        this.EntradaEstado.Text = "No Cobrados";
                        this.EntradaEstado.TextKey = "-2";
                        // 
                        // label3
                        // 
                        this.label3.Location = new System.Drawing.Point(3, 150);
                        this.label3.Name = "label3";
                        this.label3.Size = new System.Drawing.Size(76, 24);
                        this.label3.TabIndex = 9;
                        this.label3.Text = "Fecha";
                        this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // panel1
                        // 
                        this.panel1.Controls.Add(this.EtiquetaFecha1);
                        this.panel1.Controls.Add(this.EntradaPlanCuotas);
                        this.panel1.Controls.Add(this.Label14);
                        this.panel1.Controls.Add(this.EntradaPlanInteres);
                        this.panel1.Location = new System.Drawing.Point(85, 63);
                        this.panel1.Name = "panel1";
                        this.panel1.Size = new System.Drawing.Size(260, 24);
                        this.panel1.TabIndex = 4;
                        // 
                        // tableLayoutPanel1
                        // 
                        this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                    | System.Windows.Forms.AnchorStyles.Left)
                                    | System.Windows.Forms.AnchorStyles.Right)));
                        this.tableLayoutPanel1.ColumnCount = 2;
                        this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
                        this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
                        this.tableLayoutPanel1.Controls.Add(this.EntradaFechas, 1, 5);
                        this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 2);
                        this.tableLayoutPanel1.Controls.Add(this.EntradaCliente, 1, 4);
                        this.tableLayoutPanel1.Controls.Add(this.EntradaEstado, 1, 3);
                        this.tableLayoutPanel1.Controls.Add(this.Label16, 0, 0);
                        this.tableLayoutPanel1.Controls.Add(this.Label15, 0, 1);
                        this.tableLayoutPanel1.Controls.Add(this.Label11, 0, 3);
                        this.tableLayoutPanel1.Controls.Add(this.Label1, 0, 4);
                        this.tableLayoutPanel1.Controls.Add(this.label3, 0, 5);
                        this.tableLayoutPanel1.Controls.Add(this.EntradaFormaDePago, 1, 0);
                        this.tableLayoutPanel1.Controls.Add(this.EntradaPlan, 1, 1);
                        this.tableLayoutPanel1.Location = new System.Drawing.Point(24, 24);
                        this.tableLayoutPanel1.Name = "tableLayoutPanel1";
                        this.tableLayoutPanel1.RowCount = 6;
                        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
                        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
                        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
                        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
                        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
                        this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
                        this.tableLayoutPanel1.Size = new System.Drawing.Size(544, 288);
                        this.tableLayoutPanel1.TabIndex = 0;
                        // 
                        // EntradaFechas
                        // 
                        this.EntradaFechas.AutoSize = true;
                        this.EntradaFechas.Location = new System.Drawing.Point(85, 153);
                        this.EntradaFechas.MuestraFuturos = false;
                        this.EntradaFechas.Name = "EntradaFechas";
                        this.EntradaFechas.Size = new System.Drawing.Size(455, 30);
                        this.EntradaFechas.TabIndex = 10;
                        // 
                        // Filtros
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(594, 375);
                        this.Controls.Add(this.tableLayoutPanel1);
                        this.Name = "Filtros";
                        this.Text = "Tarjetas: Filtros";
                        this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
                        this.panel1.ResumeLayout(false);
                        this.tableLayoutPanel1.ResumeLayout(false);
                        this.ResumeLayout(false);

                }
コード例 #17
0
                private void InitializeComponent()
                {
                        this.label9 = new Lui.Forms.Label();
                        this.EntradaNombre = new Lui.Forms.TextBox();
                        this.Label5 = new Lui.Forms.Label();
                        this.EntradaCuentaStock = new Lui.Forms.ComboBox();
                        this.EntradaFacturable = new Lui.Forms.ComboBox();
                        this.label1 = new Lui.Forms.Label();
                        this.label2 = new Lui.Forms.Label();
                        this.EntradaDeposito = new Lui.Forms.TextBox();
                        this.SuspendLayout();
                        // 
                        // label9
                        // 
                        this.label9.Location = new System.Drawing.Point(0, 32);
                        this.label9.Name = "label9";
                        this.label9.Size = new System.Drawing.Size(120, 24);
                        this.label9.TabIndex = 2;
                        this.label9.Text = "Cuenta stock";
                        this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaNombre
                        // 
                        this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
                        this.EntradaNombre.Location = new System.Drawing.Point(124, 0);
                        this.EntradaNombre.Name = "EntradaNombre";
                        this.EntradaNombre.ReadOnly = false;
                        this.EntradaNombre.Size = new System.Drawing.Size(412, 24);
                        this.EntradaNombre.TabIndex = 1;
                        // 
                        // Label5
                        // 
                        this.Label5.Location = new System.Drawing.Point(0, 0);
                        this.Label5.Name = "Label5";
                        this.Label5.Size = new System.Drawing.Size(120, 24);
                        this.Label5.TabIndex = 0;
                        this.Label5.Text = "Nombre";
                        this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaCuentaStock
                        // 
                        this.EntradaCuentaStock.AlwaysExpanded = true;
                        this.EntradaCuentaStock.AutoSize = true;
                        this.EntradaCuentaStock.Location = new System.Drawing.Point(124, 32);
                        this.EntradaCuentaStock.Name = "EntradaCuentaStock";
                        this.EntradaCuentaStock.ReadOnly = false;
                        this.EntradaCuentaStock.SetData = new string[] {
        "Sí|1",
        "No|0"};
                        this.EntradaCuentaStock.Size = new System.Drawing.Size(88, 36);
                        this.EntradaCuentaStock.TabIndex = 3;
                        this.EntradaCuentaStock.TextKey = "0";
                        // 
                        // EntradaFacturable
                        // 
                        this.EntradaFacturable.AlwaysExpanded = true;
                        this.EntradaFacturable.AutoSize = true;
                        this.EntradaFacturable.Location = new System.Drawing.Point(124, 80);
                        this.EntradaFacturable.Name = "EntradaFacturable";
                        this.EntradaFacturable.ReadOnly = false;
                        this.EntradaFacturable.SetData = new string[] {
        "Sí|1",
        "No|0"};
                        this.EntradaFacturable.Size = new System.Drawing.Size(88, 36);
                        this.EntradaFacturable.TabIndex = 5;
                        this.EntradaFacturable.TextKey = "0";
                        // 
                        // label1
                        // 
                        this.label1.Location = new System.Drawing.Point(0, 80);
                        this.label1.Name = "label1";
                        this.label1.Size = new System.Drawing.Size(120, 24);
                        this.label1.TabIndex = 4;
                        this.label1.Text = "Facturable";
                        this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // label2
                        // 
                        this.label2.Location = new System.Drawing.Point(0, 128);
                        this.label2.Name = "label2";
                        this.label2.Size = new System.Drawing.Size(120, 24);
                        this.label2.TabIndex = 6;
                        this.label2.Text = "Nº de depósito";
                        this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaDeposito
                        // 
                        this.EntradaDeposito.DataType = Lui.Forms.DataTypes.Integer;
                        this.EntradaDeposito.Location = new System.Drawing.Point(124, 128);
                        this.EntradaDeposito.Name = "EntradaDeposito";
                        this.EntradaDeposito.ReadOnly = false;
                        this.EntradaDeposito.Size = new System.Drawing.Size(52, 24);
                        this.EntradaDeposito.TabIndex = 7;
                        this.EntradaDeposito.Text = "0";
                        // 
                        // Editar
                        // 
                        this.Controls.Add(this.EntradaDeposito);
                        this.Controls.Add(this.label2);
                        this.Controls.Add(this.EntradaFacturable);
                        this.Controls.Add(this.label1);
                        this.Controls.Add(this.EntradaCuentaStock);
                        this.Controls.Add(this.label9);
                        this.Controls.Add(this.EntradaNombre);
                        this.Controls.Add(this.Label5);
                        this.Name = "Editar";
                        this.Size = new System.Drawing.Size(488, 237);
                        this.ResumeLayout(false);
                        this.PerformLayout();

                }
コード例 #18
0
 private void InitializeComponent()
 {
     this.EntradaNumero         = new Lui.Forms.TextBox();
     this.Label3                = new Lui.Forms.Label();
     this.Label1                = new Lui.Forms.Label();
     this.EntradaBanco          = new Lcc.Entrada.CodigoDetalle();
     this.EntradaTipo           = new Lui.Forms.ComboBox();
     this.Label7                = new Lui.Forms.Label();
     this.EntradaNombre         = new Lui.Forms.TextBox();
     this.Label2                = new Lui.Forms.Label();
     this.Label4                = new Lui.Forms.Label();
     this.EntradaMoneda         = new Lcc.Entrada.CodigoDetalle();
     this.EntradaClaveBancaria  = new Lui.Forms.TextBox();
     this.EtiquetaClaveBancaria = new Lui.Forms.Label();
     this.EntradaTitular        = new Lui.Forms.TextBox();
     this.label6                = new Lui.Forms.Label();
     this.EntradaEstado         = new Lui.Forms.ComboBox();
     this.label8                = new Lui.Forms.Label();
     this.SuspendLayout();
     //
     // EntradaNumero
     //
     this.EntradaNumero.Location     = new System.Drawing.Point(124, 152);
     this.EntradaNumero.Name         = "EntradaNumero";
     this.EntradaNumero.ReadOnly     = false;
     this.EntradaNumero.Size         = new System.Drawing.Size(228, 24);
     this.EntradaNumero.TabIndex     = 9;
     this.EntradaNumero.TextChanged += new System.EventHandler(this.NumeroBanco_TextChanged);
     //
     // Label3
     //
     this.Label3.Location  = new System.Drawing.Point(0, 152);
     this.Label3.Name      = "Label3";
     this.Label3.Size      = new System.Drawing.Size(120, 24);
     this.Label3.TabIndex  = 8;
     this.Label3.Text      = "Número";
     this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // Label1
     //
     this.Label1.Location  = new System.Drawing.Point(0, 120);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(120, 24);
     this.Label1.TabIndex  = 6;
     this.Label1.Text      = "Banco";
     this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // EntradaBanco
     //
     this.EntradaBanco.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaBanco.CanCreate    = true;
     this.EntradaBanco.Filter       = "";
     this.EntradaBanco.Location     = new System.Drawing.Point(124, 120);
     this.EntradaBanco.MaxLength    = 200;
     this.EntradaBanco.Name         = "EntradaBanco";
     this.EntradaBanco.ReadOnly     = false;
     this.EntradaBanco.Required     = false;
     this.EntradaBanco.Size         = new System.Drawing.Size(488, 24);
     this.EntradaBanco.TabIndex     = 7;
     this.EntradaBanco.NombreTipo   = "Lbl.Bancos.Banco";
     this.EntradaBanco.Text         = "0";
     this.EntradaBanco.TextChanged += new System.EventHandler(this.NumeroBanco_TextChanged);
     //
     // EntradaTipo
     //
     this.EntradaTipo.AlwaysExpanded = true;
     this.EntradaTipo.AutoSize       = true;
     this.EntradaTipo.Location       = new System.Drawing.Point(124, 64);
     this.EntradaTipo.Name           = "EntradaTipo";
     this.EntradaTipo.ReadOnly       = false;
     this.EntradaTipo.SetData        = new string[] {
         "Efectivo|0",
         "Caja de ahorro|1",
         "Cuenta corriente|2"
     };
     this.EntradaTipo.Size         = new System.Drawing.Size(168, 51);
     this.EntradaTipo.TabIndex     = 5;
     this.EntradaTipo.TextKey      = "1";
     this.EntradaTipo.TextChanged += new System.EventHandler(this.EntradaTipo_TextChanged);
     //
     // Label7
     //
     this.Label7.Location  = new System.Drawing.Point(0, 64);
     this.Label7.Name      = "Label7";
     this.Label7.Size      = new System.Drawing.Size(120, 24);
     this.Label7.TabIndex  = 4;
     this.Label7.Text      = "Tipo de Caja";
     this.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // EntradaNombre
     //
     this.EntradaNombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
     this.EntradaNombre.Location  = new System.Drawing.Point(124, 0);
     this.EntradaNombre.Name      = "EntradaNombre";
     this.EntradaNombre.ReadOnly  = false;
     this.EntradaNombre.Size      = new System.Drawing.Size(488, 24);
     this.EntradaNombre.TabIndex  = 1;
     this.EntradaNombre.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.EntradaNombre_KeyPress);
     //
     // Label2
     //
     this.Label2.Location  = new System.Drawing.Point(0, 0);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(120, 24);
     this.Label2.TabIndex  = 0;
     this.Label2.Text      = "Nombre";
     this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // Label4
     //
     this.Label4.Location  = new System.Drawing.Point(0, 184);
     this.Label4.Name      = "Label4";
     this.Label4.Size      = new System.Drawing.Size(120, 24);
     this.Label4.TabIndex  = 10;
     this.Label4.Text      = "Moneda";
     this.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // EntradaMoneda
     //
     this.EntradaMoneda.CanCreate  = true;
     this.EntradaMoneda.Filter     = "";
     this.EntradaMoneda.Location   = new System.Drawing.Point(124, 184);
     this.EntradaMoneda.MaxLength  = 200;
     this.EntradaMoneda.Name       = "EntradaMoneda";
     this.EntradaMoneda.ReadOnly   = false;
     this.EntradaMoneda.Required   = false;
     this.EntradaMoneda.Size       = new System.Drawing.Size(228, 24);
     this.EntradaMoneda.TabIndex   = 11;
     this.EntradaMoneda.NombreTipo = "Lbl.Entidades.Moneda";
     this.EntradaMoneda.Text       = "0";
     //
     // EntradaClaveBancaria
     //
     this.EntradaClaveBancaria.Location  = new System.Drawing.Point(124, 216);
     this.EntradaClaveBancaria.MaxLength = 23;
     this.EntradaClaveBancaria.Name      = "EntradaClaveBancaria";
     this.EntradaClaveBancaria.ReadOnly  = false;
     this.EntradaClaveBancaria.Size      = new System.Drawing.Size(228, 24);
     this.EntradaClaveBancaria.TabIndex  = 13;
     //
     // EtiquetaClaveBancaria
     //
     this.EtiquetaClaveBancaria.Location  = new System.Drawing.Point(0, 216);
     this.EtiquetaClaveBancaria.Name      = "EtiquetaClaveBancaria";
     this.EtiquetaClaveBancaria.Size      = new System.Drawing.Size(120, 24);
     this.EtiquetaClaveBancaria.TabIndex  = 12;
     this.EtiquetaClaveBancaria.Text      = "Clave Bancaria";
     this.EtiquetaClaveBancaria.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // EntradaTitular
     //
     this.EntradaTitular.Location = new System.Drawing.Point(124, 32);
     this.EntradaTitular.Name     = "EntradaTitular";
     this.EntradaTitular.ReadOnly = false;
     this.EntradaTitular.Size     = new System.Drawing.Size(436, 24);
     this.EntradaTitular.TabIndex = 3;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(0, 32);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(120, 24);
     this.label6.TabIndex  = 2;
     this.label6.Text      = "Titular";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // EntradaEstado
     //
     this.EntradaEstado.AlwaysExpanded = true;
     this.EntradaEstado.AutoSize       = true;
     this.EntradaEstado.Location       = new System.Drawing.Point(124, 248);
     this.EntradaEstado.Name           = "EntradaEstado";
     this.EntradaEstado.ReadOnly       = false;
     this.EntradaEstado.SetData        = new string[] {
         "Activa|1",
         "Inactiva|0"
     };
     this.EntradaEstado.Size     = new System.Drawing.Size(168, 36);
     this.EntradaEstado.TabIndex = 15;
     this.EntradaEstado.TextKey  = "1";
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(0, 248);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(120, 24);
     this.label8.TabIndex  = 14;
     this.label8.Text      = "Estado";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // Editar
     //
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.EntradaEstado);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.EntradaTitular);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.EntradaClaveBancaria);
     this.Controls.Add(this.EtiquetaClaveBancaria);
     this.Controls.Add(this.Label4);
     this.Controls.Add(this.EntradaMoneda);
     this.Controls.Add(this.EntradaNombre);
     this.Controls.Add(this.Label3);
     this.Controls.Add(this.EntradaTipo);
     this.Controls.Add(this.Label7);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.EntradaBanco);
     this.Controls.Add(this.EntradaNumero);
     this.Name = "Editar";
     this.Size = new System.Drawing.Size(615, 352);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #19
0
ファイル: Convertir.cs プロジェクト: solutema/ultralight
                private void InitializeComponent()
                {
                        System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Convertir));
                        this.EntradaOrigen = new Lui.Forms.TextBox();
                        this.Label6 = new Lui.Forms.Label();
                        this.Label7 = new Lui.Forms.Label();
                        this.EntradaDestinoTipo = new Lui.Forms.ComboBox();
                        this.lblInfo = new Lui.Forms.Label();
                        this.lblOrigenTipo = new Lui.Forms.Label();
                        this.lblDestinoTipo = new Lui.Forms.Label();
                        this.lblDuplicado = new Lui.Forms.Label();
                        this.PictureBox2 = new System.Windows.Forms.PictureBox();
                        this.PictureBox1 = new System.Windows.Forms.PictureBox();
                        this.label1 = new Lui.Forms.Label();
                        this.EtiquetaTitulo = new Lui.Forms.Label();
                        this.pictureBox3 = new System.Windows.Forms.PictureBox();
                        ((System.ComponentModel.ISupportInitialize)(this.PictureBox2)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
                        this.SuspendLayout();
                        // 
                        // EntradaOrigen
                        // 
                        this.EntradaOrigen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaOrigen.Location = new System.Drawing.Point(328, 96);
                        this.EntradaOrigen.Name = "EntradaOrigen";
                        this.EntradaOrigen.Size = new System.Drawing.Size(280, 24);
                        this.EntradaOrigen.TabIndex = 1;
                        this.EntradaOrigen.TabStop = false;
                        // 
                        // Label6
                        // 
                        this.Label6.Location = new System.Drawing.Point(24, 96);
                        this.Label6.Name = "Label6";
                        this.Label6.Size = new System.Drawing.Size(304, 24);
                        this.Label6.TabIndex = 0;
                        this.Label6.Text = "A partir del comprobante de origen";
                        this.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label7
                        // 
                        this.Label7.Location = new System.Drawing.Point(24, 128);
                        this.Label7.Name = "Label7";
                        this.Label7.Size = new System.Drawing.Size(304, 24);
                        this.Label7.TabIndex = 2;
                        this.Label7.Text = "Se generará un nuevo comprobante tipo";
                        this.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaDestinoTipo
                        // 
                        this.EntradaDestinoTipo.AlwaysExpanded = true;
                        this.EntradaDestinoTipo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaDestinoTipo.AutoSize = true;
                        this.EntradaDestinoTipo.Location = new System.Drawing.Point(328, 128);
                        this.EntradaDestinoTipo.Name = "EntradaDestinoTipo";
                        this.EntradaDestinoTipo.SetData = new string[] {
        "Factura|F",
        "Presupuesto|PS",
        "Remito|R",
        "Nota de Crédito|NC",
        "Nota de Débito|ND"};
                        this.EntradaDestinoTipo.Size = new System.Drawing.Size(280, 90);
                        this.EntradaDestinoTipo.TabIndex = 3;
                        this.EntradaDestinoTipo.TextKey = "F";
                        this.EntradaDestinoTipo.TextChanged += new System.EventHandler(this.EntradaDestinoTipo_TextChanged);
                        // 
                        // lblInfo
                        // 
                        this.lblInfo.Anchor = System.Windows.Forms.AnchorStyles.None;
                        this.lblInfo.Location = new System.Drawing.Point(304, 310);
                        this.lblInfo.Name = "lblInfo";
                        this.lblInfo.Size = new System.Drawing.Size(304, 22);
                        this.lblInfo.TabIndex = 6;
                        this.lblInfo.Text = "El comprobante original queda sin cambios.";
                        // 
                        // lblOrigenTipo
                        // 
                        this.lblOrigenTipo.Anchor = System.Windows.Forms.AnchorStyles.None;
                        this.lblOrigenTipo.Location = new System.Drawing.Point(40, 216);
                        this.lblOrigenTipo.Name = "lblOrigenTipo";
                        this.lblOrigenTipo.Size = new System.Drawing.Size(120, 48);
                        this.lblOrigenTipo.TabIndex = 4;
                        this.lblOrigenTipo.Text = "Nota de Débito A";
                        this.lblOrigenTipo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
                        this.lblOrigenTipo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
                        // 
                        // lblDestinoTipo
                        // 
                        this.lblDestinoTipo.Anchor = System.Windows.Forms.AnchorStyles.None;
                        this.lblDestinoTipo.Location = new System.Drawing.Point(184, 216);
                        this.lblDestinoTipo.Name = "lblDestinoTipo";
                        this.lblDestinoTipo.Size = new System.Drawing.Size(120, 48);
                        this.lblDestinoTipo.TabIndex = 5;
                        this.lblDestinoTipo.Text = "Presupuesto";
                        this.lblDestinoTipo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
                        this.lblDestinoTipo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
                        // 
                        // lblDuplicado
                        // 
                        this.lblDuplicado.Anchor = System.Windows.Forms.AnchorStyles.None;
                        this.lblDuplicado.Location = new System.Drawing.Point(304, 280);
                        this.lblDuplicado.Name = "lblDuplicado";
                        this.lblDuplicado.Size = new System.Drawing.Size(304, 22);
                        this.lblDuplicado.TabIndex = 58;
                        this.lblDuplicado.Text = "Se creará un duplicado del comprobante original.";
                        this.lblDuplicado.Visible = false;
                        // 
                        // PictureBox2
                        // 
                        this.PictureBox2.Anchor = System.Windows.Forms.AnchorStyles.None;
                        this.PictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("PictureBox2.Image")));
                        this.PictureBox2.Location = new System.Drawing.Point(152, 286);
                        this.PictureBox2.Name = "PictureBox2";
                        this.PictureBox2.Size = new System.Drawing.Size(40, 34);
                        this.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
                        this.PictureBox2.TabIndex = 57;
                        this.PictureBox2.TabStop = false;
                        // 
                        // PictureBox1
                        // 
                        this.PictureBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
                        this.PictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("PictureBox1.Image")));
                        this.PictureBox1.Location = new System.Drawing.Point(64, 264);
                        this.PictureBox1.Name = "PictureBox1";
                        this.PictureBox1.Size = new System.Drawing.Size(72, 72);
                        this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
                        this.PictureBox1.TabIndex = 56;
                        this.PictureBox1.TabStop = false;
                        // 
                        // label1
                        // 
                        this.label1.Location = new System.Drawing.Point(24, 64);
                        this.label1.Name = "label1";
                        this.label1.Size = new System.Drawing.Size(584, 24);
                        this.label1.TabIndex = 107;
                        this.label1.Text = "Puede crear un nuevo comprobante a partir de los datos del comprobante actual.";
                        // 
                        // EtiquetaTitulo
                        // 
                        this.EtiquetaTitulo.AutoSize = true;
                        this.EtiquetaTitulo.Location = new System.Drawing.Point(24, 24);
                        this.EtiquetaTitulo.Name = "EtiquetaTitulo";
                        this.EtiquetaTitulo.Size = new System.Drawing.Size(240, 30);
                        this.EtiquetaTitulo.TabIndex = 106;
                        this.EtiquetaTitulo.Text = "Convertir comprobante";
                        this.EtiquetaTitulo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
                        // 
                        // pictureBox3
                        // 
                        this.pictureBox3.Anchor = System.Windows.Forms.AnchorStyles.None;
                        this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
                        this.pictureBox3.Location = new System.Drawing.Point(208, 264);
                        this.pictureBox3.Name = "pictureBox3";
                        this.pictureBox3.Size = new System.Drawing.Size(72, 72);
                        this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
                        this.pictureBox3.TabIndex = 108;
                        this.pictureBox3.TabStop = false;
                        // 
                        // Convertir
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(634, 424);
                        this.Controls.Add(this.pictureBox3);
                        this.Controls.Add(this.label1);
                        this.Controls.Add(this.EtiquetaTitulo);
                        this.Controls.Add(this.lblDuplicado);
                        this.Controls.Add(this.lblDestinoTipo);
                        this.Controls.Add(this.lblOrigenTipo);
                        this.Controls.Add(this.PictureBox2);
                        this.Controls.Add(this.PictureBox1);
                        this.Controls.Add(this.lblInfo);
                        this.Controls.Add(this.Label7);
                        this.Controls.Add(this.EntradaDestinoTipo);
                        this.Controls.Add(this.Label6);
                        this.Controls.Add(this.EntradaOrigen);
                        this.ForeColor = System.Drawing.Color.Black;
                        this.Name = "Convertir";
                        this.Text = "Convertir comprobante";
                        this.Controls.SetChildIndex(this.EntradaOrigen, 0);
                        this.Controls.SetChildIndex(this.Label6, 0);
                        this.Controls.SetChildIndex(this.EntradaDestinoTipo, 0);
                        this.Controls.SetChildIndex(this.Label7, 0);
                        this.Controls.SetChildIndex(this.lblInfo, 0);
                        this.Controls.SetChildIndex(this.PictureBox1, 0);
                        this.Controls.SetChildIndex(this.PictureBox2, 0);
                        this.Controls.SetChildIndex(this.lblOrigenTipo, 0);
                        this.Controls.SetChildIndex(this.lblDestinoTipo, 0);
                        this.Controls.SetChildIndex(this.lblDuplicado, 0);
                        this.Controls.SetChildIndex(this.EtiquetaTitulo, 0);
                        this.Controls.SetChildIndex(this.label1, 0);
                        this.Controls.SetChildIndex(this.pictureBox3, 0);
                        ((System.ComponentModel.ISupportInitialize)(this.PictureBox2)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
                        this.ResumeLayout(false);
                        this.PerformLayout();

                }
コード例 #20
0
ファイル: Novedad.Designer.cs プロジェクト: njmube/lazaro
 private void InitializeComponent()
 {
     this.Label1             = new Lui.Forms.Label();
     this.EntradaEncargado   = new Lcc.Entrada.CodigoDetalle();
     this.EntradaDescripcion = new Lui.Forms.TextBox();
     this.Label2             = new Lui.Forms.Label();
     this.EntradaMinutos     = new Lui.Forms.TextBox();
     this.EntradaCondicion   = new Lui.Forms.ComboBox();
     this.Label3             = new Lui.Forms.Label();
     this.Label4             = new Lui.Forms.Label();
     this.EntradaTicket      = new Lcc.Entrada.CodigoDetalle();
     this.Label5             = new Lui.Forms.Label();
     this.SuspendLayout();
     //
     // Label1
     //
     this.Label1.Location  = new System.Drawing.Point(24, 240);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(88, 24);
     this.Label1.TabIndex  = 8;
     this.Label1.Text      = "Vendedor";
     this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaEncargado
     //
     this.EntradaEncargado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaEncargado.AutoTab    = true;
     this.EntradaEncargado.CanCreate  = true;
     this.EntradaEncargado.Filter     = "(tipo&4)=4";
     this.EntradaEncargado.Location   = new System.Drawing.Point(112, 240);
     this.EntradaEncargado.MaxLength  = 200;
     this.EntradaEncargado.Name       = "EntradaEncargado";
     this.EntradaEncargado.NombreTipo = "Lbl.Personas.Persona";
     this.EntradaEncargado.Required   = true;
     this.EntradaEncargado.Size       = new System.Drawing.Size(496, 24);
     this.EntradaEncargado.TabIndex   = 9;
     this.EntradaEncargado.Text       = "0";
     //
     // EntradaDescripcion
     //
     this.EntradaDescripcion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaDescripcion.Location  = new System.Drawing.Point(112, 56);
     this.EntradaDescripcion.MultiLine = true;
     this.EntradaDescripcion.Name      = "EntradaDescripcion";
     this.EntradaDescripcion.Size      = new System.Drawing.Size(496, 124);
     this.EntradaDescripcion.TabIndex  = 3;
     //
     // Label2
     //
     this.Label2.Location  = new System.Drawing.Point(280, 192);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(68, 24);
     this.Label2.TabIndex  = 6;
     this.Label2.Text      = "Tiempo";
     this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaMinutos
     //
     this.EntradaMinutos.Location = new System.Drawing.Point(348, 192);
     this.EntradaMinutos.Name     = "EntradaMinutos";
     this.EntradaMinutos.Size     = new System.Drawing.Size(76, 24);
     this.EntradaMinutos.TabIndex = 7;
     //
     // EntradaCondicion
     //
     this.EntradaCondicion.AlwaysExpanded = true;
     this.EntradaCondicion.Anchor         = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaCondicion.AutoSize = true;
     this.EntradaCondicion.Location = new System.Drawing.Point(112, 192);
     this.EntradaCondicion.Name     = "EntradaCondicion";
     this.EntradaCondicion.SetData  = new string[] {
         "Publica|0",
         "Interna|1"
     };
     this.EntradaCondicion.Size     = new System.Drawing.Size(152, 40);
     this.EntradaCondicion.TabIndex = 5;
     this.EntradaCondicion.TextKey  = "0";
     //
     // Label3
     //
     this.Label3.Location  = new System.Drawing.Point(24, 192);
     this.Label3.Name      = "Label3";
     this.Label3.Size      = new System.Drawing.Size(88, 24);
     this.Label3.TabIndex  = 4;
     this.Label3.Text      = "Visibilidad";
     this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Label4
     //
     this.Label4.Location  = new System.Drawing.Point(24, 56);
     this.Label4.Name      = "Label4";
     this.Label4.Size      = new System.Drawing.Size(88, 24);
     this.Label4.TabIndex  = 2;
     this.Label4.Text      = "Asunto";
     this.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaTicket
     //
     this.EntradaTicket.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaTicket.AutoTab    = true;
     this.EntradaTicket.CanCreate  = true;
     this.EntradaTicket.Location   = new System.Drawing.Point(112, 24);
     this.EntradaTicket.MaxLength  = 200;
     this.EntradaTicket.Name       = "EntradaTicket";
     this.EntradaTicket.NombreTipo = "Lbl.Tareas.Tarea";
     this.EntradaTicket.Required   = true;
     this.EntradaTicket.Size       = new System.Drawing.Size(496, 24);
     this.EntradaTicket.TabIndex   = 1;
     this.EntradaTicket.Text       = "0";
     //
     // Label5
     //
     this.Label5.Location  = new System.Drawing.Point(24, 24);
     this.Label5.Name      = "Label5";
     this.Label5.Size      = new System.Drawing.Size(88, 24);
     this.Label5.TabIndex  = 0;
     this.Label5.Text      = "Tarea";
     this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Novedad
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.ClientSize          = new System.Drawing.Size(634, 374);
     this.Controls.Add(this.EntradaMinutos);
     this.Controls.Add(this.EntradaTicket);
     this.Controls.Add(this.EntradaCondicion);
     this.Controls.Add(this.EntradaDescripcion);
     this.Controls.Add(this.EntradaEncargado);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.Label5);
     this.Controls.Add(this.Label4);
     this.Controls.Add(this.Label3);
     this.Controls.Add(this.Label1);
     this.ForeColor = System.Drawing.Color.Black;
     this.Name      = "Novedad";
     this.Text      = "Novedad: Cargar";
     this.Controls.SetChildIndex(this.Label1, 0);
     this.Controls.SetChildIndex(this.Label3, 0);
     this.Controls.SetChildIndex(this.Label4, 0);
     this.Controls.SetChildIndex(this.Label5, 0);
     this.Controls.SetChildIndex(this.Label2, 0);
     this.Controls.SetChildIndex(this.EntradaEncargado, 0);
     this.Controls.SetChildIndex(this.EntradaDescripcion, 0);
     this.Controls.SetChildIndex(this.EntradaCondicion, 0);
     this.Controls.SetChildIndex(this.EntradaTicket, 0);
     this.Controls.SetChildIndex(this.EntradaMinutos, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #21
0
ファイル: Calculadora.cs プロジェクト: solutema/ultralight
		private void InitializeComponent()
		{
                        System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Calculadora));
                        this.EntradaHistorial = new System.Windows.Forms.TextBox();
                        this.EntradaFormula = new Lui.Forms.TextBox();
                        this.EtiquetaResultado = new Lui.Forms.Label();
                        this.SuspendLayout();
                        // 
                        // EntradaHistorial
                        // 
                        this.EntradaHistorial.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaHistorial.BorderStyle = System.Windows.Forms.BorderStyle.None;
                        this.EntradaHistorial.Font = new System.Drawing.Font("Bitstream Vera Sans Mono", 10F);
                        this.EntradaHistorial.Location = new System.Drawing.Point(24, 72);
                        this.EntradaHistorial.Multiline = true;
                        this.EntradaHistorial.Name = "EntradaHistorial";
                        this.EntradaHistorial.Size = new System.Drawing.Size(272, 240);
                        this.EntradaHistorial.TabIndex = 0;
                        this.EntradaHistorial.TabStop = false;
                        this.EntradaHistorial.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
                        this.EntradaHistorial.WordWrap = false;
                        // 
                        // EntradaFormula
                        // 
                        this.EntradaFormula.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaFormula.AutoNav = false;
                        this.EntradaFormula.Location = new System.Drawing.Point(24, 320);
                        this.EntradaFormula.Name = "EntradaFormula";
                        this.EntradaFormula.Size = new System.Drawing.Size(272, 29);
                        this.EntradaFormula.TabIndex = 1;
                        this.EntradaFormula.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
                        this.EntradaFormula.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtFormula_KeyDown);
                        // 
                        // EtiquetaResultado
                        // 
                        this.EtiquetaResultado.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EtiquetaResultado.Location = new System.Drawing.Point(24, 24);
                        this.EtiquetaResultado.Name = "EtiquetaResultado";
                        this.EtiquetaResultado.Size = new System.Drawing.Size(272, 47);
                        this.EtiquetaResultado.TabIndex = 3;
                        this.EtiquetaResultado.Text = "0.00 ";
                        this.EtiquetaResultado.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
                        this.EtiquetaResultado.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Bigger;
                        // 
                        // Calculadora
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(319, 372);
                        this.Controls.Add(this.EtiquetaResultado);
                        this.Controls.Add(this.EntradaFormula);
                        this.Controls.Add(this.EntradaHistorial);
                        this.ForeColor = System.Drawing.SystemColors.ControlText;
                        this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
                        this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
                        this.Name = "Calculadora";
                        this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
                        this.Text = "Calculadora";
                        this.TopMost = true;
                        this.Activated += new System.EventHandler(this.FormCalculadora_Enter);
                        this.Deactivate += new System.EventHandler(this.FormCalculadora_Leave);
                        this.Load += new System.EventHandler(this.FormCalculadora_Load);
                        this.Enter += new System.EventHandler(this.FormCalculadora_Enter);
                        this.Leave += new System.EventHandler(this.FormCalculadora_Leave);
                        this.ResumeLayout(false);
                        this.PerformLayout();

		}
コード例 #22
0
                private void InitializeComponent()
                {
                        this.EntradaNombre = new Lui.Forms.TextBox();
                        this.Label5 = new Lui.Forms.Label();
                        this.EntradaLetra = new Lui.Forms.TextBox();
                        this.label1 = new Lui.Forms.Label();
                        this.label2 = new Lui.Forms.Label();
                        this.EntradaMueveStock = new Lui.Forms.ComboBox();
                        this.label7 = new Lui.Forms.Label();
                        this.EntradaSituacionOrigen = new Lcc.Entrada.CodigoDetalle();
                        this.label3 = new Lui.Forms.Label();
                        this.EntradaSituacionDestino = new Lcc.Entrada.CodigoDetalle();
                        this.EntradaNumerarAl = new Lui.Forms.ComboBox();
                        this.label4 = new Lui.Forms.Label();
                        this.EntradaImprimirRepetir = new Lui.Forms.ComboBox();
                        this.label6 = new Lui.Forms.Label();
                        this.EntradaImprimirModificar = new Lui.Forms.ComboBox();
                        this.label8 = new Lui.Forms.Label();
                        this.EntradaImprimirGuardar = new Lui.Forms.ComboBox();
                        this.label9 = new Lui.Forms.Label();
                        this.GroupLabel = new Lui.Forms.Label();
                        this.Listado = new Lui.Forms.ListView();
                        this.ColCod = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.ColSucursal = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.ColEstacion = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.ColPv = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.ColImpresora = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.BotonQuitar = new Lui.Forms.Button();
                        this.BotonAgregar = new Lui.Forms.Button();
                        this.EntradaCargaPapel = new Lui.Forms.ComboBox();
                        this.label10 = new Lui.Forms.Label();
                        this.SuspendLayout();
                        // 
                        // EntradaNombre
                        // 
                        this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
                        this.EntradaNombre.Location = new System.Drawing.Point(120, 0);
                        this.EntradaNombre.Name = "EntradaNombre";
                        this.EntradaNombre.Size = new System.Drawing.Size(320, 24);
                        this.EntradaNombre.TabIndex = 1;
                        // 
                        // Label5
                        // 
                        this.Label5.Location = new System.Drawing.Point(0, 0);
                        this.Label5.Name = "Label5";
                        this.Label5.Size = new System.Drawing.Size(116, 24);
                        this.Label5.TabIndex = 0;
                        this.Label5.Text = "Nombre";
                        this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaLetra
                        // 
                        this.EntradaLetra.Location = new System.Drawing.Point(120, 32);
                        this.EntradaLetra.Name = "EntradaLetra";
                        this.EntradaLetra.Size = new System.Drawing.Size(320, 24);
                        this.EntradaLetra.TabIndex = 3;
                        // 
                        // label1
                        // 
                        this.label1.Location = new System.Drawing.Point(0, 32);
                        this.label1.Name = "label1";
                        this.label1.Size = new System.Drawing.Size(116, 24);
                        this.label1.TabIndex = 2;
                        this.label1.Text = "Tipo";
                        this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // label2
                        // 
                        this.label2.Location = new System.Drawing.Point(0, 64);
                        this.label2.Name = "label2";
                        this.label2.Size = new System.Drawing.Size(116, 24);
                        this.label2.TabIndex = 4;
                        this.label2.Text = "Mueve Stock";
                        this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaMueveStock
                        // 
                        this.EntradaMueveStock.AlwaysExpanded = true;
                        this.EntradaMueveStock.AutoSize = true;
                        this.EntradaMueveStock.Location = new System.Drawing.Point(120, 64);
                        this.EntradaMueveStock.Name = "EntradaMueveStock";
                        this.EntradaMueveStock.SetData = new string[] {
        "Saliente|-1",
        "Entrante|1",
        "No|0"};
                        this.EntradaMueveStock.Size = new System.Drawing.Size(128, 57);
                        this.EntradaMueveStock.TabIndex = 5;
                        this.EntradaMueveStock.TextKey = "1";
                        this.EntradaMueveStock.TextChanged += new System.EventHandler(this.EntradaMueveStock_TextChanged);
                        // 
                        // label7
                        // 
                        this.label7.Location = new System.Drawing.Point(68, 128);
                        this.label7.Name = "label7";
                        this.label7.Size = new System.Drawing.Size(76, 24);
                        this.label7.TabIndex = 6;
                        this.label7.Text = "Desde";
                        this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaSituacionOrigen
                        // 
                        this.EntradaSituacionOrigen.AutoTab = true;
                        this.EntradaSituacionOrigen.CanCreate = true;
                        this.EntradaSituacionOrigen.Location = new System.Drawing.Point(144, 128);
                        this.EntradaSituacionOrigen.MaxLength = 200;
                        this.EntradaSituacionOrigen.Name = "EntradaSituacionOrigen";
                        this.EntradaSituacionOrigen.NombreTipo = "Lbl.Articulos.Situacion";
                        this.EntradaSituacionOrigen.PlaceholderText = "Sin especificar";
                        this.EntradaSituacionOrigen.Required = true;
                        this.EntradaSituacionOrigen.Size = new System.Drawing.Size(240, 24);
                        this.EntradaSituacionOrigen.TabIndex = 7;
                        this.EntradaSituacionOrigen.Text = "0";
                        // 
                        // label3
                        // 
                        this.label3.Location = new System.Drawing.Point(68, 156);
                        this.label3.Name = "label3";
                        this.label3.Size = new System.Drawing.Size(76, 24);
                        this.label3.TabIndex = 8;
                        this.label3.Text = "Hacia";
                        this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaSituacionDestino
                        // 
                        this.EntradaSituacionDestino.AutoTab = true;
                        this.EntradaSituacionDestino.CanCreate = true;
                        this.EntradaSituacionDestino.Location = new System.Drawing.Point(144, 156);
                        this.EntradaSituacionDestino.MaxLength = 200;
                        this.EntradaSituacionDestino.Name = "EntradaSituacionDestino";
                        this.EntradaSituacionDestino.NombreTipo = "Lbl.Articulos.Situacion";
                        this.EntradaSituacionDestino.PlaceholderText = "Sin especificar";
                        this.EntradaSituacionDestino.Required = true;
                        this.EntradaSituacionDestino.Size = new System.Drawing.Size(240, 24);
                        this.EntradaSituacionDestino.TabIndex = 9;
                        this.EntradaSituacionDestino.Text = "0";
                        // 
                        // EntradaNumerarAl
                        // 
                        this.EntradaNumerarAl.AlwaysExpanded = true;
                        this.EntradaNumerarAl.AutoSize = true;
                        this.EntradaNumerarAl.Location = new System.Drawing.Point(124, 192);
                        this.EntradaNumerarAl.Name = "EntradaNumerarAl";
                        this.EntradaNumerarAl.SetData = new string[] {
        "Manualmente|0",
        "Cuando se crea el comprobante|1",
        "Cuando se imprime el comprobante|2"};
                        this.EntradaNumerarAl.Size = new System.Drawing.Size(248, 57);
                        this.EntradaNumerarAl.TabIndex = 11;
                        this.EntradaNumerarAl.TextKey = "1";
                        // 
                        // label4
                        // 
                        this.label4.Location = new System.Drawing.Point(4, 192);
                        this.label4.Name = "label4";
                        this.label4.Size = new System.Drawing.Size(116, 24);
                        this.label4.TabIndex = 10;
                        this.label4.Text = "Numerar";
                        this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaImprimirRepetir
                        // 
                        this.EntradaImprimirRepetir.AlwaysExpanded = true;
                        this.EntradaImprimirRepetir.AutoSize = true;
                        this.EntradaImprimirRepetir.Location = new System.Drawing.Point(216, 272);
                        this.EntradaImprimirRepetir.Name = "EntradaImprimirRepetir";
                        this.EntradaImprimirRepetir.SetData = new string[] {
        "Sí|1",
        "No|0"};
                        this.EntradaImprimirRepetir.Size = new System.Drawing.Size(52, 40);
                        this.EntradaImprimirRepetir.TabIndex = 13;
                        this.EntradaImprimirRepetir.TextKey = "1";
                        // 
                        // label6
                        // 
                        this.label6.Location = new System.Drawing.Point(0, 272);
                        this.label6.Name = "label6";
                        this.label6.Size = new System.Drawing.Size(208, 40);
                        this.label6.TabIndex = 12;
                        this.label6.Text = "¿Permite imprimir varias veces el mismo comprobante?";
                        this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaImprimirModificar
                        // 
                        this.EntradaImprimirModificar.AlwaysExpanded = true;
                        this.EntradaImprimirModificar.AutoSize = true;
                        this.EntradaImprimirModificar.Location = new System.Drawing.Point(216, 320);
                        this.EntradaImprimirModificar.Name = "EntradaImprimirModificar";
                        this.EntradaImprimirModificar.SetData = new string[] {
        "Sí|1",
        "No|0"};
                        this.EntradaImprimirModificar.Size = new System.Drawing.Size(52, 40);
                        this.EntradaImprimirModificar.TabIndex = 15;
                        this.EntradaImprimirModificar.TextKey = "1";
                        // 
                        // label8
                        // 
                        this.label8.Location = new System.Drawing.Point(0, 320);
                        this.label8.Name = "label8";
                        this.label8.Size = new System.Drawing.Size(208, 40);
                        this.label8.TabIndex = 14;
                        this.label8.Text = "¿Permite modificar comprobantes impresos?";
                        this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaImprimirGuardar
                        // 
                        this.EntradaImprimirGuardar.AlwaysExpanded = true;
                        this.EntradaImprimirGuardar.AutoSize = true;
                        this.EntradaImprimirGuardar.Location = new System.Drawing.Point(216, 368);
                        this.EntradaImprimirGuardar.Name = "EntradaImprimirGuardar";
                        this.EntradaImprimirGuardar.SetData = new string[] {
        "Sí|1",
        "No|0"};
                        this.EntradaImprimirGuardar.Size = new System.Drawing.Size(52, 40);
                        this.EntradaImprimirGuardar.TabIndex = 17;
                        this.EntradaImprimirGuardar.TextKey = "1";
                        // 
                        // label9
                        // 
                        this.label9.Location = new System.Drawing.Point(0, 368);
                        this.label9.Name = "label9";
                        this.label9.Size = new System.Drawing.Size(208, 40);
                        this.label9.TabIndex = 16;
                        this.label9.Text = "Imprimir automáticamente al guardar el comprobante";
                        this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // GroupLabel
                        // 
                        this.GroupLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.GroupLabel.Location = new System.Drawing.Point(468, 0);
                        this.GroupLabel.Name = "GroupLabel";
                        this.GroupLabel.Size = new System.Drawing.Size(378, 32);
                        this.GroupLabel.TabIndex = 30;
                        this.GroupLabel.Text = "Dónde se imprime:";
                        this.GroupLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.GroupLabel.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader;
                        this.GroupLabel.UseMnemonic = false;
                        // 
                        // Listado
                        // 
                        this.Listado.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.Listado.BorderStyle = System.Windows.Forms.BorderStyle.None;
                        this.Listado.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.ColCod,
            this.ColSucursal,
            this.ColEstacion,
            this.ColPv,
            this.ColImpresora});
                        this.Listado.FieldName = null;
                        this.Listado.FullRowSelect = true;
                        this.Listado.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
                        this.Listado.LabelWrap = false;
                        this.Listado.Location = new System.Drawing.Point(468, 32);
                        this.Listado.MultiSelect = false;
                        this.Listado.Name = "Listado";
                        this.Listado.ReadOnly = false;
                        this.Listado.Size = new System.Drawing.Size(378, 328);
                        this.Listado.TabIndex = 31;
                        this.Listado.UseCompatibleStateImageBehavior = false;
                        this.Listado.View = System.Windows.Forms.View.Details;
                        // 
                        // ColCod
                        // 
                        this.ColCod.Text = "Cod";
                        this.ColCod.Width = 0;
                        // 
                        // ColSucursal
                        // 
                        this.ColSucursal.Text = "Sucursal";
                        this.ColSucursal.Width = 160;
                        // 
                        // ColEstacion
                        // 
                        this.ColEstacion.Text = "Estacion";
                        this.ColEstacion.Width = 160;
                        // 
                        // ColPv
                        // 
                        this.ColPv.Text = "PV";
                        this.ColPv.Width = 96;
                        // 
                        // ColImpresora
                        // 
                        this.ColImpresora.Text = "Se imprime en";
                        this.ColImpresora.Width = 160;
                        // 
                        // BotonQuitar
                        // 
                        this.BotonQuitar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
                        this.BotonQuitar.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonQuitar.Image = null;
                        this.BotonQuitar.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonQuitar.Location = new System.Drawing.Point(619, 374);
                        this.BotonQuitar.Name = "BotonQuitar";
                        this.BotonQuitar.Size = new System.Drawing.Size(108, 34);
                        this.BotonQuitar.SubLabelPos = Lui.Forms.SubLabelPositions.None;
                        this.BotonQuitar.Subtext = "";
                        this.BotonQuitar.TabIndex = 32;
                        this.BotonQuitar.Text = "Quitar";
                        this.BotonQuitar.Click += new System.EventHandler(this.BotonQuitar_Click);
                        // 
                        // BotonAgregar
                        // 
                        this.BotonAgregar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
                        this.BotonAgregar.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonAgregar.Image = null;
                        this.BotonAgregar.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonAgregar.Location = new System.Drawing.Point(739, 374);
                        this.BotonAgregar.Name = "BotonAgregar";
                        this.BotonAgregar.Size = new System.Drawing.Size(108, 34);
                        this.BotonAgregar.SubLabelPos = Lui.Forms.SubLabelPositions.Right;
                        this.BotonAgregar.Subtext = "F6";
                        this.BotonAgregar.TabIndex = 33;
                        this.BotonAgregar.Text = "Agregar";
                        this.BotonAgregar.Click += new System.EventHandler(this.BotonAgregar_Click);
                        // 
                        // EntradaCargaPapel
                        // 
                        this.EntradaCargaPapel.AlwaysExpanded = true;
                        this.EntradaCargaPapel.AutoSize = true;
                        this.EntradaCargaPapel.Location = new System.Drawing.Point(216, 416);
                        this.EntradaCargaPapel.Name = "EntradaCargaPapel";
                        this.EntradaCargaPapel.SetData = new string[] {
        "Automática|0",
        "Manual|1"};
                        this.EntradaCargaPapel.Size = new System.Drawing.Size(104, 40);
                        this.EntradaCargaPapel.TabIndex = 19;
                        this.EntradaCargaPapel.TextKey = "0";
                        // 
                        // label10
                        // 
                        this.label10.Location = new System.Drawing.Point(0, 416);
                        this.label10.Name = "label10";
                        this.label10.Size = new System.Drawing.Size(208, 24);
                        this.label10.TabIndex = 18;
                        this.label10.Text = "Carga de papel";
                        this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Editar
                        // 
                        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
                        this.Controls.Add(this.EntradaCargaPapel);
                        this.Controls.Add(this.label10);
                        this.Controls.Add(this.BotonQuitar);
                        this.Controls.Add(this.BotonAgregar);
                        this.Controls.Add(this.Listado);
                        this.Controls.Add(this.EntradaImprimirGuardar);
                        this.Controls.Add(this.EntradaImprimirModificar);
                        this.Controls.Add(this.EntradaImprimirRepetir);
                        this.Controls.Add(this.EntradaNumerarAl);
                        this.Controls.Add(this.label4);
                        this.Controls.Add(this.label3);
                        this.Controls.Add(this.EntradaSituacionDestino);
                        this.Controls.Add(this.label7);
                        this.Controls.Add(this.EntradaSituacionOrigen);
                        this.Controls.Add(this.EntradaMueveStock);
                        this.Controls.Add(this.label2);
                        this.Controls.Add(this.EntradaLetra);
                        this.Controls.Add(this.label1);
                        this.Controls.Add(this.EntradaNombre);
                        this.Controls.Add(this.Label5);
                        this.Controls.Add(this.label9);
                        this.Controls.Add(this.label8);
                        this.Controls.Add(this.label6);
                        this.Controls.Add(this.GroupLabel);
                        this.MinimumSize = new System.Drawing.Size(848, 462);
                        this.Name = "Editar";
                        this.Size = new System.Drawing.Size(848, 462);
                        this.ResumeLayout(false);
                        this.PerformLayout();

                }
コード例 #23
0
                private void InitializeComponent()
                {
                        this.MatrizArticulos = new Lcc.Entrada.Articulos.MatrizDetalleComprobante();
                        this.EtiquetaTitulo = new Lui.Forms.Label();
                        this.Label4 = new Lui.Forms.Label();
                        this.EntradaTotal = new Lui.Forms.TextBox();
                        this.EntradaDescuento = new Lui.Forms.TextBox();
                        this.Label6 = new Lui.Forms.Label();
                        this.EntradaSubTotal = new Lui.Forms.TextBox();
                        this.Label5 = new Lui.Forms.Label();
                        this.SuspendLayout();
                        // 
                        // MatrizArticulos
                        // 
                        this.MatrizArticulos.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.MatrizArticulos.AutoScroll = true;
                        this.MatrizArticulos.AutoScrollMargin = new System.Drawing.Size(4, 4);
                        this.MatrizArticulos.Font = new System.Drawing.Font("Bitstream Vera Sans", 9.75F);
                        this.MatrizArticulos.FreeTextCode = "*";
                        this.MatrizArticulos.Location = new System.Drawing.Point(24, 64);
                        this.MatrizArticulos.BloquearPrecio = false;
                        this.MatrizArticulos.BloquearCantidad = false;
                        this.MatrizArticulos.BloquearAtriculo = false;
                        this.MatrizArticulos.Name = "MatrizArticulos";
                        this.MatrizArticulos.Precio = Lcc.Entrada.Articulos.Precios.Pvp;
                        this.MatrizArticulos.ShowStock = true;
                        this.MatrizArticulos.Size = new System.Drawing.Size(624, 256);
                        this.MatrizArticulos.TabIndex = 1;
                        this.MatrizArticulos.TotalChanged += new System.EventHandler(this.ProductArray_TotalChanged);
                        // 
                        // EtiquetaTitulo
                        // 
                        this.EtiquetaTitulo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EtiquetaTitulo.Location = new System.Drawing.Point(24, 24);
                        this.EtiquetaTitulo.Name = "EtiquetaTitulo";
                        this.EtiquetaTitulo.Size = new System.Drawing.Size(624, 32);
                        this.EtiquetaTitulo.TabIndex = 0;
                        this.EtiquetaTitulo.Text = "Artículos";
                        this.EtiquetaTitulo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.EtiquetaTitulo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
                        // 
                        // Label4
                        // 
                        this.Label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
                        this.Label4.Location = new System.Drawing.Point(416, 336);
                        this.Label4.Name = "Label4";
                        this.Label4.Size = new System.Drawing.Size(88, 32);
                        this.Label4.TabIndex = 53;
                        this.Label4.Text = "Total";
                        this.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
                        this.Label4.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Bigger;
                        // 
                        // EntradaTotal
                        // 
                        this.EntradaTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaTotal.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaTotal.Location = new System.Drawing.Point(504, 336);
                        this.EntradaTotal.Name = "EntradaTotal";
                        this.EntradaTotal.Prefijo = "$";
                        this.EntradaTotal.Size = new System.Drawing.Size(144, 32);
                        this.EntradaTotal.TabIndex = 54;
                        this.EntradaTotal.TabStop = false;
                        this.EntradaTotal.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Bigger;
                        // 
                        // EntradaDescuento
                        // 
                        this.EntradaDescuento.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
                        this.EntradaDescuento.DataType = Lui.Forms.DataTypes.Float;
                        this.EntradaDescuento.Location = new System.Drawing.Point(288, 336);
                        this.EntradaDescuento.Name = "EntradaDescuento";
                        this.EntradaDescuento.Size = new System.Drawing.Size(80, 24);
                        this.EntradaDescuento.Sufijo = "%";
                        this.EntradaDescuento.TabIndex = 58;
                        this.EntradaDescuento.Text = "0.0000";
                        this.EntradaDescuento.TextChanged += new System.EventHandler(this.EntradaSubTotal_TextChanged);
                        // 
                        // Label6
                        // 
                        this.Label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
                        this.Label6.Location = new System.Drawing.Point(200, 336);
                        this.Label6.Name = "Label6";
                        this.Label6.Size = new System.Drawing.Size(88, 24);
                        this.Label6.TabIndex = 57;
                        this.Label6.Text = "Descuento";
                        this.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaSubTotal
                        // 
                        this.EntradaSubTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
                        this.EntradaSubTotal.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaSubTotal.Location = new System.Drawing.Point(96, 336);
                        this.EntradaSubTotal.Name = "EntradaSubTotal";
                        this.EntradaSubTotal.Prefijo = "$";
                        this.EntradaSubTotal.Size = new System.Drawing.Size(88, 24);
                        this.EntradaSubTotal.TabIndex = 56;
                        this.EntradaSubTotal.TabStop = false;
                        this.EntradaSubTotal.TextChanged += new System.EventHandler(this.EntradaSubTotal_TextChanged);
                        // 
                        // Label5
                        // 
                        this.Label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
                        this.Label5.Location = new System.Drawing.Point(16, 336);
                        this.Label5.Name = "Label5";
                        this.Label5.Size = new System.Drawing.Size(80, 24);
                        this.Label5.TabIndex = 55;
                        this.Label5.Text = "Subtotal";
                        this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Articulos
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(675, 441);
                        this.Controls.Add(this.EntradaDescuento);
                        this.Controls.Add(this.Label6);
                        this.Controls.Add(this.EntradaSubTotal);
                        this.Controls.Add(this.Label5);
                        this.Controls.Add(this.Label4);
                        this.Controls.Add(this.EntradaTotal);
                        this.Controls.Add(this.EtiquetaTitulo);
                        this.Controls.Add(this.MatrizArticulos);
                        this.ForeColor = System.Drawing.Color.Black;
                        this.Name = "Articulos";
                        this.Text = "Artículos asociados a la tarea";
                        this.Controls.SetChildIndex(this.MatrizArticulos, 0);
                        this.Controls.SetChildIndex(this.EtiquetaTitulo, 0);
                        this.Controls.SetChildIndex(this.EntradaTotal, 0);
                        this.Controls.SetChildIndex(this.Label4, 0);
                        this.Controls.SetChildIndex(this.Label5, 0);
                        this.Controls.SetChildIndex(this.EntradaSubTotal, 0);
                        this.Controls.SetChildIndex(this.Label6, 0);
                        this.Controls.SetChildIndex(this.EntradaDescuento, 0);
                        this.ResumeLayout(false);

                }
コード例 #24
0
                private void InitializeComponent()
                {
                        this.EntradaNumero = new Lui.Forms.TextBox();
                        this.Label3 = new Lui.Forms.Label();
                        this.Label1 = new Lui.Forms.Label();
                        this.EntradaBanco = new Lcc.Entrada.CodigoDetalle();
                        this.EntradaTipo = new Lui.Forms.ComboBox();
                        this.Label7 = new Lui.Forms.Label();
                        this.EntradaNombre = new Lui.Forms.TextBox();
                        this.Label2 = new Lui.Forms.Label();
                        this.Label4 = new Lui.Forms.Label();
                        this.EntradaMoneda = new Lcc.Entrada.CodigoDetalle();
                        this.EntradaClaveBancaria = new Lui.Forms.TextBox();
                        this.EtiquetaClaveBancaria = new Lui.Forms.Label();
                        this.EntradaTitular = new Lui.Forms.TextBox();
                        this.label6 = new Lui.Forms.Label();
                        this.EntradaEstado = new Lui.Forms.ComboBox();
                        this.label8 = new Lui.Forms.Label();
                        this.SuspendLayout();
                        // 
                        // EntradaNumero
                        // 
                        this.EntradaNumero.Location = new System.Drawing.Point(124, 152);
                        this.EntradaNumero.Name = "EntradaNumero";
                        this.EntradaNumero.ReadOnly = false;
                        this.EntradaNumero.Size = new System.Drawing.Size(228, 24);
                        this.EntradaNumero.TabIndex = 9;
                        this.EntradaNumero.TextChanged += new System.EventHandler(this.NumeroBanco_TextChanged);
                        // 
                        // Label3
                        // 
                        this.Label3.Location = new System.Drawing.Point(0, 152);
                        this.Label3.Name = "Label3";
                        this.Label3.Size = new System.Drawing.Size(120, 24);
                        this.Label3.TabIndex = 8;
                        this.Label3.Text = "Número";
                        this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
                        // 
                        // Label1
                        // 
                        this.Label1.Location = new System.Drawing.Point(0, 120);
                        this.Label1.Name = "Label1";
                        this.Label1.Size = new System.Drawing.Size(120, 24);
                        this.Label1.TabIndex = 6;
                        this.Label1.Text = "Banco";
                        this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
                        // 
                        // EntradaBanco
                        // 
                        this.EntradaBanco.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaBanco.CanCreate = true;
                        this.EntradaBanco.Filter = "";
                        this.EntradaBanco.Location = new System.Drawing.Point(124, 120);
                        this.EntradaBanco.MaxLength = 200;
                        this.EntradaBanco.Name = "EntradaBanco";
                        this.EntradaBanco.ReadOnly = false;
                        this.EntradaBanco.Required = false;
                        this.EntradaBanco.Size = new System.Drawing.Size(488, 24);
                        this.EntradaBanco.TabIndex = 7;
                        this.EntradaBanco.NombreTipo = "Lbl.Bancos.Banco";
                        this.EntradaBanco.Text = "0";
                        this.EntradaBanco.TextChanged += new System.EventHandler(this.NumeroBanco_TextChanged);
                        // 
                        // EntradaTipo
                        // 
                        this.EntradaTipo.AlwaysExpanded = true;
                        this.EntradaTipo.AutoSize = true;
                        this.EntradaTipo.Location = new System.Drawing.Point(124, 64);
                        this.EntradaTipo.Name = "EntradaTipo";
                        this.EntradaTipo.ReadOnly = false;
                        this.EntradaTipo.SetData = new string[] {
        "Efectivo|0",
        "Caja de ahorro|1",
        "Cuenta corriente|2"};
                        this.EntradaTipo.Size = new System.Drawing.Size(168, 51);
                        this.EntradaTipo.TabIndex = 5;
                        this.EntradaTipo.TextKey = "1";
                        this.EntradaTipo.TextChanged += new System.EventHandler(this.EntradaTipo_TextChanged);
                        // 
                        // Label7
                        // 
                        this.Label7.Location = new System.Drawing.Point(0, 64);
                        this.Label7.Name = "Label7";
                        this.Label7.Size = new System.Drawing.Size(120, 24);
                        this.Label7.TabIndex = 4;
                        this.Label7.Text = "Tipo de Caja";
                        this.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
                        // 
                        // EntradaNombre
                        // 
                        this.EntradaNombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
                        this.EntradaNombre.Location = new System.Drawing.Point(124, 0);
                        this.EntradaNombre.Name = "EntradaNombre";
                        this.EntradaNombre.ReadOnly = false;
                        this.EntradaNombre.Size = new System.Drawing.Size(488, 24);
                        this.EntradaNombre.TabIndex = 1;
                        this.EntradaNombre.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.EntradaNombre_KeyPress);
                        // 
                        // Label2
                        // 
                        this.Label2.Location = new System.Drawing.Point(0, 0);
                        this.Label2.Name = "Label2";
                        this.Label2.Size = new System.Drawing.Size(120, 24);
                        this.Label2.TabIndex = 0;
                        this.Label2.Text = "Nombre";
                        this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
                        // 
                        // Label4
                        // 
                        this.Label4.Location = new System.Drawing.Point(0, 184);
                        this.Label4.Name = "Label4";
                        this.Label4.Size = new System.Drawing.Size(120, 24);
                        this.Label4.TabIndex = 10;
                        this.Label4.Text = "Moneda";
                        this.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
                        // 
                        // EntradaMoneda
                        // 
                        this.EntradaMoneda.CanCreate = true;
                        this.EntradaMoneda.Filter = "";
                        this.EntradaMoneda.Location = new System.Drawing.Point(124, 184);
                        this.EntradaMoneda.MaxLength = 200;
                        this.EntradaMoneda.Name = "EntradaMoneda";
                        this.EntradaMoneda.ReadOnly = false;
                        this.EntradaMoneda.Required = false;
                        this.EntradaMoneda.Size = new System.Drawing.Size(228, 24);
                        this.EntradaMoneda.TabIndex = 11;
                        this.EntradaMoneda.NombreTipo = "Lbl.Entidades.Moneda";
                        this.EntradaMoneda.Text = "0";
                        // 
                        // EntradaClaveBancaria
                        // 
                        this.EntradaClaveBancaria.Location = new System.Drawing.Point(124, 216);
                        this.EntradaClaveBancaria.MaxLength = 23;
                        this.EntradaClaveBancaria.Name = "EntradaClaveBancaria";
                        this.EntradaClaveBancaria.ReadOnly = false;
                        this.EntradaClaveBancaria.Size = new System.Drawing.Size(228, 24);
                        this.EntradaClaveBancaria.TabIndex = 13;
                        // 
                        // EtiquetaClaveBancaria
                        // 
                        this.EtiquetaClaveBancaria.Location = new System.Drawing.Point(0, 216);
                        this.EtiquetaClaveBancaria.Name = "EtiquetaClaveBancaria";
                        this.EtiquetaClaveBancaria.Size = new System.Drawing.Size(120, 24);
                        this.EtiquetaClaveBancaria.TabIndex = 12;
                        this.EtiquetaClaveBancaria.Text = "Clave Bancaria";
                        this.EtiquetaClaveBancaria.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
                        // 
                        // EntradaTitular
                        // 
                        this.EntradaTitular.Location = new System.Drawing.Point(124, 32);
                        this.EntradaTitular.Name = "EntradaTitular";
                        this.EntradaTitular.ReadOnly = false;
                        this.EntradaTitular.Size = new System.Drawing.Size(436, 24);
                        this.EntradaTitular.TabIndex = 3;
                        // 
                        // label6
                        // 
                        this.label6.Location = new System.Drawing.Point(0, 32);
                        this.label6.Name = "label6";
                        this.label6.Size = new System.Drawing.Size(120, 24);
                        this.label6.TabIndex = 2;
                        this.label6.Text = "Titular";
                        this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
                        // 
                        // EntradaEstado
                        // 
                        this.EntradaEstado.AlwaysExpanded = true;
                        this.EntradaEstado.AutoSize = true;
                        this.EntradaEstado.Location = new System.Drawing.Point(124, 248);
                        this.EntradaEstado.Name = "EntradaEstado";
                        this.EntradaEstado.ReadOnly = false;
                        this.EntradaEstado.SetData = new string[] {
        "Activa|1",
        "Inactiva|0"};
                        this.EntradaEstado.Size = new System.Drawing.Size(168, 36);
                        this.EntradaEstado.TabIndex = 15;
                        this.EntradaEstado.TextKey = "1";
                        // 
                        // label8
                        // 
                        this.label8.Location = new System.Drawing.Point(0, 248);
                        this.label8.Name = "label8";
                        this.label8.Size = new System.Drawing.Size(120, 24);
                        this.label8.TabIndex = 14;
                        this.label8.Text = "Estado";
                        this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
                        // 
                        // Editar
                        // 
                        this.Controls.Add(this.Label2);
                        this.Controls.Add(this.EntradaEstado);
                        this.Controls.Add(this.label8);
                        this.Controls.Add(this.EntradaTitular);
                        this.Controls.Add(this.label6);
                        this.Controls.Add(this.EntradaClaveBancaria);
                        this.Controls.Add(this.EtiquetaClaveBancaria);
                        this.Controls.Add(this.Label4);
                        this.Controls.Add(this.EntradaMoneda);
                        this.Controls.Add(this.EntradaNombre);
                        this.Controls.Add(this.Label3);
                        this.Controls.Add(this.EntradaTipo);
                        this.Controls.Add(this.Label7);
                        this.Controls.Add(this.Label1);
                        this.Controls.Add(this.EntradaBanco);
                        this.Controls.Add(this.EntradaNumero);
                        this.Name = "Editar";
                        this.Size = new System.Drawing.Size(615, 352);
                        this.ResumeLayout(false);
                        this.PerformLayout();

                }
コード例 #25
0
 private void InitializeComponent()
 {
     this.components           = new System.ComponentModel.Container();
     this.EntradaBuscar        = new Lui.Forms.TextBox();
     this.TimerBuscar          = new System.Windows.Forms.Timer(this.components);
     this.EtiquetaListadoVacio = new Lui.Forms.Label();
     this.BotonCrear           = new Lui.Forms.Button();
     this.PanelContadores.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PicEsperar)).BeginInit();
     this.SuspendLayout();
     //
     // Listado
     //
     this.Listado.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Listado_KeyDown);
     //
     // EtiquetaCantidad
     //
     this.EtiquetaCantidad.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
     this.EtiquetaCantidad.Size   = new System.Drawing.Size(184, 26);
     //
     // EntradaBuscar
     //
     this.EntradaBuscar.Location        = new System.Drawing.Point(8, 8);
     this.EntradaBuscar.Name            = "EntradaBuscar";
     this.EntradaBuscar.PlaceholderText = "Buscar (F3)";
     this.EntradaBuscar.Size            = new System.Drawing.Size(212, 24);
     this.EntradaBuscar.TabIndex        = 1;
     this.EntradaBuscar.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.EntradaBuscar_KeyDown);
     this.EntradaBuscar.TextChanged    += new System.EventHandler(this.EntradaBuscar_TextChanged);
     //
     // TimerBuscar
     //
     this.TimerBuscar.Interval = 500;
     this.TimerBuscar.Tick    += new System.EventHandler(this.TimerBuscar_Tick);
     //
     // EtiquetaListadoVacio
     //
     this.EtiquetaListadoVacio.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaListadoVacio.AutoEllipsis = true;
     this.EtiquetaListadoVacio.Location     = new System.Drawing.Point(332, 192);
     this.EtiquetaListadoVacio.Margin       = new System.Windows.Forms.Padding(0);
     this.EtiquetaListadoVacio.Name         = "EtiquetaListadoVacio";
     this.EtiquetaListadoVacio.Size         = new System.Drawing.Size(380, 80);
     this.EtiquetaListadoVacio.TabIndex     = 70;
     this.EtiquetaListadoVacio.Text         = "El listado no contiene datos.\r\nHaga clic en el botón \'Crear\' para añadir nuevos e" +
                                              "lementos.";
     this.EtiquetaListadoVacio.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.EtiquetaListadoVacio.TextStyle   = Lazaro.Pres.DisplayStyles.TextStyles.Info;
     this.EtiquetaListadoVacio.UseMnemonic = false;
     this.EtiquetaListadoVacio.Visible     = false;
     this.EtiquetaListadoVacio.Click      += new System.EventHandler(this.EtiquetaListadoVacio_Click);
     //
     // BotonCrear
     //
     this.BotonCrear.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.BotonCrear.DialogResult = System.Windows.Forms.DialogResult.None;
     this.BotonCrear.Image        = null;
     this.BotonCrear.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonCrear.Location     = new System.Drawing.Point(180, 137);
     this.BotonCrear.Margin       = new System.Windows.Forms.Padding(0, 6, 0, 0);
     this.BotonCrear.MaximumSize  = new System.Drawing.Size(160, 64);
     this.BotonCrear.MinimumSize  = new System.Drawing.Size(96, 32);
     this.BotonCrear.Name         = "BotonCrear";
     this.BotonCrear.Size         = new System.Drawing.Size(136, 40);
     this.BotonCrear.SubLabelPos  = Lui.Forms.SubLabelPositions.Bottom;
     this.BotonCrear.Subtext      = "F6";
     this.BotonCrear.TabIndex     = 71;
     this.BotonCrear.Text         = "Crear";
     this.BotonCrear.Click       += new System.EventHandler(this.BotonCrear_Click);
     //
     // FormularioListado
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(864, 447);
     this.Controls.Add(this.EtiquetaListadoVacio);
     this.Controls.Add(this.EntradaBuscar);
     this.PanelAcciones.Controls.Add(BotonCrear);
     this.Margin      = new System.Windows.Forms.Padding(6);
     this.MinimumSize = new System.Drawing.Size(795, 486);
     this.Name        = "FormularioListado";
     this.Text        = "Listado";
     this.Controls.SetChildIndex(this.PanelContadores, 0);
     this.Controls.SetChildIndex(this.PicEsperar, 0);
     this.Controls.SetChildIndex(this.EntradaBuscar, 0);
     this.Controls.SetChildIndex(this.EtiquetaCantidad, 0);
     this.Controls.SetChildIndex(this.Listado, 0);
     this.Controls.SetChildIndex(this.EtiquetaListadoVacio, 0);
     this.PanelContadores.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.PicEsperar)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #26
0
		private void InitializeComponent()
		{
                        this.components = new System.ComponentModel.Container();
                        System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BusquedaRapida));
                        this.Listado = new Lui.Forms.ListView();
                        this.id = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.nombre = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.extra1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.extra2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.extra3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.extra4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.EntradaBuscar = new Lui.Forms.TextBox();
                        this.BotonNuevo = new Lui.Forms.Button();
                        this.TimerRefrescar = new System.Windows.Forms.Timer(this.components);
                        this.EtiquetaTitulo = new Lui.Forms.Label();
                        this.EtiquetaResultados = new Lui.Forms.Label();
                        this.label2 = new Lui.Forms.Label();
                        this.EtiquetaSeleccionar = new Lui.Forms.Label();
                        this.pictureBox1 = new System.Windows.Forms.PictureBox();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
                        this.SuspendLayout();
                        // 
                        // Listado
                        // 
                        this.Listado.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.Listado.BorderStyle = System.Windows.Forms.BorderStyle.None;
                        this.Listado.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.id,
            this.nombre,
            this.extra1,
            this.extra2,
            this.extra3,
            this.extra4});
                        this.Listado.FieldName = null;
                        this.Listado.FullRowSelect = true;
                        this.Listado.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
                        this.Listado.HideSelection = false;
                        this.Listado.LabelWrap = false;
                        this.Listado.Location = new System.Drawing.Point(24, 128);
                        this.Listado.MultiSelect = false;
                        this.Listado.Name = "Listado";
                        this.Listado.ReadOnly = false;
                        this.Listado.Size = new System.Drawing.Size(664, 264);
                        this.Listado.TabIndex = 3;
                        this.Listado.UseCompatibleStateImageBehavior = false;
                        this.Listado.View = System.Windows.Forms.View.Details;
                        this.Listado.SelectedIndexChanged += new System.EventHandler(this.Listado_SelectedIndexChanged);
                        this.Listado.DoubleClick += new System.EventHandler(this.Listado_DoubleClick);
                        this.Listado.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Listado_KeyDown);
                        // 
                        // id
                        // 
                        this.id.Text = "Cód";
                        // 
                        // nombre
                        // 
                        this.nombre.Text = "Detalle";
                        this.nombre.Width = 300;
                        // 
                        // extra1
                        // 
                        this.extra1.Text = "";
                        this.extra1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
                        this.extra1.Width = 100;
                        // 
                        // extra2
                        // 
                        this.extra2.Text = "";
                        this.extra2.Width = 100;
                        // 
                        // extra3
                        // 
                        this.extra3.Text = "";
                        this.extra3.Width = 80;
                        // 
                        // extra4
                        // 
                        this.extra4.Text = "";
                        this.extra4.Width = 80;
                        // 
                        // EntradaBuscar
                        // 
                        this.EntradaBuscar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaBuscar.AutoNav = false;
                        this.EntradaBuscar.Cursor = System.Windows.Forms.Cursors.Default;
                        this.EntradaBuscar.Location = new System.Drawing.Point(104, 64);
                        this.EntradaBuscar.Name = "EntradaBuscar";
                        this.EntradaBuscar.PlaceholderText = "¿Qué está buscando?";
                        this.EntradaBuscar.Size = new System.Drawing.Size(392, 24);
                        this.EntradaBuscar.TabIndex = 1;
                        this.EntradaBuscar.Text = "¿Qué está buscando?";
                        this.EntradaBuscar.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.EntradaBuscar_KeyPress);
                        this.EntradaBuscar.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EntradaBuscar_KeyDown);
                        this.EntradaBuscar.TextChanged += new System.EventHandler(this.EntradaBuscar_TextChanged);
                        // 
                        // BotonNuevo
                        // 
                        this.BotonNuevo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
                        this.BotonNuevo.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonNuevo.ForeColor = System.Drawing.SystemColors.ControlText;
                        this.BotonNuevo.Image = null;
                        this.BotonNuevo.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonNuevo.Location = new System.Drawing.Point(592, 48);
                        this.BotonNuevo.Name = "BotonNuevo";
                        this.BotonNuevo.Size = new System.Drawing.Size(96, 40);
                        this.BotonNuevo.SubLabelPos = Lui.Forms.SubLabelPositions.Bottom;
                        this.BotonNuevo.Subtext = "F6";
                        this.BotonNuevo.TabIndex = 4;
                        this.BotonNuevo.Text = "Crear";
                        this.BotonNuevo.Click += new System.EventHandler(this.BotonNuevo_Click);
                        // 
                        // TimerRefrescar
                        // 
                        this.TimerRefrescar.Interval = 1000;
                        this.TimerRefrescar.Tick += new System.EventHandler(this.TimerRefrescar_Tick);
                        // 
                        // EtiquetaTitulo
                        // 
                        this.EtiquetaTitulo.AutoSize = true;
                        this.EtiquetaTitulo.Location = new System.Drawing.Point(96, 24);
                        this.EtiquetaTitulo.Name = "EtiquetaTitulo";
                        this.EtiquetaTitulo.Size = new System.Drawing.Size(175, 30);
                        this.EtiquetaTitulo.TabIndex = 0;
                        this.EtiquetaTitulo.Text = "Búsqueda rápida";
                        this.EtiquetaTitulo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
                        this.EtiquetaTitulo.UseMnemonic = false;
                        // 
                        // EtiquetaResultados
                        // 
                        this.EtiquetaResultados.Location = new System.Drawing.Point(24, 104);
                        this.EtiquetaResultados.Name = "EtiquetaResultados";
                        this.EtiquetaResultados.Size = new System.Drawing.Size(664, 24);
                        this.EtiquetaResultados.TabIndex = 2;
                        this.EtiquetaResultados.Text = "Seleccione de la lista o utilice el cuadro de búsqueda.";
                        // 
                        // label2
                        // 
                        this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.label2.Location = new System.Drawing.Point(24, 400);
                        this.label2.Name = "label2";
                        this.label2.Size = new System.Drawing.Size(664, 32);
                        this.label2.TabIndex = 6;
                        this.label2.Text = resources.GetString("label2.Text");
                        this.label2.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
                        // 
                        // EtiquetaSeleccionar
                        // 
                        this.EtiquetaSeleccionar.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EtiquetaSeleccionar.Location = new System.Drawing.Point(72, 304);
                        this.EtiquetaSeleccionar.Name = "EtiquetaSeleccionar";
                        this.EtiquetaSeleccionar.Size = new System.Drawing.Size(592, 64);
                        this.EtiquetaSeleccionar.TabIndex = 8;
                        this.EtiquetaSeleccionar.Tag = "Pulse la tecla Entrar para seleccionar {0}.";
                        this.EtiquetaSeleccionar.Text = "Pulse la tecla Entrar para seleccionar {0}.";
                        this.EtiquetaSeleccionar.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
                        this.EtiquetaSeleccionar.UseMnemonic = false;
                        this.EtiquetaSeleccionar.Visible = false;
                        // 
                        // pictureBox1
                        // 
                        this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
                        this.pictureBox1.Location = new System.Drawing.Point(24, 24);
                        this.pictureBox1.Name = "pictureBox1";
                        this.pictureBox1.Size = new System.Drawing.Size(64, 64);
                        this.pictureBox1.TabIndex = 9;
                        this.pictureBox1.TabStop = false;
                        // 
                        // BusquedaRapida
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(714, 451);
                        this.Controls.Add(this.pictureBox1);
                        this.Controls.Add(this.EtiquetaSeleccionar);
                        this.Controls.Add(this.label2);
                        this.Controls.Add(this.EtiquetaTitulo);
                        this.Controls.Add(this.BotonNuevo);
                        this.Controls.Add(this.EntradaBuscar);
                        this.Controls.Add(this.Listado);
                        this.Controls.Add(this.EtiquetaResultados);
                        this.ForeColor = System.Drawing.SystemColors.ControlText;
                        this.Name = "BusquedaRapida";
                        this.ShowInTaskbar = false;
                        this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
                        this.Text = "Búsqueda rápida";
                        this.TopMost = true;
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
                        this.ResumeLayout(false);
                        this.PerformLayout();

		}
コード例 #27
0
                private void InitializeComponent()
                {
                        this.label9 = new Lui.Forms.Label();
                        this.EntradaAlicuota = new Lcc.Entrada.CodigoDetalle();
                        this.EntradaNombre = new Lui.Forms.TextBox();
                        this.Label5 = new Lui.Forms.Label();
                        this.SuspendLayout();
                        // 
                        // label9
                        // 
                        this.label9.Location = new System.Drawing.Point(0, 32);
                        this.label9.Name = "label9";
                        this.label9.Size = new System.Drawing.Size(116, 24);
                        this.label9.TabIndex = 2;
                        this.label9.Text = "Alícuota";
                        this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaAlicuota
                        // 
                        this.EntradaAlicuota.CanCreate = true;
                        this.EntradaAlicuota.Filter = "";
                        this.EntradaAlicuota.Location = new System.Drawing.Point(116, 32);
                        this.EntradaAlicuota.MaxLength = 200;
                        this.EntradaAlicuota.Name = "EntradaAlicuota";
                        this.EntradaAlicuota.PlaceholderText = "Sin especificar";
                        this.EntradaAlicuota.ReadOnly = false;
                        this.EntradaAlicuota.Required = true;
                        this.EntradaAlicuota.Size = new System.Drawing.Size(388, 24);
                        this.EntradaAlicuota.TabIndex = 3;
                        this.EntradaAlicuota.NombreTipo = "Lbl.Impuestos.Alicuota";
                        this.EntradaAlicuota.Text = "0";
                        // 
                        // EntradaNombre
                        // 
                        this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
                        this.EntradaNombre.Location = new System.Drawing.Point(116, 0);
                        this.EntradaNombre.Name = "EntradaNombre";
                        this.EntradaNombre.ReadOnly = false;
                        this.EntradaNombre.Size = new System.Drawing.Size(388, 24);
                        this.EntradaNombre.TabIndex = 1;
                        // 
                        // Label5
                        // 
                        this.Label5.Location = new System.Drawing.Point(0, 0);
                        this.Label5.Name = "Label5";
                        this.Label5.Size = new System.Drawing.Size(116, 24);
                        this.Label5.TabIndex = 0;
                        this.Label5.Text = "Nombre";
                        this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Editar
                        // 
                        this.Controls.Add(this.label9);
                        this.Controls.Add(this.EntradaAlicuota);
                        this.Controls.Add(this.EntradaNombre);
                        this.Controls.Add(this.Label5);
                        this.Name = "Editar";
                        this.Size = new System.Drawing.Size(488, 237);
                        this.ResumeLayout(false);

                }
コード例 #28
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components        = new System.ComponentModel.Container();
     this.Listado           = new Lui.Forms.ListView();
     this.EtiquetaContador2 = new Lui.Forms.Label();
     this.EntradaContador2  = new Lui.Forms.TextBox();
     this.EtiquetaContador1 = new Lui.Forms.Label();
     this.EntradaContador1  = new Lui.Forms.TextBox();
     this.EtiquetaCantidad  = new Lui.Forms.Label();
     this.BotonImprimir     = new Lui.Forms.Button();
     this.BotonFiltrar      = new Lui.Forms.Button();
     this.BotonCancelar     = new Lui.Forms.Button();
     this.PanelContadores   = new Lui.Forms.Panel();
     this.EntradaContador4  = new Lui.Forms.TextBox();
     this.EtiquetaContador4 = new Lui.Forms.Label();
     this.EntradaContador3  = new Lui.Forms.TextBox();
     this.EtiquetaContador3 = new Lui.Forms.Label();
     this.RefreshTimer      = new System.Windows.Forms.Timer(this.components);
     this.PicEsperar        = new System.Windows.Forms.PictureBox();
     this.PanelAcciones     = new Lui.Forms.ButtonPanel();
     this.PanelContadores.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PicEsperar)).BeginInit();
     this.PanelAcciones.SuspendLayout();
     this.SuspendLayout();
     //
     // Listado
     //
     this.Listado.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.Listado.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.Listado.FieldName     = null;
     this.Listado.FullRowSelect = true;
     this.Listado.HideSelection = false;
     this.Listado.Location      = new System.Drawing.Point(280, 0);
     this.Listado.Margin        = new System.Windows.Forms.Padding(4);
     this.Listado.MultiSelect   = false;
     this.Listado.Name          = "Listado";
     this.Listado.ReadOnly      = false;
     this.Listado.Size          = new System.Drawing.Size(800, 551);
     this.Listado.TabIndex      = 3;
     this.Listado.UseCompatibleStateImageBehavior = false;
     this.Listado.View         = System.Windows.Forms.View.Details;
     this.Listado.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.Listado_ColumnClick);
     this.Listado.DoubleClick += new System.EventHandler(this.Listado_DoubleClick);
     this.Listado.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.Listado_KeyDown);
     //
     // EtiquetaContador2
     //
     this.EtiquetaContador2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaContador2.Location    = new System.Drawing.Point(0, 35);
     this.EtiquetaContador2.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.EtiquetaContador2.Name        = "EtiquetaContador2";
     this.EtiquetaContador2.Size        = new System.Drawing.Size(125, 30);
     this.EtiquetaContador2.TabIndex    = 63;
     this.EtiquetaContador2.Text        = "Contador2";
     this.EtiquetaContador2.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.EtiquetaContador2.UseMnemonic = false;
     this.EtiquetaContador2.Visible     = false;
     //
     // EntradaContador2
     //
     this.EntradaContador2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaContador2.Location = new System.Drawing.Point(125, 35);
     this.EntradaContador2.Name     = "EntradaContador2";
     this.EntradaContador2.ReadOnly = true;
     this.EntradaContador2.Size     = new System.Drawing.Size(135, 30);
     this.EntradaContador2.TabIndex = 62;
     this.EntradaContador2.TabStop  = false;
     this.EntradaContador2.Visible  = false;
     //
     // EtiquetaContador1
     //
     this.EtiquetaContador1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaContador1.Location    = new System.Drawing.Point(0, 0);
     this.EtiquetaContador1.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.EtiquetaContador1.Name        = "EtiquetaContador1";
     this.EtiquetaContador1.Size        = new System.Drawing.Size(125, 30);
     this.EtiquetaContador1.TabIndex    = 61;
     this.EtiquetaContador1.Text        = "Contador 1";
     this.EtiquetaContador1.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.EtiquetaContador1.UseMnemonic = false;
     this.EtiquetaContador1.Visible     = false;
     //
     // EntradaContador1
     //
     this.EntradaContador1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaContador1.Location = new System.Drawing.Point(125, 0);
     this.EntradaContador1.Name     = "EntradaContador1";
     this.EntradaContador1.ReadOnly = true;
     this.EntradaContador1.Size     = new System.Drawing.Size(135, 30);
     this.EntradaContador1.TabIndex = 60;
     this.EntradaContador1.TabStop  = false;
     this.EntradaContador1.Visible  = false;
     //
     // EtiquetaCantidad
     //
     this.EtiquetaCantidad.AutoEllipsis = true;
     this.EtiquetaCantidad.Location     = new System.Drawing.Point(40, 240);
     this.EtiquetaCantidad.Margin       = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.EtiquetaCantidad.Name         = "EtiquetaCantidad";
     this.EtiquetaCantidad.Size         = new System.Drawing.Size(230, 50);
     this.EtiquetaCantidad.TabIndex     = 59;
     this.EtiquetaCantidad.Text         = "Cargando...";
     this.EtiquetaCantidad.UseMnemonic  = false;
     //
     // BotonImprimir
     //
     this.BotonImprimir.Anchor       = System.Windows.Forms.AnchorStyles.None;
     this.BotonImprimir.DialogResult = System.Windows.Forms.DialogResult.None;
     this.BotonImprimir.Image        = null;
     this.BotonImprimir.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonImprimir.Location     = new System.Drawing.Point(55, 114);
     this.BotonImprimir.Margin       = new System.Windows.Forms.Padding(0, 7, 0, 0);
     this.BotonImprimir.MaximumSize  = new System.Drawing.Size(160, 64);
     this.BotonImprimir.MinimumSize  = new System.Drawing.Size(96, 32);
     this.BotonImprimir.Name         = "BotonImprimir";
     this.BotonImprimir.Size         = new System.Drawing.Size(160, 50);
     this.BotonImprimir.SubLabelPos  = Lui.Forms.SubLabelPositions.Bottom;
     this.BotonImprimir.Subtext      = "F8";
     this.BotonImprimir.TabIndex     = 65;
     this.BotonImprimir.Text         = "Listado";
     this.BotonImprimir.Click       += new System.EventHandler(this.BotonImprimir_Click);
     //
     // BotonFiltrar
     //
     this.BotonFiltrar.Anchor       = System.Windows.Forms.AnchorStyles.None;
     this.BotonFiltrar.DialogResult = System.Windows.Forms.DialogResult.None;
     this.BotonFiltrar.Image        = null;
     this.BotonFiltrar.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonFiltrar.Location     = new System.Drawing.Point(60, 57);
     this.BotonFiltrar.Margin       = new System.Windows.Forms.Padding(0, 7, 0, 0);
     this.BotonFiltrar.MaximumSize  = new System.Drawing.Size(160, 64);
     this.BotonFiltrar.MinimumSize  = new System.Drawing.Size(96, 32);
     this.BotonFiltrar.Name         = "BotonFiltrar";
     this.BotonFiltrar.Size         = new System.Drawing.Size(160, 50);
     this.BotonFiltrar.SubLabelPos  = Lui.Forms.SubLabelPositions.Bottom;
     this.BotonFiltrar.Subtext      = "F2";
     this.BotonFiltrar.TabIndex     = 64;
     this.BotonFiltrar.Text         = "Filtrar";
     this.BotonFiltrar.Visible      = false;
     this.BotonFiltrar.Click       += new System.EventHandler(this.BotonFiltrar_Click);
     //
     // BotonCancelar
     //
     this.BotonCancelar.Anchor       = System.Windows.Forms.AnchorStyles.None;
     this.BotonCancelar.DialogResult = System.Windows.Forms.DialogResult.None;
     this.BotonCancelar.Image        = null;
     this.BotonCancelar.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonCancelar.Location     = new System.Drawing.Point(60, 171);
     this.BotonCancelar.Margin       = new System.Windows.Forms.Padding(0, 7, 0, 0);
     this.BotonCancelar.MaximumSize  = new System.Drawing.Size(160, 64);
     this.BotonCancelar.MinimumSize  = new System.Drawing.Size(96, 32);
     this.BotonCancelar.Name         = "BotonCancelar";
     this.BotonCancelar.Size         = new System.Drawing.Size(160, 50);
     this.BotonCancelar.SubLabelPos  = Lui.Forms.SubLabelPositions.Bottom;
     this.BotonCancelar.Subtext      = "Esc";
     this.BotonCancelar.TabIndex     = 66;
     this.BotonCancelar.Text         = "Volver";
     this.BotonCancelar.Click       += new System.EventHandler(this.BotonCancelar_Click);
     //
     // PanelContadores
     //
     this.PanelContadores.Controls.Add(this.EntradaContador4);
     this.PanelContadores.Controls.Add(this.EtiquetaContador4);
     this.PanelContadores.Controls.Add(this.EntradaContador3);
     this.PanelContadores.Controls.Add(this.EtiquetaContador3);
     this.PanelContadores.Controls.Add(this.EntradaContador1);
     this.PanelContadores.Controls.Add(this.EntradaContador2);
     this.PanelContadores.Controls.Add(this.EtiquetaContador1);
     this.PanelContadores.Controls.Add(this.EtiquetaContador2);
     this.PanelContadores.Location = new System.Drawing.Point(10, 90);
     this.PanelContadores.Margin   = new System.Windows.Forms.Padding(4);
     this.PanelContadores.Name     = "PanelContadores";
     this.PanelContadores.Size     = new System.Drawing.Size(260, 135);
     this.PanelContadores.TabIndex = 67;
     //
     // EntradaContador4
     //
     this.EntradaContador4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaContador4.Location = new System.Drawing.Point(125, 105);
     this.EntradaContador4.Name     = "EntradaContador4";
     this.EntradaContador4.ReadOnly = true;
     this.EntradaContador4.Size     = new System.Drawing.Size(135, 30);
     this.EntradaContador4.TabIndex = 66;
     this.EntradaContador4.TabStop  = false;
     this.EntradaContador4.Visible  = false;
     //
     // EtiquetaContador4
     //
     this.EtiquetaContador4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaContador4.Location    = new System.Drawing.Point(0, 105);
     this.EtiquetaContador4.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.EtiquetaContador4.Name        = "EtiquetaContador4";
     this.EtiquetaContador4.Size        = new System.Drawing.Size(125, 30);
     this.EtiquetaContador4.TabIndex    = 67;
     this.EtiquetaContador4.Text        = "Contador2";
     this.EtiquetaContador4.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.EtiquetaContador4.UseMnemonic = false;
     this.EtiquetaContador4.Visible     = false;
     //
     // EntradaContador3
     //
     this.EntradaContador3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaContador3.Location = new System.Drawing.Point(125, 70);
     this.EntradaContador3.Name     = "EntradaContador3";
     this.EntradaContador3.ReadOnly = true;
     this.EntradaContador3.Size     = new System.Drawing.Size(135, 30);
     this.EntradaContador3.TabIndex = 64;
     this.EntradaContador3.TabStop  = false;
     this.EntradaContador3.Visible  = false;
     //
     // EtiquetaContador3
     //
     this.EtiquetaContador3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaContador3.Location    = new System.Drawing.Point(0, 70);
     this.EtiquetaContador3.Margin      = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.EtiquetaContador3.Name        = "EtiquetaContador3";
     this.EtiquetaContador3.Size        = new System.Drawing.Size(125, 30);
     this.EtiquetaContador3.TabIndex    = 65;
     this.EtiquetaContador3.Text        = "Contador2";
     this.EtiquetaContador3.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.EtiquetaContador3.UseMnemonic = false;
     this.EtiquetaContador3.Visible     = false;
     //
     // RefreshTimer
     //
     this.RefreshTimer.Interval = 50;
     this.RefreshTimer.Tick    += new System.EventHandler(this.RefreshTimer_Tick);
     //
     // PicEsperar
     //
     this.PicEsperar.Image    = global::Lfc.Properties.Resources.ajax_loader;
     this.PicEsperar.Location = new System.Drawing.Point(10, 245);
     this.PicEsperar.Margin   = new System.Windows.Forms.Padding(4);
     this.PicEsperar.Name     = "PicEsperar";
     this.PicEsperar.Size     = new System.Drawing.Size(20, 20);
     this.PicEsperar.TabIndex = 68;
     this.PicEsperar.TabStop  = false;
     //
     // PanelAcciones
     //
     this.PanelAcciones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.PanelAcciones.Controls.Add(this.BotonCancelar);
     this.PanelAcciones.Controls.Add(this.BotonImprimir);
     this.PanelAcciones.Controls.Add(this.BotonFiltrar);
     this.PanelAcciones.FlowDirection = System.Windows.Forms.FlowDirection.BottomUp;
     this.PanelAcciones.Location      = new System.Drawing.Point(0, 300);
     this.PanelAcciones.Margin        = new System.Windows.Forms.Padding(4);
     this.PanelAcciones.Name          = "PanelAcciones";
     this.PanelAcciones.Padding       = new System.Windows.Forms.Padding(55, 15, 55, 15);
     this.PanelAcciones.Size          = new System.Drawing.Size(280, 251);
     this.PanelAcciones.TabIndex      = 4;
     //
     // FormularioListadoBase
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(1080, 551);
     this.Controls.Add(this.PanelAcciones);
     this.Controls.Add(this.PicEsperar);
     this.Controls.Add(this.PanelContadores);
     this.Controls.Add(this.Listado);
     this.Controls.Add(this.EtiquetaCantidad);
     this.Margin       = new System.Windows.Forms.Padding(6);
     this.MinimumSize  = new System.Drawing.Size(796, 488);
     this.Name         = "FormularioListadoBase";
     this.Text         = "FormularioListadoBase";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormularioListadoBase_FormClosing);
     this.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.FormularioListadoBase_KeyDown);
     this.PanelContadores.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.PicEsperar)).EndInit();
     this.PanelAcciones.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #29
0
                private void InitializeComponent()
                {
                        this.EntradaNombre = new Lui.Forms.TextBox();
                        this.Label5 = new Lui.Forms.Label();
                        this.EntradaUbicacion = new Lui.Forms.TextBox();
                        this.label10 = new Lui.Forms.Label();
                        this.EntradaTalonario = new Lui.Forms.ComboBox();
                        this.label9 = new Lui.Forms.Label();
                        this.EntradaFiscalBps = new Lui.Forms.ComboBox();
                        this.label2 = new Lui.Forms.Label();
                        this.EntradaFiscalPuerto = new Lui.Forms.ComboBox();
                        this.EntradaFiscalModelo = new Lui.Forms.ComboBox();
                        this.label7 = new Lui.Forms.Label();
                        this.label6 = new Lui.Forms.Label();
                        this.label1 = new Lui.Forms.Label();
                        this.EntradaTipo = new Lui.Forms.ComboBox();
                        this.Label16 = new Lui.Forms.Label();
                        this.EntradaCarga = new Lui.Forms.ComboBox();
                        this.label3 = new Lui.Forms.Label();
                        this.EntradaEstacion = new Lui.Forms.TextBox();
                        this.BotonSeleccionarEstacion = new Lui.Forms.Button();
                        this.EntradaDispositivo = new Lui.Forms.TextBox();
                        this.label4 = new Lui.Forms.Label();
                        this.BotonSeleccionarDispositivo = new Lui.Forms.Button();
                        this.SuspendLayout();
                        // 
                        // EntradaNombre
                        // 
                        this.EntradaNombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
                        this.EntradaNombre.Location = new System.Drawing.Point(120, 0);
                        this.EntradaNombre.Name = "EntradaNombre";
                        this.EntradaNombre.Size = new System.Drawing.Size(519, 24);
                        this.EntradaNombre.TabIndex = 1;
                        // 
                        // Label5
                        // 
                        this.Label5.Location = new System.Drawing.Point(0, 0);
                        this.Label5.Name = "Label5";
                        this.Label5.Size = new System.Drawing.Size(120, 24);
                        this.Label5.TabIndex = 0;
                        this.Label5.Text = "Nombre";
                        this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaUbicacion
                        // 
                        this.EntradaUbicacion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaUbicacion.Location = new System.Drawing.Point(120, 160);
                        this.EntradaUbicacion.Name = "EntradaUbicacion";
                        this.EntradaUbicacion.Size = new System.Drawing.Size(519, 24);
                        this.EntradaUbicacion.TabIndex = 10;
                        // 
                        // label10
                        // 
                        this.label10.Location = new System.Drawing.Point(0, 160);
                        this.label10.Name = "label10";
                        this.label10.Size = new System.Drawing.Size(120, 24);
                        this.label10.TabIndex = 9;
                        this.label10.Text = "Ubicación";
                        this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaTalonario
                        // 
                        this.EntradaTalonario.AlwaysExpanded = true;
                        this.EntradaTalonario.AutoSize = true;
                        this.EntradaTalonario.Location = new System.Drawing.Point(244, 196);
                        this.EntradaTalonario.Name = "EntradaTalonario";
                        this.EntradaTalonario.SetData = new string[] {
        "Sí|1",
        "No|0"};
                        this.EntradaTalonario.Size = new System.Drawing.Size(116, 40);
                        this.EntradaTalonario.TabIndex = 12;
                        this.EntradaTalonario.TextKey = "0";
                        // 
                        // label9
                        // 
                        this.label9.Location = new System.Drawing.Point(120, 196);
                        this.label9.Name = "label9";
                        this.label9.Size = new System.Drawing.Size(124, 24);
                        this.label9.TabIndex = 11;
                        this.label9.Text = "Usa Talonarios";
                        this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaFiscalBps
                        // 
                        this.EntradaFiscalBps.AlwaysExpanded = true;
                        this.EntradaFiscalBps.AutoSize = true;
                        this.EntradaFiscalBps.Enabled = false;
                        this.EntradaFiscalBps.Location = new System.Drawing.Point(244, 412);
                        this.EntradaFiscalBps.Name = "EntradaFiscalBps";
                        this.EntradaFiscalBps.SetData = new string[] {
        "9600 bps|9600",
        "19200 bps|19200"};
                        this.EntradaFiscalBps.Size = new System.Drawing.Size(136, 40);
                        this.EntradaFiscalBps.TabIndex = 20;
                        this.EntradaFiscalBps.TextKey = "9600";
                        // 
                        // label2
                        // 
                        this.label2.Location = new System.Drawing.Point(120, 240);
                        this.label2.Name = "label2";
                        this.label2.Size = new System.Drawing.Size(124, 24);
                        this.label2.TabIndex = 13;
                        this.label2.Text = "Carga de Papel";
                        this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaFiscalPuerto
                        // 
                        this.EntradaFiscalPuerto.AlwaysExpanded = true;
                        this.EntradaFiscalPuerto.AutoSize = true;
                        this.EntradaFiscalPuerto.Enabled = false;
                        this.EntradaFiscalPuerto.Location = new System.Drawing.Point(244, 364);
                        this.EntradaFiscalPuerto.Name = "EntradaFiscalPuerto";
                        this.EntradaFiscalPuerto.SetData = new string[] {
        "COM1|1",
        "COM2|2"};
                        this.EntradaFiscalPuerto.Size = new System.Drawing.Size(136, 40);
                        this.EntradaFiscalPuerto.TabIndex = 18;
                        this.EntradaFiscalPuerto.TextKey = "1";
                        // 
                        // EntradaFiscalModelo
                        // 
                        this.EntradaFiscalModelo.AlwaysExpanded = true;
                        this.EntradaFiscalModelo.AutoSize = true;
                        this.EntradaFiscalModelo.Enabled = false;
                        this.EntradaFiscalModelo.Location = new System.Drawing.Point(244, 284);
                        this.EntradaFiscalModelo.Name = "EntradaFiscalModelo";
                        this.EntradaFiscalModelo.SetData = new string[] {
        "Hasar|100",
        "Hasar Tiqueadora|110",
        "Epson|300",
        "Emulación|1"};
                        this.EntradaFiscalModelo.Size = new System.Drawing.Size(136, 74);
                        this.EntradaFiscalModelo.TabIndex = 16;
                        this.EntradaFiscalModelo.TextKey = "300";
                        // 
                        // label7
                        // 
                        this.label7.Location = new System.Drawing.Point(120, 412);
                        this.label7.Name = "label7";
                        this.label7.Size = new System.Drawing.Size(124, 24);
                        this.label7.TabIndex = 19;
                        this.label7.Text = "Velocidad";
                        this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // label6
                        // 
                        this.label6.Location = new System.Drawing.Point(120, 364);
                        this.label6.Name = "label6";
                        this.label6.Size = new System.Drawing.Size(124, 24);
                        this.label6.TabIndex = 17;
                        this.label6.Text = "Puerto";
                        this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // label1
                        // 
                        this.label1.Location = new System.Drawing.Point(120, 288);
                        this.label1.Name = "label1";
                        this.label1.Size = new System.Drawing.Size(124, 24);
                        this.label1.TabIndex = 15;
                        this.label1.Text = "Modelo";
                        this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaTipo
                        // 
                        this.EntradaTipo.AlwaysExpanded = true;
                        this.EntradaTipo.AutoSize = true;
                        this.EntradaTipo.Location = new System.Drawing.Point(120, 32);
                        this.EntradaTipo.Name = "EntradaTipo";
                        this.EntradaTipo.SetData = new string[] {
        "Nula|0",
        "Impresora de Windows|1",
        "Controlador Fiscal|2"};
                        this.EntradaTipo.Size = new System.Drawing.Size(208, 57);
                        this.EntradaTipo.TabIndex = 2;
                        this.EntradaTipo.TextKey = "1";
                        this.EntradaTipo.TextChanged += new System.EventHandler(this.EntradaTipo_TextChanged);
                        // 
                        // Label16
                        // 
                        this.Label16.Location = new System.Drawing.Point(0, 32);
                        this.Label16.Name = "Label16";
                        this.Label16.Size = new System.Drawing.Size(120, 24);
                        this.Label16.TabIndex = 1;
                        this.Label16.Text = "Tipo";
                        this.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaCarga
                        // 
                        this.EntradaCarga.AlwaysExpanded = true;
                        this.EntradaCarga.AutoSize = true;
                        this.EntradaCarga.Location = new System.Drawing.Point(244, 240);
                        this.EntradaCarga.Name = "EntradaCarga";
                        this.EntradaCarga.SetData = new string[] {
        "Automática|0",
        "Manual|1"};
                        this.EntradaCarga.Size = new System.Drawing.Size(208, 40);
                        this.EntradaCarga.TabIndex = 14;
                        this.EntradaCarga.TextKey = "0";
                        // 
                        // label3
                        // 
                        this.label3.Location = new System.Drawing.Point(0, 96);
                        this.label3.Name = "label3";
                        this.label3.Size = new System.Drawing.Size(120, 24);
                        this.label3.TabIndex = 3;
                        this.label3.Text = "Equipo";
                        this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaEstacion
                        // 
                        this.EntradaEstacion.ForceCase = Lui.Forms.TextCasing.UpperCase;
                        this.EntradaEstacion.Location = new System.Drawing.Point(120, 96);
                        this.EntradaEstacion.Name = "EntradaEstacion";
                        this.EntradaEstacion.Size = new System.Drawing.Size(336, 24);
                        this.EntradaEstacion.TabIndex = 4;
                        this.EntradaEstacion.TextChanged += new System.EventHandler(this.EntradaEstacion_TextChanged);
                        // 
                        // BotonSeleccionarEstacion
                        // 
                        this.BotonSeleccionarEstacion.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonSeleccionarEstacion.Image = null;
                        this.BotonSeleccionarEstacion.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonSeleccionarEstacion.Location = new System.Drawing.Point(464, 96);
                        this.BotonSeleccionarEstacion.Name = "BotonSeleccionarEstacion";
                        this.BotonSeleccionarEstacion.Size = new System.Drawing.Size(28, 24);
                        this.BotonSeleccionarEstacion.SubLabelPos = Lui.Forms.SubLabelPositions.None;
                        this.BotonSeleccionarEstacion.Subtext = "";
                        this.BotonSeleccionarEstacion.TabIndex = 5;
                        this.BotonSeleccionarEstacion.Text = "...";
                        this.BotonSeleccionarEstacion.Click += new System.EventHandler(this.BotonSeleccionarEstacion_Click);
                        // 
                        // EntradaDispositivo
                        // 
                        this.EntradaDispositivo.Location = new System.Drawing.Point(120, 128);
                        this.EntradaDispositivo.Name = "EntradaDispositivo";
                        this.EntradaDispositivo.Size = new System.Drawing.Size(336, 24);
                        this.EntradaDispositivo.TabIndex = 7;
                        // 
                        // label4
                        // 
                        this.label4.Location = new System.Drawing.Point(0, 128);
                        this.label4.Name = "label4";
                        this.label4.Size = new System.Drawing.Size(120, 24);
                        this.label4.TabIndex = 6;
                        this.label4.Text = "Dispositivo";
                        this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // BotonSeleccionarDispositivo
                        // 
                        this.BotonSeleccionarDispositivo.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonSeleccionarDispositivo.Image = null;
                        this.BotonSeleccionarDispositivo.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonSeleccionarDispositivo.Location = new System.Drawing.Point(464, 128);
                        this.BotonSeleccionarDispositivo.Name = "BotonSeleccionarDispositivo";
                        this.BotonSeleccionarDispositivo.Size = new System.Drawing.Size(28, 24);
                        this.BotonSeleccionarDispositivo.SubLabelPos = Lui.Forms.SubLabelPositions.None;
                        this.BotonSeleccionarDispositivo.Subtext = "";
                        this.BotonSeleccionarDispositivo.TabIndex = 8;
                        this.BotonSeleccionarDispositivo.Text = "...";
                        this.BotonSeleccionarDispositivo.Click += new System.EventHandler(this.BotonSeleccionarDispositivo_Click);
                        // 
                        // Editar
                        // 
                        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
                        this.AutoSize = true;
                        this.Controls.Add(this.BotonSeleccionarDispositivo);
                        this.Controls.Add(this.EntradaDispositivo);
                        this.Controls.Add(this.BotonSeleccionarEstacion);
                        this.Controls.Add(this.EntradaTalonario);
                        this.Controls.Add(this.label9);
                        this.Controls.Add(this.EntradaFiscalBps);
                        this.Controls.Add(this.label2);
                        this.Controls.Add(this.EntradaFiscalPuerto);
                        this.Controls.Add(this.EntradaFiscalModelo);
                        this.Controls.Add(this.label7);
                        this.Controls.Add(this.label6);
                        this.Controls.Add(this.label1);
                        this.Controls.Add(this.EntradaTipo);
                        this.Controls.Add(this.Label16);
                        this.Controls.Add(this.EntradaCarga);
                        this.Controls.Add(this.EntradaEstacion);
                        this.Controls.Add(this.EntradaUbicacion);
                        this.Controls.Add(this.EntradaNombre);
                        this.Controls.Add(this.label3);
                        this.Controls.Add(this.label4);
                        this.Controls.Add(this.label10);
                        this.Controls.Add(this.Label5);
                        this.Name = "Editar";
                        this.Size = new System.Drawing.Size(640, 482);
                        this.ResumeLayout(false);
                        this.PerformLayout();

                }
コード例 #30
0
ファイル: MatrizCampos.cs プロジェクト: solutema/ultralight
        public void FromSection(Lazaro.Pres.Forms.Section section)
        {
            this.EliminarCampos();
            this.Text = section.Label;
            foreach (Lazaro.Pres.Field Fld in section.Fields)
            {
                Lui.Forms.EditableControl Ctrl;
                switch (Fld.DataType)
                {
                case Lfx.Data.InputFieldTypes.Bool:
                    Lui.Forms.YesNo BoolField = new Lui.Forms.YesNo();
                    //BoolField.SetData = new string[] { "Sí|1", "No|0" };
                    //BoolField.AlwaysExpanded = false;
                    //BoolField.AutoSize = false;
                    BoolField.Value = m_Elemento.GetFieldValue <bool>(Fld.Name);
                    Ctrl            = BoolField;
                    break;

                case Lfx.Data.InputFieldTypes.Set:
                    Lui.Forms.ComboBox SetField = new Lui.Forms.ComboBox();
                    SetField.FromDictionary(Fld.SetValues);
                    SetField.TextKey        = m_Elemento.GetFieldValue <string>(Fld.Name);
                    SetField.AlwaysExpanded = true;
                    SetField.AutoSize       = true;
                    Ctrl = SetField;
                    break;

                case Lfx.Data.InputFieldTypes.Relation:
                    Entrada.CodigoDetalle RelationField = new Entrada.CodigoDetalle();
                    RelationField.Relation        = Fld.Relation;
                    RelationField.ValueInt        = m_Elemento.GetFieldValue <int>(Fld.Name);
                    RelationField.PlaceholderText = Fld.Label;
                    RelationField.Required        = false;
                    RelationField.ElementoTipo    = Fld.LblType;
                    Ctrl = RelationField;
                    break;

                default:
                    Lui.Forms.TextBox TextField = new Lui.Forms.TextBox();
                    switch (Fld.DataType)
                    {
                    case Lfx.Data.InputFieldTypes.Currency:
                        TextField.DataType     = Lui.Forms.DataTypes.Currency;
                        TextField.ValueDecimal = m_Elemento.GetFieldValue <decimal>(Fld.Name);
                        break;

                    case Lfx.Data.InputFieldTypes.Date:
                        TextField.DataType = Lui.Forms.DataTypes.Date;
                        TextField.Text     = m_Elemento.GetFieldValue <DateTime>(Fld.Name).ToString(Lfx.Types.Formatting.DateTime.ShortDatePattern);
                        break;

                    case Lfx.Data.InputFieldTypes.DateTime:
                        TextField.DataType = Lui.Forms.DataTypes.DateTime;
                        TextField.Text     = m_Elemento.GetFieldValue <DateTime>(Fld.Name).ToString(Lfx.Types.Formatting.DateTime.FullDateTimePattern);
                        break;

                    case Lfx.Data.InputFieldTypes.Numeric:
                        TextField.DataType     = Lui.Forms.DataTypes.Float;
                        TextField.ValueDecimal = m_Elemento.GetFieldValue <decimal>(Fld.Name);
                        break;

                    case Lfx.Data.InputFieldTypes.Integer:
                        TextField.DataType = Lui.Forms.DataTypes.Integer;
                        TextField.ValueInt = m_Elemento.GetFieldValue <int>(Fld.Name);
                        break;

                    case Lfx.Data.InputFieldTypes.Text:
                        TextField.Text = m_Elemento.GetFieldValue <string>(Fld.Name);
                        break;

                    case Lfx.Data.InputFieldTypes.Memo:
                        TextField.MultiLine = true;
                        TextField.Size      = new Size(this.FieldContainer.ClientSize.Width, 72);
                        TextField.Text      = m_Elemento.GetFieldValue <string>(Fld.Name);
                        break;
                    }
                    TextField.PlaceholderText = Fld.Label;
                    Ctrl = TextField;
                    break;
                }

                Ctrl.ReadOnly = Fld.ReadOnly;
                if (Ctrl.Size == System.Drawing.Size.Empty)
                {
                    Ctrl.Size = new Size(this.FieldContainer.ClientSize.Width, 24);
                }
                Ctrl.Anchor    = AnchorStyles.Top | AnchorStyles.Right | AnchorStyles.Top;
                Ctrl.FieldName = Fld.Name;
                this.AgregarCampo(Fld.Label, Ctrl);
            }
        }
コード例 #31
0
		private void InitializeComponent()
		{
                        this.components = new System.ComponentModel.Container();
                        this.ListaItem = new Lui.Forms.ListView();
                        this.id = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.nombre = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.extra1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.extra2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.extra3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.extra4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.EntradaBuscar = new Lui.Forms.TextBox();
                        this.BotonNuevo = new Lui.Forms.Button();
                        this.Timer1 = new System.Windows.Forms.Timer(this.components);
                        this.SuspendLayout();
                        // 
                        // ListaItem
                        // 
                        this.ListaItem.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                    | System.Windows.Forms.AnchorStyles.Left)
                                    | System.Windows.Forms.AnchorStyles.Right)));
                        this.ListaItem.BorderStyle = System.Windows.Forms.BorderStyle.None;
                        this.ListaItem.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.id,
            this.nombre,
            this.extra1,
            this.extra2,
            this.extra3,
            this.extra4});
                        this.ListaItem.FullRowSelect = true;
                        this.ListaItem.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
                        this.ListaItem.HideSelection = false;
                        this.ListaItem.LabelWrap = false;
                        this.ListaItem.Location = new System.Drawing.Point(0, 0);
                        this.ListaItem.MultiSelect = false;
                        this.ListaItem.Name = "ListaItem";
                        this.ListaItem.Size = new System.Drawing.Size(633, 336);
                        this.ListaItem.TabIndex = 2;
                        this.ListaItem.UseCompatibleStateImageBehavior = false;
                        this.ListaItem.View = System.Windows.Forms.View.Details;
                        this.ListaItem.SelectedIndexChanged += new System.EventHandler(this.ListaItem_SelectedIndexChanged);
                        this.ListaItem.DoubleClick += new System.EventHandler(this.ListaItem_DoubleClick);
                        this.ListaItem.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ListaItem_KeyPress);
                        // 
                        // id
                        // 
                        this.id.Text = "Cód";
                        // 
                        // nombre
                        // 
                        this.nombre.Text = "Detalle";
                        this.nombre.Width = 300;
                        // 
                        // extra1
                        // 
                        this.extra1.Text = "";
                        this.extra1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
                        this.extra1.Width = 100;
                        // 
                        // extra2
                        // 
                        this.extra2.Text = "";
                        this.extra2.Width = 100;
                        // 
                        // extra3
                        // 
                        this.extra3.Text = "";
                        this.extra3.Width = 80;
                        // 
                        // extra4
                        // 
                        this.extra4.Text = "";
                        this.extra4.Width = 80;
                        // 
                        // EntradaBuscar
                        // 
                        this.EntradaBuscar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                    | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaBuscar.AutoNav = false;
                        this.EntradaBuscar.Cursor = System.Windows.Forms.Cursors.Default;
                        this.EntradaBuscar.Location = new System.Drawing.Point(4, 344);
                        this.EntradaBuscar.Name = "EntradaBuscar";
                        this.EntradaBuscar.Size = new System.Drawing.Size(524, 24);
                        this.EntradaBuscar.TabIndex = 0;
                        this.EntradaBuscar.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.EntradaBuscar_KeyPress);
                        this.EntradaBuscar.TextChanged += new System.EventHandler(this.EntradaBuscar_TextChanged);
                        this.EntradaBuscar.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EntradaBuscar_KeyDown);
                        // 
                        // BotonNuevo
                        // 
                        this.BotonNuevo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
                        this.BotonNuevo.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonNuevo.Image = null;
                        this.BotonNuevo.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonNuevo.Location = new System.Drawing.Point(532, 340);
                        this.BotonNuevo.Name = "BotonNuevo";
                        this.BotonNuevo.Size = new System.Drawing.Size(96, 30);
                        this.BotonNuevo.SubLabelPos = Lui.Forms.SubLabelPositions.Right;
                        this.BotonNuevo.Subtext = "F6";
                        this.BotonNuevo.TabIndex = 1;
                        this.BotonNuevo.Text = "Crear";
                        this.BotonNuevo.Click += new System.EventHandler(this.BotonNuevo_Click);
                        // 
                        // Timer1
                        // 
                        this.Timer1.Interval = 1000;
                        this.Timer1.Tick += new System.EventHandler(this.Timer1_Tick);
                        // 
                        // DetailBoxQuickSelect
                        // 
                        this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
                        this.ClientSize = new System.Drawing.Size(634, 376);
                        this.Controls.Add(this.BotonNuevo);
                        this.Controls.Add(this.EntradaBuscar);
                        this.Controls.Add(this.ListaItem);
                        this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
                        this.KeyPreview = true;
                        this.Name = "DetailBoxQuickSelect";
                        this.ShowInTaskbar = false;
                        this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
                        this.Text = "Seleccione de la Lista";
                        this.TopMost = true;
                        this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DetailBoxQuickSelect_KeyDown);
                        this.ResumeLayout(false);

		}
コード例 #32
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BusquedaRapida));
     this.Listado             = new Lui.Forms.ListView();
     this.id                  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.nombre              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.extra1              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.extra2              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.extra3              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.extra4              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.EntradaBuscar       = new Lui.Forms.TextBox();
     this.BotonNuevo          = new Lui.Forms.Button();
     this.TimerRefrescar      = new System.Windows.Forms.Timer(this.components);
     this.EtiquetaTitulo      = new Lui.Forms.Label();
     this.EtiquetaResultados  = new Lui.Forms.Label();
     this.label2              = new Lui.Forms.Label();
     this.EtiquetaSeleccionar = new Lui.Forms.Label();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // Listado
     //
     this.Listado.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.Listado.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.Listado.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.id,
         this.nombre,
         this.extra1,
         this.extra2,
         this.extra3,
         this.extra4
     });
     this.Listado.FieldName     = null;
     this.Listado.FullRowSelect = true;
     this.Listado.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.Listado.HideSelection = false;
     this.Listado.LabelWrap     = false;
     this.Listado.Location      = new System.Drawing.Point(24, 128);
     this.Listado.MultiSelect   = false;
     this.Listado.Name          = "Listado";
     this.Listado.ReadOnly      = false;
     this.Listado.Size          = new System.Drawing.Size(664, 269);
     this.Listado.TabIndex      = 3;
     this.Listado.UseCompatibleStateImageBehavior = false;
     this.Listado.View = System.Windows.Forms.View.Details;
     this.Listado.SelectedIndexChanged += new System.EventHandler(this.Listado_SelectedIndexChanged);
     this.Listado.DoubleClick          += new System.EventHandler(this.Listado_DoubleClick);
     this.Listado.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Listado_KeyDown);
     //
     // id
     //
     this.id.Text = "Cód";
     //
     // nombre
     //
     this.nombre.Text  = "Detalle";
     this.nombre.Width = 300;
     //
     // extra1
     //
     this.extra1.Text      = "";
     this.extra1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.extra1.Width     = 100;
     //
     // extra2
     //
     this.extra2.Text  = "";
     this.extra2.Width = 100;
     //
     // extra3
     //
     this.extra3.Text  = "";
     this.extra3.Width = 80;
     //
     // extra4
     //
     this.extra4.Text  = "";
     this.extra4.Width = 80;
     //
     // EntradaBuscar
     //
     this.EntradaBuscar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaBuscar.AutoNav         = false;
     this.EntradaBuscar.Cursor          = System.Windows.Forms.Cursors.Default;
     this.EntradaBuscar.Location        = new System.Drawing.Point(104, 64);
     this.EntradaBuscar.Name            = "EntradaBuscar";
     this.EntradaBuscar.PlaceholderText = "¿Qué está buscando?";
     this.EntradaBuscar.Size            = new System.Drawing.Size(392, 24);
     this.EntradaBuscar.TabIndex        = 1;
     this.EntradaBuscar.Text            = "¿Qué está buscando?";
     this.EntradaBuscar.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.EntradaBuscar_KeyPress);
     this.EntradaBuscar.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.EntradaBuscar_KeyDown);
     this.EntradaBuscar.TextChanged    += new System.EventHandler(this.EntradaBuscar_TextChanged);
     //
     // BotonNuevo
     //
     this.BotonNuevo.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.BotonNuevo.DialogResult = System.Windows.Forms.DialogResult.None;
     this.BotonNuevo.Image        = null;
     this.BotonNuevo.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonNuevo.Location     = new System.Drawing.Point(592, 48);
     this.BotonNuevo.Name         = "BotonNuevo";
     this.BotonNuevo.Size         = new System.Drawing.Size(96, 40);
     this.BotonNuevo.SubLabelPos  = Lui.Forms.SubLabelPositions.Bottom;
     this.BotonNuevo.Subtext      = "F6";
     this.BotonNuevo.TabIndex     = 4;
     this.BotonNuevo.Text         = "Crear";
     this.BotonNuevo.Click       += new System.EventHandler(this.BotonNuevo_Click);
     //
     // TimerRefrescar
     //
     this.TimerRefrescar.Interval = 1000;
     this.TimerRefrescar.Tick    += new System.EventHandler(this.TimerRefrescar_Tick);
     //
     // EtiquetaTitulo
     //
     this.EtiquetaTitulo.AutoSize    = true;
     this.EtiquetaTitulo.Location    = new System.Drawing.Point(96, 24);
     this.EtiquetaTitulo.Name        = "EtiquetaTitulo";
     this.EtiquetaTitulo.Size        = new System.Drawing.Size(175, 30);
     this.EtiquetaTitulo.TabIndex    = 0;
     this.EtiquetaTitulo.Text        = "Búsqueda rápida";
     this.EtiquetaTitulo.TextStyle   = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
     this.EtiquetaTitulo.UseMnemonic = false;
     //
     // EtiquetaResultados
     //
     this.EtiquetaResultados.Location = new System.Drawing.Point(24, 104);
     this.EtiquetaResultados.Name     = "EtiquetaResultados";
     this.EtiquetaResultados.Size     = new System.Drawing.Size(664, 24);
     this.EtiquetaResultados.TabIndex = 2;
     this.EtiquetaResultados.Text     = "Seleccione de la lista o utilice el cuadro de búsqueda.";
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location  = new System.Drawing.Point(24, 445);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(664, 32);
     this.label2.TabIndex  = 6;
     this.label2.Text      = resources.GetString("label2.Text");
     this.label2.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
     //
     // EtiquetaSeleccionar
     //
     this.EtiquetaSeleccionar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaSeleccionar.Location    = new System.Drawing.Point(122, 378);
     this.EtiquetaSeleccionar.Name        = "EtiquetaSeleccionar";
     this.EtiquetaSeleccionar.Size        = new System.Drawing.Size(475, 30);
     this.EtiquetaSeleccionar.TabIndex    = 8;
     this.EtiquetaSeleccionar.Tag         = "Pulse la tecla Entrar para seleccionar {0}.";
     this.EtiquetaSeleccionar.Text        = "Pulse la tecla Entrar para seleccionar {0}.";
     this.EtiquetaSeleccionar.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     this.EtiquetaSeleccionar.UseMnemonic = false;
     this.EtiquetaSeleccionar.Visible     = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(24, 24);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(64, 64);
     this.pictureBox1.TabIndex = 9;
     this.pictureBox1.TabStop  = false;
     //
     // BusquedaRapida
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.ClientSize          = new System.Drawing.Size(714, 496);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.EtiquetaSeleccionar);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.EtiquetaTitulo);
     this.Controls.Add(this.BotonNuevo);
     this.Controls.Add(this.EntradaBuscar);
     this.Controls.Add(this.Listado);
     this.Controls.Add(this.EtiquetaResultados);
     this.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.Name          = "BusquedaRapida";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Búsqueda rápida";
     this.TopMost       = true;
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #33
0
 private void InitializeComponent()
 {
     this.EntradaFormaDePago = new Lcc.Entrada.CodigoDetalle();
     this.Label16            = new Lui.Forms.Label();
     this.Label11            = new Lui.Forms.Label();
     this.EntradaPlanInteres = new Lui.Forms.TextBox();
     this.Label14            = new Lui.Forms.Label();
     this.EntradaPlanCuotas  = new Lui.Forms.TextBox();
     this.EtiquetaFecha1     = new Lui.Forms.Label();
     this.EntradaPlan        = new Lcc.Entrada.CodigoDetalle();
     this.Label15            = new Lui.Forms.Label();
     this.EntradaCliente     = new Lcc.Entrada.CodigoDetalle();
     this.Label1             = new Lui.Forms.Label();
     this.EntradaEstado      = new Lui.Forms.ComboBox();
     this.label3             = new Lui.Forms.Label();
     this.panel1             = new Lui.Forms.Panel();
     this.tableLayoutPanel1  = new Lui.Forms.TableLayoutPanel();
     this.EntradaFechas      = new Lcc.Entrada.RangoFechas();
     this.panel1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // OkButton
     //
     this.OkButton.Location = new System.Drawing.Point(354, 8);
     //
     // CancelCommandButton
     //
     this.CancelCommandButton.Location = new System.Drawing.Point(474, 8);
     //
     // txtTarjeta
     //
     this.EntradaFormaDePago.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaFormaDePago.AutoSize            = true;
     this.EntradaFormaDePago.CanCreate           = false;
     this.EntradaFormaDePago.Filter              = "tipo=4";
     this.EntradaFormaDePago.Location            = new System.Drawing.Point(85, 3);
     this.EntradaFormaDePago.MaxLength           = 200;
     this.EntradaFormaDePago.Name                = "txtTarjeta";
     this.EntradaFormaDePago.Required            = true;
     this.EntradaFormaDePago.Size                = new System.Drawing.Size(456, 24);
     this.EntradaFormaDePago.TabIndex            = 1;
     this.EntradaFormaDePago.NombreTipo          = "Lbl.Pagos.FormaDePago";
     this.EntradaFormaDePago.TeclaDespuesDeEnter = "{tab}";
     this.EntradaFormaDePago.Text                = "0";
     this.EntradaFormaDePago.ValueInt            = 0;
     this.EntradaFormaDePago.TextChanged        += new System.EventHandler(this.EntradaTarjeta_TextChanged);
     //
     // Label16
     //
     this.Label16.Location  = new System.Drawing.Point(3, 0);
     this.Label16.Name      = "Label16";
     this.Label16.Size      = new System.Drawing.Size(76, 24);
     this.Label16.TabIndex  = 0;
     this.Label16.Text      = "Tarjeta";
     this.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Label11
     //
     this.Label11.Location  = new System.Drawing.Point(3, 90);
     this.Label11.Name      = "Label11";
     this.Label11.Size      = new System.Drawing.Size(76, 24);
     this.Label11.TabIndex  = 5;
     this.Label11.Text      = "Estado";
     this.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtPlanInteres
     //
     this.EntradaPlanInteres.AutoSize          = false;
     this.EntradaPlanInteres.DataType          = Lui.Forms.DataTypes.Float;
     this.EntradaPlanInteres.Location          = new System.Drawing.Point(200, 0);
     this.EntradaPlanInteres.Name              = "txtPlanInteres";
     this.EntradaPlanInteres.TemporaryReadOnly = true;
     this.EntradaPlanInteres.Size              = new System.Drawing.Size(56, 24);
     this.EntradaPlanInteres.TabIndex          = 3;
     this.EntradaPlanInteres.TabStop           = false;
     //
     // Label14
     //
     this.Label14.Location  = new System.Drawing.Point(144, 0);
     this.Label14.Name      = "Label14";
     this.Label14.Size      = new System.Drawing.Size(56, 24);
     this.Label14.TabIndex  = 2;
     this.Label14.Text      = "Interés";
     this.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtPlanCuotas
     //
     this.EntradaPlanCuotas.AutoSize          = false;
     this.EntradaPlanCuotas.DataType          = Lui.Forms.DataTypes.Integer;
     this.EntradaPlanCuotas.Location          = new System.Drawing.Point(76, 0);
     this.EntradaPlanCuotas.Name              = "txtPlanCuotas";
     this.EntradaPlanCuotas.TemporaryReadOnly = true;
     this.EntradaPlanCuotas.Size              = new System.Drawing.Size(56, 24);
     this.EntradaPlanCuotas.TabIndex          = 1;
     this.EntradaPlanCuotas.TabStop           = false;
     this.EntradaPlanCuotas.Text              = "1";
     //
     // lblFecha1
     //
     this.EtiquetaFecha1.Location  = new System.Drawing.Point(20, 0);
     this.EtiquetaFecha1.Name      = "lblFecha1";
     this.EtiquetaFecha1.Size      = new System.Drawing.Size(56, 24);
     this.EtiquetaFecha1.TabIndex  = 0;
     this.EtiquetaFecha1.Text      = "Cuotas";
     this.EtiquetaFecha1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtPlan
     //
     this.EntradaPlan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaPlan.AutoSize            = true;
     this.EntradaPlan.CanCreate           = false;
     this.EntradaPlan.Filter              = "";
     this.EntradaPlan.Location            = new System.Drawing.Point(85, 33);
     this.EntradaPlan.MaxLength           = 200;
     this.EntradaPlan.Name                = "txtPlan";
     this.EntradaPlan.Required            = false;
     this.EntradaPlan.Size                = new System.Drawing.Size(456, 24);
     this.EntradaPlan.TabIndex            = 3;
     this.EntradaPlan.NombreTipo          = "Lbl.Pagos.Plan";
     this.EntradaPlan.TeclaDespuesDeEnter = "{tab}";
     this.EntradaPlan.Text                = "0";
     this.EntradaPlan.ValueInt            = 0;
     this.EntradaPlan.TextChanged        += new System.EventHandler(this.txtPlan_TextChanged);
     //
     // Label15
     //
     this.Label15.Location  = new System.Drawing.Point(3, 30);
     this.Label15.Name      = "Label15";
     this.Label15.Size      = new System.Drawing.Size(76, 24);
     this.Label15.TabIndex  = 2;
     this.Label15.Text      = "Plan";
     this.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtCliente
     //
     this.EntradaCliente.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaCliente.AutoSize            = true;
     this.EntradaCliente.CanCreate           = false;
     this.EntradaCliente.Filter              = "";
     this.EntradaCliente.Location            = new System.Drawing.Point(85, 123);
     this.EntradaCliente.MaxLength           = 200;
     this.EntradaCliente.Name                = "txtCliente";
     this.EntradaCliente.Required            = false;
     this.EntradaCliente.Size                = new System.Drawing.Size(456, 24);
     this.EntradaCliente.TabIndex            = 8;
     this.EntradaCliente.NombreTipo          = "Lbl.Personas.Persona";
     this.EntradaCliente.TeclaDespuesDeEnter = "{tab}";
     this.EntradaCliente.Text                = "0";
     this.EntradaCliente.ValueInt            = 0;
     //
     // Label1
     //
     this.Label1.Location  = new System.Drawing.Point(3, 120);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(76, 24);
     this.Label1.TabIndex  = 7;
     this.Label1.Text      = "Cliente";
     this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaEstado
     //
     this.EntradaEstado.AutoSize = true;
     this.EntradaEstado.Location = new System.Drawing.Point(85, 93);
     this.EntradaEstado.Name     = "EntradaEstado";
     this.EntradaEstado.SetData  = new string[] {
         "No Cobrados|-2",
         "Sin presentar|0",
         "Cancelados|1",
         "Rechazados|2",
         "Presentados|10",
         "Acreditados|20",
         "Todos|-1"
     };
     this.EntradaEstado.Size     = new System.Drawing.Size(180, 24);
     this.EntradaEstado.TabIndex = 6;
     this.EntradaEstado.Text     = "No Cobrados";
     this.EntradaEstado.TextKey  = "-2";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(3, 150);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(76, 24);
     this.label3.TabIndex  = 9;
     this.label3.Text      = "Fecha";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.EtiquetaFecha1);
     this.panel1.Controls.Add(this.EntradaPlanCuotas);
     this.panel1.Controls.Add(this.Label14);
     this.panel1.Controls.Add(this.EntradaPlanInteres);
     this.panel1.Location = new System.Drawing.Point(85, 63);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(260, 24);
     this.panel1.TabIndex = 4;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.EntradaFechas, 1, 5);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.EntradaCliente, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.EntradaEstado, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.Label16, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.Label15, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.Label11, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.Label1, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.label3, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.EntradaFormaDePago, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.EntradaPlan, 1, 1);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(24, 24);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(544, 288);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // EntradaFechas
     //
     this.EntradaFechas.AutoSize       = true;
     this.EntradaFechas.Location       = new System.Drawing.Point(85, 153);
     this.EntradaFechas.MuestraFuturos = false;
     this.EntradaFechas.Name           = "EntradaFechas";
     this.EntradaFechas.Size           = new System.Drawing.Size(455, 30);
     this.EntradaFechas.TabIndex       = 10;
     //
     // Filtros
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.ClientSize          = new System.Drawing.Size(594, 375);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "Filtros";
     this.Text = "Tarjetas: Filtros";
     this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
     this.panel1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #34
0
 private void InitializeComponent()
 {
     this.EntradaFormaPago       = new Lui.Forms.ComboBox();
     this.Label11                = new Lui.Forms.Label();
     this.EntradaCuponesCantidad = new Lui.Forms.TextBox();
     this.lblLabel1              = new Lui.Forms.Label();
     this.Label1 = new Lui.Forms.Label();
     this.EntradaCuponesSubTotal = new Lui.Forms.TextBox();
     this.EntradaComisionTarjeta = new Lui.Forms.TextBox();
     this.Label2 = new Lui.Forms.Label();
     this.Frame1 = new Lui.Forms.Frame();
     this.lblComisionTarjetaPct = new Lui.Forms.Label();
     this.EntradaComisionPlan   = new Lui.Forms.TextBox();
     this.Label3 = new Lui.Forms.Label();
     this.EntradaComisionUsuario = new Lui.Forms.TextBox();
     this.lblComisionPlanPct     = new Lui.Forms.Label();
     this.lblComisionUsuarioPct  = new Lui.Forms.Label();
     this.Label4       = new Lui.Forms.Label();
     this.Label5       = new Lui.Forms.Label();
     this.Label6       = new Lui.Forms.Label();
     this.Label7       = new Lui.Forms.Label();
     this.EntradaTotal = new Lui.Forms.TextBox();
     this.Label8       = new Lui.Forms.Label();
     this.Frame1.SuspendLayout();
     this.SuspendLayout();
     //
     // EntradaFormaPago
     //
     this.EntradaFormaPago.AlwaysExpanded = true;
     this.EntradaFormaPago.AutoSize       = true;
     this.EntradaFormaPago.Location       = new System.Drawing.Point(244, 272);
     this.EntradaFormaPago.Name           = "EntradaFormaPago";
     this.EntradaFormaPago.SetData        = new string[] {
         "Efectivo|1",
         "Cheque|2",
         "Depósito en cuenta|6"
     };
     this.EntradaFormaPago.Size     = new System.Drawing.Size(200, 56);
     this.EntradaFormaPago.TabIndex = 17;
     this.EntradaFormaPago.TextKey  = "6";
     //
     // Label11
     //
     this.Label11.Location  = new System.Drawing.Point(112, 272);
     this.Label11.Name      = "Label11";
     this.Label11.Size      = new System.Drawing.Size(132, 24);
     this.Label11.TabIndex  = 16;
     this.Label11.Text      = "Pago";
     this.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaCuponesCantidad
     //
     this.EntradaCuponesCantidad.DataType = Lui.Forms.DataTypes.Integer;
     this.EntradaCuponesCantidad.Location = new System.Drawing.Point(136, 24);
     this.EntradaCuponesCantidad.Name     = "EntradaCuponesCantidad";
     this.EntradaCuponesCantidad.Size     = new System.Drawing.Size(56, 24);
     this.EntradaCuponesCantidad.TabIndex = 1;
     this.EntradaCuponesCantidad.TabStop  = false;
     this.EntradaCuponesCantidad.Text     = "0";
     //
     // lblLabel1
     //
     this.lblLabel1.Location  = new System.Drawing.Point(24, 24);
     this.lblLabel1.Name      = "lblLabel1";
     this.lblLabel1.Size      = new System.Drawing.Size(112, 24);
     this.lblLabel1.TabIndex  = 0;
     this.lblLabel1.Text      = "Acreditación de";
     this.lblLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Label1
     //
     this.Label1.Location  = new System.Drawing.Point(200, 24);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(168, 24);
     this.Label1.TabIndex  = 2;
     this.Label1.Text      = "cupones por un total de";
     this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaCuponesSubTotal
     //
     this.EntradaCuponesSubTotal.DataType = Lui.Forms.DataTypes.Currency;
     this.EntradaCuponesSubTotal.Location = new System.Drawing.Point(368, 24);
     this.EntradaCuponesSubTotal.Name     = "EntradaCuponesSubTotal";
     this.EntradaCuponesSubTotal.Prefijo  = "$";
     this.EntradaCuponesSubTotal.Size     = new System.Drawing.Size(100, 24);
     this.EntradaCuponesSubTotal.TabIndex = 3;
     this.EntradaCuponesSubTotal.TabStop  = false;
     //
     // EntradaComisionTarjeta
     //
     this.EntradaComisionTarjeta.DataType     = Lui.Forms.DataTypes.Currency;
     this.EntradaComisionTarjeta.Location     = new System.Drawing.Point(120, 40);
     this.EntradaComisionTarjeta.Name         = "EntradaComisionTarjeta";
     this.EntradaComisionTarjeta.Prefijo      = "$";
     this.EntradaComisionTarjeta.Size         = new System.Drawing.Size(104, 24);
     this.EntradaComisionTarjeta.TabIndex     = 6;
     this.EntradaComisionTarjeta.TabStop      = false;
     this.EntradaComisionTarjeta.TextChanged += new System.EventHandler(this.EntradaComisionTarjeta_TextChanged);
     //
     // Label2
     //
     this.Label2.Location  = new System.Drawing.Point(8, 40);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(112, 24);
     this.Label2.TabIndex  = 5;
     this.Label2.Text      = "De las tarjetas";
     this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Frame1
     //
     this.Frame1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.Frame1.Controls.Add(this.Label2);
     this.Frame1.Controls.Add(this.EntradaComisionTarjeta);
     this.Frame1.Controls.Add(this.lblComisionTarjetaPct);
     this.Frame1.Controls.Add(this.EntradaComisionPlan);
     this.Frame1.Controls.Add(this.Label3);
     this.Frame1.Controls.Add(this.EntradaComisionUsuario);
     this.Frame1.Controls.Add(this.lblComisionPlanPct);
     this.Frame1.Controls.Add(this.lblComisionUsuarioPct);
     this.Frame1.Controls.Add(this.Label4);
     this.Frame1.Controls.Add(this.Label5);
     this.Frame1.Controls.Add(this.Label6);
     this.Frame1.Controls.Add(this.Label7);
     this.Frame1.Font     = new System.Drawing.Font("Segoe UI", 9.75F);
     this.Frame1.Location = new System.Drawing.Point(24, 72);
     this.Frame1.Name     = "Frame1";
     this.Frame1.Size     = new System.Drawing.Size(600, 136);
     this.Frame1.TabIndex = 4;
     this.Frame1.Text     = "Comisiones y otros decuentos";
     //
     // lblComisionTarjetaPct
     //
     this.lblComisionTarjetaPct.Location  = new System.Drawing.Point(232, 40);
     this.lblComisionTarjetaPct.Name      = "lblComisionTarjetaPct";
     this.lblComisionTarjetaPct.Size      = new System.Drawing.Size(76, 24);
     this.lblComisionTarjetaPct.TabIndex  = 8;
     this.lblComisionTarjetaPct.Text      = "(0%)";
     this.lblComisionTarjetaPct.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaComisionPlan
     //
     this.EntradaComisionPlan.DataType     = Lui.Forms.DataTypes.Currency;
     this.EntradaComisionPlan.Location     = new System.Drawing.Point(120, 72);
     this.EntradaComisionPlan.Name         = "EntradaComisionPlan";
     this.EntradaComisionPlan.Prefijo      = "$";
     this.EntradaComisionPlan.Size         = new System.Drawing.Size(104, 24);
     this.EntradaComisionPlan.TabIndex     = 9;
     this.EntradaComisionPlan.TabStop      = false;
     this.EntradaComisionPlan.TextChanged += new System.EventHandler(this.EntradaComisionPlan_TextChanged);
     //
     // Label3
     //
     this.Label3.Location  = new System.Drawing.Point(8, 72);
     this.Label3.Name      = "Label3";
     this.Label3.Size      = new System.Drawing.Size(112, 24);
     this.Label3.TabIndex  = 8;
     this.Label3.Text      = "De los planes";
     this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaComisionUsuario
     //
     this.EntradaComisionUsuario.DataType     = Lui.Forms.DataTypes.Currency;
     this.EntradaComisionUsuario.Location     = new System.Drawing.Point(120, 104);
     this.EntradaComisionUsuario.Name         = "EntradaComisionUsuario";
     this.EntradaComisionUsuario.Prefijo      = "$";
     this.EntradaComisionUsuario.Size         = new System.Drawing.Size(104, 24);
     this.EntradaComisionUsuario.TabIndex     = 12;
     this.EntradaComisionUsuario.TextChanged += new System.EventHandler(this.EntradaComisionUsuario_TextChanged);
     //
     // lblComisionPlanPct
     //
     this.lblComisionPlanPct.Location  = new System.Drawing.Point(232, 72);
     this.lblComisionPlanPct.Name      = "lblComisionPlanPct";
     this.lblComisionPlanPct.Size      = new System.Drawing.Size(76, 24);
     this.lblComisionPlanPct.TabIndex  = 9;
     this.lblComisionPlanPct.Text      = "(0%)";
     this.lblComisionPlanPct.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblComisionUsuarioPct
     //
     this.lblComisionUsuarioPct.Location  = new System.Drawing.Point(232, 104);
     this.lblComisionUsuarioPct.Name      = "lblComisionUsuarioPct";
     this.lblComisionUsuarioPct.Size      = new System.Drawing.Size(76, 24);
     this.lblComisionUsuarioPct.TabIndex  = 10;
     this.lblComisionUsuarioPct.Text      = "(0%)";
     this.lblComisionUsuarioPct.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Label4
     //
     this.Label4.Location  = new System.Drawing.Point(8, 104);
     this.Label4.Name      = "Label4";
     this.Label4.Size      = new System.Drawing.Size(112, 24);
     this.Label4.TabIndex  = 11;
     this.Label4.Text      = "Otros";
     this.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Label5
     //
     this.Label5.Location  = new System.Drawing.Point(312, 40);
     this.Label5.Name      = "Label5";
     this.Label5.Size      = new System.Drawing.Size(288, 24);
     this.Label5.TabIndex  = 7;
     this.Label5.Text      = "(Comisiones normales de las tarjetas)";
     this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label5.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
     //
     // Label6
     //
     this.Label6.Location  = new System.Drawing.Point(312, 72);
     this.Label6.Name      = "Label6";
     this.Label6.Size      = new System.Drawing.Size(288, 24);
     this.Label6.TabIndex  = 10;
     this.Label6.Text      = "(Comisiones adicionales de algunos planes)";
     this.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label6.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
     //
     // Label7
     //
     this.Label7.Location  = new System.Drawing.Point(312, 104);
     this.Label7.Name      = "Label7";
     this.Label7.Size      = new System.Drawing.Size(288, 24);
     this.Label7.TabIndex  = 13;
     this.Label7.Text      = "(Otros descuentos)";
     this.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label7.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
     //
     // EntradaTotal
     //
     this.EntradaTotal.DataType     = Lui.Forms.DataTypes.Currency;
     this.EntradaTotal.Location     = new System.Drawing.Point(244, 232);
     this.EntradaTotal.Name         = "EntradaTotal";
     this.EntradaTotal.Prefijo      = "$";
     this.EntradaTotal.Size         = new System.Drawing.Size(136, 28);
     this.EntradaTotal.TabIndex     = 15;
     this.EntradaTotal.TextStyle    = Lazaro.Pres.DisplayStyles.TextStyles.Big;
     this.EntradaTotal.TextChanged += new System.EventHandler(this.EntradaTotal_TextChanged);
     //
     // Label8
     //
     this.Label8.Location  = new System.Drawing.Point(112, 232);
     this.Label8.Name      = "Label8";
     this.Label8.Size      = new System.Drawing.Size(132, 28);
     this.Label8.TabIndex  = 14;
     this.Label8.Text      = "Total a acreditar";
     this.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Acreditar
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.ClientSize          = new System.Drawing.Size(650, 413);
     this.Controls.Add(this.EntradaTotal);
     this.Controls.Add(this.Label8);
     this.Controls.Add(this.EntradaCuponesSubTotal);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.EntradaCuponesCantidad);
     this.Controls.Add(this.lblLabel1);
     this.Controls.Add(this.EntradaFormaPago);
     this.Controls.Add(this.Label11);
     this.Controls.Add(this.Frame1);
     this.ForeColor = System.Drawing.Color.Black;
     this.Name      = "Acreditar";
     this.Text      = "Acreditación de cupones de pago";
     this.Controls.SetChildIndex(this.Frame1, 0);
     this.Controls.SetChildIndex(this.Label11, 0);
     this.Controls.SetChildIndex(this.EntradaFormaPago, 0);
     this.Controls.SetChildIndex(this.lblLabel1, 0);
     this.Controls.SetChildIndex(this.EntradaCuponesCantidad, 0);
     this.Controls.SetChildIndex(this.Label1, 0);
     this.Controls.SetChildIndex(this.EntradaCuponesSubTotal, 0);
     this.Controls.SetChildIndex(this.Label8, 0);
     this.Controls.SetChildIndex(this.EntradaTotal, 0);
     this.Frame1.ResumeLayout(false);
     this.Frame1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #35
0
 private void InitializeComponent()
 {
     this.EntradaSubTotal       = new Lui.Forms.TextBox();
     this.lblLabel1             = new Lui.Forms.Label();
     this.EntradaGestionDeCobro = new Lui.Forms.TextBox();
     this.Label2             = new Lui.Forms.Label();
     this.EntradaTotal       = new Lui.Forms.TextBox();
     this.Label8             = new Lui.Forms.Label();
     this.Label3             = new Lui.Forms.Label();
     this.EntradaCajaDestino = new Lcc.Entrada.CodigoDetalle();
     this.EntradaImpuestos   = new Lui.Forms.TextBox();
     this.label4             = new Lui.Forms.Label();
     this.label1             = new Lui.Forms.Label();
     this.EtiquetaTitulo     = new Lui.Forms.Label();
     this.SuspendLayout();
     //
     // EntradaSubTotal
     //
     this.EntradaSubTotal.DataType     = Lui.Forms.DataTypes.Currency;
     this.EntradaSubTotal.Location     = new System.Drawing.Point(328, 104);
     this.EntradaSubTotal.Name         = "EntradaSubTotal";
     this.EntradaSubTotal.Prefijo      = "$";
     this.EntradaSubTotal.ReadOnly     = true;
     this.EntradaSubTotal.Size         = new System.Drawing.Size(108, 24);
     this.EntradaSubTotal.TabIndex     = 4;
     this.EntradaSubTotal.TabStop      = false;
     this.EntradaSubTotal.TextChanged += new System.EventHandler(this.EntradaImportes_TextChanged);
     //
     // lblLabel1
     //
     this.lblLabel1.Location  = new System.Drawing.Point(72, 104);
     this.lblLabel1.Name      = "lblLabel1";
     this.lblLabel1.Size      = new System.Drawing.Size(256, 24);
     this.lblLabel1.TabIndex  = 1;
     this.lblLabel1.Text      = "Acreditación de cheque por un valor de";
     this.lblLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaGestionDeCobro
     //
     this.EntradaGestionDeCobro.DataType     = Lui.Forms.DataTypes.Currency;
     this.EntradaGestionDeCobro.Location     = new System.Drawing.Point(328, 136);
     this.EntradaGestionDeCobro.Name         = "EntradaGestionDeCobro";
     this.EntradaGestionDeCobro.Prefijo      = "$";
     this.EntradaGestionDeCobro.Size         = new System.Drawing.Size(108, 24);
     this.EntradaGestionDeCobro.TabIndex     = 6;
     this.EntradaGestionDeCobro.TextChanged += new System.EventHandler(this.EntradaImportes_TextChanged);
     //
     // Label2
     //
     this.Label2.Location  = new System.Drawing.Point(184, 136);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(144, 24);
     this.Label2.TabIndex  = 5;
     this.Label2.Text      = "- Gestión de Cobro";
     this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaTotal
     //
     this.EntradaTotal.DataType     = Lui.Forms.DataTypes.Currency;
     this.EntradaTotal.Location     = new System.Drawing.Point(224, 216);
     this.EntradaTotal.Name         = "EntradaTotal";
     this.EntradaTotal.Prefijo      = "$";
     this.EntradaTotal.Size         = new System.Drawing.Size(136, 28);
     this.EntradaTotal.TabIndex     = 10;
     this.EntradaTotal.TextStyle    = Lazaro.Pres.DisplayStyles.TextStyles.Big;
     this.EntradaTotal.TextChanged += new System.EventHandler(this.EntradaImportes_TextChanged);
     //
     // Label8
     //
     this.Label8.Location  = new System.Drawing.Point(64, 216);
     this.Label8.Name      = "Label8";
     this.Label8.Size      = new System.Drawing.Size(160, 28);
     this.Label8.TabIndex  = 9;
     this.Label8.Text      = "Se van a acreditar";
     this.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label8.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
     //
     // Label3
     //
     this.Label3.Location  = new System.Drawing.Point(64, 256);
     this.Label3.Name      = "Label3";
     this.Label3.Size      = new System.Drawing.Size(160, 24);
     this.Label3.TabIndex  = 11;
     this.Label3.Text      = "En la siguiente cuenta";
     this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaCajaDestino
     //
     this.EntradaCajaDestino.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaCajaDestino.AutoTab    = true;
     this.EntradaCajaDestino.CanCreate  = false;
     this.EntradaCajaDestino.Filter     = "estado=1";
     this.EntradaCajaDestino.Location   = new System.Drawing.Point(224, 256);
     this.EntradaCajaDestino.MaxLength  = 200;
     this.EntradaCajaDestino.Name       = "EntradaCajaDestino";
     this.EntradaCajaDestino.Required   = true;
     this.EntradaCajaDestino.Size       = new System.Drawing.Size(352, 24);
     this.EntradaCajaDestino.TabIndex   = 12;
     this.EntradaCajaDestino.NombreTipo = "Lbl.Cajas.Caja";
     this.EntradaCajaDestino.Text       = "0";
     //
     // EntradaImpuestos
     //
     this.EntradaImpuestos.DataType     = Lui.Forms.DataTypes.Currency;
     this.EntradaImpuestos.Location     = new System.Drawing.Point(328, 168);
     this.EntradaImpuestos.Name         = "EntradaImpuestos";
     this.EntradaImpuestos.Prefijo      = "$";
     this.EntradaImpuestos.Size         = new System.Drawing.Size(108, 24);
     this.EntradaImpuestos.TabIndex     = 8;
     this.EntradaImpuestos.TextChanged += new System.EventHandler(this.EntradaImportes_TextChanged);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(184, 168);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(144, 24);
     this.label4.TabIndex  = 7;
     this.label4.Text      = "- Otros gastos";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Location = new System.Drawing.Point(24, 56);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(584, 24);
     this.label1.TabIndex = 52;
     this.label1.Text     = "Convertirá el valor de un cheque en efectivo o realizará un depósito bancario en " +
                            "una cuenta propia.";
     //
     // EtiquetaTitulo
     //
     this.EtiquetaTitulo.AutoSize  = true;
     this.EtiquetaTitulo.Location  = new System.Drawing.Point(24, 24);
     this.EtiquetaTitulo.Name      = "EtiquetaTitulo";
     this.EtiquetaTitulo.Size      = new System.Drawing.Size(217, 30);
     this.EtiquetaTitulo.TabIndex  = 51;
     this.EtiquetaTitulo.Text      = "Efectivizar un cheque";
     this.EtiquetaTitulo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
     //
     // Efectivizar
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.ClientSize          = new System.Drawing.Size(634, 371);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.EtiquetaTitulo);
     this.Controls.Add(this.EntradaCajaDestino);
     this.Controls.Add(this.Label3);
     this.Controls.Add(this.EntradaImpuestos);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.EntradaTotal);
     this.Controls.Add(this.Label8);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.EntradaGestionDeCobro);
     this.Controls.Add(this.EntradaSubTotal);
     this.Controls.Add(this.lblLabel1);
     this.ForeColor = System.Drawing.Color.Black;
     this.Name      = "Efectivizar";
     this.Text      = "Efectivizar un cheque";
     this.Controls.SetChildIndex(this.lblLabel1, 0);
     this.Controls.SetChildIndex(this.EntradaSubTotal, 0);
     this.Controls.SetChildIndex(this.EntradaGestionDeCobro, 0);
     this.Controls.SetChildIndex(this.Label2, 0);
     this.Controls.SetChildIndex(this.Label8, 0);
     this.Controls.SetChildIndex(this.EntradaTotal, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     this.Controls.SetChildIndex(this.EntradaImpuestos, 0);
     this.Controls.SetChildIndex(this.Label3, 0);
     this.Controls.SetChildIndex(this.EntradaCajaDestino, 0);
     this.Controls.SetChildIndex(this.EtiquetaTitulo, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #36
0
                private void InitializeComponent()
                {
                        this.EntradaNombre = new Lui.Forms.TextBox();
                        this.Label5 = new Lui.Forms.Label();
                        this.EntradaPorcentaje = new Lui.Forms.TextBox();
                        this.label1 = new Lui.Forms.Label();
                        this.label2 = new Lui.Forms.Label();
                        this.EntradaImporteMinimo = new Lui.Forms.TextBox();
                        this.SuspendLayout();
                        // 
                        // EntradaNombre
                        // 
                        this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
                        this.EntradaNombre.Location = new System.Drawing.Point(120, 0);
                        this.EntradaNombre.MaxLength = 200;
                        this.EntradaNombre.Name = "EntradaNombre";
                        this.EntradaNombre.ReadOnly = false;
                        this.EntradaNombre.Size = new System.Drawing.Size(436, 24);
                        this.EntradaNombre.TabIndex = 1;
                        // 
                        // Label5
                        // 
                        this.Label5.Location = new System.Drawing.Point(0, 0);
                        this.Label5.Name = "Label5";
                        this.Label5.Size = new System.Drawing.Size(116, 24);
                        this.Label5.TabIndex = 0;
                        this.Label5.Text = "Nombre";
                        this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaPorcentaje
                        // 
                        this.EntradaPorcentaje.DataType = Lui.Forms.DataTypes.Float;
                        this.EntradaPorcentaje.Location = new System.Drawing.Point(120, 32);
                        this.EntradaPorcentaje.Name = "EntradaPorcentaje";
                        this.EntradaPorcentaje.ReadOnly = false;
                        this.EntradaPorcentaje.Size = new System.Drawing.Size(104, 24);
                        this.EntradaPorcentaje.Sufijo = "%";
                        this.EntradaPorcentaje.TabIndex = 3;
                        this.EntradaPorcentaje.Text = "0.0000";
                        // 
                        // label1
                        // 
                        this.label1.Location = new System.Drawing.Point(0, 32);
                        this.label1.Name = "label1";
                        this.label1.Size = new System.Drawing.Size(116, 24);
                        this.label1.TabIndex = 2;
                        this.label1.Text = "Porcentaje";
                        this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // label2
                        // 
                        this.label2.Location = new System.Drawing.Point(0, 64);
                        this.label2.Name = "label2";
                        this.label2.Size = new System.Drawing.Size(116, 24);
                        this.label2.TabIndex = 4;
                        this.label2.Text = "Importe Mínimo";
                        this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaImporteMinimo
                        // 
                        this.EntradaImporteMinimo.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaImporteMinimo.Location = new System.Drawing.Point(120, 64);
                        this.EntradaImporteMinimo.Name = "EntradaImporteMinimo";
                        this.EntradaImporteMinimo.ReadOnly = false;
                        this.EntradaImporteMinimo.Size = new System.Drawing.Size(104, 24);
                        this.EntradaImporteMinimo.TabIndex = 5;
                        // 
                        // Editar
                        // 
                        this.AutoSize = true;
                        this.Controls.Add(this.EntradaImporteMinimo);
                        this.Controls.Add(this.label2);
                        this.Controls.Add(this.EntradaPorcentaje);
                        this.Controls.Add(this.label1);
                        this.Controls.Add(this.EntradaNombre);
                        this.Controls.Add(this.Label5);
                        this.Name = "Editar";
                        this.Size = new System.Drawing.Size(561, 93);
                        this.ResumeLayout(false);

                }
コード例 #37
0
 private void InitializeComponent()
 {
     this.label9             = new Lui.Forms.Label();
     this.EntradaNombre      = new Lui.Forms.TextBox();
     this.Label5             = new Lui.Forms.Label();
     this.EntradaCuentaStock = new Lui.Forms.ComboBox();
     this.EntradaFacturable  = new Lui.Forms.ComboBox();
     this.label1             = new Lui.Forms.Label();
     this.label2             = new Lui.Forms.Label();
     this.EntradaDeposito    = new Lui.Forms.TextBox();
     this.SuspendLayout();
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(0, 32);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(120, 24);
     this.label9.TabIndex  = 2;
     this.label9.Text      = "Cuenta stock";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaNombre
     //
     this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
     this.EntradaNombre.Location  = new System.Drawing.Point(124, 0);
     this.EntradaNombre.Name      = "EntradaNombre";
     this.EntradaNombre.ReadOnly  = false;
     this.EntradaNombre.Size      = new System.Drawing.Size(412, 24);
     this.EntradaNombre.TabIndex  = 1;
     //
     // Label5
     //
     this.Label5.Location  = new System.Drawing.Point(0, 0);
     this.Label5.Name      = "Label5";
     this.Label5.Size      = new System.Drawing.Size(120, 24);
     this.Label5.TabIndex  = 0;
     this.Label5.Text      = "Nombre";
     this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaCuentaStock
     //
     this.EntradaCuentaStock.AlwaysExpanded = true;
     this.EntradaCuentaStock.AutoSize       = true;
     this.EntradaCuentaStock.Location       = new System.Drawing.Point(124, 32);
     this.EntradaCuentaStock.Name           = "EntradaCuentaStock";
     this.EntradaCuentaStock.ReadOnly       = false;
     this.EntradaCuentaStock.SetData        = new string[] {
         "Sí|1",
         "No|0"
     };
     this.EntradaCuentaStock.Size     = new System.Drawing.Size(88, 36);
     this.EntradaCuentaStock.TabIndex = 3;
     this.EntradaCuentaStock.TextKey  = "0";
     //
     // EntradaFacturable
     //
     this.EntradaFacturable.AlwaysExpanded = true;
     this.EntradaFacturable.AutoSize       = true;
     this.EntradaFacturable.Location       = new System.Drawing.Point(124, 80);
     this.EntradaFacturable.Name           = "EntradaFacturable";
     this.EntradaFacturable.ReadOnly       = false;
     this.EntradaFacturable.SetData        = new string[] {
         "Sí|1",
         "No|0"
     };
     this.EntradaFacturable.Size     = new System.Drawing.Size(88, 36);
     this.EntradaFacturable.TabIndex = 5;
     this.EntradaFacturable.TextKey  = "0";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(0, 80);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(120, 24);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Facturable";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(0, 128);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(120, 24);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Nº de depósito";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaDeposito
     //
     this.EntradaDeposito.DataType = Lui.Forms.DataTypes.Integer;
     this.EntradaDeposito.Location = new System.Drawing.Point(124, 128);
     this.EntradaDeposito.Name     = "EntradaDeposito";
     this.EntradaDeposito.ReadOnly = false;
     this.EntradaDeposito.Size     = new System.Drawing.Size(52, 24);
     this.EntradaDeposito.TabIndex = 7;
     this.EntradaDeposito.Text     = "0";
     //
     // Editar
     //
     this.Controls.Add(this.EntradaDeposito);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.EntradaFacturable);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.EntradaCuentaStock);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.EntradaNombre);
     this.Controls.Add(this.Label5);
     this.Name = "Editar";
     this.Size = new System.Drawing.Size(488, 237);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #38
0
        /// <summary>
        /// Actualiza el elemento con los datos del control.
        /// </summary>
        public override void ActualizarElemento()
        {
            if (Tabla.Tags != null)
            {
                foreach (Campo Cmp in this.Campos)
                {
                    object FieldValue = null;
                    switch (Tabla.Tags[Cmp.ControlEntrada.FieldName].InputFieldType)
                    {
                    case Lfx.Data.InputFieldTypes.Bool:
                        FieldValue = ((Lui.Forms.YesNo)(Cmp.ControlEntrada)).Value ? 1 : 0;
                        break;

                    case Lfx.Data.InputFieldTypes.Set:
                        FieldValue = ((Lui.Forms.ComboBox)(Cmp.ControlEntrada)).TextKey;
                        break;

                    case Lfx.Data.InputFieldTypes.Relation:
                        FieldValue = ((Entrada.CodigoDetalle)(Cmp.ControlEntrada)).ValueInt;
                        if (object.Equals(FieldValue, 0))
                        {
                            FieldValue = null;
                        }
                        break;

                    default:
                        Lui.Forms.TextBox TextField = Cmp.ControlEntrada as Lui.Forms.TextBox;
                        switch (Tabla.Tags[Cmp.ControlEntrada.FieldName].InputFieldType)
                        {
                        case Lfx.Data.InputFieldTypes.Currency:
                            FieldValue = TextField.ValueDecimal;
                            break;

                        case Lfx.Data.InputFieldTypes.Date:
                            FieldValue = Lfx.Types.Parsing.ParseDate(TextField.Text);
                            break;

                        case Lfx.Data.InputFieldTypes.DateTime:
                            FieldValue = Lfx.Types.Parsing.ParseDate(TextField.Text);
                            break;

                        case Lfx.Data.InputFieldTypes.Numeric:
                            FieldValue = TextField.ValueDecimal;
                            break;

                        case Lfx.Data.InputFieldTypes.Integer:
                            FieldValue = TextField.ValueInt;
                            break;

                        default:
                            FieldValue = TextField.Text;
                            break;
                        }
                        break;
                    }

                    this.Elemento.SetFieldValue(Cmp.ControlEntrada.FieldName, FieldValue);
                }
            }

            base.ActualizarElemento();
        }
コード例 #39
0
                private void InitializeComponent()
                {
                        this.Label1 = new Lui.Forms.Label();
                        this.Label2 = new Lui.Forms.Label();
                        this.Label3 = new Lui.Forms.Label();
                        this.Label5 = new Lui.Forms.Label();
                        this.Label6 = new Lui.Forms.Label();
                        this.Label7 = new Lui.Forms.Label();
                        this.EntradaFacturacion = new Lui.Forms.TextBox();
                        this.txtCosto = new Lui.Forms.TextBox();
                        this.txtGastosFijos = new Lui.Forms.TextBox();
                        this.txtGastosVariables = new Lui.Forms.TextBox();
                        this.txtOtrosEgresos = new Lui.Forms.TextBox();
                        this.BotonGastosFijos = new Lui.Forms.Button();
                        this.BotonGastosVariables = new Lui.Forms.Button();
                        this.BotonOtrosEgresos = new Lui.Forms.Button();
                        this.Listado = new Lui.Forms.ListView();
                        this.id = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.fecha = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.concepto = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.importe = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.cuenta = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.comprob = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.obs = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.txtCobros = new Lui.Forms.TextBox();
                        this.Label10 = new Lui.Forms.Label();
                        this.BotonCobros = new Lui.Forms.Button();
                        this.txtDiferenciaNeta = new Lui.Forms.TextBox();
                        this.Label9 = new Lui.Forms.Label();
                        this.txtDiferenciaBruta = new Lui.Forms.TextBox();
                        this.Label11 = new Lui.Forms.Label();
                        this.Label13 = new Lui.Forms.Label();
                        this.Label15 = new Lui.Forms.Label();
                        this.Label16 = new Lui.Forms.Label();
                        this.Label17 = new Lui.Forms.Label();
                        this.Label18 = new Lui.Forms.Label();
                        this.Label20 = new Lui.Forms.Label();
                        this.txtFecha1 = new Lui.Forms.TextBox();
                        this.txtFecha2 = new Lui.Forms.TextBox();
                        this.Label22 = new Lui.Forms.Label();
                        this.lblDiferenciaBrutaPct = new Lui.Forms.Label();
                        this.lblDiferenciaNetaPct = new Lui.Forms.Label();
                        this.ChartButton = new Lui.Forms.Button();
                        this.PorTipo = new Lui.Forms.Button();
                        this.txtCompraMateriales = new Lui.Forms.TextBox();
                        this.label25 = new Lui.Forms.Label();
                        this.BotonCostoCapital = new Lui.Forms.Button();
                        this.txtCostoCapital = new Lui.Forms.TextBox();
                        this.label26 = new Lui.Forms.Label();
                        this.label27 = new Lui.Forms.Label();
                        this.BotonCostoMateriales = new Lui.Forms.Button();
                        this.BotonIngresosOtros = new Lui.Forms.Button();
                        this.EntradaIngresosOtros = new Lui.Forms.TextBox();
                        this.label24 = new Lui.Forms.Label();
                        this.label4 = new Lui.Forms.Label();
                        this.label8 = new Lui.Forms.Label();
                        this.label12 = new Lui.Forms.Label();
                        this.label14 = new Lui.Forms.Label();
                        this.EntradaGestionCobro = new Lui.Forms.TextBox();
                        this.BotonGestionCobro = new Lui.Forms.Button();
                        this.SuspendLayout();
                        // 
                        // Label1
                        // 
                        this.Label1.Location = new System.Drawing.Point(12, 12);
                        this.Label1.Name = "Label1";
                        this.Label1.Size = new System.Drawing.Size(44, 24);
                        this.Label1.TabIndex = 0;
                        this.Label1.Text = "Entre";
                        this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label2
                        // 
                        this.Label2.Location = new System.Drawing.Point(16, 68);
                        this.Label2.Name = "Label2";
                        this.Label2.Size = new System.Drawing.Size(172, 24);
                        this.Label2.TabIndex = 28;
                        this.Label2.Text = "Facturación Total";
                        this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label3
                        // 
                        this.Label3.Location = new System.Drawing.Point(16, 428);
                        this.Label3.Name = "Label3";
                        this.Label3.Size = new System.Drawing.Size(172, 24);
                        this.Label3.TabIndex = 10;
                        this.Label3.Text = "Compra de Materiales";
                        this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label5
                        // 
                        this.Label5.Location = new System.Drawing.Point(16, 220);
                        this.Label5.Name = "Label5";
                        this.Label5.Size = new System.Drawing.Size(172, 24);
                        this.Label5.TabIndex = 16;
                        this.Label5.Text = "Gastos Fijos";
                        this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label6
                        // 
                        this.Label6.Location = new System.Drawing.Point(16, 248);
                        this.Label6.Name = "Label6";
                        this.Label6.Size = new System.Drawing.Size(172, 24);
                        this.Label6.TabIndex = 19;
                        this.Label6.Text = "Gastos Variables";
                        this.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label7
                        // 
                        this.Label7.Location = new System.Drawing.Point(16, 276);
                        this.Label7.Name = "Label7";
                        this.Label7.Size = new System.Drawing.Size(172, 24);
                        this.Label7.TabIndex = 22;
                        this.Label7.Text = "Otros Egresos";
                        this.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // txtFacturacion
                        // 
                        this.EntradaFacturacion.AutoSize = false;
                        this.EntradaFacturacion.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaFacturacion.Location = new System.Drawing.Point(188, 68);
                        this.EntradaFacturacion.Name = "txtFacturacion";
                        this.EntradaFacturacion.TemporaryReadOnly = true;
                        this.EntradaFacturacion.Size = new System.Drawing.Size(104, 24);
                        this.EntradaFacturacion.TabIndex = 29;
                        this.EntradaFacturacion.TabStop = false;
                        this.EntradaFacturacion.GotFocus += new System.EventHandler(this.EntradaFacturacion_GotFocus);
                        // 
                        // txtCosto
                        // 
                        this.txtCosto.AutoSize = false;
                        this.txtCosto.DataType = Lui.Forms.DataTypes.Currency;
                        this.txtCosto.Location = new System.Drawing.Point(188, 96);
                        this.txtCosto.Name = "txtCosto";
                        this.txtCosto.TemporaryReadOnly = true;
                        this.txtCosto.Size = new System.Drawing.Size(104, 24);
                        this.txtCosto.TabIndex = 31;
                        this.txtCosto.TabStop = false;
                        // 
                        // txtGastosFijos
                        // 
                        this.txtGastosFijos.AutoSize = false;
                        this.txtGastosFijos.DataType = Lui.Forms.DataTypes.Currency;
                        this.txtGastosFijos.Location = new System.Drawing.Point(188, 220);
                        this.txtGastosFijos.Name = "txtGastosFijos";
                        this.txtGastosFijos.TemporaryReadOnly = true;
                        this.txtGastosFijos.Size = new System.Drawing.Size(104, 24);
                        this.txtGastosFijos.TabIndex = 17;
                        this.txtGastosFijos.TabStop = false;
                        // 
                        // txtGastosVariables
                        // 
                        this.txtGastosVariables.AutoSize = false;
                        this.txtGastosVariables.DataType = Lui.Forms.DataTypes.Currency;
                        this.txtGastosVariables.Location = new System.Drawing.Point(188, 248);
                        this.txtGastosVariables.Name = "txtGastosVariables";
                        this.txtGastosVariables.TemporaryReadOnly = true;
                        this.txtGastosVariables.Size = new System.Drawing.Size(104, 24);
                        this.txtGastosVariables.TabIndex = 20;
                        this.txtGastosVariables.TabStop = false;
                        // 
                        // txtOtrosEgresos
                        // 
                        this.txtOtrosEgresos.AutoSize = false;
                        this.txtOtrosEgresos.DataType = Lui.Forms.DataTypes.Currency;
                        this.txtOtrosEgresos.Location = new System.Drawing.Point(188, 276);
                        this.txtOtrosEgresos.Name = "txtOtrosEgresos";
                        this.txtOtrosEgresos.TemporaryReadOnly = true;
                        this.txtOtrosEgresos.Size = new System.Drawing.Size(104, 24);
                        this.txtOtrosEgresos.TabIndex = 23;
                        this.txtOtrosEgresos.TabStop = false;
                        // 
                        // BotonGastosFijos
                        // 
                        this.BotonGastosFijos.AutoSize = false;
                        this.BotonGastosFijos.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonGastosFijos.Image = null;
                        this.BotonGastosFijos.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonGastosFijos.Location = new System.Drawing.Point(296, 220);
                        this.BotonGastosFijos.Name = "BotonGastosFijos";
                        this.BotonGastosFijos.Size = new System.Drawing.Size(28, 24);
                        this.BotonGastosFijos.SubLabelPos = Lui.Forms.SubLabelPositions.None;
                        this.BotonGastosFijos.Subtext = "";
                        this.BotonGastosFijos.TabIndex = 18;
                        this.BotonGastosFijos.Text = "...";
                        this.BotonGastosFijos.Click += new System.EventHandler(this.BotonGastosFijos_Click);
                        // 
                        // BotonGastosVariables
                        // 
                        this.BotonGastosVariables.AutoSize = false;
                        this.BotonGastosVariables.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonGastosVariables.Image = null;
                        this.BotonGastosVariables.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonGastosVariables.Location = new System.Drawing.Point(296, 248);
                        this.BotonGastosVariables.Name = "BotonGastosVariables";
                        this.BotonGastosVariables.Size = new System.Drawing.Size(28, 24);
                        this.BotonGastosVariables.SubLabelPos = Lui.Forms.SubLabelPositions.None;
                        this.BotonGastosVariables.Subtext = "";
                        this.BotonGastosVariables.TabIndex = 21;
                        this.BotonGastosVariables.Text = "...";
                        this.BotonGastosVariables.Click += new System.EventHandler(this.BotonGastosVariables_Click);
                        // 
                        // BotonOtrosEgresos
                        // 
                        this.BotonOtrosEgresos.AutoSize = false;
                        this.BotonOtrosEgresos.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonOtrosEgresos.Image = null;
                        this.BotonOtrosEgresos.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonOtrosEgresos.Location = new System.Drawing.Point(296, 276);
                        this.BotonOtrosEgresos.Name = "BotonOtrosEgresos";
                        this.BotonOtrosEgresos.Size = new System.Drawing.Size(28, 24);
                        this.BotonOtrosEgresos.SubLabelPos = Lui.Forms.SubLabelPositions.None;
                        this.BotonOtrosEgresos.Subtext = "";
                        this.BotonOtrosEgresos.TabIndex = 24;
                        this.BotonOtrosEgresos.Text = "...";
                        this.BotonOtrosEgresos.Click += new System.EventHandler(this.BotonOtrosEgresos_Click);
                        // 
                        // lvItems
                        // 
                        this.Listado.AllowColumnReorder = true;
                        this.Listado.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                    | System.Windows.Forms.AnchorStyles.Left)
                                    | System.Windows.Forms.AnchorStyles.Right)));
                        this.Listado.BorderStyle = System.Windows.Forms.BorderStyle.None;
                        this.Listado.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.id,
            this.fecha,
            this.concepto,
            this.importe,
            this.cuenta,
            this.comprob,
            this.obs});
                        this.Listado.FullRowSelect = true;
                        this.Listado.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
                        this.Listado.HideSelection = false;
                        this.Listado.Location = new System.Drawing.Point(352, 8);
                        this.Listado.MultiSelect = false;
                        this.Listado.Name = "lvItems";
                        this.Listado.Size = new System.Drawing.Size(332, 522);
                        this.Listado.TabIndex = 37;
                        this.Listado.UseCompatibleStateImageBehavior = false;
                        this.Listado.View = System.Windows.Forms.View.Details;
                        this.Listado.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lvItems_KeyDown);
                        // 
                        // id
                        // 
                        this.id.Text = "Cód";
                        this.id.Width = 0;
                        // 
                        // fecha
                        // 
                        this.fecha.Text = "Fecha";
                        this.fecha.Width = 86;
                        // 
                        // concepto
                        // 
                        this.concepto.Text = "Concepto";
                        this.concepto.Width = 240;
                        // 
                        // importe
                        // 
                        this.importe.Text = "Importe";
                        this.importe.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
                        this.importe.Width = 86;
                        // 
                        // cuenta
                        // 
                        this.cuenta.Text = "Caja";
                        this.cuenta.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
                        this.cuenta.Width = 46;
                        // 
                        // comprob
                        // 
                        this.comprob.Text = "Comprob.";
                        this.comprob.Width = 96;
                        // 
                        // obs
                        // 
                        this.obs.Text = "Obs.";
                        this.obs.Width = 240;
                        // 
                        // txtCobros
                        // 
                        this.txtCobros.AutoSize = false;
                        this.txtCobros.DataType = Lui.Forms.DataTypes.Currency;
                        this.txtCobros.Location = new System.Drawing.Point(188, 372);
                        this.txtCobros.Name = "txtCobros";
                        this.txtCobros.TemporaryReadOnly = true;
                        this.txtCobros.Size = new System.Drawing.Size(104, 24);
                        this.txtCobros.TabIndex = 5;
                        this.txtCobros.TabStop = false;
                        // 
                        // Label10
                        // 
                        this.Label10.Location = new System.Drawing.Point(16, 372);
                        this.Label10.Name = "Label10";
                        this.Label10.Size = new System.Drawing.Size(172, 24);
                        this.Label10.TabIndex = 4;
                        this.Label10.Text = "Ingresos por Cobros";
                        this.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // BotonCobros
                        // 
                        this.BotonCobros.AutoSize = false;
                        this.BotonCobros.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonCobros.Image = null;
                        this.BotonCobros.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonCobros.Location = new System.Drawing.Point(296, 372);
                        this.BotonCobros.Name = "BotonCobros";
                        this.BotonCobros.Size = new System.Drawing.Size(28, 24);
                        this.BotonCobros.SubLabelPos = Lui.Forms.SubLabelPositions.None;
                        this.BotonCobros.Subtext = "";
                        this.BotonCobros.TabIndex = 6;
                        this.BotonCobros.Text = "...";
                        this.BotonCobros.Click += new System.EventHandler(this.BotonCobros_Click);
                        // 
                        // txtDiferenciaNeta
                        // 
                        this.txtDiferenciaNeta.AutoSize = false;
                        this.txtDiferenciaNeta.DataType = Lui.Forms.DataTypes.Currency;
                        this.txtDiferenciaNeta.Location = new System.Drawing.Point(188, 320);
                        this.txtDiferenciaNeta.Name = "txtDiferenciaNeta";
                        this.txtDiferenciaNeta.TemporaryReadOnly = true;
                        this.txtDiferenciaNeta.Size = new System.Drawing.Size(104, 24);
                        this.txtDiferenciaNeta.TabIndex = 26;
                        this.txtDiferenciaNeta.TabStop = false;
                        // 
                        // Label9
                        // 
                        this.Label9.Location = new System.Drawing.Point(16, 320);
                        this.Label9.Name = "Label9";
                        this.Label9.Size = new System.Drawing.Size(172, 24);
                        this.Label9.TabIndex = 25;
                        this.Label9.Text = "Margen Final";
                        this.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // txtDiferenciaBruta
                        // 
                        this.txtDiferenciaBruta.AutoSize = false;
                        this.txtDiferenciaBruta.DataType = Lui.Forms.DataTypes.Currency;
                        this.txtDiferenciaBruta.Location = new System.Drawing.Point(188, 160);
                        this.txtDiferenciaBruta.Name = "txtDiferenciaBruta";
                        this.txtDiferenciaBruta.TemporaryReadOnly = true;
                        this.txtDiferenciaBruta.Size = new System.Drawing.Size(104, 24);
                        this.txtDiferenciaBruta.TabIndex = 33;
                        this.txtDiferenciaBruta.TabStop = false;
                        // 
                        // Label11
                        // 
                        this.Label11.Location = new System.Drawing.Point(16, 160);
                        this.Label11.Name = "Label11";
                        this.Label11.Size = new System.Drawing.Size(172, 24);
                        this.Label11.TabIndex = 32;
                        this.Label11.Text = "Margen Bruto";
                        this.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label13
                        // 
                        this.Label13.Location = new System.Drawing.Point(8, 308);
                        this.Label13.Name = "Label13";
                        this.Label13.Size = new System.Drawing.Size(280, 2);
                        this.Label13.TabIndex = 27;
                        // 
                        // Label15
                        // 
                        this.Label15.Location = new System.Drawing.Point(4, 160);
                        this.Label15.Name = "Label15";
                        this.Label15.Size = new System.Drawing.Size(12, 24);
                        this.Label15.TabIndex = 37;
                        this.Label15.Text = "=";
                        this.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
                        // 
                        // Label16
                        // 
                        this.Label16.Location = new System.Drawing.Point(4, 220);
                        this.Label16.Name = "Label16";
                        this.Label16.Size = new System.Drawing.Size(12, 24);
                        this.Label16.TabIndex = 11;
                        this.Label16.Text = "-";
                        this.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
                        // 
                        // Label17
                        // 
                        this.Label17.Location = new System.Drawing.Point(4, 248);
                        this.Label17.Name = "Label17";
                        this.Label17.Size = new System.Drawing.Size(12, 24);
                        this.Label17.TabIndex = 15;
                        this.Label17.Text = "-";
                        this.Label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
                        // 
                        // Label18
                        // 
                        this.Label18.Location = new System.Drawing.Point(4, 276);
                        this.Label18.Name = "Label18";
                        this.Label18.Size = new System.Drawing.Size(12, 24);
                        this.Label18.TabIndex = 23;
                        this.Label18.Text = "-";
                        this.Label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
                        // 
                        // Label20
                        // 
                        this.Label20.Location = new System.Drawing.Point(4, 320);
                        this.Label20.Name = "Label20";
                        this.Label20.Size = new System.Drawing.Size(12, 24);
                        this.Label20.TabIndex = 28;
                        this.Label20.Text = "=";
                        this.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
                        // 
                        // txtFecha1
                        // 
                        this.txtFecha1.AutoSize = false;
                        this.txtFecha1.DataType = Lui.Forms.DataTypes.Date;
                        this.txtFecha1.Location = new System.Drawing.Point(56, 12);
                        this.txtFecha1.Name = "txtFecha1";
                        this.txtFecha1.Size = new System.Drawing.Size(92, 24);
                        this.txtFecha1.TabIndex = 1;
                        this.txtFecha1.LostFocus += new System.EventHandler(this.txtFecha12_LostFocus);
                        // 
                        // txtFecha2
                        // 
                        this.txtFecha2.AutoSize = false;
                        this.txtFecha2.DataType = Lui.Forms.DataTypes.Date;
                        this.txtFecha2.Location = new System.Drawing.Point(192, 12);
                        this.txtFecha2.Name = "txtFecha2";
                        this.txtFecha2.Size = new System.Drawing.Size(92, 24);
                        this.txtFecha2.TabIndex = 3;
                        this.txtFecha2.LostFocus += new System.EventHandler(this.txtFecha12_LostFocus);
                        // 
                        // Label22
                        // 
                        this.Label22.Location = new System.Drawing.Point(148, 12);
                        this.Label22.Name = "Label22";
                        this.Label22.Size = new System.Drawing.Size(44, 24);
                        this.Label22.TabIndex = 2;
                        this.Label22.Text = "y";
                        this.Label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
                        // 
                        // lblDiferenciaBrutaPct
                        // 
                        this.lblDiferenciaBrutaPct.Location = new System.Drawing.Point(296, 160);
                        this.lblDiferenciaBrutaPct.Name = "lblDiferenciaBrutaPct";
                        this.lblDiferenciaBrutaPct.Size = new System.Drawing.Size(48, 24);
                        this.lblDiferenciaBrutaPct.TabIndex = 34;
                        this.lblDiferenciaBrutaPct.Text = "0%";
                        this.lblDiferenciaBrutaPct.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // lblDiferenciaNetaPct
                        // 
                        this.lblDiferenciaNetaPct.Location = new System.Drawing.Point(296, 320);
                        this.lblDiferenciaNetaPct.Name = "lblDiferenciaNetaPct";
                        this.lblDiferenciaNetaPct.Size = new System.Drawing.Size(48, 24);
                        this.lblDiferenciaNetaPct.TabIndex = 27;
                        this.lblDiferenciaNetaPct.Text = "0%";
                        this.lblDiferenciaNetaPct.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        
                        // 
                        // ChartButton
                        // 
                        this.ChartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
                        this.ChartButton.AutoSize = false;
                        this.ChartButton.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.ChartButton.Image = null;
                        this.ChartButton.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.ChartButton.Location = new System.Drawing.Point(112, 498);
                        this.ChartButton.Name = "ChartButton";
                        this.ChartButton.Size = new System.Drawing.Size(96, 28);
                        this.ChartButton.SubLabelPos = Lui.Forms.SubLabelPositions.Right;
                        this.ChartButton.Subtext = "";
                        this.ChartButton.TabIndex = 39;
                        this.ChartButton.Text = "Graficar";
                        this.ChartButton.Click += new System.EventHandler(this.ChartButton_Click);
                        // 
                        // PorTipo
                        // 
                        this.PorTipo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
                        this.PorTipo.AutoSize = false;
                        this.PorTipo.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.PorTipo.Image = null;
                        this.PorTipo.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.PorTipo.Location = new System.Drawing.Point(216, 498);
                        this.PorTipo.Name = "PorTipo";
                        this.PorTipo.Size = new System.Drawing.Size(96, 28);
                        this.PorTipo.SubLabelPos = Lui.Forms.SubLabelPositions.Right;
                        this.PorTipo.Subtext = "F8";
                        this.PorTipo.TabIndex = 40;
                        this.PorTipo.Text = "Por Tipo";
                        this.PorTipo.Click += new System.EventHandler(this.PorTipo_Click);
                        // 
                        // txtCompraMateriales
                        // 
                        this.txtCompraMateriales.AutoSize = false;
                        this.txtCompraMateriales.DataType = Lui.Forms.DataTypes.Currency;
                        this.txtCompraMateriales.Location = new System.Drawing.Point(188, 428);
                        this.txtCompraMateriales.Name = "txtCompraMateriales";
                        this.txtCompraMateriales.TemporaryReadOnly = true;
                        this.txtCompraMateriales.Size = new System.Drawing.Size(104, 24);
                        this.txtCompraMateriales.TabIndex = 11;
                        this.txtCompraMateriales.TabStop = false;
                        // 
                        // label25
                        // 
                        this.label25.Location = new System.Drawing.Point(16, 96);
                        this.label25.Name = "label25";
                        this.label25.Size = new System.Drawing.Size(172, 24);
                        this.label25.TabIndex = 30;
                        this.label25.Text = "Costo Materiales";
                        this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // BotonCostoCapital
                        // 
                        this.BotonCostoCapital.AutoSize = false;
                        this.BotonCostoCapital.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonCostoCapital.Image = null;
                        this.BotonCostoCapital.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonCostoCapital.Location = new System.Drawing.Point(296, 192);
                        this.BotonCostoCapital.Name = "BotonCostoCapital";
                        this.BotonCostoCapital.Size = new System.Drawing.Size(28, 24);
                        this.BotonCostoCapital.SubLabelPos = Lui.Forms.SubLabelPositions.None;
                        this.BotonCostoCapital.Subtext = "";
                        this.BotonCostoCapital.TabIndex = 15;
                        this.BotonCostoCapital.Text = "...";
                        this.BotonCostoCapital.Click += new System.EventHandler(this.BotonCostoCapital_Click);
                        // 
                        // txtCostoCapital
                        // 
                        this.txtCostoCapital.AutoSize = false;
                        this.txtCostoCapital.DataType = Lui.Forms.DataTypes.Currency;
                        this.txtCostoCapital.Location = new System.Drawing.Point(188, 192);
                        this.txtCostoCapital.Name = "txtCostoCapital";
                        this.txtCostoCapital.TemporaryReadOnly = true;
                        this.txtCostoCapital.Size = new System.Drawing.Size(104, 24);
                        this.txtCostoCapital.TabIndex = 14;
                        this.txtCostoCapital.TabStop = false;
                        // 
                        // label26
                        // 
                        this.label26.Location = new System.Drawing.Point(4, 192);
                        this.label26.Name = "label26";
                        this.label26.Size = new System.Drawing.Size(12, 24);
                        this.label26.TabIndex = 53;
                        this.label26.Text = "-";
                        this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
                        // 
                        // label27
                        // 
                        this.label27.Location = new System.Drawing.Point(16, 192);
                        this.label27.Name = "label27";
                        this.label27.Size = new System.Drawing.Size(172, 24);
                        this.label27.TabIndex = 13;
                        this.label27.Text = "Costo Capital";
                        this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // BotonCostoMateriales
                        // 
                        this.BotonCostoMateriales.AutoSize = false;
                        this.BotonCostoMateriales.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonCostoMateriales.Image = null;
                        this.BotonCostoMateriales.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonCostoMateriales.Location = new System.Drawing.Point(296, 428);
                        this.BotonCostoMateriales.Name = "BotonCostoMateriales";
                        this.BotonCostoMateriales.Size = new System.Drawing.Size(28, 24);
                        this.BotonCostoMateriales.SubLabelPos = Lui.Forms.SubLabelPositions.None;
                        this.BotonCostoMateriales.Subtext = "";
                        this.BotonCostoMateriales.TabIndex = 12;
                        this.BotonCostoMateriales.Text = "...";
                        this.BotonCostoMateriales.Click += new System.EventHandler(this.BotonCostoMateriales_Click);
                        // 
                        // BotonIngresosOtros
                        // 
                        this.BotonIngresosOtros.AutoSize = false;
                        this.BotonIngresosOtros.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonIngresosOtros.Image = null;
                        this.BotonIngresosOtros.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonIngresosOtros.Location = new System.Drawing.Point(296, 400);
                        this.BotonIngresosOtros.Name = "BotonIngresosOtros";
                        this.BotonIngresosOtros.Size = new System.Drawing.Size(28, 24);
                        this.BotonIngresosOtros.SubLabelPos = Lui.Forms.SubLabelPositions.None;
                        this.BotonIngresosOtros.Subtext = "";
                        this.BotonIngresosOtros.TabIndex = 9;
                        this.BotonIngresosOtros.Text = "...";
                        this.BotonIngresosOtros.Click += new System.EventHandler(this.BotonIngresosOtros_Click);
                        // 
                        // EntradaIngresosOtros
                        // 
                        this.EntradaIngresosOtros.AutoSize = false;
                        this.EntradaIngresosOtros.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaIngresosOtros.Location = new System.Drawing.Point(188, 400);
                        this.EntradaIngresosOtros.Name = "EntradaIngresosOtros";
                        this.EntradaIngresosOtros.TemporaryReadOnly = true;
                        this.EntradaIngresosOtros.Size = new System.Drawing.Size(104, 24);
                        this.EntradaIngresosOtros.TabIndex = 8;
                        this.EntradaIngresosOtros.TabStop = false;
                        // 
                        // label24
                        // 
                        this.label24.Location = new System.Drawing.Point(16, 400);
                        this.label24.Name = "label24";
                        this.label24.Size = new System.Drawing.Size(172, 24);
                        this.label24.TabIndex = 7;
                        this.label24.Text = "Otros Ingresos";
                        this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // label4
                        // 
                        this.label4.BackColor = System.Drawing.Color.Silver;
                        this.label4.Location = new System.Drawing.Point(12, 152);
                        this.label4.Name = "label4";
                        this.label4.Size = new System.Drawing.Size(280, 1);
                        this.label4.TabIndex = 69;
                        // 
                        // label8
                        // 
                        this.label8.Location = new System.Drawing.Point(4, 96);
                        this.label8.Name = "label8";
                        this.label8.Size = new System.Drawing.Size(12, 24);
                        this.label8.TabIndex = 70;
                        this.label8.Text = "-";
                        this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
                        // 
                        // label12
                        // 
                        this.label12.Location = new System.Drawing.Point(4, 124);
                        this.label12.Name = "label12";
                        this.label12.Size = new System.Drawing.Size(12, 24);
                        this.label12.TabIndex = 73;
                        this.label12.Text = "-";
                        this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
                        // 
                        // label14
                        // 
                        this.label14.Location = new System.Drawing.Point(16, 124);
                        this.label14.Name = "label14";
                        this.label14.Size = new System.Drawing.Size(172, 24);
                        this.label14.TabIndex = 71;
                        this.label14.Text = "Gestión de Cobro";
                        this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaGestionCobro
                        // 
                        this.EntradaGestionCobro.AutoSize = false;
                        this.EntradaGestionCobro.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaGestionCobro.Location = new System.Drawing.Point(188, 124);
                        this.EntradaGestionCobro.Name = "EntradaGestionCobro";
                        this.EntradaGestionCobro.TemporaryReadOnly = true;
                        this.EntradaGestionCobro.Size = new System.Drawing.Size(104, 24);
                        this.EntradaGestionCobro.TabIndex = 72;
                        this.EntradaGestionCobro.TabStop = false;
                        // 
                        // BotonGestionCobro
                        // 
                        this.BotonGestionCobro.AutoSize = false;
                        this.BotonGestionCobro.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonGestionCobro.Image = null;
                        this.BotonGestionCobro.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonGestionCobro.Location = new System.Drawing.Point(296, 124);
                        this.BotonGestionCobro.Name = "BotonGestionCobro";
                        this.BotonGestionCobro.Size = new System.Drawing.Size(28, 24);
                        this.BotonGestionCobro.SubLabelPos = Lui.Forms.SubLabelPositions.None;
                        this.BotonGestionCobro.Subtext = "";
                        this.BotonGestionCobro.TabIndex = 74;
                        this.BotonGestionCobro.Text = "...";
                        this.BotonGestionCobro.Click += new System.EventHandler(this.BotonGestionCobro_Click);
                        // 
                        // IngresosEgresos
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(692, 535);
                        this.Controls.Add(this.BotonGestionCobro);
                        this.Controls.Add(this.label12);
                        this.Controls.Add(this.label14);
                        this.Controls.Add(this.EntradaGestionCobro);
                        this.Controls.Add(this.label8);
                        this.Controls.Add(this.label4);
                        this.Controls.Add(this.BotonIngresosOtros);
                        this.Controls.Add(this.EntradaIngresosOtros);
                        this.Controls.Add(this.label24);
                        this.Controls.Add(this.BotonCostoMateriales);
                        this.Controls.Add(this.txtCompraMateriales);
                        this.Controls.Add(this.BotonCobros);
                        this.Controls.Add(this.txtCobros);
                        this.Controls.Add(this.Label10);
                        this.Controls.Add(this.Label3);
                        this.Controls.Add(this.Listado);
                        this.Controls.Add(this.BotonCostoCapital);
                        this.Controls.Add(this.txtCostoCapital);
                        this.Controls.Add(this.label26);
                        this.Controls.Add(this.label27);
                        this.Controls.Add(this.label25);
                        this.Controls.Add(this.PorTipo);
                        this.Controls.Add(this.ChartButton);
                        this.Controls.Add(this.txtFecha2);
                        this.Controls.Add(this.txtFecha1);
                        this.Controls.Add(this.txtDiferenciaBruta);
                        this.Controls.Add(this.txtDiferenciaNeta);
                        this.Controls.Add(this.BotonOtrosEgresos);
                        this.Controls.Add(this.BotonGastosVariables);
                        this.Controls.Add(this.BotonGastosFijos);
                        this.Controls.Add(this.txtOtrosEgresos);
                        this.Controls.Add(this.txtGastosVariables);
                        this.Controls.Add(this.txtGastosFijos);
                        this.Controls.Add(this.txtCosto);
                        this.Controls.Add(this.EntradaFacturacion);
                        this.Controls.Add(this.lblDiferenciaNetaPct);
                        this.Controls.Add(this.lblDiferenciaBrutaPct);
                        this.Controls.Add(this.Label22);
                        this.Controls.Add(this.Label20);
                        this.Controls.Add(this.Label18);
                        this.Controls.Add(this.Label17);
                        this.Controls.Add(this.Label16);
                        this.Controls.Add(this.Label15);
                        this.Controls.Add(this.Label13);
                        this.Controls.Add(this.Label11);
                        this.Controls.Add(this.Label9);
                        this.Controls.Add(this.Label7);
                        this.Controls.Add(this.Label6);
                        this.Controls.Add(this.Label5);
                        this.Controls.Add(this.Label2);
                        this.Controls.Add(this.Label1);
                        this.KeyPreview = true;
                        this.Name = "IngresosEgresos";
                        this.Text = "Reporte Ingresos y Egresos";
                        this.Load += new System.EventHandler(this.FormRepRentabilidad_Load);
                        this.ResumeLayout(false);

                }
コード例 #40
0
 private void InitializeComponent()
 {
     this.EntradaNombre         = new Lui.Forms.TextBox();
     this.EntradaCaracteristica = new Lui.Forms.TextBox();
     this.EntradaNumero         = new Lui.Forms.TextBox();
     this.label1 = new Lui.Forms.Label();
     this.label2 = new Lui.Forms.Label();
     this.SuspendLayout();
     //
     // EntradaNombre
     //
     this.EntradaNombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaNombre.ForceCase       = Lui.Forms.TextCasing.Automatic;
     this.EntradaNombre.Location        = new System.Drawing.Point(352, 0);
     this.EntradaNombre.Name            = "EntradaNombre";
     this.EntradaNombre.PlaceholderText = "Tipo";
     this.EntradaNombre.Size            = new System.Drawing.Size(108, 24);
     this.EntradaNombre.TabIndex        = 4;
     this.EntradaNombre.TextChanged    += new System.EventHandler(this.Entradas_TextChanged);
     //
     // EntradaCaracteristica
     //
     this.EntradaCaracteristica.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)));
     this.EntradaCaracteristica.Location        = new System.Drawing.Point(12, 0);
     this.EntradaCaracteristica.Name            = "EntradaCaracteristica";
     this.EntradaCaracteristica.PlaceholderText = "Característica";
     this.EntradaCaracteristica.Size            = new System.Drawing.Size(60, 24);
     this.EntradaCaracteristica.TabIndex        = 1;
     this.EntradaCaracteristica.TextChanged    += new System.EventHandler(this.Entradas_TextChanged);
     //
     // EntradaNumero
     //
     this.EntradaNumero.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaNumero.Location        = new System.Drawing.Point(84, 0);
     this.EntradaNumero.Name            = "EntradaNumero";
     this.EntradaNumero.PlaceholderText = "Número Telefónico";
     this.EntradaNumero.Size            = new System.Drawing.Size(267, 24);
     this.EntradaNumero.TabIndex        = 3;
     this.EntradaNumero.TextChanged    += new System.EventHandler(this.Entradas_TextChanged);
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(12, 24);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "(";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Location  = new System.Drawing.Point(72, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(12, 24);
     this.label2.TabIndex  = 2;
     this.label2.Text      = ")";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Telefono
     //
     this.Controls.Add(this.EntradaNumero);
     this.Controls.Add(this.EntradaCaracteristica);
     this.Controls.Add(this.EntradaNombre);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "Telefono";
     this.Size = new System.Drawing.Size(460, 24);
     this.ResumeLayout(false);
 }
コード例 #41
0
                private void InitializeComponent()
                {
                        this.EntradaFormaPago = new Lui.Forms.ComboBox();
                        this.Label11 = new Lui.Forms.Label();
                        this.EntradaCuponesCantidad = new Lui.Forms.TextBox();
                        this.lblLabel1 = new Lui.Forms.Label();
                        this.Label1 = new Lui.Forms.Label();
                        this.EntradaCuponesSubTotal = new Lui.Forms.TextBox();
                        this.EntradaComisionTarjeta = new Lui.Forms.TextBox();
                        this.Label2 = new Lui.Forms.Label();
                        this.Frame1 = new Lui.Forms.Frame();
                        this.lblComisionTarjetaPct = new Lui.Forms.Label();
                        this.EntradaComisionPlan = new Lui.Forms.TextBox();
                        this.Label3 = new Lui.Forms.Label();
                        this.EntradaComisionUsuario = new Lui.Forms.TextBox();
                        this.lblComisionPlanPct = new Lui.Forms.Label();
                        this.lblComisionUsuarioPct = new Lui.Forms.Label();
                        this.Label4 = new Lui.Forms.Label();
                        this.Label5 = new Lui.Forms.Label();
                        this.Label6 = new Lui.Forms.Label();
                        this.Label7 = new Lui.Forms.Label();
                        this.EntradaTotal = new Lui.Forms.TextBox();
                        this.Label8 = new Lui.Forms.Label();
                        this.Frame1.SuspendLayout();
                        this.SuspendLayout();
                        // 
                        // EntradaFormaPago
                        // 
                        this.EntradaFormaPago.AlwaysExpanded = true;
                        this.EntradaFormaPago.AutoSize = true;
                        this.EntradaFormaPago.Location = new System.Drawing.Point(244, 272);
                        this.EntradaFormaPago.Name = "EntradaFormaPago";
                        this.EntradaFormaPago.SetData = new string[] {
        "Efectivo|1",
        "Cheque|2",
        "Depósito en cuenta|6"};
                        this.EntradaFormaPago.Size = new System.Drawing.Size(200, 56);
                        this.EntradaFormaPago.TabIndex = 17;
                        this.EntradaFormaPago.TextKey = "6";
                        // 
                        // Label11
                        // 
                        this.Label11.Location = new System.Drawing.Point(112, 272);
                        this.Label11.Name = "Label11";
                        this.Label11.Size = new System.Drawing.Size(132, 24);
                        this.Label11.TabIndex = 16;
                        this.Label11.Text = "Pago";
                        this.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaCuponesCantidad
                        // 
                        this.EntradaCuponesCantidad.DataType = Lui.Forms.DataTypes.Integer;
                        this.EntradaCuponesCantidad.Location = new System.Drawing.Point(136, 24);
                        this.EntradaCuponesCantidad.Name = "EntradaCuponesCantidad";
                        this.EntradaCuponesCantidad.Size = new System.Drawing.Size(56, 24);
                        this.EntradaCuponesCantidad.TabIndex = 1;
                        this.EntradaCuponesCantidad.TabStop = false;
                        this.EntradaCuponesCantidad.Text = "0";
                        // 
                        // lblLabel1
                        // 
                        this.lblLabel1.Location = new System.Drawing.Point(24, 24);
                        this.lblLabel1.Name = "lblLabel1";
                        this.lblLabel1.Size = new System.Drawing.Size(112, 24);
                        this.lblLabel1.TabIndex = 0;
                        this.lblLabel1.Text = "Acreditación de";
                        this.lblLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label1
                        // 
                        this.Label1.Location = new System.Drawing.Point(200, 24);
                        this.Label1.Name = "Label1";
                        this.Label1.Size = new System.Drawing.Size(168, 24);
                        this.Label1.TabIndex = 2;
                        this.Label1.Text = "cupones por un total de";
                        this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaCuponesSubTotal
                        // 
                        this.EntradaCuponesSubTotal.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaCuponesSubTotal.Location = new System.Drawing.Point(368, 24);
                        this.EntradaCuponesSubTotal.Name = "EntradaCuponesSubTotal";
                        this.EntradaCuponesSubTotal.Prefijo = "$";
                        this.EntradaCuponesSubTotal.Size = new System.Drawing.Size(100, 24);
                        this.EntradaCuponesSubTotal.TabIndex = 3;
                        this.EntradaCuponesSubTotal.TabStop = false;
                        // 
                        // EntradaComisionTarjeta
                        // 
                        this.EntradaComisionTarjeta.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaComisionTarjeta.Location = new System.Drawing.Point(120, 40);
                        this.EntradaComisionTarjeta.Name = "EntradaComisionTarjeta";
                        this.EntradaComisionTarjeta.Prefijo = "$";
                        this.EntradaComisionTarjeta.Size = new System.Drawing.Size(104, 24);
                        this.EntradaComisionTarjeta.TabIndex = 6;
                        this.EntradaComisionTarjeta.TabStop = false;
                        this.EntradaComisionTarjeta.TextChanged += new System.EventHandler(this.EntradaComisionTarjeta_TextChanged);
                        // 
                        // Label2
                        // 
                        this.Label2.Location = new System.Drawing.Point(8, 40);
                        this.Label2.Name = "Label2";
                        this.Label2.Size = new System.Drawing.Size(112, 24);
                        this.Label2.TabIndex = 5;
                        this.Label2.Text = "De las tarjetas";
                        this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Frame1
                        // 
                        this.Frame1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.Frame1.Controls.Add(this.Label2);
                        this.Frame1.Controls.Add(this.EntradaComisionTarjeta);
                        this.Frame1.Controls.Add(this.lblComisionTarjetaPct);
                        this.Frame1.Controls.Add(this.EntradaComisionPlan);
                        this.Frame1.Controls.Add(this.Label3);
                        this.Frame1.Controls.Add(this.EntradaComisionUsuario);
                        this.Frame1.Controls.Add(this.lblComisionPlanPct);
                        this.Frame1.Controls.Add(this.lblComisionUsuarioPct);
                        this.Frame1.Controls.Add(this.Label4);
                        this.Frame1.Controls.Add(this.Label5);
                        this.Frame1.Controls.Add(this.Label6);
                        this.Frame1.Controls.Add(this.Label7);
                        this.Frame1.Font = new System.Drawing.Font("Bitstream Vera Sans", 9.75F);
                        this.Frame1.Location = new System.Drawing.Point(24, 72);
                        this.Frame1.Name = "Frame1";
                        this.Frame1.Size = new System.Drawing.Size(600, 136);
                        this.Frame1.TabIndex = 4;
                        this.Frame1.Text = "Comisiones y otros decuentos";
                        // 
                        // lblComisionTarjetaPct
                        // 
                        this.lblComisionTarjetaPct.Location = new System.Drawing.Point(232, 40);
                        this.lblComisionTarjetaPct.Name = "lblComisionTarjetaPct";
                        this.lblComisionTarjetaPct.Size = new System.Drawing.Size(76, 24);
                        this.lblComisionTarjetaPct.TabIndex = 8;
                        this.lblComisionTarjetaPct.Text = "(0%)";
                        this.lblComisionTarjetaPct.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaComisionPlan
                        // 
                        this.EntradaComisionPlan.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaComisionPlan.Location = new System.Drawing.Point(120, 72);
                        this.EntradaComisionPlan.Name = "EntradaComisionPlan";
                        this.EntradaComisionPlan.Prefijo = "$";
                        this.EntradaComisionPlan.Size = new System.Drawing.Size(104, 24);
                        this.EntradaComisionPlan.TabIndex = 9;
                        this.EntradaComisionPlan.TabStop = false;
                        this.EntradaComisionPlan.TextChanged += new System.EventHandler(this.EntradaComisionPlan_TextChanged);
                        // 
                        // Label3
                        // 
                        this.Label3.Location = new System.Drawing.Point(8, 72);
                        this.Label3.Name = "Label3";
                        this.Label3.Size = new System.Drawing.Size(112, 24);
                        this.Label3.TabIndex = 8;
                        this.Label3.Text = "De los planes";
                        this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaComisionUsuario
                        // 
                        this.EntradaComisionUsuario.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaComisionUsuario.Location = new System.Drawing.Point(120, 104);
                        this.EntradaComisionUsuario.Name = "EntradaComisionUsuario";
                        this.EntradaComisionUsuario.Prefijo = "$";
                        this.EntradaComisionUsuario.Size = new System.Drawing.Size(104, 24);
                        this.EntradaComisionUsuario.TabIndex = 12;
                        this.EntradaComisionUsuario.TextChanged += new System.EventHandler(this.EntradaComisionUsuario_TextChanged);
                        // 
                        // lblComisionPlanPct
                        // 
                        this.lblComisionPlanPct.Location = new System.Drawing.Point(232, 72);
                        this.lblComisionPlanPct.Name = "lblComisionPlanPct";
                        this.lblComisionPlanPct.Size = new System.Drawing.Size(76, 24);
                        this.lblComisionPlanPct.TabIndex = 9;
                        this.lblComisionPlanPct.Text = "(0%)";
                        this.lblComisionPlanPct.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // lblComisionUsuarioPct
                        // 
                        this.lblComisionUsuarioPct.Location = new System.Drawing.Point(232, 104);
                        this.lblComisionUsuarioPct.Name = "lblComisionUsuarioPct";
                        this.lblComisionUsuarioPct.Size = new System.Drawing.Size(76, 24);
                        this.lblComisionUsuarioPct.TabIndex = 10;
                        this.lblComisionUsuarioPct.Text = "(0%)";
                        this.lblComisionUsuarioPct.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label4
                        // 
                        this.Label4.Location = new System.Drawing.Point(8, 104);
                        this.Label4.Name = "Label4";
                        this.Label4.Size = new System.Drawing.Size(112, 24);
                        this.Label4.TabIndex = 11;
                        this.Label4.Text = "Otros";
                        this.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label5
                        // 
                        this.Label5.Location = new System.Drawing.Point(312, 40);
                        this.Label5.Name = "Label5";
                        this.Label5.Size = new System.Drawing.Size(288, 24);
                        this.Label5.TabIndex = 7;
                        this.Label5.Text = "(Comisiones normales de las tarjetas)";
                        this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.Label5.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
                        // 
                        // Label6
                        // 
                        this.Label6.Location = new System.Drawing.Point(312, 72);
                        this.Label6.Name = "Label6";
                        this.Label6.Size = new System.Drawing.Size(288, 24);
                        this.Label6.TabIndex = 10;
                        this.Label6.Text = "(Comisiones adicionales de algunos planes)";
                        this.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.Label6.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
                        // 
                        // Label7
                        // 
                        this.Label7.Location = new System.Drawing.Point(312, 104);
                        this.Label7.Name = "Label7";
                        this.Label7.Size = new System.Drawing.Size(288, 24);
                        this.Label7.TabIndex = 13;
                        this.Label7.Text = "(Otros descuentos)";
                        this.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.Label7.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
                        // 
                        // EntradaTotal
                        // 
                        this.EntradaTotal.DataType = Lui.Forms.DataTypes.Currency;
                        this.EntradaTotal.Location = new System.Drawing.Point(244, 232);
                        this.EntradaTotal.Name = "EntradaTotal";
                        this.EntradaTotal.Prefijo = "$";
                        this.EntradaTotal.Size = new System.Drawing.Size(136, 28);
                        this.EntradaTotal.TabIndex = 15;
                        this.EntradaTotal.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
                        this.EntradaTotal.TextChanged += new System.EventHandler(this.EntradaTotal_TextChanged);
                        // 
                        // Label8
                        // 
                        this.Label8.Location = new System.Drawing.Point(112, 232);
                        this.Label8.Name = "Label8";
                        this.Label8.Size = new System.Drawing.Size(132, 28);
                        this.Label8.TabIndex = 14;
                        this.Label8.Text = "Total a acreditar";
                        this.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Acreditar
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(650, 413);
                        this.Controls.Add(this.EntradaTotal);
                        this.Controls.Add(this.Label8);
                        this.Controls.Add(this.EntradaCuponesSubTotal);
                        this.Controls.Add(this.Label1);
                        this.Controls.Add(this.EntradaCuponesCantidad);
                        this.Controls.Add(this.lblLabel1);
                        this.Controls.Add(this.EntradaFormaPago);
                        this.Controls.Add(this.Label11);
                        this.Controls.Add(this.Frame1);
                        this.ForeColor = System.Drawing.Color.Black;
                        this.Name = "Acreditar";
                        this.Text = "Acreditación de cupones de pago";
                        this.Controls.SetChildIndex(this.Frame1, 0);
                        this.Controls.SetChildIndex(this.Label11, 0);
                        this.Controls.SetChildIndex(this.EntradaFormaPago, 0);
                        this.Controls.SetChildIndex(this.lblLabel1, 0);
                        this.Controls.SetChildIndex(this.EntradaCuponesCantidad, 0);
                        this.Controls.SetChildIndex(this.Label1, 0);
                        this.Controls.SetChildIndex(this.EntradaCuponesSubTotal, 0);
                        this.Controls.SetChildIndex(this.Label8, 0);
                        this.Controls.SetChildIndex(this.EntradaTotal, 0);
                        this.Frame1.ResumeLayout(false);
                        this.Frame1.PerformLayout();
                        this.ResumeLayout(false);
                        this.PerformLayout();

                }
コード例 #42
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Convertir));
     this.EntradaOrigen      = new Lui.Forms.TextBox();
     this.Label6             = new Lui.Forms.Label();
     this.Label7             = new Lui.Forms.Label();
     this.EntradaDestinoTipo = new Lui.Forms.ComboBox();
     this.lblInfo            = new Lui.Forms.Label();
     this.lblOrigenTipo      = new Lui.Forms.Label();
     this.lblDestinoTipo     = new Lui.Forms.Label();
     this.lblDuplicado       = new Lui.Forms.Label();
     this.PictureBox2        = new System.Windows.Forms.PictureBox();
     this.PictureBox1        = new System.Windows.Forms.PictureBox();
     this.label1             = new Lui.Forms.Label();
     this.EtiquetaTitulo     = new Lui.Forms.Label();
     this.pictureBox3        = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.SuspendLayout();
     //
     // EntradaOrigen
     //
     this.EntradaOrigen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaOrigen.Location = new System.Drawing.Point(328, 96);
     this.EntradaOrigen.Name     = "EntradaOrigen";
     this.EntradaOrigen.Size     = new System.Drawing.Size(280, 24);
     this.EntradaOrigen.TabIndex = 1;
     this.EntradaOrigen.TabStop  = false;
     //
     // Label6
     //
     this.Label6.Location  = new System.Drawing.Point(24, 96);
     this.Label6.Name      = "Label6";
     this.Label6.Size      = new System.Drawing.Size(304, 24);
     this.Label6.TabIndex  = 0;
     this.Label6.Text      = "A partir del comprobante de origen";
     this.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Label7
     //
     this.Label7.Location  = new System.Drawing.Point(24, 128);
     this.Label7.Name      = "Label7";
     this.Label7.Size      = new System.Drawing.Size(304, 24);
     this.Label7.TabIndex  = 2;
     this.Label7.Text      = "Se generará un nuevo comprobante tipo";
     this.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaDestinoTipo
     //
     this.EntradaDestinoTipo.AlwaysExpanded = true;
     this.EntradaDestinoTipo.Anchor         = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaDestinoTipo.AutoSize = true;
     this.EntradaDestinoTipo.Location = new System.Drawing.Point(328, 128);
     this.EntradaDestinoTipo.Name     = "EntradaDestinoTipo";
     this.EntradaDestinoTipo.SetData  = new string[] {
         "Factura|F",
         "Presupuesto|PS",
         "Remito|R",
         "Nota de Crédito|NC",
         "Nota de Débito|ND"
     };
     this.EntradaDestinoTipo.Size         = new System.Drawing.Size(280, 90);
     this.EntradaDestinoTipo.TabIndex     = 3;
     this.EntradaDestinoTipo.TextKey      = "F";
     this.EntradaDestinoTipo.TextChanged += new System.EventHandler(this.EntradaDestinoTipo_TextChanged);
     //
     // lblInfo
     //
     this.lblInfo.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lblInfo.Location = new System.Drawing.Point(304, 310);
     this.lblInfo.Name     = "lblInfo";
     this.lblInfo.Size     = new System.Drawing.Size(304, 22);
     this.lblInfo.TabIndex = 6;
     this.lblInfo.Text     = "El comprobante original queda sin cambios.";
     //
     // lblOrigenTipo
     //
     this.lblOrigenTipo.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.lblOrigenTipo.Location  = new System.Drawing.Point(40, 216);
     this.lblOrigenTipo.Name      = "lblOrigenTipo";
     this.lblOrigenTipo.Size      = new System.Drawing.Size(120, 48);
     this.lblOrigenTipo.TabIndex  = 4;
     this.lblOrigenTipo.Text      = "Nota de Débito A";
     this.lblOrigenTipo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblOrigenTipo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
     //
     // lblDestinoTipo
     //
     this.lblDestinoTipo.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.lblDestinoTipo.Location  = new System.Drawing.Point(184, 216);
     this.lblDestinoTipo.Name      = "lblDestinoTipo";
     this.lblDestinoTipo.Size      = new System.Drawing.Size(120, 48);
     this.lblDestinoTipo.TabIndex  = 5;
     this.lblDestinoTipo.Text      = "Presupuesto";
     this.lblDestinoTipo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.lblDestinoTipo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
     //
     // lblDuplicado
     //
     this.lblDuplicado.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lblDuplicado.Location = new System.Drawing.Point(304, 280);
     this.lblDuplicado.Name     = "lblDuplicado";
     this.lblDuplicado.Size     = new System.Drawing.Size(304, 22);
     this.lblDuplicado.TabIndex = 58;
     this.lblDuplicado.Text     = "Se creará un duplicado del comprobante original.";
     this.lblDuplicado.Visible  = false;
     //
     // PictureBox2
     //
     this.PictureBox2.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.PictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("PictureBox2.Image")));
     this.PictureBox2.Location = new System.Drawing.Point(152, 286);
     this.PictureBox2.Name     = "PictureBox2";
     this.PictureBox2.Size     = new System.Drawing.Size(40, 34);
     this.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.PictureBox2.TabIndex = 57;
     this.PictureBox2.TabStop  = false;
     //
     // PictureBox1
     //
     this.PictureBox1.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.PictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("PictureBox1.Image")));
     this.PictureBox1.Location = new System.Drawing.Point(64, 264);
     this.PictureBox1.Name     = "PictureBox1";
     this.PictureBox1.Size     = new System.Drawing.Size(72, 72);
     this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.PictureBox1.TabIndex = 56;
     this.PictureBox1.TabStop  = false;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(24, 64);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(584, 24);
     this.label1.TabIndex = 107;
     this.label1.Text     = "Puede crear un nuevo comprobante a partir de los datos del comprobante actual.";
     //
     // EtiquetaTitulo
     //
     this.EtiquetaTitulo.AutoSize  = true;
     this.EtiquetaTitulo.Location  = new System.Drawing.Point(24, 24);
     this.EtiquetaTitulo.Name      = "EtiquetaTitulo";
     this.EtiquetaTitulo.Size      = new System.Drawing.Size(240, 30);
     this.EtiquetaTitulo.TabIndex  = 106;
     this.EtiquetaTitulo.Text      = "Convertir comprobante";
     this.EtiquetaTitulo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
     //
     // pictureBox3
     //
     this.pictureBox3.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(208, 264);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(72, 72);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox3.TabIndex = 108;
     this.pictureBox3.TabStop  = false;
     //
     // Convertir
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.ClientSize          = new System.Drawing.Size(634, 424);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.EtiquetaTitulo);
     this.Controls.Add(this.lblDuplicado);
     this.Controls.Add(this.lblDestinoTipo);
     this.Controls.Add(this.lblOrigenTipo);
     this.Controls.Add(this.PictureBox2);
     this.Controls.Add(this.PictureBox1);
     this.Controls.Add(this.lblInfo);
     this.Controls.Add(this.Label7);
     this.Controls.Add(this.EntradaDestinoTipo);
     this.Controls.Add(this.Label6);
     this.Controls.Add(this.EntradaOrigen);
     this.ForeColor = System.Drawing.Color.Black;
     this.Name      = "Convertir";
     this.Text      = "Convertir comprobante";
     this.Controls.SetChildIndex(this.EntradaOrigen, 0);
     this.Controls.SetChildIndex(this.Label6, 0);
     this.Controls.SetChildIndex(this.EntradaDestinoTipo, 0);
     this.Controls.SetChildIndex(this.Label7, 0);
     this.Controls.SetChildIndex(this.lblInfo, 0);
     this.Controls.SetChildIndex(this.PictureBox1, 0);
     this.Controls.SetChildIndex(this.PictureBox2, 0);
     this.Controls.SetChildIndex(this.lblOrigenTipo, 0);
     this.Controls.SetChildIndex(this.lblDestinoTipo, 0);
     this.Controls.SetChildIndex(this.lblDuplicado, 0);
     this.Controls.SetChildIndex(this.EtiquetaTitulo, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.pictureBox3, 0);
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #43
0
                private void InitializeComponent()
                {
                        this.EntradaNombre = new Lui.Forms.TextBox();
                        this.EntradaCaracteristica = new Lui.Forms.TextBox();
                        this.EntradaNumero = new Lui.Forms.TextBox();
                        this.label1 = new Lui.Forms.Label();
                        this.label2 = new Lui.Forms.Label();
                        this.SuspendLayout();
                        // 
                        // EntradaNombre
                        // 
                        this.EntradaNombre.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
                        this.EntradaNombre.Location = new System.Drawing.Point(352, 0);
                        this.EntradaNombre.Name = "EntradaNombre";
                        this.EntradaNombre.PlaceholderText = "Lugar";
                        this.EntradaNombre.Size = new System.Drawing.Size(108, 24);
                        this.EntradaNombre.TabIndex = 4;
                        this.EntradaNombre.TextChanged += new System.EventHandler(this.Entradas_TextChanged);
                        // 
                        // EntradaCaracteristica
                        // 
                        this.EntradaCaracteristica.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
                        this.EntradaCaracteristica.Location = new System.Drawing.Point(12, 0);
                        this.EntradaCaracteristica.Name = "EntradaCaracteristica";
                        this.EntradaCaracteristica.PlaceholderText = "Característica";
                        this.EntradaCaracteristica.Size = new System.Drawing.Size(60, 24);
                        this.EntradaCaracteristica.TabIndex = 1;
                        this.EntradaCaracteristica.TextChanged += new System.EventHandler(this.Entradas_TextChanged);
                        // 
                        // EntradaNumero
                        // 
                        this.EntradaNumero.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaNumero.Location = new System.Drawing.Point(84, 0);
                        this.EntradaNumero.Name = "EntradaNumero";
                        this.EntradaNumero.PlaceholderText = "Número Telefónico";
                        this.EntradaNumero.Size = new System.Drawing.Size(267, 24);
                        this.EntradaNumero.TabIndex = 3;
                        this.EntradaNumero.TextChanged += new System.EventHandler(this.Entradas_TextChanged);
                        // 
                        // label1
                        // 
                        this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
                        this.label1.Location = new System.Drawing.Point(0, 0);
                        this.label1.Name = "label1";
                        this.label1.Size = new System.Drawing.Size(12, 24);
                        this.label1.TabIndex = 0;
                        this.label1.Text = "(";
                        this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
                        // 
                        // label2
                        // 
                        this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
                        this.label2.Location = new System.Drawing.Point(72, 0);
                        this.label2.Name = "label2";
                        this.label2.Size = new System.Drawing.Size(12, 24);
                        this.label2.TabIndex = 2;
                        this.label2.Text = ")";
                        this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Telefono
                        // 
                        this.Controls.Add(this.EntradaNumero);
                        this.Controls.Add(this.EntradaCaracteristica);
                        this.Controls.Add(this.EntradaNombre);
                        this.Controls.Add(this.label2);
                        this.Controls.Add(this.label1);
                        this.Name = "Telefono";
                        this.Size = new System.Drawing.Size(460, 24);
                        this.ResumeLayout(false);

                }
コード例 #44
0
ファイル: Calculadora.cs プロジェクト: solutema/ultralight
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Calculadora));
     this.EntradaHistorial  = new System.Windows.Forms.TextBox();
     this.EntradaFormula    = new Lui.Forms.TextBox();
     this.EtiquetaResultado = new Lui.Forms.Label();
     this.SuspendLayout();
     //
     // EntradaHistorial
     //
     this.EntradaHistorial.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaHistorial.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.EntradaHistorial.Font        = new System.Drawing.Font("Bitstream Vera Sans Mono", 10F);
     this.EntradaHistorial.Location    = new System.Drawing.Point(24, 72);
     this.EntradaHistorial.Multiline   = true;
     this.EntradaHistorial.Name        = "EntradaHistorial";
     this.EntradaHistorial.Size        = new System.Drawing.Size(272, 240);
     this.EntradaHistorial.TabIndex    = 0;
     this.EntradaHistorial.TabStop     = false;
     this.EntradaHistorial.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.EntradaHistorial.WordWrap    = false;
     //
     // EntradaFormula
     //
     this.EntradaFormula.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaFormula.AutoNav   = false;
     this.EntradaFormula.Location  = new System.Drawing.Point(24, 320);
     this.EntradaFormula.Name      = "EntradaFormula";
     this.EntradaFormula.Size      = new System.Drawing.Size(272, 29);
     this.EntradaFormula.TabIndex  = 1;
     this.EntradaFormula.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Big;
     this.EntradaFormula.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtFormula_KeyDown);
     //
     // EtiquetaResultado
     //
     this.EtiquetaResultado.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaResultado.Location  = new System.Drawing.Point(24, 24);
     this.EtiquetaResultado.Name      = "EtiquetaResultado";
     this.EtiquetaResultado.Size      = new System.Drawing.Size(272, 47);
     this.EtiquetaResultado.TabIndex  = 3;
     this.EtiquetaResultado.Text      = "0.00 ";
     this.EtiquetaResultado.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.EtiquetaResultado.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Bigger;
     //
     // Calculadora
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.ClientSize          = new System.Drawing.Size(319, 372);
     this.Controls.Add(this.EtiquetaResultado);
     this.Controls.Add(this.EntradaFormula);
     this.Controls.Add(this.EntradaHistorial);
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Calculadora";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Calculadora";
     this.TopMost         = true;
     this.Activated      += new System.EventHandler(this.FormCalculadora_Enter);
     this.Deactivate     += new System.EventHandler(this.FormCalculadora_Leave);
     this.Load           += new System.EventHandler(this.FormCalculadora_Load);
     this.Enter          += new System.EventHandler(this.FormCalculadora_Enter);
     this.Leave          += new System.EventHandler(this.FormCalculadora_Leave);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #45
0
ファイル: MatrizCampos.cs プロジェクト: solutema/ultralight
                public void FromSection(Lazaro.Pres.Forms.Section section)
                {
                        this.EliminarCampos();
                        this.Text = section.Label;
                        foreach (Lazaro.Pres.Field Fld in section.Fields) {
                                Lui.Forms.EditableControl Ctrl;
                                switch (Fld.DataType) {
                                        case Lfx.Data.InputFieldTypes.Bool:
                                                Lui.Forms.YesNo BoolField = new Lui.Forms.YesNo();
                                                //BoolField.SetData = new string[] { "Sí|1", "No|0" };
                                                //BoolField.AlwaysExpanded = false;
                                                //BoolField.AutoSize = false;
                                                BoolField.Value = m_Elemento.GetFieldValue<bool>(Fld.Name);
                                                Ctrl = BoolField;
                                                break;
                                        case Lfx.Data.InputFieldTypes.Set:
                                                Lui.Forms.ComboBox SetField = new Lui.Forms.ComboBox();
                                                SetField.FromDictionary(Fld.SetValues);
                                                SetField.TextKey = m_Elemento.GetFieldValue<string>(Fld.Name);
                                                SetField.AlwaysExpanded = true;
                                                SetField.AutoSize = true;
                                                Ctrl = SetField;
                                                break;
                                        case Lfx.Data.InputFieldTypes.Relation:
                                                Entrada.CodigoDetalle RelationField = new Entrada.CodigoDetalle();
                                                RelationField.Relation = Fld.Relation;
                                                RelationField.ValueInt = m_Elemento.GetFieldValue<int>(Fld.Name);
                                                RelationField.PlaceholderText = Fld.Label;
                                                RelationField.Required = false;
                                                RelationField.ElementoTipo = Fld.LblType;
                                                Ctrl = RelationField;
                                                break;
                                        default:
                                                Lui.Forms.TextBox TextField = new Lui.Forms.TextBox();
                                                switch (Fld.DataType) {
                                                        case Lfx.Data.InputFieldTypes.Currency:
                                                                TextField.DataType = Lui.Forms.DataTypes.Currency;
                                                                TextField.ValueDecimal = m_Elemento.GetFieldValue<decimal>(Fld.Name);
                                                                break;
                                                        case Lfx.Data.InputFieldTypes.Date:
                                                                TextField.DataType = Lui.Forms.DataTypes.Date;
                                                                TextField.Text = m_Elemento.GetFieldValue<DateTime>(Fld.Name).ToString(Lfx.Types.Formatting.DateTime.ShortDatePattern);
                                                                break;
                                                        case Lfx.Data.InputFieldTypes.DateTime:
                                                                TextField.DataType = Lui.Forms.DataTypes.DateTime;
                                                                TextField.Text = m_Elemento.GetFieldValue<DateTime>(Fld.Name).ToString(Lfx.Types.Formatting.DateTime.FullDateTimePattern);
                                                                break;
                                                        case Lfx.Data.InputFieldTypes.Numeric:
                                                                TextField.DataType = Lui.Forms.DataTypes.Float;
                                                                TextField.ValueDecimal = m_Elemento.GetFieldValue<decimal>(Fld.Name);
                                                                break;
                                                        case Lfx.Data.InputFieldTypes.Integer:
                                                                TextField.DataType = Lui.Forms.DataTypes.Integer;
                                                                TextField.ValueInt = m_Elemento.GetFieldValue<int>(Fld.Name);
                                                                break;
                                                        case Lfx.Data.InputFieldTypes.Text:
                                                                TextField.Text = m_Elemento.GetFieldValue<string>(Fld.Name);
                                                                break;
                                                        case Lfx.Data.InputFieldTypes.Memo:
                                                                TextField.MultiLine = true;
                                                                TextField.Size = new Size(this.FieldContainer.ClientSize.Width, 72);
                                                                TextField.Text = m_Elemento.GetFieldValue<string>(Fld.Name);
                                                                break;
                                                }
                                                TextField.PlaceholderText = Fld.Label;
                                                Ctrl = TextField;
                                                break;
                                }

                                Ctrl.ReadOnly = Fld.ReadOnly;
                                if (Ctrl.Size == System.Drawing.Size.Empty)
                                        Ctrl.Size = new Size(this.FieldContainer.ClientSize.Width, 24);
                                Ctrl.Anchor = AnchorStyles.Top | AnchorStyles.Right | AnchorStyles.Top;
                                Ctrl.FieldName = Fld.Name;
                                this.AgregarCampo(Fld.Label, Ctrl);
                        }
                }
コード例 #46
0
                private void InitializeComponent()
                {
                        this.Label1 = new Lui.Forms.Label();
                        this.Label2 = new Lui.Forms.Label();
                        this.Label3 = new Lui.Forms.Label();
                        this.EntradaNombre = new Lui.Forms.TextBox();
                        this.EntradaDireccion = new Lui.Forms.ComboBox();
                        this.EntradaGrupo = new Lui.Forms.ComboBox();
                        this.EntradaCodigo = new Lui.Forms.TextBox();
                        this.label4 = new Lui.Forms.Label();
                        this.SuspendLayout();
                        // 
                        // Label1
                        // 
                        this.Label1.Location = new System.Drawing.Point(0, 32);
                        this.Label1.Name = "Label1";
                        this.Label1.Size = new System.Drawing.Size(104, 24);
                        this.Label1.TabIndex = 4;
                        this.Label1.Text = "Nombre";
                        this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label2
                        // 
                        this.Label2.Location = new System.Drawing.Point(0, 64);
                        this.Label2.Name = "Label2";
                        this.Label2.Size = new System.Drawing.Size(104, 24);
                        this.Label2.TabIndex = 6;
                        this.Label2.Text = "Dirección";
                        this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label3
                        // 
                        this.Label3.Location = new System.Drawing.Point(-4, 128);
                        this.Label3.Name = "Label3";
                        this.Label3.Size = new System.Drawing.Size(100, 24);
                        this.Label3.TabIndex = 8;
                        this.Label3.Text = "Tipo";
                        this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaNombre
                        // 
                        this.EntradaNombre.ForceCase = Lui.Forms.TextCasing.Automatic;
                        this.EntradaNombre.Location = new System.Drawing.Point(104, 32);
                        this.EntradaNombre.Name = "EntradaNombre";
                        this.EntradaNombre.ReadOnly = false;
                        this.EntradaNombre.Size = new System.Drawing.Size(504, 24);
                        this.EntradaNombre.TabIndex = 5;
                        // 
                        // EntradaDireccion
                        // 
                        this.EntradaDireccion.AlwaysExpanded = true;
                        this.EntradaDireccion.AutoSize = true;
                        this.EntradaDireccion.Location = new System.Drawing.Point(104, 64);
                        this.EntradaDireccion.Name = "EntradaDireccion";
                        this.EntradaDireccion.ReadOnly = false;
                        this.EntradaDireccion.SetData = new string[] {
        "Ambas|0",
        "Entrada|1",
        "Salida|2"};
                        this.EntradaDireccion.Size = new System.Drawing.Size(180, 51);
                        this.EntradaDireccion.TabIndex = 7;
                        this.EntradaDireccion.TextKey = "0";
                        // 
                        // EntradaGrupo
                        // 
                        this.EntradaGrupo.AlwaysExpanded = true;
                        this.EntradaGrupo.AutoSize = true;
                        this.EntradaGrupo.Location = new System.Drawing.Point(100, 128);
                        this.EntradaGrupo.Name = "EntradaGrupo";
                        this.EntradaGrupo.ReadOnly = false;
                        this.EntradaGrupo.SetData = new string[] {
        "Ninguno|0",
        "Cobros|110",
        "Otros ingresos|100",
        "Gastos fijos|230",
        "Gastos variables|240",
        "Otros gastos|200",
        "Pérdida|260",
        "Reinversión|250",
        "Costo materiales|210",
        "Costo capital|220",
        "Sueldos y salarios|231",
        "Movimientos y ajustes|300"};
                        this.EntradaGrupo.Size = new System.Drawing.Size(284, 81);
                        this.EntradaGrupo.TabIndex = 9;
                        this.EntradaGrupo.TextKey = "200";
                        // 
                        // EntradaCodigo
                        // 
                        this.EntradaCodigo.DataType = Lui.Forms.DataTypes.Integer;
                        this.EntradaCodigo.Enabled = false;
                        this.EntradaCodigo.Location = new System.Drawing.Point(104, 0);
                        this.EntradaCodigo.Name = "EntradaCodigo";
                        this.EntradaCodigo.ReadOnly = false;
                        this.EntradaCodigo.Size = new System.Drawing.Size(76, 24);
                        this.EntradaCodigo.TabIndex = 3;
                        this.EntradaCodigo.Text = "0";
                        // 
                        // label4
                        // 
                        this.label4.Location = new System.Drawing.Point(0, 0);
                        this.label4.Name = "label4";
                        this.label4.Size = new System.Drawing.Size(104, 24);
                        this.label4.TabIndex = 0;
                        this.label4.Text = "Código";
                        this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Editar
                        // 
                        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
                        this.AutoSize = true;
                        this.Controls.Add(this.EntradaCodigo);
                        this.Controls.Add(this.EntradaGrupo);
                        this.Controls.Add(this.EntradaDireccion);
                        this.Controls.Add(this.EntradaNombre);
                        this.Controls.Add(this.label4);
                        this.Controls.Add(this.Label1);
                        this.Controls.Add(this.Label3);
                        this.Controls.Add(this.Label2);
                        this.Name = "Editar";
                        this.Size = new System.Drawing.Size(620, 214);
                        this.ResumeLayout(false);
                        this.PerformLayout();

                }