Exemple #1
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);
 }
Exemple #2
0
        public void AgregarCampo(string label, Lui.Forms.EditableControl control)
        {
            Lui.Forms.Label Lbl = new Lui.Forms.Label();
            Lbl.AutoSize     = false;
            Lbl.Text         = label;
            Lbl.Tag          = control;
            Lbl.UseMnemonic  = false;
            Lbl.Height       = control.Height;
            Lbl.TextAlign    = ContentAlignment.TopLeft;
            Lbl.AutoEllipsis = true;

            this.FieldContainer.Controls.Add(Lbl);
            this.FieldContainer.Controls.Add(control);

            Lbl.Anchor     = AnchorStyles.Left | AnchorStyles.Top;
            control.Anchor = AnchorStyles.Left | AnchorStyles.Top;

            this.Campos.Add(new Campo(control, Lbl));

            this.ReLayout();
        }
Exemple #3
0
                public void AgregarCampo(string label, Lui.Forms.EditableControl control)
                {
                        Lui.Forms.Label Lbl = new Lui.Forms.Label();
                        Lbl.AutoSize = false;
                        Lbl.Text = label;
                        Lbl.Tag = control;
                        Lbl.UseMnemonic = false;
                        Lbl.Height = control.Height;
                        Lbl.TextAlign = ContentAlignment.TopLeft;
                        Lbl.AutoEllipsis = true;
                        
                        this.FieldContainer.Controls.Add(Lbl);
                        this.FieldContainer.Controls.Add(control);

                        Lbl.Anchor = AnchorStyles.Left | AnchorStyles.Top;
                        control.Anchor = AnchorStyles.Left | AnchorStyles.Top;

                        this.Campos.Add(new Campo(control, Lbl));

                        this.ReLayout();
                }
Exemple #4
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();

                }
Exemple #5
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);
 }
Exemple #6
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);
 }
Exemple #7
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();
 }
                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);

                }
                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();

                }
                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();

                }
Exemple #11
0
 public Campo(Lui.Forms.EditableControl control, Lui.Forms.Label etiqueta)
 {
     this.ControlEntrada = control;
     this.Etiqueta       = etiqueta;
 }
Exemple #12
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);

                }
                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();

                }
                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);

		}
                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();

                }
Exemple #16
0
                private void InitializeComponent()
                {
                        this.EntradaCliente = new Lcc.Entrada.CodigoDetalle();
                        this.Label2 = new Lui.Forms.Label();
                        this.Label1 = new Lui.Forms.Label();
                        this.EntradaVendedor = new Lcc.Entrada.CodigoDetalle();
                        this.Label5 = new Lui.Forms.Label();
                        this.EntradaSucursal = new Lcc.Entrada.CodigoDetalle();
                        this.label7 = new Lui.Forms.Label();
                        this.tableLayoutPanel1 = new Lui.Forms.TableLayoutPanel();
                        this.EntradaFechas = new Lcc.Entrada.RangoFechas();
                        this.tableLayoutPanel1.SuspendLayout();
                        this.SuspendLayout();
                        // 
                        // OkButton
                        // 
                        this.OkButton.Location = new System.Drawing.Point(394, 8);
                        // 
                        // CancelCommandButton
                        // 
                        this.CancelCommandButton.Location = new System.Drawing.Point(514, 8);
                        // 
                        // EntradaCliente
                        // 
                        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(133, 31);
                        this.EntradaCliente.MaxLength = 200;
                        this.EntradaCliente.Name = "EntradaCliente";
                        this.EntradaCliente.ReadOnly = false;
                        this.EntradaCliente.Required = false;
                        this.EntradaCliente.Size = new System.Drawing.Size(448, 22);
                        this.EntradaCliente.TabIndex = 5;
                        this.EntradaCliente.NombreTipo = "Lbl.Personas.Persona";
                        this.EntradaCliente.Text = "0";
                        // 
                        // Label2
                        // 
                        this.Label2.Location = new System.Drawing.Point(3, 28);
                        this.Label2.Name = "Label2";
                        this.Label2.Size = new System.Drawing.Size(124, 24);
                        this.Label2.TabIndex = 4;
                        this.Label2.Text = "Cliente";
                        this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // Label1
                        // 
                        this.Label1.Location = new System.Drawing.Point(3, 84);
                        this.Label1.Name = "Label1";
                        this.Label1.Size = new System.Drawing.Size(124, 24);
                        this.Label1.TabIndex = 8;
                        this.Label1.Text = "Fecha";
                        this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaVendedor
                        // 
                        this.EntradaVendedor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaVendedor.AutoSize = true;
                        this.EntradaVendedor.CanCreate = false;
                        this.EntradaVendedor.Filter = "(tipo&4)=4";
                        this.EntradaVendedor.Location = new System.Drawing.Point(133, 59);
                        this.EntradaVendedor.MaxLength = 200;
                        this.EntradaVendedor.Name = "EntradaVendedor";
                        this.EntradaVendedor.ReadOnly = false;
                        this.EntradaVendedor.Required = false;
                        this.EntradaVendedor.Size = new System.Drawing.Size(448, 22);
                        this.EntradaVendedor.TabIndex = 7;
                        this.EntradaVendedor.NombreTipo = "Lbl.Personas.Persona";
                        this.EntradaVendedor.Text = "0";
                        // 
                        // Label5
                        // 
                        this.Label5.Location = new System.Drawing.Point(3, 56);
                        this.Label5.Name = "Label5";
                        this.Label5.Size = new System.Drawing.Size(124, 24);
                        this.Label5.TabIndex = 6;
                        this.Label5.Text = "Vendedor";
                        this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaSucursal
                        // 
                        this.EntradaSucursal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaSucursal.AutoSize = true;
                        this.EntradaSucursal.CanCreate = false;
                        this.EntradaSucursal.Filter = "";
                        this.EntradaSucursal.Location = new System.Drawing.Point(133, 3);
                        this.EntradaSucursal.MaxLength = 200;
                        this.EntradaSucursal.Name = "EntradaSucursal";
                        this.EntradaSucursal.ReadOnly = false;
                        this.EntradaSucursal.Required = false;
                        this.EntradaSucursal.Size = new System.Drawing.Size(448, 22);
                        this.EntradaSucursal.TabIndex = 3;
                        this.EntradaSucursal.NombreTipo = "Lbl.Entidades.Sucursal";
                        this.EntradaSucursal.Text = "0";
                        // 
                        // label7
                        // 
                        this.label7.Location = new System.Drawing.Point(3, 0);
                        this.label7.Name = "label7";
                        this.label7.Size = new System.Drawing.Size(124, 24);
                        this.label7.TabIndex = 2;
                        this.label7.Text = "Sucursal";
                        this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // tableLayoutPanel1
                        // 
                        this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | 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.EntradaSucursal, 1, 0);
                        this.tableLayoutPanel1.Controls.Add(this.EntradaCliente, 1, 1);
                        this.tableLayoutPanel1.Controls.Add(this.EntradaVendedor, 1, 2);
                        this.tableLayoutPanel1.Controls.Add(this.EntradaFechas, 1, 3);
                        this.tableLayoutPanel1.Controls.Add(this.label7, 0, 0);
                        this.tableLayoutPanel1.Controls.Add(this.Label2, 0, 1);
                        this.tableLayoutPanel1.Controls.Add(this.Label5, 0, 2);
                        this.tableLayoutPanel1.Controls.Add(this.Label1, 0, 3);
                        this.tableLayoutPanel1.Location = new System.Drawing.Point(24, 24);
                        this.tableLayoutPanel1.Name = "tableLayoutPanel1";
                        this.tableLayoutPanel1.RowCount = 5;
                        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(584, 280);
                        this.tableLayoutPanel1.TabIndex = 0;
                        // 
                        // EntradaFechas
                        // 
                        this.EntradaFechas.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EntradaFechas.AutoSize = true;
                        this.EntradaFechas.Font = new System.Drawing.Font("Bitstream Vera Sans", 9.75F);
                        this.EntradaFechas.Location = new System.Drawing.Point(133, 87);
                        this.EntradaFechas.MuestraFuturos = false;
                        this.EntradaFechas.Name = "EntradaFechas";
                        this.EntradaFechas.ReadOnly = false;
                        this.EntradaFechas.Size = new System.Drawing.Size(448, 33);
                        this.EntradaFechas.TabIndex = 9;
                        // 
                        // Filtros
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(634, 374);
                        this.Controls.Add(this.tableLayoutPanel1);
                        this.Name = "Filtros";
                        this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
                        this.tableLayoutPanel1.ResumeLayout(false);
                        this.tableLayoutPanel1.PerformLayout();
                        this.ResumeLayout(false);

                }
                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();

                }
                /// <summary>
                /// Método necesario para admitir el Diseñador. No se puede modificar
                /// el contenido del método con el editor de código.
                /// </summary>
                private void InitializeComponent()
                {
                        this.components = new System.ComponentModel.Container();
                        System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AltaDuplicada));
                        this.label1 = new Lui.Forms.Label();
                        this.label2 = new Lui.Forms.Label();
                        this.ListaComparacion = new Lui.Forms.ListView();
                        this.NombreColumna = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.ColumnaActual = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.ColumnaNueva = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
                        this.label3 = new Lui.Forms.Label();
                        this.BotonCancelar = new Lui.Forms.Button();
                        this.BotonContinuar = new Lui.Forms.Button();
                        this.BotonCorregir = new Lui.Forms.Button();
                        this.TimerHabilitarBotones = new System.Windows.Forms.Timer(this.components);
                        this.SuspendLayout();
                        // 
                        // label1
                        // 
                        this.label1.Location = new System.Drawing.Point(24, 24);
                        this.label1.Name = "label1";
                        this.label1.Size = new System.Drawing.Size(544, 36);
                        this.label1.TabIndex = 3;
                        this.label1.Text = "Posible duplicación de datos";
                        this.label1.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
                        // 
                        // label2
                        // 
                        this.label2.Location = new System.Drawing.Point(24, 60);
                        this.label2.Name = "label2";
                        this.label2.Size = new System.Drawing.Size(544, 40);
                        this.label2.TabIndex = 4;
                        this.label2.Text = "Es posible que el cliente que intenta agregar ya haya sigo agregado con anteriori" +
    "dad. Puede revisar las similitudes para decidir si se trata de la misma persona:" +
    "";
                        // 
                        // ListaComparacion
                        // 
                        this.ListaComparacion.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.ListaComparacion.BackColor = System.Drawing.SystemColors.Window;
                        this.ListaComparacion.BorderStyle = System.Windows.Forms.BorderStyle.None;
                        this.ListaComparacion.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.NombreColumna,
            this.ColumnaActual,
            this.ColumnaNueva});
                        this.ListaComparacion.FieldName = null;
                        this.ListaComparacion.FullRowSelect = true;
                        this.ListaComparacion.GridLines = true;
                        this.ListaComparacion.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
                        this.ListaComparacion.LabelWrap = false;
                        this.ListaComparacion.Location = new System.Drawing.Point(24, 100);
                        this.ListaComparacion.Name = "ListaComparacion";
                        this.ListaComparacion.ReadOnly = false;
                        this.ListaComparacion.Size = new System.Drawing.Size(544, 112);
                        this.ListaComparacion.TabIndex = 5;
                        this.ListaComparacion.TabStop = false;
                        this.ListaComparacion.UseCompatibleStateImageBehavior = false;
                        this.ListaComparacion.View = System.Windows.Forms.View.Details;
                        // 
                        // NombreColumna
                        // 
                        this.NombreColumna.Text = "";
                        this.NombreColumna.Width = 100;
                        // 
                        // ColumnaActual
                        // 
                        this.ColumnaActual.Text = "Cliente anterior";
                        this.ColumnaActual.Width = 220;
                        // 
                        // ColumnaNueva
                        // 
                        this.ColumnaNueva.Text = "Cliente nuevo";
                        this.ColumnaNueva.Width = 220;
                        // 
                        // label3
                        // 
                        this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
                        this.label3.Location = new System.Drawing.Point(24, 220);
                        this.label3.Name = "label3";
                        this.label3.Size = new System.Drawing.Size(544, 32);
                        this.label3.TabIndex = 6;
                        this.label3.Text = "¿Qué desea hacer con los datos cargados?";
                        this.label3.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader;
                        // 
                        // BotonCancelar
                        // 
                        this.BotonCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
                        this.BotonCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
                        this.BotonCancelar.ForeColor = System.Drawing.SystemColors.ControlText;
                        this.BotonCancelar.Image = ((System.Drawing.Image)(resources.GetObject("BotonCancelar.Image")));
                        this.BotonCancelar.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonCancelar.Location = new System.Drawing.Point(24, 260);
                        this.BotonCancelar.Name = "BotonCancelar";
                        this.BotonCancelar.Size = new System.Drawing.Size(544, 68);
                        this.BotonCancelar.SubLabelPos = Lui.Forms.SubLabelPositions.LongBottom;
                        this.BotonCancelar.Subtext = "No agrega ni actualiza ningún dato. Sólo vuelve al formulario de alta para revisa" +
    "r los datos ingresados.";
                        this.BotonCancelar.TabIndex = 0;
                        this.BotonCancelar.Text = "Volver al formulario de alta";
                        this.BotonCancelar.Click += new System.EventHandler(this.CmdCancelar_Click);
                        // 
                        // BotonContinuar
                        // 
                        this.BotonContinuar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
                        this.BotonContinuar.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonContinuar.Enabled = false;
                        this.BotonContinuar.ForeColor = System.Drawing.SystemColors.ControlText;
                        this.BotonContinuar.Image = ((System.Drawing.Image)(resources.GetObject("BotonContinuar.Image")));
                        this.BotonContinuar.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonContinuar.Location = new System.Drawing.Point(24, 336);
                        this.BotonContinuar.Name = "BotonContinuar";
                        this.BotonContinuar.Size = new System.Drawing.Size(544, 68);
                        this.BotonContinuar.SubLabelPos = Lui.Forms.SubLabelPositions.LongBottom;
                        this.BotonContinuar.Subtext = "Seleccione esta opción si se trata de clientes diferentes o si intenta deliberada" +
    "mente cargar un dato duplicado.";
                        this.BotonContinuar.TabIndex = 1;
                        this.BotonContinuar.Text = "Crear un cliente nuevo";
                        this.BotonContinuar.Click += new System.EventHandler(this.CmdCrearNuevo_Click);
                        // 
                        // BotonCorregir
                        // 
                        this.BotonCorregir.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
                        this.BotonCorregir.DialogResult = System.Windows.Forms.DialogResult.Cancel;
                        this.BotonCorregir.Enabled = false;
                        this.BotonCorregir.ForeColor = System.Drawing.SystemColors.ControlText;
                        this.BotonCorregir.Image = ((System.Drawing.Image)(resources.GetObject("BotonCorregir.Image")));
                        this.BotonCorregir.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonCorregir.Location = new System.Drawing.Point(24, 412);
                        this.BotonCorregir.Name = "BotonCorregir";
                        this.BotonCorregir.Size = new System.Drawing.Size(544, 68);
                        this.BotonCorregir.SubLabelPos = Lui.Forms.SubLabelPositions.LongBottom;
                        this.BotonCorregir.Subtext = "Seleccione esta opción si verificó que se trata del mismo cliente y no desea crea" +
    "r datos duplicados.";
                        this.BotonCorregir.TabIndex = 2;
                        this.BotonCorregir.Text = "Actualizar los datos del cliente actual";
                        this.BotonCorregir.Click += new System.EventHandler(this.CmdActualizar_Click);
                        // 
                        // TimerHabilitarBotones
                        // 
                        this.TimerHabilitarBotones.Enabled = true;
                        this.TimerHabilitarBotones.Interval = 2000;
                        this.TimerHabilitarBotones.Tick += new System.EventHandler(this.TimerHabilitarBotones_Tick);
                        // 
                        // AltaDuplicada
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.CancelButton = this.BotonCancelar;
                        this.ClientSize = new System.Drawing.Size(592, 493);
                        this.Controls.Add(this.BotonCancelar);
                        this.Controls.Add(this.label3);
                        this.Controls.Add(this.BotonContinuar);
                        this.Controls.Add(this.BotonCorregir);
                        this.Controls.Add(this.ListaComparacion);
                        this.Controls.Add(this.label1);
                        this.Controls.Add(this.label2);
                        this.ForeColor = System.Drawing.SystemColors.ControlText;
                        this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
                        this.Name = "AltaDuplicada";
                        this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
                        this.Text = "Posible duplicación de datos";
                        this.ResumeLayout(false);

                }
 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(96F, 96F);
     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();
 }
Exemple #20
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();
 }
Exemple #21
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();
 }
Exemple #22
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.Chart = new Lui.Forms.Chart();
                        this.PorMes = new Lui.Forms.Button();
                        this.PorRentabilidad = new Lui.Forms.Button();
                        this.ChartRent = new Lui.Forms.Chart();
                        this.pictureBox1 = new System.Windows.Forms.PictureBox();
                        this.label1 = new Lui.Forms.Label();
                        this.label2 = new Lui.Forms.Label();
                        this.pictureBox2 = new System.Windows.Forms.PictureBox();
                        this.label3 = new Lui.Forms.Label();
                        this.pictureBox3 = new System.Windows.Forms.PictureBox();
                        this.label4 = new Lui.Forms.Label();
                        this.pictureBox4 = new System.Windows.Forms.PictureBox();
                        this.ListadoAnual = new Lui.Forms.ListView();
                        this.lvAnualMes = new System.Windows.Forms.ColumnHeader();
                        this.lvAnualMonto = new System.Windows.Forms.ColumnHeader();
                        this.label7 = new Lui.Forms.Label();
                        this.pictureBox7 = new System.Windows.Forms.PictureBox();
                        this.label8 = new Lui.Forms.Label();
                        this.pictureBox8 = new System.Windows.Forms.PictureBox();
                        this.ChartMes = new Lui.Forms.Chart();
                        this.BotonPorDiaDelMes = new Lui.Forms.Button();
                        this.label9 = new Lui.Forms.Label();
                        this.pictureBox9 = new System.Windows.Forms.PictureBox();
                        this.label5 = new Lui.Forms.Label();
                        this.pictureBox5 = new System.Windows.Forms.PictureBox();
                        this.label6 = new Lui.Forms.Label();
                        this.pictureBox6 = new System.Windows.Forms.PictureBox();
                        this.label10 = new Lui.Forms.Label();
                        this.pictureBox10 = new System.Windows.Forms.PictureBox();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
                        this.SuspendLayout();
                        // 
                        // Chart
                        // 
                        this.Chart.BackColor = System.Drawing.Color.White;
                        this.Chart.Location = new System.Drawing.Point(156, 8);
                        this.Chart.Name = "Chart";
                        this.Chart.Size = new System.Drawing.Size(420, 164);
                        this.Chart.TabIndex = 0;
                        this.Chart.Title = "Comparativa por Año";
                        this.Chart.VerticalGrid = true;
                        // 
                        // PorMes
                        // 
                        this.PorMes.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.PorMes.Image = null;
                        this.PorMes.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.PorMes.Location = new System.Drawing.Point(48, 136);
                        this.PorMes.Name = "PorMes";
                        this.PorMes.Size = new System.Drawing.Size(100, 40);
                        this.PorMes.SubLabelPos = Lui.Forms.SubLabelPositions.Bottom;
                        this.PorMes.Subtext = "";
                        this.PorMes.TabIndex = 1;
                        this.PorMes.Text = "Mostrar";
                        this.PorMes.Click += new System.EventHandler(this.PorMes_Click);
                        // 
                        // PorRentabilidad
                        // 
                        this.PorRentabilidad.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.PorRentabilidad.Image = null;
                        this.PorRentabilidad.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.PorRentabilidad.Location = new System.Drawing.Point(48, 308);
                        this.PorRentabilidad.Name = "PorRentabilidad";
                        this.PorRentabilidad.Size = new System.Drawing.Size(100, 40);
                        this.PorRentabilidad.SubLabelPos = Lui.Forms.SubLabelPositions.Bottom;
                        this.PorRentabilidad.Subtext = "";
                        this.PorRentabilidad.TabIndex = 2;
                        this.PorRentabilidad.Text = "Mostrar";
                        this.PorRentabilidad.Click += new System.EventHandler(this.PorRentabilidad_Click);
                        // 
                        // ChartRent
                        // 
                        this.ChartRent.BackColor = System.Drawing.Color.White;
                        this.ChartRent.Location = new System.Drawing.Point(156, 180);
                        this.ChartRent.Name = "ChartRent";
                        this.ChartRent.Size = new System.Drawing.Size(420, 164);
                        this.ChartRent.TabIndex = 3;
                        this.ChartRent.Title = "Rentabilidad";
                        this.ChartRent.VerticalGrid = true;
                        // 
                        // pictureBox1
                        // 
                        this.pictureBox1.BackColor = System.Drawing.Color.Green;
                        this.pictureBox1.Location = new System.Drawing.Point(12, 20);
                        this.pictureBox1.Name = "pictureBox1";
                        this.pictureBox1.Size = new System.Drawing.Size(20, 8);
                        this.pictureBox1.TabIndex = 4;
                        this.pictureBox1.TabStop = false;
                        // 
                        // label1
                        // 
                        this.label1.Location = new System.Drawing.Point(40, 76);
                        this.label1.Name = "label1";
                        this.label1.Size = new System.Drawing.Size(108, 16);
                        this.label1.TabIndex = 5;
                        this.label1.Text = "Año ante pasado";
                        this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // label2
                        // 
                        this.label2.Location = new System.Drawing.Point(40, 56);
                        this.label2.Name = "label2";
                        this.label2.Size = new System.Drawing.Size(108, 16);
                        this.label2.TabIndex = 7;
                        this.label2.Text = "Año pasado";
                        this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // pictureBox2
                        // 
                        this.pictureBox2.BackColor = System.Drawing.Color.DarkGreen;
                        this.pictureBox2.Location = new System.Drawing.Point(32, 40);
                        this.pictureBox2.Name = "pictureBox2";
                        this.pictureBox2.Size = new System.Drawing.Size(20, 8);
                        this.pictureBox2.TabIndex = 6;
                        this.pictureBox2.TabStop = false;
                        // 
                        // label3
                        // 
                        this.label3.Location = new System.Drawing.Point(40, 16);
                        this.label3.Name = "label3";
                        this.label3.Size = new System.Drawing.Size(108, 16);
                        this.label3.TabIndex = 9;
                        this.label3.Text = "Este año";
                        this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // pictureBox3
                        // 
                        this.pictureBox3.BackColor = System.Drawing.Color.Gainsboro;
                        this.pictureBox3.Location = new System.Drawing.Point(12, 80);
                        this.pictureBox3.Name = "pictureBox3";
                        this.pictureBox3.Size = new System.Drawing.Size(20, 8);
                        this.pictureBox3.TabIndex = 8;
                        this.pictureBox3.TabStop = false;
                        // 
                        // label4
                        // 
                        this.label4.Location = new System.Drawing.Point(60, 36);
                        this.label4.Name = "label4";
                        this.label4.Size = new System.Drawing.Size(88, 16);
                        this.label4.TabIndex = 11;
                        this.label4.Text = "Costo";
                        this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // pictureBox4
                        // 
                        this.pictureBox4.BackColor = System.Drawing.Color.Silver;
                        this.pictureBox4.Location = new System.Drawing.Point(12, 60);
                        this.pictureBox4.Name = "pictureBox4";
                        this.pictureBox4.Size = new System.Drawing.Size(20, 8);
                        this.pictureBox4.TabIndex = 10;
                        this.pictureBox4.TabStop = false;
                        // 
                        // lvAnual
                        // 
                        this.ListadoAnual.BorderStyle = System.Windows.Forms.BorderStyle.None;
                        this.ListadoAnual.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.lvAnualMes,
            this.lvAnualMonto});
                        this.ListadoAnual.FullRowSelect = true;
                        this.ListadoAnual.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
                        this.ListadoAnual.LabelWrap = false;
                        this.ListadoAnual.Location = new System.Drawing.Point(584, 8);
                        this.ListadoAnual.MultiSelect = false;
                        this.ListadoAnual.Name = "lvAnual";
                        this.ListadoAnual.Scrollable = false;
                        this.ListadoAnual.Size = new System.Drawing.Size(176, 336);
                        this.ListadoAnual.TabIndex = 16;
                        this.ListadoAnual.UseCompatibleStateImageBehavior = false;
                        this.ListadoAnual.View = System.Windows.Forms.View.Details;
                        // 
                        // lvAnualMes
                        // 
                        this.lvAnualMes.Text = "";
                        this.lvAnualMes.Width = 96;
                        // 
                        // lvAnualMonto
                        // 
                        this.lvAnualMonto.Text = "Monto";
                        this.lvAnualMonto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
                        this.lvAnualMonto.Width = 64;
                        // 
                        // label7
                        // 
                        this.label7.Location = new System.Drawing.Point(40, 380);
                        this.label7.Name = "label7";
                        this.label7.Size = new System.Drawing.Size(108, 16);
                        this.label7.TabIndex = 22;
                        this.label7.Text = "Mes pasado";
                        this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // pictureBox7
                        // 
                        this.pictureBox7.BackColor = System.Drawing.Color.DarkGray;
                        this.pictureBox7.Location = new System.Drawing.Point(12, 384);
                        this.pictureBox7.Name = "pictureBox7";
                        this.pictureBox7.Size = new System.Drawing.Size(20, 8);
                        this.pictureBox7.TabIndex = 21;
                        this.pictureBox7.TabStop = false;
                        // 
                        // label8
                        // 
                        this.label8.Location = new System.Drawing.Point(40, 360);
                        this.label8.Name = "label8";
                        this.label8.Size = new System.Drawing.Size(108, 16);
                        this.label8.TabIndex = 20;
                        this.label8.Text = "Este mes";
                        this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // pictureBox8
                        // 
                        this.pictureBox8.BackColor = System.Drawing.Color.Green;
                        this.pictureBox8.Location = new System.Drawing.Point(12, 364);
                        this.pictureBox8.Name = "pictureBox8";
                        this.pictureBox8.Size = new System.Drawing.Size(20, 8);
                        this.pictureBox8.TabIndex = 19;
                        this.pictureBox8.TabStop = false;
                        // 
                        // ChartMes
                        // 
                        this.ChartMes.BackColor = System.Drawing.Color.White;
                        this.ChartMes.Location = new System.Drawing.Point(156, 352);
                        this.ChartMes.Name = "ChartMes";
                        this.ChartMes.Size = new System.Drawing.Size(604, 124);
                        this.ChartMes.TabIndex = 18;
                        this.ChartMes.Title = "Comparativa por Día del Mes";
                        this.ChartMes.VerticalGrid = true;
                        // 
                        // BotonPorDiaDelMes
                        // 
                        this.BotonPorDiaDelMes.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.BotonPorDiaDelMes.Image = null;
                        this.BotonPorDiaDelMes.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.BotonPorDiaDelMes.Location = new System.Drawing.Point(48, 480);
                        this.BotonPorDiaDelMes.Name = "BotonPorDiaDelMes";
                        this.BotonPorDiaDelMes.Size = new System.Drawing.Size(100, 40);
                        this.BotonPorDiaDelMes.SubLabelPos = Lui.Forms.SubLabelPositions.Bottom;
                        this.BotonPorDiaDelMes.Subtext = "";
                        this.BotonPorDiaDelMes.TabIndex = 17;
                        this.BotonPorDiaDelMes.Text = "Mostrar";
                        this.BotonPorDiaDelMes.Click += new System.EventHandler(this.BotonPorDiaDelMes_Click);
                        // 
                        // label9
                        // 
                        this.label9.Location = new System.Drawing.Point(40, 400);
                        this.label9.Name = "label9";
                        this.label9.Size = new System.Drawing.Size(108, 16);
                        this.label9.TabIndex = 24;
                        this.label9.Text = "Mes ante pasado";
                        this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // pictureBox9
                        // 
                        this.pictureBox9.BackColor = System.Drawing.Color.DarkGray;
                        this.pictureBox9.Location = new System.Drawing.Point(12, 404);
                        this.pictureBox9.Name = "pictureBox9";
                        this.pictureBox9.Size = new System.Drawing.Size(20, 8);
                        this.pictureBox9.TabIndex = 23;
                        this.pictureBox9.TabStop = false;
                        // 
                        // label5
                        // 
                        this.label5.Location = new System.Drawing.Point(36, 228);
                        this.label5.Name = "label5";
                        this.label5.Size = new System.Drawing.Size(108, 16);
                        this.label5.TabIndex = 30;
                        this.label5.Text = "Gastos";
                        this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // pictureBox5
                        // 
                        this.pictureBox5.BackColor = System.Drawing.Color.Red;
                        this.pictureBox5.Location = new System.Drawing.Point(8, 232);
                        this.pictureBox5.Name = "pictureBox5";
                        this.pictureBox5.Size = new System.Drawing.Size(20, 8);
                        this.pictureBox5.TabIndex = 29;
                        this.pictureBox5.TabStop = false;
                        // 
                        // label6
                        // 
                        this.label6.Location = new System.Drawing.Point(36, 208);
                        this.label6.Name = "label6";
                        this.label6.Size = new System.Drawing.Size(108, 16);
                        this.label6.TabIndex = 28;
                        this.label6.Text = "Facturación";
                        this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // pictureBox6
                        // 
                        this.pictureBox6.BackColor = System.Drawing.Color.Goldenrod;
                        this.pictureBox6.Location = new System.Drawing.Point(8, 212);
                        this.pictureBox6.Name = "pictureBox6";
                        this.pictureBox6.Size = new System.Drawing.Size(20, 8);
                        this.pictureBox6.TabIndex = 27;
                        this.pictureBox6.TabStop = false;
                        // 
                        // label10
                        // 
                        this.label10.Location = new System.Drawing.Point(36, 188);
                        this.label10.Name = "label10";
                        this.label10.Size = new System.Drawing.Size(108, 16);
                        this.label10.TabIndex = 26;
                        this.label10.Text = "Rentabilidad";
                        this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // pictureBox10
                        // 
                        this.pictureBox10.BackColor = System.Drawing.Color.Green;
                        this.pictureBox10.Location = new System.Drawing.Point(8, 192);
                        this.pictureBox10.Name = "pictureBox10";
                        this.pictureBox10.Size = new System.Drawing.Size(20, 8);
                        this.pictureBox10.TabIndex = 25;
                        this.pictureBox10.TabStop = false;
                        // 
                        // Facturacion
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(768, 480);
                        this.Controls.Add(this.label5);
                        this.Controls.Add(this.pictureBox5);
                        this.Controls.Add(this.label6);
                        this.Controls.Add(this.pictureBox6);
                        this.Controls.Add(this.label10);
                        this.Controls.Add(this.pictureBox10);
                        this.Controls.Add(this.label9);
                        this.Controls.Add(this.pictureBox9);
                        this.Controls.Add(this.label7);
                        this.Controls.Add(this.pictureBox7);
                        this.Controls.Add(this.label8);
                        this.Controls.Add(this.pictureBox8);
                        this.Controls.Add(this.ChartMes);
                        this.Controls.Add(this.BotonPorDiaDelMes);
                        this.Controls.Add(this.ListadoAnual);
                        this.Controls.Add(this.label4);
                        this.Controls.Add(this.pictureBox4);
                        this.Controls.Add(this.label3);
                        this.Controls.Add(this.pictureBox3);
                        this.Controls.Add(this.label2);
                        this.Controls.Add(this.pictureBox2);
                        this.Controls.Add(this.label1);
                        this.Controls.Add(this.pictureBox1);
                        this.Controls.Add(this.ChartRent);
                        this.Controls.Add(this.PorRentabilidad);
                        this.Controls.Add(this.PorMes);
                        this.Controls.Add(this.Chart);
                        this.Name = "Facturacion";
                        this.Text = "Facturación";
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
                        this.ResumeLayout(false);

                }
Exemple #23
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.Chart             = new Lui.Forms.Chart();
     this.PorMes            = new Lui.Forms.Button();
     this.PorRentabilidad   = new Lui.Forms.Button();
     this.ChartRent         = new Lui.Forms.Chart();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.label1            = new Lui.Forms.Label();
     this.label2            = new Lui.Forms.Label();
     this.pictureBox2       = new System.Windows.Forms.PictureBox();
     this.label3            = new Lui.Forms.Label();
     this.pictureBox3       = new System.Windows.Forms.PictureBox();
     this.label4            = new Lui.Forms.Label();
     this.pictureBox4       = new System.Windows.Forms.PictureBox();
     this.ListadoAnual      = new Lui.Forms.ListView();
     this.lvAnualMes        = new System.Windows.Forms.ColumnHeader();
     this.lvAnualMonto      = new System.Windows.Forms.ColumnHeader();
     this.label7            = new Lui.Forms.Label();
     this.pictureBox7       = new System.Windows.Forms.PictureBox();
     this.label8            = new Lui.Forms.Label();
     this.pictureBox8       = new System.Windows.Forms.PictureBox();
     this.ChartMes          = new Lui.Forms.Chart();
     this.BotonPorDiaDelMes = new Lui.Forms.Button();
     this.label9            = new Lui.Forms.Label();
     this.pictureBox9       = new System.Windows.Forms.PictureBox();
     this.label5            = new Lui.Forms.Label();
     this.pictureBox5       = new System.Windows.Forms.PictureBox();
     this.label6            = new Lui.Forms.Label();
     this.pictureBox6       = new System.Windows.Forms.PictureBox();
     this.label10           = new Lui.Forms.Label();
     this.pictureBox10      = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
     this.SuspendLayout();
     //
     // Chart
     //
     this.Chart.BackColor    = System.Drawing.Color.White;
     this.Chart.Location     = new System.Drawing.Point(156, 8);
     this.Chart.Name         = "Chart";
     this.Chart.Size         = new System.Drawing.Size(420, 164);
     this.Chart.TabIndex     = 0;
     this.Chart.Title        = "Comparativa por Año";
     this.Chart.VerticalGrid = true;
     //
     // PorMes
     //
     this.PorMes.DialogResult = System.Windows.Forms.DialogResult.None;
     this.PorMes.Image        = null;
     this.PorMes.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.PorMes.Location     = new System.Drawing.Point(48, 136);
     this.PorMes.Name         = "PorMes";
     this.PorMes.Size         = new System.Drawing.Size(100, 40);
     this.PorMes.SubLabelPos  = Lui.Forms.SubLabelPositions.Bottom;
     this.PorMes.Subtext      = "";
     this.PorMes.TabIndex     = 1;
     this.PorMes.Text         = "Mostrar";
     this.PorMes.Click       += new System.EventHandler(this.PorMes_Click);
     //
     // PorRentabilidad
     //
     this.PorRentabilidad.DialogResult = System.Windows.Forms.DialogResult.None;
     this.PorRentabilidad.Image        = null;
     this.PorRentabilidad.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.PorRentabilidad.Location     = new System.Drawing.Point(48, 308);
     this.PorRentabilidad.Name         = "PorRentabilidad";
     this.PorRentabilidad.Size         = new System.Drawing.Size(100, 40);
     this.PorRentabilidad.SubLabelPos  = Lui.Forms.SubLabelPositions.Bottom;
     this.PorRentabilidad.Subtext      = "";
     this.PorRentabilidad.TabIndex     = 2;
     this.PorRentabilidad.Text         = "Mostrar";
     this.PorRentabilidad.Click       += new System.EventHandler(this.PorRentabilidad_Click);
     //
     // ChartRent
     //
     this.ChartRent.BackColor    = System.Drawing.Color.White;
     this.ChartRent.Location     = new System.Drawing.Point(156, 180);
     this.ChartRent.Name         = "ChartRent";
     this.ChartRent.Size         = new System.Drawing.Size(420, 164);
     this.ChartRent.TabIndex     = 3;
     this.ChartRent.Title        = "Rentabilidad";
     this.ChartRent.VerticalGrid = true;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Green;
     this.pictureBox1.Location  = new System.Drawing.Point(12, 20);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(20, 8);
     this.pictureBox1.TabIndex  = 4;
     this.pictureBox1.TabStop   = false;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(40, 76);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(108, 16);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "Año ante pasado";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(40, 56);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(108, 16);
     this.label2.TabIndex  = 7;
     this.label2.Text      = "Año pasado";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.DarkGreen;
     this.pictureBox2.Location  = new System.Drawing.Point(32, 40);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(20, 8);
     this.pictureBox2.TabIndex  = 6;
     this.pictureBox2.TabStop   = false;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(40, 16);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(108, 16);
     this.label3.TabIndex  = 9;
     this.label3.Text      = "Este año";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.Gainsboro;
     this.pictureBox3.Location  = new System.Drawing.Point(12, 80);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(20, 8);
     this.pictureBox3.TabIndex  = 8;
     this.pictureBox3.TabStop   = false;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(60, 36);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(88, 16);
     this.label4.TabIndex  = 11;
     this.label4.Text      = "Costo";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pictureBox4
     //
     this.pictureBox4.BackColor = System.Drawing.Color.Silver;
     this.pictureBox4.Location  = new System.Drawing.Point(12, 60);
     this.pictureBox4.Name      = "pictureBox4";
     this.pictureBox4.Size      = new System.Drawing.Size(20, 8);
     this.pictureBox4.TabIndex  = 10;
     this.pictureBox4.TabStop   = false;
     //
     // lvAnual
     //
     this.ListadoAnual.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ListadoAnual.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.lvAnualMes,
         this.lvAnualMonto
     });
     this.ListadoAnual.FullRowSelect = true;
     this.ListadoAnual.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.ListadoAnual.LabelWrap     = false;
     this.ListadoAnual.Location      = new System.Drawing.Point(584, 8);
     this.ListadoAnual.MultiSelect   = false;
     this.ListadoAnual.Name          = "lvAnual";
     this.ListadoAnual.Scrollable    = false;
     this.ListadoAnual.Size          = new System.Drawing.Size(176, 336);
     this.ListadoAnual.TabIndex      = 16;
     this.ListadoAnual.UseCompatibleStateImageBehavior = false;
     this.ListadoAnual.View = System.Windows.Forms.View.Details;
     //
     // lvAnualMes
     //
     this.lvAnualMes.Text  = "";
     this.lvAnualMes.Width = 96;
     //
     // lvAnualMonto
     //
     this.lvAnualMonto.Text      = "Monto";
     this.lvAnualMonto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.lvAnualMonto.Width     = 64;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(40, 380);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(108, 16);
     this.label7.TabIndex  = 22;
     this.label7.Text      = "Mes pasado";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pictureBox7
     //
     this.pictureBox7.BackColor = System.Drawing.Color.DarkGray;
     this.pictureBox7.Location  = new System.Drawing.Point(12, 384);
     this.pictureBox7.Name      = "pictureBox7";
     this.pictureBox7.Size      = new System.Drawing.Size(20, 8);
     this.pictureBox7.TabIndex  = 21;
     this.pictureBox7.TabStop   = false;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(40, 360);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(108, 16);
     this.label8.TabIndex  = 20;
     this.label8.Text      = "Este mes";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pictureBox8
     //
     this.pictureBox8.BackColor = System.Drawing.Color.Green;
     this.pictureBox8.Location  = new System.Drawing.Point(12, 364);
     this.pictureBox8.Name      = "pictureBox8";
     this.pictureBox8.Size      = new System.Drawing.Size(20, 8);
     this.pictureBox8.TabIndex  = 19;
     this.pictureBox8.TabStop   = false;
     //
     // ChartMes
     //
     this.ChartMes.BackColor    = System.Drawing.Color.White;
     this.ChartMes.Location     = new System.Drawing.Point(156, 352);
     this.ChartMes.Name         = "ChartMes";
     this.ChartMes.Size         = new System.Drawing.Size(604, 124);
     this.ChartMes.TabIndex     = 18;
     this.ChartMes.Title        = "Comparativa por Día del Mes";
     this.ChartMes.VerticalGrid = true;
     //
     // BotonPorDiaDelMes
     //
     this.BotonPorDiaDelMes.DialogResult = System.Windows.Forms.DialogResult.None;
     this.BotonPorDiaDelMes.Image        = null;
     this.BotonPorDiaDelMes.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonPorDiaDelMes.Location     = new System.Drawing.Point(48, 480);
     this.BotonPorDiaDelMes.Name         = "BotonPorDiaDelMes";
     this.BotonPorDiaDelMes.Size         = new System.Drawing.Size(100, 40);
     this.BotonPorDiaDelMes.SubLabelPos  = Lui.Forms.SubLabelPositions.Bottom;
     this.BotonPorDiaDelMes.Subtext      = "";
     this.BotonPorDiaDelMes.TabIndex     = 17;
     this.BotonPorDiaDelMes.Text         = "Mostrar";
     this.BotonPorDiaDelMes.Click       += new System.EventHandler(this.BotonPorDiaDelMes_Click);
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(40, 400);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(108, 16);
     this.label9.TabIndex  = 24;
     this.label9.Text      = "Mes ante pasado";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pictureBox9
     //
     this.pictureBox9.BackColor = System.Drawing.Color.DarkGray;
     this.pictureBox9.Location  = new System.Drawing.Point(12, 404);
     this.pictureBox9.Name      = "pictureBox9";
     this.pictureBox9.Size      = new System.Drawing.Size(20, 8);
     this.pictureBox9.TabIndex  = 23;
     this.pictureBox9.TabStop   = false;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(36, 228);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(108, 16);
     this.label5.TabIndex  = 30;
     this.label5.Text      = "Gastos";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pictureBox5
     //
     this.pictureBox5.BackColor = System.Drawing.Color.Red;
     this.pictureBox5.Location  = new System.Drawing.Point(8, 232);
     this.pictureBox5.Name      = "pictureBox5";
     this.pictureBox5.Size      = new System.Drawing.Size(20, 8);
     this.pictureBox5.TabIndex  = 29;
     this.pictureBox5.TabStop   = false;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(36, 208);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(108, 16);
     this.label6.TabIndex  = 28;
     this.label6.Text      = "Facturación";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pictureBox6
     //
     this.pictureBox6.BackColor = System.Drawing.Color.Goldenrod;
     this.pictureBox6.Location  = new System.Drawing.Point(8, 212);
     this.pictureBox6.Name      = "pictureBox6";
     this.pictureBox6.Size      = new System.Drawing.Size(20, 8);
     this.pictureBox6.TabIndex  = 27;
     this.pictureBox6.TabStop   = false;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(36, 188);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(108, 16);
     this.label10.TabIndex  = 26;
     this.label10.Text      = "Rentabilidad";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pictureBox10
     //
     this.pictureBox10.BackColor = System.Drawing.Color.Green;
     this.pictureBox10.Location  = new System.Drawing.Point(8, 192);
     this.pictureBox10.Name      = "pictureBox10";
     this.pictureBox10.Size      = new System.Drawing.Size(20, 8);
     this.pictureBox10.TabIndex  = 25;
     this.pictureBox10.TabStop   = false;
     //
     // Facturacion
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.ClientSize          = new System.Drawing.Size(768, 480);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.pictureBox5);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.pictureBox6);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.pictureBox10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.pictureBox9);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.pictureBox7);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.pictureBox8);
     this.Controls.Add(this.ChartMes);
     this.Controls.Add(this.BotonPorDiaDelMes);
     this.Controls.Add(this.ListadoAnual);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.ChartRent);
     this.Controls.Add(this.PorRentabilidad);
     this.Controls.Add(this.PorMes);
     this.Controls.Add(this.Chart);
     this.Name = "Facturacion";
     this.Text = "Facturación";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
     this.ResumeLayout(false);
 }
                private void InitializeComponent()
                {
                        this.EtiquetaInfo = new Lui.Forms.Label();
                        this.CancelBtn = new Lui.Forms.Button();
                        this.Texto = new Lui.Forms.TextBox();
                        this.OkButton = new Lui.Forms.Button();
                        this.SuspendLayout();
                        // 
                        // EtiquetaInfo
                        // 
                        this.EtiquetaInfo.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.EtiquetaInfo.Location = new System.Drawing.Point(28, 24);
                        this.EtiquetaInfo.Name = "EtiquetaInfo";
                        this.EtiquetaInfo.Size = new System.Drawing.Size(312, 192);
                        this.EtiquetaInfo.TabIndex = 3;
                        // 
                        // CancelBtn
                        // 
                        this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.CancelBtn.Image = null;
                        this.CancelBtn.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.CancelBtn.Location = new System.Drawing.Point(352, 64);
                        this.CancelBtn.Name = "CancelBtn";
                        this.CancelBtn.ReadOnly = false;
                        this.CancelBtn.Size = new System.Drawing.Size(96, 32);
                        this.CancelBtn.SubLabelPos = Lui.Forms.SubLabelPositions.None;
                        this.CancelBtn.Subtext = "Tecla";
                        this.CancelBtn.TabIndex = 2;
                        this.CancelBtn.Text = "Cancelar";
                        this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click);
                        // 
                        // Texto
                        // 
                        this.Texto.Location = new System.Drawing.Point(24, 224);
                        this.Texto.Name = "Texto";
                        this.Texto.ReadOnly = false;
                        this.Texto.Size = new System.Drawing.Size(424, 24);
                        this.Texto.TabIndex = 0;
                        this.Texto.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Texto_KeyDown);
                        // 
                        // OkButton
                        // 
                        this.OkButton.DialogResult = System.Windows.Forms.DialogResult.None;
                        this.OkButton.Image = null;
                        this.OkButton.ImagePos = Lui.Forms.ImagePositions.Top;
                        this.OkButton.Location = new System.Drawing.Point(352, 24);
                        this.OkButton.Name = "OkButton";
                        this.OkButton.ReadOnly = false;
                        this.OkButton.Size = new System.Drawing.Size(96, 32);
                        this.OkButton.SubLabelPos = Lui.Forms.SubLabelPositions.None;
                        this.OkButton.Subtext = "Tecla";
                        this.OkButton.TabIndex = 1;
                        this.OkButton.Text = "Aceptar";
                        this.OkButton.Click += new System.EventHandler(this.OkButton_Click);
                        // 
                        // InputBox
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(474, 274);
                        this.ControlBox = false;
                        this.Controls.Add(this.CancelBtn);
                        this.Controls.Add(this.Texto);
                        this.Controls.Add(this.OkButton);
                        this.Controls.Add(this.EtiquetaInfo);
                        this.ForeColor = System.Drawing.SystemColors.ControlText;
                        this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
                        this.Name = "InputBox";
                        this.Text = "Ingreso de datos";
                        this.ResumeLayout(false);

                }
                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);

                }
 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);
 }
Exemple #27
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AltaDuplicada));
     this.label1                = new Lui.Forms.Label();
     this.label2                = new Lui.Forms.Label();
     this.ListaComparacion      = new Lui.Forms.ListView();
     this.NombreColumna         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ColumnaActual         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ColumnaNueva          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label3                = new Lui.Forms.Label();
     this.BotonCancelar         = new Lui.Forms.Button();
     this.BotonContinuar        = new Lui.Forms.Button();
     this.BotonCorregir         = new Lui.Forms.Button();
     this.TimerHabilitarBotones = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(24, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(544, 36);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Posible duplicación de datos";
     this.label1.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(24, 60);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(544, 40);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Es posible que el cliente que intenta agregar ya haya sigo agregado con anteriori" +
                            "dad. Puede revisar las similitudes para decidir si se trata de la misma persona:" +
                            "";
     //
     // ListaComparacion
     //
     this.ListaComparacion.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.ListaComparacion.BackColor   = System.Drawing.SystemColors.Window;
     this.ListaComparacion.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.ListaComparacion.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.NombreColumna,
         this.ColumnaActual,
         this.ColumnaNueva
     });
     this.ListaComparacion.FieldName     = null;
     this.ListaComparacion.FullRowSelect = true;
     this.ListaComparacion.GridLines     = true;
     this.ListaComparacion.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.ListaComparacion.LabelWrap     = false;
     this.ListaComparacion.Location      = new System.Drawing.Point(24, 100);
     this.ListaComparacion.Name          = "ListaComparacion";
     this.ListaComparacion.ReadOnly      = false;
     this.ListaComparacion.Size          = new System.Drawing.Size(544, 112);
     this.ListaComparacion.TabIndex      = 5;
     this.ListaComparacion.TabStop       = false;
     this.ListaComparacion.UseCompatibleStateImageBehavior = false;
     this.ListaComparacion.View = System.Windows.Forms.View.Details;
     //
     // NombreColumna
     //
     this.NombreColumna.Text  = "";
     this.NombreColumna.Width = 100;
     //
     // ColumnaActual
     //
     this.ColumnaActual.Text  = "Cliente anterior";
     this.ColumnaActual.Width = 220;
     //
     // ColumnaNueva
     //
     this.ColumnaNueva.Text  = "Cliente nuevo";
     this.ColumnaNueva.Width = 220;
     //
     // label3
     //
     this.label3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.Location  = new System.Drawing.Point(24, 220);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(544, 32);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "¿Qué desea hacer con los datos cargados?";
     this.label3.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader;
     //
     // BotonCancelar
     //
     this.BotonCancelar.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.BotonCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.BotonCancelar.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.BotonCancelar.Image        = ((System.Drawing.Image)(resources.GetObject("BotonCancelar.Image")));
     this.BotonCancelar.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonCancelar.Location     = new System.Drawing.Point(24, 260);
     this.BotonCancelar.Name         = "BotonCancelar";
     this.BotonCancelar.Size         = new System.Drawing.Size(544, 68);
     this.BotonCancelar.SubLabelPos  = Lui.Forms.SubLabelPositions.LongBottom;
     this.BotonCancelar.Subtext      = "No agrega ni actualiza ningún dato. Sólo vuelve al formulario de alta para revisa" +
                                       "r los datos ingresados.";
     this.BotonCancelar.TabIndex = 0;
     this.BotonCancelar.Text     = "Volver al formulario de alta";
     this.BotonCancelar.Click   += new System.EventHandler(this.CmdCancelar_Click);
     //
     // BotonContinuar
     //
     this.BotonContinuar.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.BotonContinuar.DialogResult = System.Windows.Forms.DialogResult.None;
     this.BotonContinuar.Enabled      = false;
     this.BotonContinuar.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.BotonContinuar.Image        = ((System.Drawing.Image)(resources.GetObject("BotonContinuar.Image")));
     this.BotonContinuar.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonContinuar.Location     = new System.Drawing.Point(24, 336);
     this.BotonContinuar.Name         = "BotonContinuar";
     this.BotonContinuar.Size         = new System.Drawing.Size(544, 68);
     this.BotonContinuar.SubLabelPos  = Lui.Forms.SubLabelPositions.LongBottom;
     this.BotonContinuar.Subtext      = "Seleccione esta opción si se trata de clientes diferentes o si intenta deliberada" +
                                        "mente cargar un dato duplicado.";
     this.BotonContinuar.TabIndex = 1;
     this.BotonContinuar.Text     = "Crear un cliente nuevo";
     this.BotonContinuar.Click   += new System.EventHandler(this.CmdCrearNuevo_Click);
     //
     // BotonCorregir
     //
     this.BotonCorregir.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.BotonCorregir.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.BotonCorregir.Enabled      = false;
     this.BotonCorregir.ForeColor    = System.Drawing.SystemColors.ControlText;
     this.BotonCorregir.Image        = ((System.Drawing.Image)(resources.GetObject("BotonCorregir.Image")));
     this.BotonCorregir.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.BotonCorregir.Location     = new System.Drawing.Point(24, 412);
     this.BotonCorregir.Name         = "BotonCorregir";
     this.BotonCorregir.Size         = new System.Drawing.Size(544, 68);
     this.BotonCorregir.SubLabelPos  = Lui.Forms.SubLabelPositions.LongBottom;
     this.BotonCorregir.Subtext      = "Seleccione esta opción si verificó que se trata del mismo cliente y no desea crea" +
                                       "r datos duplicados.";
     this.BotonCorregir.TabIndex = 2;
     this.BotonCorregir.Text     = "Actualizar los datos del cliente actual";
     this.BotonCorregir.Click   += new System.EventHandler(this.CmdActualizar_Click);
     //
     // TimerHabilitarBotones
     //
     this.TimerHabilitarBotones.Enabled  = true;
     this.TimerHabilitarBotones.Interval = 2000;
     this.TimerHabilitarBotones.Tick    += new System.EventHandler(this.TimerHabilitarBotones_Tick);
     //
     // AltaDuplicada
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.CancelButton        = this.BotonCancelar;
     this.ClientSize          = new System.Drawing.Size(592, 493);
     this.Controls.Add(this.BotonCancelar);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.BotonContinuar);
     this.Controls.Add(this.BotonCorregir);
     this.Controls.Add(this.ListaComparacion);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "AltaDuplicada";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Posible duplicación de datos";
     this.ResumeLayout(false);
 }
Exemple #28
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();
 }
                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);

                }
Exemple #30
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();
 }
Exemple #31
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();
 }
Exemple #32
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);
 }
                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);

                }
Exemple #34
0
 public Campo(Lui.Forms.EditableControl control, Lui.Forms.Label etiqueta)
 {
         this.ControlEntrada = control;
         this.Etiqueta = etiqueta;
 }
Exemple #35
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);
 }
Exemple #36
0
                private void InitializeComponent()
                {
                        this.EtiquetaHaciaSituacion = new Lui.Forms.Label();
                        this.EntradaHaciaSituacion = new Lcc.Entrada.CodigoDetalle();
                        this.EtiquetaDesdeSituacion = new Lui.Forms.Label();
                        this.EntradaDesdeSituacion = new Lcc.Entrada.CodigoDetalle();
                        this.label1 = new Lui.Forms.Label();
                        this.EntradaBloqueada = new Lui.Forms.ComboBox();
                        this.EtiquetaTitulo = new Lui.Forms.Label();
                        this.label2 = new Lui.Forms.Label();
                        this.label3 = new Lui.Forms.Label();
                        this.SuspendLayout();
                        // 
                        // lblHaciaSituacion
                        // 
                        this.EtiquetaHaciaSituacion.Location = new System.Drawing.Point(24, 144);
                        this.EtiquetaHaciaSituacion.Name = "lblHaciaSituacion";
                        this.EtiquetaHaciaSituacion.Size = new System.Drawing.Size(168, 24);
                        this.EtiquetaHaciaSituacion.TabIndex = 2;
                        this.EtiquetaHaciaSituacion.Text = "Destino";
                        this.EtiquetaHaciaSituacion.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.Filter = "";
                        this.EntradaHaciaSituacion.Location = new System.Drawing.Point(192, 144);
                        this.EntradaHaciaSituacion.MaxLength = 200;
                        this.EntradaHaciaSituacion.Name = "EntradaHaciaSituacion";
                        this.EntradaHaciaSituacion.Required = true;
                        this.EntradaHaciaSituacion.Size = new System.Drawing.Size(416, 24);
                        this.EntradaHaciaSituacion.TabIndex = 3;
                        this.EntradaHaciaSituacion.NombreTipo = "Lbl.Articulos.Situacion";
                        this.EntradaHaciaSituacion.Text = "0";
                        // 
                        // lblDesdeSituacion
                        // 
                        this.EtiquetaDesdeSituacion.Location = new System.Drawing.Point(24, 72);
                        this.EtiquetaDesdeSituacion.Name = "lblDesdeSituacion";
                        this.EtiquetaDesdeSituacion.Size = new System.Drawing.Size(168, 24);
                        this.EtiquetaDesdeSituacion.TabIndex = 0;
                        this.EtiquetaDesdeSituacion.Text = "Origen";
                        this.EtiquetaDesdeSituacion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // 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.Filter = "facturable=1";
                        this.EntradaDesdeSituacion.Location = new System.Drawing.Point(192, 72);
                        this.EntradaDesdeSituacion.MaxLength = 200;
                        this.EntradaDesdeSituacion.Name = "EntradaDesdeSituacion";
                        this.EntradaDesdeSituacion.Required = true;
                        this.EntradaDesdeSituacion.Size = new System.Drawing.Size(416, 24);
                        this.EntradaDesdeSituacion.TabIndex = 1;
                        this.EntradaDesdeSituacion.NombreTipo = "Lbl.Articulos.Situacion";
                        this.EntradaDesdeSituacion.Text = "0";
                        // 
                        // label1
                        // 
                        this.label1.Location = new System.Drawing.Point(24, 224);
                        this.label1.Name = "label1";
                        this.label1.Size = new System.Drawing.Size(168, 24);
                        this.label1.TabIndex = 4;
                        this.label1.Text = "Accesibilidad";
                        this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        // 
                        // EntradaBloqueada
                        // 
                        this.EntradaBloqueada.AlwaysExpanded = true;
                        this.EntradaBloqueada.AutoSize = true;
                        this.EntradaBloqueada.Location = new System.Drawing.Point(192, 224);
                        this.EntradaBloqueada.Name = "EntradaBloqueada";
                        this.EntradaBloqueada.SetData = new string[] {
        "Editable|0",
        "Bloqueado|1"};
                        this.EntradaBloqueada.Size = new System.Drawing.Size(128, 39);
                        this.EntradaBloqueada.TabIndex = 5;
                        this.EntradaBloqueada.TextKey = "0";
                        this.EntradaBloqueada.TextChanged += new System.EventHandler(this.EntradaBloqueada_TextChanged);
                        // 
                        // 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(285, 30);
                        this.EtiquetaTitulo.TabIndex = 107;
                        this.EtiquetaTitulo.Text = "Más datos del comprobante";
                        this.EtiquetaTitulo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
                        // 
                        // label2
                        // 
                        this.label2.Location = new System.Drawing.Point(192, 104);
                        this.label2.Name = "label2";
                        this.label2.Size = new System.Drawing.Size(416, 32);
                        this.label2.TabIndex = 108;
                        this.label2.Text = "¿De dónde se deben restar las existencias cuando se hagan movimientos relacionado" +
    "s a este comprobante?";
                        this.label2.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
                        // 
                        // label3
                        // 
                        this.label3.Location = new System.Drawing.Point(192, 176);
                        this.label3.Name = "label3";
                        this.label3.Size = new System.Drawing.Size(416, 24);
                        this.label3.TabIndex = 109;
                        this.label3.Text = "¿Hacia dónde van esas existencias?";
                        this.label3.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
                        // 
                        // FormComprobanteMasDatos
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(634, 374);
                        this.Controls.Add(this.label3);
                        this.Controls.Add(this.EtiquetaTitulo);
                        this.Controls.Add(this.EtiquetaHaciaSituacion);
                        this.Controls.Add(this.EntradaBloqueada);
                        this.Controls.Add(this.label1);
                        this.Controls.Add(this.EntradaHaciaSituacion);
                        this.Controls.Add(this.EtiquetaDesdeSituacion);
                        this.Controls.Add(this.EntradaDesdeSituacion);
                        this.Controls.Add(this.label2);
                        this.ForeColor = System.Drawing.Color.Black;
                        this.Name = "FormComprobanteMasDatos";
                        this.Text = "Más datos del comprobante";
                        this.Controls.SetChildIndex(this.label2, 0);
                        this.Controls.SetChildIndex(this.EntradaDesdeSituacion, 0);
                        this.Controls.SetChildIndex(this.EtiquetaDesdeSituacion, 0);
                        this.Controls.SetChildIndex(this.EntradaHaciaSituacion, 0);
                        this.Controls.SetChildIndex(this.label1, 0);
                        this.Controls.SetChildIndex(this.EntradaBloqueada, 0);
                        this.Controls.SetChildIndex(this.EtiquetaHaciaSituacion, 0);
                        this.Controls.SetChildIndex(this.EtiquetaTitulo, 0);
                        this.Controls.SetChildIndex(this.label3, 0);
                        this.ResumeLayout(false);
                        this.PerformLayout();

                }
Exemple #37
0
		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();

		}
Exemple #38
0
 private void InitializeComponent()
 {
     this.EntradaCliente    = new Lcc.Entrada.CodigoDetalle();
     this.Label2            = new Lui.Forms.Label();
     this.Label1            = new Lui.Forms.Label();
     this.EntradaVendedor   = new Lcc.Entrada.CodigoDetalle();
     this.Label5            = new Lui.Forms.Label();
     this.EntradaSucursal   = new Lcc.Entrada.CodigoDetalle();
     this.label7            = new Lui.Forms.Label();
     this.tableLayoutPanel1 = new Lui.Forms.TableLayoutPanel();
     this.EntradaFechas     = new Lcc.Entrada.RangoFechas();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // OkButton
     //
     this.OkButton.Location = new System.Drawing.Point(394, 8);
     //
     // CancelCommandButton
     //
     this.CancelCommandButton.Location = new System.Drawing.Point(514, 8);
     //
     // EntradaCliente
     //
     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(133, 31);
     this.EntradaCliente.MaxLength  = 200;
     this.EntradaCliente.Name       = "EntradaCliente";
     this.EntradaCliente.ReadOnly   = false;
     this.EntradaCliente.Required   = false;
     this.EntradaCliente.Size       = new System.Drawing.Size(448, 22);
     this.EntradaCliente.TabIndex   = 5;
     this.EntradaCliente.NombreTipo = "Lbl.Personas.Persona";
     this.EntradaCliente.Text       = "0";
     //
     // Label2
     //
     this.Label2.Location  = new System.Drawing.Point(3, 28);
     this.Label2.Name      = "Label2";
     this.Label2.Size      = new System.Drawing.Size(124, 24);
     this.Label2.TabIndex  = 4;
     this.Label2.Text      = "Cliente";
     this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // Label1
     //
     this.Label1.Location  = new System.Drawing.Point(3, 84);
     this.Label1.Name      = "Label1";
     this.Label1.Size      = new System.Drawing.Size(124, 24);
     this.Label1.TabIndex  = 8;
     this.Label1.Text      = "Fecha";
     this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaVendedor
     //
     this.EntradaVendedor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaVendedor.AutoSize   = true;
     this.EntradaVendedor.CanCreate  = false;
     this.EntradaVendedor.Filter     = "(tipo&4)=4";
     this.EntradaVendedor.Location   = new System.Drawing.Point(133, 59);
     this.EntradaVendedor.MaxLength  = 200;
     this.EntradaVendedor.Name       = "EntradaVendedor";
     this.EntradaVendedor.ReadOnly   = false;
     this.EntradaVendedor.Required   = false;
     this.EntradaVendedor.Size       = new System.Drawing.Size(448, 22);
     this.EntradaVendedor.TabIndex   = 7;
     this.EntradaVendedor.NombreTipo = "Lbl.Personas.Persona";
     this.EntradaVendedor.Text       = "0";
     //
     // Label5
     //
     this.Label5.Location  = new System.Drawing.Point(3, 56);
     this.Label5.Name      = "Label5";
     this.Label5.Size      = new System.Drawing.Size(124, 24);
     this.Label5.TabIndex  = 6;
     this.Label5.Text      = "Vendedor";
     this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaSucursal
     //
     this.EntradaSucursal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaSucursal.AutoSize   = true;
     this.EntradaSucursal.CanCreate  = false;
     this.EntradaSucursal.Filter     = "";
     this.EntradaSucursal.Location   = new System.Drawing.Point(133, 3);
     this.EntradaSucursal.MaxLength  = 200;
     this.EntradaSucursal.Name       = "EntradaSucursal";
     this.EntradaSucursal.ReadOnly   = false;
     this.EntradaSucursal.Required   = false;
     this.EntradaSucursal.Size       = new System.Drawing.Size(448, 22);
     this.EntradaSucursal.TabIndex   = 3;
     this.EntradaSucursal.NombreTipo = "Lbl.Entidades.Sucursal";
     this.EntradaSucursal.Text       = "0";
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(3, 0);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(124, 24);
     this.label7.TabIndex  = 2;
     this.label7.Text      = "Sucursal";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | 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.EntradaSucursal, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.EntradaCliente, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.EntradaVendedor, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.EntradaFechas, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.label7, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.Label2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.Label5, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.Label1, 0, 3);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(24, 24);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     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(584, 280);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // EntradaFechas
     //
     this.EntradaFechas.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.EntradaFechas.AutoSize       = true;
     this.EntradaFechas.Font           = new System.Drawing.Font("Bitstream Vera Sans", 9.75F);
     this.EntradaFechas.Location       = new System.Drawing.Point(133, 87);
     this.EntradaFechas.MuestraFuturos = false;
     this.EntradaFechas.Name           = "EntradaFechas";
     this.EntradaFechas.ReadOnly       = false;
     this.EntradaFechas.Size           = new System.Drawing.Size(448, 33);
     this.EntradaFechas.TabIndex       = 9;
     //
     // Filtros
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.ClientSize          = new System.Drawing.Size(634, 374);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "Filtros";
     this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
                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);

                }
                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);

                }
 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();
 }
                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();

                }
Exemple #43
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();
 }
Exemple #44
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();

                }
Exemple #45
0
 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("Microsoft Sans Serif", 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(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     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();
 }
Exemple #46
0
 private void InitializeComponent()
 {
     this.EtiquetaHaciaSituacion = new Lui.Forms.Label();
     this.EntradaHaciaSituacion  = new Lcc.Entrada.CodigoDetalle();
     this.EtiquetaDesdeSituacion = new Lui.Forms.Label();
     this.EntradaDesdeSituacion  = new Lcc.Entrada.CodigoDetalle();
     this.label1           = new Lui.Forms.Label();
     this.EntradaBloqueada = new Lui.Forms.ComboBox();
     this.EtiquetaTitulo   = new Lui.Forms.Label();
     this.label2           = new Lui.Forms.Label();
     this.label3           = new Lui.Forms.Label();
     this.SuspendLayout();
     //
     // lblHaciaSituacion
     //
     this.EtiquetaHaciaSituacion.Location  = new System.Drawing.Point(24, 144);
     this.EtiquetaHaciaSituacion.Name      = "lblHaciaSituacion";
     this.EtiquetaHaciaSituacion.Size      = new System.Drawing.Size(168, 24);
     this.EtiquetaHaciaSituacion.TabIndex  = 2;
     this.EtiquetaHaciaSituacion.Text      = "Destino";
     this.EtiquetaHaciaSituacion.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.Filter     = "";
     this.EntradaHaciaSituacion.Location   = new System.Drawing.Point(192, 144);
     this.EntradaHaciaSituacion.MaxLength  = 200;
     this.EntradaHaciaSituacion.Name       = "EntradaHaciaSituacion";
     this.EntradaHaciaSituacion.Required   = true;
     this.EntradaHaciaSituacion.Size       = new System.Drawing.Size(416, 24);
     this.EntradaHaciaSituacion.TabIndex   = 3;
     this.EntradaHaciaSituacion.NombreTipo = "Lbl.Articulos.Situacion";
     this.EntradaHaciaSituacion.Text       = "0";
     //
     // lblDesdeSituacion
     //
     this.EtiquetaDesdeSituacion.Location  = new System.Drawing.Point(24, 72);
     this.EtiquetaDesdeSituacion.Name      = "lblDesdeSituacion";
     this.EtiquetaDesdeSituacion.Size      = new System.Drawing.Size(168, 24);
     this.EtiquetaDesdeSituacion.TabIndex  = 0;
     this.EtiquetaDesdeSituacion.Text      = "Origen";
     this.EtiquetaDesdeSituacion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // 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.Filter     = "facturable=1";
     this.EntradaDesdeSituacion.Location   = new System.Drawing.Point(192, 72);
     this.EntradaDesdeSituacion.MaxLength  = 200;
     this.EntradaDesdeSituacion.Name       = "EntradaDesdeSituacion";
     this.EntradaDesdeSituacion.Required   = true;
     this.EntradaDesdeSituacion.Size       = new System.Drawing.Size(416, 24);
     this.EntradaDesdeSituacion.TabIndex   = 1;
     this.EntradaDesdeSituacion.NombreTipo = "Lbl.Articulos.Situacion";
     this.EntradaDesdeSituacion.Text       = "0";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(24, 224);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(168, 24);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Accesibilidad";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // EntradaBloqueada
     //
     this.EntradaBloqueada.AlwaysExpanded = true;
     this.EntradaBloqueada.AutoSize       = true;
     this.EntradaBloqueada.Location       = new System.Drawing.Point(192, 224);
     this.EntradaBloqueada.Name           = "EntradaBloqueada";
     this.EntradaBloqueada.SetData        = new string[] {
         "Editable|0",
         "Bloqueado|1"
     };
     this.EntradaBloqueada.Size         = new System.Drawing.Size(128, 39);
     this.EntradaBloqueada.TabIndex     = 5;
     this.EntradaBloqueada.TextKey      = "0";
     this.EntradaBloqueada.TextChanged += new System.EventHandler(this.EntradaBloqueada_TextChanged);
     //
     // 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(285, 30);
     this.EtiquetaTitulo.TabIndex  = 107;
     this.EtiquetaTitulo.Text      = "Más datos del comprobante";
     this.EtiquetaTitulo.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(192, 104);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(416, 32);
     this.label2.TabIndex = 108;
     this.label2.Text     = "¿De dónde se deben restar las existencias cuando se hagan movimientos relacionado" +
                            "s a este comprobante?";
     this.label2.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(192, 176);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(416, 24);
     this.label3.TabIndex  = 109;
     this.label3.Text      = "¿Hacia dónde van esas existencias?";
     this.label3.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
     //
     // FormComprobanteMasDatos
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.ClientSize          = new System.Drawing.Size(634, 374);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.EtiquetaTitulo);
     this.Controls.Add(this.EtiquetaHaciaSituacion);
     this.Controls.Add(this.EntradaBloqueada);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.EntradaHaciaSituacion);
     this.Controls.Add(this.EtiquetaDesdeSituacion);
     this.Controls.Add(this.EntradaDesdeSituacion);
     this.Controls.Add(this.label2);
     this.ForeColor = System.Drawing.Color.Black;
     this.Name      = "FormComprobanteMasDatos";
     this.Text      = "Más datos del comprobante";
     this.Controls.SetChildIndex(this.label2, 0);
     this.Controls.SetChildIndex(this.EntradaDesdeSituacion, 0);
     this.Controls.SetChildIndex(this.EtiquetaDesdeSituacion, 0);
     this.Controls.SetChildIndex(this.EntradaHaciaSituacion, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.EntradaBloqueada, 0);
     this.Controls.SetChildIndex(this.EtiquetaHaciaSituacion, 0);
     this.Controls.SetChildIndex(this.EtiquetaTitulo, 0);
     this.Controls.SetChildIndex(this.label3, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #47
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgressForm));
     this.EtiquetaNombreOperacion  = new Lui.Forms.Label();
     this.EtiquetaDescripcion      = new Lui.Forms.Label();
     this.ProgressBar              = new System.Windows.Forms.ProgressBar();
     this.PictureBox1              = new System.Windows.Forms.PictureBox();
     this.EtiquetaEstado           = new Lui.Forms.Label();
     this.BotonCancelar            = new Lui.Forms.LinkLabel();
     this.EtiquetaOtrasOperaciones = new Lui.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // EtiquetaNombreOperacion
     //
     this.EtiquetaNombreOperacion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaNombreOperacion.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.EtiquetaNombreOperacion.Location  = new System.Drawing.Point(104, 24);
     this.EtiquetaNombreOperacion.Name      = "EtiquetaNombreOperacion";
     this.EtiquetaNombreOperacion.Size      = new System.Drawing.Size(392, 44);
     this.EtiquetaNombreOperacion.TabIndex  = 0;
     this.EtiquetaNombreOperacion.Text      = "Procesando...";
     this.EtiquetaNombreOperacion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.EtiquetaNombreOperacion.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader;
     //
     // EtiquetaDescripcion
     //
     this.EtiquetaDescripcion.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.EtiquetaDescripcion.Location = new System.Drawing.Point(104, 108);
     this.EtiquetaDescripcion.Name     = "EtiquetaDescripcion";
     this.EtiquetaDescripcion.Size     = new System.Drawing.Size(392, 78);
     this.EtiquetaDescripcion.TabIndex = 2;
     this.EtiquetaDescripcion.Text     = "Por favor aguarde mientras se completan las operaciones.";
     //
     // ProgressBar
     //
     this.ProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.ProgressBar.Location = new System.Drawing.Point(104, 240);
     this.ProgressBar.Name     = "ProgressBar";
     this.ProgressBar.Size     = new System.Drawing.Size(392, 20);
     this.ProgressBar.Style    = System.Windows.Forms.ProgressBarStyle.Marquee;
     this.ProgressBar.TabIndex = 3;
     //
     // 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.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.PictureBox1.TabIndex = 5;
     this.PictureBox1.TabStop  = false;
     //
     // EtiquetaEstado
     //
     this.EtiquetaEstado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaEstado.Location = new System.Drawing.Point(104, 196);
     this.EtiquetaEstado.Name     = "EtiquetaEstado";
     this.EtiquetaEstado.Size     = new System.Drawing.Size(392, 44);
     this.EtiquetaEstado.TabIndex = 0;
     //
     // BotonCancelar
     //
     this.BotonCancelar.ActiveLinkColor = System.Drawing.Color.RoyalBlue;
     this.BotonCancelar.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.BotonCancelar.Cursor          = System.Windows.Forms.Cursors.Hand;
     this.BotonCancelar.LinkBehavior    = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.BotonCancelar.Location        = new System.Drawing.Point(407, 168);
     this.BotonCancelar.Name            = "BotonCancelar";
     this.BotonCancelar.Size            = new System.Drawing.Size(89, 20);
     this.BotonCancelar.TabIndex        = 0;
     this.BotonCancelar.TabStop         = true;
     this.BotonCancelar.Text            = "Cancelar";
     this.BotonCancelar.TextAlign       = System.Drawing.ContentAlignment.MiddleRight;
     this.BotonCancelar.Visible         = false;
     this.BotonCancelar.LinkClicked    += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.BotonCancelar_LinkClicked);
     //
     // EtiquetaOtrasOperaciones
     //
     this.EtiquetaOtrasOperaciones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaOtrasOperaciones.Location = new System.Drawing.Point(104, 72);
     this.EtiquetaOtrasOperaciones.Name     = "EtiquetaOtrasOperaciones";
     this.EtiquetaOtrasOperaciones.Size     = new System.Drawing.Size(392, 32);
     this.EtiquetaOtrasOperaciones.TabIndex = 6;
     //
     // ProgressForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.ClientSize          = new System.Drawing.Size(521, 292);
     this.ControlBox          = false;
     this.Controls.Add(this.EtiquetaOtrasOperaciones);
     this.Controls.Add(this.BotonCancelar);
     this.Controls.Add(this.ProgressBar);
     this.Controls.Add(this.EtiquetaEstado);
     this.Controls.Add(this.PictureBox1);
     this.Controls.Add(this.EtiquetaDescripcion);
     this.Controls.Add(this.EtiquetaNombreOperacion);
     this.Cursor          = System.Windows.Forms.Cursors.WaitCursor;
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "ProgressForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Progreso";
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
		private void InitializeComponent()
		{
                        System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProgressForm));
                        this.EtiquetaNombreOperacion = new Lui.Forms.Label();
                        this.EtiquetaDescripcion = new Lui.Forms.Label();
                        this.ProgressBar = new System.Windows.Forms.ProgressBar();
                        this.PictureBox1 = new System.Windows.Forms.PictureBox();
                        this.EtiquetaEstado = new Lui.Forms.Label();
                        this.BotonCancelar = new Lui.Forms.LinkLabel();
                        this.EtiquetaOtrasOperaciones = new Lui.Forms.Label();
                        ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
                        this.SuspendLayout();
                        // 
                        // EtiquetaNombreOperacion
                        // 
                        this.EtiquetaNombreOperacion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EtiquetaNombreOperacion.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
                        this.EtiquetaNombreOperacion.Location = new System.Drawing.Point(104, 24);
                        this.EtiquetaNombreOperacion.Name = "EtiquetaNombreOperacion";
                        this.EtiquetaNombreOperacion.Size = new System.Drawing.Size(392, 44);
                        this.EtiquetaNombreOperacion.TabIndex = 0;
                        this.EtiquetaNombreOperacion.Text = "Procesando...";
                        this.EtiquetaNombreOperacion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.EtiquetaNombreOperacion.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader;
                        // 
                        // EtiquetaDescripcion
                        // 
                        this.EtiquetaDescripcion.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.EtiquetaDescripcion.Location = new System.Drawing.Point(104, 108);
                        this.EtiquetaDescripcion.Name = "EtiquetaDescripcion";
                        this.EtiquetaDescripcion.Size = new System.Drawing.Size(392, 78);
                        this.EtiquetaDescripcion.TabIndex = 2;
                        this.EtiquetaDescripcion.Text = "Por favor aguarde mientras se completan las operaciones.";
                        // 
                        // ProgressBar
                        // 
                        this.ProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.ProgressBar.Location = new System.Drawing.Point(104, 240);
                        this.ProgressBar.Name = "ProgressBar";
                        this.ProgressBar.Size = new System.Drawing.Size(392, 20);
                        this.ProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
                        this.ProgressBar.TabIndex = 3;
                        // 
                        // 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.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
                        this.PictureBox1.TabIndex = 5;
                        this.PictureBox1.TabStop = false;
                        // 
                        // EtiquetaEstado
                        // 
                        this.EtiquetaEstado.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EtiquetaEstado.Location = new System.Drawing.Point(104, 196);
                        this.EtiquetaEstado.Name = "EtiquetaEstado";
                        this.EtiquetaEstado.Size = new System.Drawing.Size(392, 44);
                        this.EtiquetaEstado.TabIndex = 0;
                        // 
                        // BotonCancelar
                        // 
                        this.BotonCancelar.ActiveLinkColor = System.Drawing.Color.RoyalBlue;
                        this.BotonCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
                        this.BotonCancelar.Cursor = System.Windows.Forms.Cursors.Hand;
                        this.BotonCancelar.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
                        this.BotonCancelar.Location = new System.Drawing.Point(407, 168);
                        this.BotonCancelar.Name = "BotonCancelar";
                        this.BotonCancelar.Size = new System.Drawing.Size(89, 20);
                        this.BotonCancelar.TabIndex = 0;
                        this.BotonCancelar.TabStop = true;
                        this.BotonCancelar.Text = "Cancelar";
                        this.BotonCancelar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
                        this.BotonCancelar.Visible = false;
                        this.BotonCancelar.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.BotonCancelar_LinkClicked);
                        // 
                        // EtiquetaOtrasOperaciones
                        // 
                        this.EtiquetaOtrasOperaciones.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EtiquetaOtrasOperaciones.Location = new System.Drawing.Point(104, 72);
                        this.EtiquetaOtrasOperaciones.Name = "EtiquetaOtrasOperaciones";
                        this.EtiquetaOtrasOperaciones.Size = new System.Drawing.Size(392, 32);
                        this.EtiquetaOtrasOperaciones.TabIndex = 6;
                        // 
                        // ProgressForm
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(521, 292);
                        this.ControlBox = false;
                        this.Controls.Add(this.EtiquetaOtrasOperaciones);
                        this.Controls.Add(this.BotonCancelar);
                        this.Controls.Add(this.ProgressBar);
                        this.Controls.Add(this.EtiquetaEstado);
                        this.Controls.Add(this.PictureBox1);
                        this.Controls.Add(this.EtiquetaDescripcion);
                        this.Controls.Add(this.EtiquetaNombreOperacion);
                        this.Cursor = System.Windows.Forms.Cursors.WaitCursor;
                        this.ForeColor = System.Drawing.SystemColors.ControlText;
                        this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
                        this.Name = "ProgressForm";
                        this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
                        this.Text = "Progreso";
                        ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
                        this.ResumeLayout(false);

		}
Exemple #49
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InputBox));
     this.EtiquetaInfo = new Lui.Forms.Label();
     this.CancelBtn    = new Lui.Forms.Button();
     this.Texto        = new Lui.Forms.TextBox();
     this.OkButton     = new Lui.Forms.Button();
     this.SuspendLayout();
     //
     // EtiquetaInfo
     //
     this.EtiquetaInfo.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.EtiquetaInfo.Location = new System.Drawing.Point(28, 24);
     this.EtiquetaInfo.Name     = "EtiquetaInfo";
     this.EtiquetaInfo.Size     = new System.Drawing.Size(312, 192);
     this.EtiquetaInfo.TabIndex = 3;
     //
     // CancelBtn
     //
     this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.None;
     this.CancelBtn.Image        = null;
     this.CancelBtn.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.CancelBtn.Location     = new System.Drawing.Point(352, 64);
     this.CancelBtn.Name         = "CancelBtn";
     this.CancelBtn.Size         = new System.Drawing.Size(96, 32);
     this.CancelBtn.SubLabelPos  = Lui.Forms.SubLabelPositions.None;
     this.CancelBtn.Subtext      = "Tecla";
     this.CancelBtn.TabIndex     = 2;
     this.CancelBtn.Text         = "Cancelar";
     this.CancelBtn.Click       += new System.EventHandler(this.CancelBtn_Click);
     //
     // Texto
     //
     this.Texto.Location = new System.Drawing.Point(24, 224);
     this.Texto.Name     = "Texto";
     this.Texto.Size     = new System.Drawing.Size(424, 24);
     this.Texto.TabIndex = 0;
     this.Texto.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Texto_KeyDown);
     //
     // OkButton
     //
     this.OkButton.DialogResult = System.Windows.Forms.DialogResult.None;
     this.OkButton.Image        = null;
     this.OkButton.ImagePos     = Lui.Forms.ImagePositions.Top;
     this.OkButton.Location     = new System.Drawing.Point(352, 24);
     this.OkButton.Name         = "OkButton";
     this.OkButton.Size         = new System.Drawing.Size(96, 32);
     this.OkButton.SubLabelPos  = Lui.Forms.SubLabelPositions.None;
     this.OkButton.Subtext      = "Tecla";
     this.OkButton.TabIndex     = 1;
     this.OkButton.Text         = "Aceptar";
     this.OkButton.Click       += new System.EventHandler(this.OkButton_Click);
     //
     // InputBox
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(474, 274);
     this.ControlBox          = false;
     this.Controls.Add(this.CancelBtn);
     this.Controls.Add(this.Texto);
     this.Controls.Add(this.OkButton);
     this.Controls.Add(this.EtiquetaInfo);
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "InputBox";
     this.Text            = "Ingreso de datos";
     this.ResumeLayout(false);
 }
Exemple #50
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormError));
     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.EtiquetaError           = new Lui.Forms.Label();
     this.EtiquetaLugar           = new Lui.Forms.Label();
     this.EtiquetaMensaje         = new Lui.Forms.Label();
     this.EtiquetaEstadoImpresora = new Lui.Forms.Label();
     this.EtiquetaEstadoFiscal    = new Lui.Forms.Label();
     this.EtiquetaCampos          = new Lui.Forms.Label();
     this.Label8                  = new Lui.Forms.Label();
     this.EtiquetaComando         = new Lui.Forms.Label();
     this.Label4                  = new Lui.Forms.Label();
     this.Label7                  = new Lui.Forms.Label();
     this.pictureBox1             = new System.Windows.Forms.PictureBox();
     this.DialogCaption           = new Lui.Forms.Label();
     this.label9                  = new Lui.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // Label1
     //
     this.Label1.Location    = new System.Drawing.Point(104, 104);
     this.Label1.Name        = "Label1";
     this.Label1.Size        = new System.Drawing.Size(72, 20);
     this.Label1.TabIndex    = 51;
     this.Label1.Text        = "Error";
     this.Label1.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label1.UseMnemonic = false;
     //
     // Label2
     //
     this.Label2.Location    = new System.Drawing.Point(104, 128);
     this.Label2.Name        = "Label2";
     this.Label2.Size        = new System.Drawing.Size(72, 20);
     this.Label2.TabIndex    = 52;
     this.Label2.Text        = "Lugar";
     this.Label2.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label2.UseMnemonic = false;
     //
     // Label3
     //
     this.Label3.Location    = new System.Drawing.Point(104, 152);
     this.Label3.Name        = "Label3";
     this.Label3.Size        = new System.Drawing.Size(72, 20);
     this.Label3.TabIndex    = 53;
     this.Label3.Text        = "Mensaje";
     this.Label3.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label3.UseMnemonic = false;
     //
     // 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(203, 216);
     this.Label5.Name        = "Label5";
     this.Label5.Size        = new System.Drawing.Size(149, 24);
     this.Label5.TabIndex    = 55;
     this.Label5.Text        = "Estado Impresora";
     this.Label5.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label5.TextStyle   = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader2;
     this.Label5.UseMnemonic = false;
     //
     // 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(388, 216);
     this.Label6.Name        = "Label6";
     this.Label6.Size        = new System.Drawing.Size(124, 24);
     this.Label6.TabIndex    = 56;
     this.Label6.Text        = "Estado Fiscal";
     this.Label6.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label6.TextStyle   = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader2;
     this.Label6.UseMnemonic = false;
     //
     // EtiquetaError
     //
     this.EtiquetaError.Location = new System.Drawing.Point(176, 104);
     this.EtiquetaError.Name     = "EtiquetaError";
     this.EtiquetaError.Size     = new System.Drawing.Size(180, 20);
     this.EtiquetaError.TabIndex = 57;
     this.EtiquetaError.Text     = ".";
     //
     // EtiquetaLugar
     //
     this.EtiquetaLugar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaLugar.Location = new System.Drawing.Point(176, 128);
     this.EtiquetaLugar.Name     = "EtiquetaLugar";
     this.EtiquetaLugar.Size     = new System.Drawing.Size(432, 20);
     this.EtiquetaLugar.TabIndex = 58;
     this.EtiquetaLugar.Text     = ".";
     //
     // EtiquetaMensaje
     //
     this.EtiquetaMensaje.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.EtiquetaMensaje.Location = new System.Drawing.Point(176, 152);
     this.EtiquetaMensaje.Name     = "EtiquetaMensaje";
     this.EtiquetaMensaje.Size     = new System.Drawing.Size(432, 56);
     this.EtiquetaMensaje.TabIndex = 59;
     this.EtiquetaMensaje.Text     = ".";
     //
     // EtiquetaEstadoImpresora
     //
     this.EtiquetaEstadoImpresora.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.EtiquetaEstadoImpresora.Location  = new System.Drawing.Point(203, 240);
     this.EtiquetaEstadoImpresora.Name      = "EtiquetaEstadoImpresora";
     this.EtiquetaEstadoImpresora.Size      = new System.Drawing.Size(178, 97);
     this.EtiquetaEstadoImpresora.TabIndex  = 61;
     this.EtiquetaEstadoImpresora.Text      = ".";
     this.EtiquetaEstadoImpresora.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
     //
     // EtiquetaEstadoFiscal
     //
     this.EtiquetaEstadoFiscal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaEstadoFiscal.Location  = new System.Drawing.Point(388, 240);
     this.EtiquetaEstadoFiscal.Name      = "EtiquetaEstadoFiscal";
     this.EtiquetaEstadoFiscal.Size      = new System.Drawing.Size(220, 97);
     this.EtiquetaEstadoFiscal.TabIndex  = 62;
     this.EtiquetaEstadoFiscal.Text      = ".";
     this.EtiquetaEstadoFiscal.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
     //
     // EtiquetaCampos
     //
     this.EtiquetaCampos.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.EtiquetaCampos.Location  = new System.Drawing.Point(104, 240);
     this.EtiquetaCampos.Name      = "EtiquetaCampos";
     this.EtiquetaCampos.Size      = new System.Drawing.Size(92, 97);
     this.EtiquetaCampos.TabIndex  = 64;
     this.EtiquetaCampos.Text      = ".";
     this.EtiquetaCampos.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
     //
     // Label8
     //
     this.Label8.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.Label8.Location    = new System.Drawing.Point(104, 216);
     this.Label8.Name        = "Label8";
     this.Label8.Size        = new System.Drawing.Size(96, 24);
     this.Label8.TabIndex    = 63;
     this.Label8.Text        = "Campos";
     this.Label8.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label8.TextStyle   = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader2;
     this.Label8.UseMnemonic = false;
     //
     // EtiquetaComando
     //
     this.EtiquetaComando.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.EtiquetaComando.Location = new System.Drawing.Point(432, 104);
     this.EtiquetaComando.Name     = "EtiquetaComando";
     this.EtiquetaComando.Size     = new System.Drawing.Size(176, 20);
     this.EtiquetaComando.TabIndex = 66;
     this.EtiquetaComando.Text     = ".";
     //
     // Label4
     //
     this.Label4.Location    = new System.Drawing.Point(363, 104);
     this.Label4.Name        = "Label4";
     this.Label4.Size        = new System.Drawing.Size(69, 20);
     this.Label4.TabIndex    = 65;
     this.Label4.Text        = "Comando";
     this.Label4.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label4.UseMnemonic = false;
     //
     // Label7
     //
     this.Label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.Label7.Location  = new System.Drawing.Point(104, 343);
     this.Label7.Name      = "Label7";
     this.Label7.Size      = new System.Drawing.Size(504, 24);
     this.Label7.TabIndex  = 67;
     this.Label7.Text      = "Se va a anular el comprobante que se estaba imprimiendo.";
     this.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.Label7.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Warning;
     //
     // 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.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 68;
     this.pictureBox1.TabStop  = false;
     //
     // DialogCaption
     //
     this.DialogCaption.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.DialogCaption.Location  = new System.Drawing.Point(104, 24);
     this.DialogCaption.Name      = "DialogCaption";
     this.DialogCaption.Size      = new System.Drawing.Size(504, 32);
     this.DialogCaption.TabIndex  = 69;
     this.DialogCaption.Text      = "Error de impresora fiscal";
     this.DialogCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.DialogCaption.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
     //
     // label9
     //
     this.label9.Location    = new System.Drawing.Point(104, 56);
     this.label9.Name        = "label9";
     this.label9.Size        = new System.Drawing.Size(504, 32);
     this.label9.TabIndex    = 70;
     this.label9.Text        = "Gestión777 encontró un error mientras se comunicaba con la impresora fiscal.";
     this.label9.UseMnemonic = false;
     //
     // FormError
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(634, 451);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.DialogCaption);
     this.Controls.Add(this.Label7);
     this.Controls.Add(this.EtiquetaComando);
     this.Controls.Add(this.Label4);
     this.Controls.Add(this.EtiquetaCampos);
     this.Controls.Add(this.Label8);
     this.Controls.Add(this.EtiquetaEstadoFiscal);
     this.Controls.Add(this.EtiquetaEstadoImpresora);
     this.Controls.Add(this.EtiquetaMensaje);
     this.Controls.Add(this.EtiquetaLugar);
     this.Controls.Add(this.EtiquetaError);
     this.Controls.Add(this.Label6);
     this.Controls.Add(this.Label5);
     this.Controls.Add(this.Label3);
     this.Controls.Add(this.Label2);
     this.Controls.Add(this.Label1);
     this.Controls.Add(this.pictureBox1);
     this.ForeColor = System.Drawing.Color.Black;
     this.Icon      = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name      = "FormError";
     this.Text      = "Error de impresora fiscal";
     this.Controls.SetChildIndex(this.pictureBox1, 0);
     this.Controls.SetChildIndex(this.Label1, 0);
     this.Controls.SetChildIndex(this.Label2, 0);
     this.Controls.SetChildIndex(this.Label3, 0);
     this.Controls.SetChildIndex(this.Label5, 0);
     this.Controls.SetChildIndex(this.Label6, 0);
     this.Controls.SetChildIndex(this.EtiquetaError, 0);
     this.Controls.SetChildIndex(this.EtiquetaLugar, 0);
     this.Controls.SetChildIndex(this.EtiquetaMensaje, 0);
     this.Controls.SetChildIndex(this.EtiquetaEstadoImpresora, 0);
     this.Controls.SetChildIndex(this.EtiquetaEstadoFiscal, 0);
     this.Controls.SetChildIndex(this.Label8, 0);
     this.Controls.SetChildIndex(this.EtiquetaCampos, 0);
     this.Controls.SetChildIndex(this.Label4, 0);
     this.Controls.SetChildIndex(this.EtiquetaComando, 0);
     this.Controls.SetChildIndex(this.Label7, 0);
     this.Controls.SetChildIndex(this.DialogCaption, 0);
     this.Controls.SetChildIndex(this.label9, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #51
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();
 }
Exemple #52
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);
 }
 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();
 }
                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();

                }
Exemple #55
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.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(96F, 96F);
     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);
 }
Exemple #56
0
		private void InitializeComponent()
		{
                        System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormError));
                        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.EtiquetaError = new Lui.Forms.Label();
                        this.EtiquetaLugar = new Lui.Forms.Label();
                        this.EtiquetaMensaje = new Lui.Forms.Label();
                        this.EtiquetaEstadoImpresora = new Lui.Forms.Label();
                        this.EtiquetaEstadoFiscal = new Lui.Forms.Label();
                        this.EtiquetaCampos = new Lui.Forms.Label();
                        this.Label8 = new Lui.Forms.Label();
                        this.EtiquetaComando = new Lui.Forms.Label();
                        this.Label4 = new Lui.Forms.Label();
                        this.Label7 = new Lui.Forms.Label();
                        this.pictureBox1 = new System.Windows.Forms.PictureBox();
                        this.DialogCaption = new Lui.Forms.Label();
                        this.label9 = new Lui.Forms.Label();
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
                        this.SuspendLayout();
                        // 
                        // Label1
                        // 
                        this.Label1.Location = new System.Drawing.Point(104, 104);
                        this.Label1.Name = "Label1";
                        this.Label1.Size = new System.Drawing.Size(72, 20);
                        this.Label1.TabIndex = 51;
                        this.Label1.Text = "Error";
                        this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.Label1.UseMnemonic = false;
                        // 
                        // Label2
                        // 
                        this.Label2.Location = new System.Drawing.Point(104, 128);
                        this.Label2.Name = "Label2";
                        this.Label2.Size = new System.Drawing.Size(72, 20);
                        this.Label2.TabIndex = 52;
                        this.Label2.Text = "Lugar";
                        this.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.Label2.UseMnemonic = false;
                        // 
                        // Label3
                        // 
                        this.Label3.Location = new System.Drawing.Point(104, 152);
                        this.Label3.Name = "Label3";
                        this.Label3.Size = new System.Drawing.Size(72, 20);
                        this.Label3.TabIndex = 53;
                        this.Label3.Text = "Mensaje";
                        this.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.Label3.UseMnemonic = false;
                        // 
                        // 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(203, 216);
                        this.Label5.Name = "Label5";
                        this.Label5.Size = new System.Drawing.Size(149, 24);
                        this.Label5.TabIndex = 55;
                        this.Label5.Text = "Estado Impresora";
                        this.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.Label5.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader2;
                        this.Label5.UseMnemonic = false;
                        // 
                        // 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(388, 216);
                        this.Label6.Name = "Label6";
                        this.Label6.Size = new System.Drawing.Size(124, 24);
                        this.Label6.TabIndex = 56;
                        this.Label6.Text = "Estado Fiscal";
                        this.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.Label6.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader2;
                        this.Label6.UseMnemonic = false;
                        // 
                        // EtiquetaError
                        // 
                        this.EtiquetaError.Location = new System.Drawing.Point(176, 104);
                        this.EtiquetaError.Name = "EtiquetaError";
                        this.EtiquetaError.Size = new System.Drawing.Size(180, 20);
                        this.EtiquetaError.TabIndex = 57;
                        this.EtiquetaError.Text = ".";
                        // 
                        // EtiquetaLugar
                        // 
                        this.EtiquetaLugar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EtiquetaLugar.Location = new System.Drawing.Point(176, 128);
                        this.EtiquetaLugar.Name = "EtiquetaLugar";
                        this.EtiquetaLugar.Size = new System.Drawing.Size(432, 20);
                        this.EtiquetaLugar.TabIndex = 58;
                        this.EtiquetaLugar.Text = ".";
                        // 
                        // EtiquetaMensaje
                        // 
                        this.EtiquetaMensaje.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.EtiquetaMensaje.Location = new System.Drawing.Point(176, 152);
                        this.EtiquetaMensaje.Name = "EtiquetaMensaje";
                        this.EtiquetaMensaje.Size = new System.Drawing.Size(432, 56);
                        this.EtiquetaMensaje.TabIndex = 59;
                        this.EtiquetaMensaje.Text = ".";
                        // 
                        // EtiquetaEstadoImpresora
                        // 
                        this.EtiquetaEstadoImpresora.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
                        this.EtiquetaEstadoImpresora.Location = new System.Drawing.Point(203, 240);
                        this.EtiquetaEstadoImpresora.Name = "EtiquetaEstadoImpresora";
                        this.EtiquetaEstadoImpresora.Size = new System.Drawing.Size(178, 97);
                        this.EtiquetaEstadoImpresora.TabIndex = 61;
                        this.EtiquetaEstadoImpresora.Text = ".";
                        this.EtiquetaEstadoImpresora.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
                        // 
                        // EtiquetaEstadoFiscal
                        // 
                        this.EtiquetaEstadoFiscal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EtiquetaEstadoFiscal.Location = new System.Drawing.Point(388, 240);
                        this.EtiquetaEstadoFiscal.Name = "EtiquetaEstadoFiscal";
                        this.EtiquetaEstadoFiscal.Size = new System.Drawing.Size(220, 97);
                        this.EtiquetaEstadoFiscal.TabIndex = 62;
                        this.EtiquetaEstadoFiscal.Text = ".";
                        this.EtiquetaEstadoFiscal.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
                        // 
                        // EtiquetaCampos
                        // 
                        this.EtiquetaCampos.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
                        this.EtiquetaCampos.Location = new System.Drawing.Point(104, 240);
                        this.EtiquetaCampos.Name = "EtiquetaCampos";
                        this.EtiquetaCampos.Size = new System.Drawing.Size(92, 97);
                        this.EtiquetaCampos.TabIndex = 64;
                        this.EtiquetaCampos.Text = ".";
                        this.EtiquetaCampos.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Small;
                        // 
                        // Label8
                        // 
                        this.Label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
                        this.Label8.Location = new System.Drawing.Point(104, 216);
                        this.Label8.Name = "Label8";
                        this.Label8.Size = new System.Drawing.Size(96, 24);
                        this.Label8.TabIndex = 63;
                        this.Label8.Text = "Campos";
                        this.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.Label8.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.GroupHeader2;
                        this.Label8.UseMnemonic = false;
                        // 
                        // EtiquetaComando
                        // 
                        this.EtiquetaComando.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.EtiquetaComando.Location = new System.Drawing.Point(432, 104);
                        this.EtiquetaComando.Name = "EtiquetaComando";
                        this.EtiquetaComando.Size = new System.Drawing.Size(176, 20);
                        this.EtiquetaComando.TabIndex = 66;
                        this.EtiquetaComando.Text = ".";
                        // 
                        // Label4
                        // 
                        this.Label4.Location = new System.Drawing.Point(363, 104);
                        this.Label4.Name = "Label4";
                        this.Label4.Size = new System.Drawing.Size(69, 20);
                        this.Label4.TabIndex = 65;
                        this.Label4.Text = "Comando";
                        this.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.Label4.UseMnemonic = false;
                        // 
                        // Label7
                        // 
                        this.Label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.Label7.Location = new System.Drawing.Point(104, 343);
                        this.Label7.Name = "Label7";
                        this.Label7.Size = new System.Drawing.Size(504, 24);
                        this.Label7.TabIndex = 67;
                        this.Label7.Text = "Se va a anular el comprobante que se estaba imprimiendo.";
                        this.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
                        this.Label7.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.Warning;
                        // 
                        // 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 = 68;
                        this.pictureBox1.TabStop = false;
                        // 
                        // DialogCaption
                        // 
                        this.DialogCaption.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
                        this.DialogCaption.Location = new System.Drawing.Point(104, 24);
                        this.DialogCaption.Name = "DialogCaption";
                        this.DialogCaption.Size = new System.Drawing.Size(504, 32);
                        this.DialogCaption.TabIndex = 69;
                        this.DialogCaption.Text = "Error de impresora fiscal";
                        this.DialogCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
                        this.DialogCaption.TextStyle = Lazaro.Pres.DisplayStyles.TextStyles.MainHeader;
                        // 
                        // label9
                        // 
                        this.label9.Location = new System.Drawing.Point(104, 56);
                        this.label9.Name = "label9";
                        this.label9.Size = new System.Drawing.Size(504, 32);
                        this.label9.TabIndex = 70;
                        this.label9.Text = "Lázaro encontró un error mientras se comunicaba con la impresora fiscal.";
                        this.label9.UseMnemonic = false;
                        // 
                        // FormError
                        // 
                        this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
                        this.ClientSize = new System.Drawing.Size(634, 451);
                        this.Controls.Add(this.label9);
                        this.Controls.Add(this.DialogCaption);
                        this.Controls.Add(this.Label7);
                        this.Controls.Add(this.EtiquetaComando);
                        this.Controls.Add(this.Label4);
                        this.Controls.Add(this.EtiquetaCampos);
                        this.Controls.Add(this.Label8);
                        this.Controls.Add(this.EtiquetaEstadoFiscal);
                        this.Controls.Add(this.EtiquetaEstadoImpresora);
                        this.Controls.Add(this.EtiquetaMensaje);
                        this.Controls.Add(this.EtiquetaLugar);
                        this.Controls.Add(this.EtiquetaError);
                        this.Controls.Add(this.Label6);
                        this.Controls.Add(this.Label5);
                        this.Controls.Add(this.Label3);
                        this.Controls.Add(this.Label2);
                        this.Controls.Add(this.Label1);
                        this.Controls.Add(this.pictureBox1);
                        this.ForeColor = System.Drawing.Color.Black;
                        this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
                        this.Name = "FormError";
                        this.Text = "Error de impresora fiscal";
                        this.Controls.SetChildIndex(this.pictureBox1, 0);
                        this.Controls.SetChildIndex(this.Label1, 0);
                        this.Controls.SetChildIndex(this.Label2, 0);
                        this.Controls.SetChildIndex(this.Label3, 0);
                        this.Controls.SetChildIndex(this.Label5, 0);
                        this.Controls.SetChildIndex(this.Label6, 0);
                        this.Controls.SetChildIndex(this.EtiquetaError, 0);
                        this.Controls.SetChildIndex(this.EtiquetaLugar, 0);
                        this.Controls.SetChildIndex(this.EtiquetaMensaje, 0);
                        this.Controls.SetChildIndex(this.EtiquetaEstadoImpresora, 0);
                        this.Controls.SetChildIndex(this.EtiquetaEstadoFiscal, 0);
                        this.Controls.SetChildIndex(this.Label8, 0);
                        this.Controls.SetChildIndex(this.EtiquetaCampos, 0);
                        this.Controls.SetChildIndex(this.Label4, 0);
                        this.Controls.SetChildIndex(this.EtiquetaComando, 0);
                        this.Controls.SetChildIndex(this.Label7, 0);
                        this.Controls.SetChildIndex(this.DialogCaption, 0);
                        this.Controls.SetChildIndex(this.label9, 0);
                        ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
                        this.ResumeLayout(false);

		}
Exemple #57
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormularioListadoBase));
     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(224, 0);
     this.Listado.MultiSelect   = false;
     this.Listado.Name          = "Listado";
     this.Listado.ReadOnly      = false;
     this.Listado.Size          = new System.Drawing.Size(640, 441);
     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, 28);
     this.EtiquetaContador2.Name        = "EtiquetaContador2";
     this.EtiquetaContador2.Size        = new System.Drawing.Size(100, 24);
     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(100, 28);
     this.EntradaContador2.Name     = "EntradaContador2";
     this.EntradaContador2.ReadOnly = true;
     this.EntradaContador2.Size     = new System.Drawing.Size(108, 24);
     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.Name        = "EtiquetaContador1";
     this.EtiquetaContador1.Size        = new System.Drawing.Size(100, 24);
     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(100, 0);
     this.EntradaContador1.Name     = "EntradaContador1";
     this.EntradaContador1.ReadOnly = true;
     this.EntradaContador1.Size     = new System.Drawing.Size(108, 24);
     this.EntradaContador1.TabIndex = 60;
     this.EntradaContador1.TabStop  = false;
     this.EntradaContador1.Visible  = false;
     //
     // EtiquetaCantidad
     //
     this.EtiquetaCantidad.AutoEllipsis = true;
     this.EtiquetaCantidad.Location     = new System.Drawing.Point(32, 192);
     this.EtiquetaCantidad.Name         = "EtiquetaCantidad";
     this.EtiquetaCantidad.Size         = new System.Drawing.Size(184, 40);
     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(44, 91);
     this.BotonImprimir.Margin       = new System.Windows.Forms.Padding(0, 6, 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(136, 40);
     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(44, 45);
     this.BotonFiltrar.Margin       = new System.Windows.Forms.Padding(0, 6, 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(136, 40);
     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(44, 137);
     this.BotonCancelar.Margin       = new System.Windows.Forms.Padding(0, 6, 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(136, 40);
     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(8, 72);
     this.PanelContadores.Name     = "PanelContadores";
     this.PanelContadores.Size     = new System.Drawing.Size(208, 108);
     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(100, 84);
     this.EntradaContador4.Name     = "EntradaContador4";
     this.EntradaContador4.ReadOnly = true;
     this.EntradaContador4.Size     = new System.Drawing.Size(108, 24);
     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, 84);
     this.EtiquetaContador4.Name        = "EtiquetaContador4";
     this.EtiquetaContador4.Size        = new System.Drawing.Size(100, 24);
     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(100, 56);
     this.EntradaContador3.Name     = "EntradaContador3";
     this.EntradaContador3.ReadOnly = true;
     this.EntradaContador3.Size     = new System.Drawing.Size(108, 24);
     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, 56);
     this.EtiquetaContador3.Name        = "EtiquetaContador3";
     this.EtiquetaContador3.Size        = new System.Drawing.Size(100, 24);
     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(8, 196);
     this.PicEsperar.Name     = "PicEsperar";
     this.PicEsperar.Size     = new System.Drawing.Size(16, 16);
     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, 240);
     this.PanelAcciones.Name          = "PanelAcciones";
     this.PanelAcciones.Padding       = new System.Windows.Forms.Padding(44, 12, 44, 12);
     this.PanelAcciones.Size          = new System.Drawing.Size(224, 201);
     this.PanelAcciones.TabIndex      = 4;
     //
     // FormularioListadoBase
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(864, 441);
     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.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin       = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.MinimumSize  = new System.Drawing.Size(640, 398);
     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);
 }
                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();

                }