private void InitializeComponent()
        {
            this.Label7       = new Label();
            this.Label4       = new Label();
            this.Label3       = new Label();
            this.Label2       = new Label();
            this.Label1       = new Label();
            this.nupCantidad  = new NumericUpDown();
            this.lblIva       = new Label();
            this.lblTotal     = new Label();
            this.lblImporte   = new Label();
            this.Button1      = new Button();
            this.btnCerrar    = new Button();
            this.txtHonorario = new TextBoxOnlyNumber();
            this.nupCantidad.BeginInit();
            this.SuspendLayout();
            this.Label7.AutoSize = true;
            this.Label7.Font     = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            Point point = new Point(50, 190);

            this.Label7.Location = point;
            this.Label7.Name     = "Label7";
            Size size = new Size(0x22, 20);

            this.Label7.Size     = size;
            this.Label7.TabIndex = 11;
            this.Label7.Text     = "Iva:";
            this.Label4.AutoSize = true;
            this.Label4.Font     = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point = new Point(50, 220);
            this.Label4.Location = point;
            this.Label4.Name     = "Label4";
            size                      = new Size(0x30, 20);
            this.Label4.Size          = size;
            this.Label4.TabIndex      = 10;
            this.Label4.Text          = "Total:";
            this.Label3.AutoSize      = true;
            this.Label3.Font          = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point                     = new Point(50, 160);
            this.Label3.Location      = point;
            this.Label3.Name          = "Label3";
            size                      = new Size(0x44, 20);
            this.Label3.Size          = size;
            this.Label3.TabIndex      = 9;
            this.Label3.Text          = "Importe:";
            this.Label2.AutoSize      = true;
            this.Label2.Font          = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point                     = new Point(50, 130);
            this.Label2.Location      = point;
            this.Label2.Name          = "Label2";
            size                      = new Size(0x4d, 20);
            this.Label2.Size          = size;
            this.Label2.TabIndex      = 8;
            this.Label2.Text          = "Cantidad:";
            this.Label1.AutoSize      = true;
            this.Label1.Font          = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point                     = new Point(50, 100);
            this.Label1.Location      = point;
            this.Label1.Name          = "Label1";
            size                      = new Size(0x5b, 20);
            this.Label1.Size          = size;
            this.Label1.TabIndex      = 7;
            this.Label1.Text          = "Honorarios:";
            this.nupCantidad.Font     = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point                     = new Point(220, 0x80);
            this.nupCantidad.Location = point;
            decimal num = new decimal(new int[] { 0x3e7, 0, 0, 0 });

            this.nupCantidad.Maximum = num;
            num = new decimal(new int[] { 1, 0, 0, 0 });
            this.nupCantidad.Minimum = num;
            this.nupCantidad.Name    = "nupCantidad";
            size = new Size(0x88, 0x1a);
            this.nupCantidad.Size     = size;
            this.nupCantidad.TabIndex = 13;
            num = new decimal(new int[] { 1, 0, 0, 0 });
            this.nupCantidad.Value  = num;
            this.lblIva.BackColor   = Color.White;
            this.lblIva.BorderStyle = BorderStyle.Fixed3D;
            this.lblIva.Font        = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point = new Point(220, 0xbd);
            this.lblIva.Location = point;
            this.lblIva.Name     = "lblIva";
            size                                   = new Size(0x88, 20);
            this.lblIva.Size                       = size;
            this.lblIva.TabIndex                   = 0x10;
            this.lblTotal.BackColor                = Color.White;
            this.lblTotal.BorderStyle              = BorderStyle.Fixed3D;
            this.lblTotal.Font                     = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point                                  = new Point(220, 0xdb);
            this.lblTotal.Location                 = point;
            this.lblTotal.Name                     = "lblTotal";
            size                                   = new Size(0x88, 20);
            this.lblTotal.Size                     = size;
            this.lblTotal.TabIndex                 = 15;
            this.lblImporte.BackColor              = Color.White;
            this.lblImporte.BorderStyle            = BorderStyle.Fixed3D;
            this.lblImporte.Font                   = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point                                  = new Point(220, 0xa1);
            this.lblImporte.Location               = point;
            this.lblImporte.Name                   = "lblImporte";
            size                                   = new Size(0x88, 20);
            this.lblImporte.Size                   = size;
            this.lblImporte.TabIndex               = 14;
            this.Button1.Font                      = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point                                  = new Point(180, 0x10f);
            this.Button1.Location                  = point;
            this.Button1.Name                      = "Button1";
            size                                   = new Size(0x52, 30);
            this.Button1.Size                      = size;
            this.Button1.TabIndex                  = 0x11;
            this.Button1.Text                      = "Facturar";
            this.Button1.UseVisualStyleBackColor   = true;
            this.Button1.Click                    += new EventHandler(this.Button1_Click);
            this.btnCerrar.DialogResult            = DialogResult.Cancel;
            this.btnCerrar.Font                    = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point                                  = new Point(0x10c, 0x10f);
            this.btnCerrar.Location                = point;
            this.btnCerrar.Name                    = "btnCerrar";
            size                                   = new Size(0x58, 30);
            this.btnCerrar.Size                    = size;
            this.btnCerrar.TabIndex                = 0x13;
            this.btnCerrar.Text                    = "Cerrar";
            this.btnCerrar.UseVisualStyleBackColor = true;
            this.txtHonorario.Font                 = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point                                  = new Point(220, 100);
            this.txtHonorario.Location             = point;
            this.txtHonorario.Name                 = "txtHonorario";
            size                                   = new Size(0x88, 0x1a);
            this.txtHonorario.Size                 = size;
            this.txtHonorario.TabIndex             = 20;
            SizeF ef = new SizeF(6f, 13f);

            this.AutoScaleDimensions = ef;
            this.AutoScaleMode       = AutoScaleMode.Font;
            size            = new Size(0x1ca, 0x16d);
            this.ClientSize = size;
            this.ControlBox = false;
            this.Controls.Add(this.txtHonorario);
            this.Controls.Add(this.btnCerrar);
            this.Controls.Add(this.Button1);
            this.Controls.Add(this.lblIva);
            this.Controls.Add(this.lblTotal);
            this.Controls.Add(this.lblImporte);
            this.Controls.Add(this.nupCantidad);
            this.Controls.Add(this.Label7);
            this.Controls.Add(this.Label4);
            this.Controls.Add(this.Label3);
            this.Controls.Add(this.Label2);
            this.Controls.Add(this.Label1);
            this.FormBorderStyle = FormBorderStyle.None;
            this.Name            = "Avaluos";
            this.Text            = "Avaluos";
            this.WindowState     = FormWindowState.Maximized;
            this.nupCantidad.EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent()
        {
            this.lblImporte = new Label();
            this.Label7     = new Label();
            this.Label3     = new Label();
            this.btnCerrar  = new Button();
            this.Button1    = new Button();
            this.txtCredito = new TextBoxOnlyNumber();
            this.SuspendLayout();
            this.lblImporte.BackColor   = Color.White;
            this.lblImporte.BorderStyle = BorderStyle.Fixed3D;
            this.lblImporte.Font        = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            Point point = new Point(0xde, 0x81);

            this.lblImporte.Location = point;
            this.lblImporte.Name     = "lblImporte";
            Size size = new Size(0xcd, 20);

            this.lblImporte.Size     = size;
            this.lblImporte.TabIndex = 0x19;
            this.Label7.AutoSize     = true;
            this.Label7.Font         = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point = new Point(0x33, 130);
            this.Label7.Location = point;
            this.Label7.Name     = "Label7";
            size                                   = new Size(0x44, 20);
            this.Label7.Size                       = size;
            this.Label7.TabIndex                   = 0x17;
            this.Label7.Text                       = "Importe:";
            this.Label3.AutoSize                   = true;
            this.Label3.Font                       = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point                                  = new Point(0x33, 100);
            this.Label3.Location                   = point;
            this.Label3.Name                       = "Label3";
            size                                   = new Size(0x40, 20);
            this.Label3.Size                       = size;
            this.Label3.TabIndex                   = 0x16;
            this.Label3.Text                       = "Credito:";
            this.btnCerrar.DialogResult            = DialogResult.Cancel;
            this.btnCerrar.Font                    = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point                                  = new Point(0x153, 0xb9);
            this.btnCerrar.Location                = point;
            this.btnCerrar.Name                    = "btnCerrar";
            size                                   = new Size(0x58, 30);
            this.btnCerrar.Size                    = size;
            this.btnCerrar.TabIndex                = 0x1b;
            this.btnCerrar.Text                    = "Cerrar";
            this.btnCerrar.UseVisualStyleBackColor = true;
            this.Button1.Font                      = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point                                  = new Point(0xfb, 0xb9);
            this.Button1.Location                  = point;
            this.Button1.Name                      = "Button1";
            size                                   = new Size(0x52, 30);
            this.Button1.Size                      = size;
            this.Button1.TabIndex                  = 0x1a;
            this.Button1.Text                      = "Facturar";
            this.Button1.UseVisualStyleBackColor   = true;
            this.txtCredito.Font                   = new Font("Microsoft Sans Serif", 12f, FontStyle.Regular, GraphicsUnit.Point, 0);
            point                                  = new Point(0xde, 0x61);
            this.txtCredito.Location               = point;
            this.txtCredito.Name                   = "txtCredito";
            size                                   = new Size(0xcd, 0x1a);
            this.txtCredito.Size                   = size;
            this.txtCredito.TabIndex               = 0x1c;
            SizeF ef = new SizeF(6f, 13f);

            this.AutoScaleDimensions = ef;
            this.AutoScaleMode       = AutoScaleMode.Font;
            size            = new Size(0x272, 0x173);
            this.ClientSize = size;
            this.Controls.Add(this.txtCredito);
            this.Controls.Add(this.btnCerrar);
            this.Controls.Add(this.Button1);
            this.Controls.Add(this.lblImporte);
            this.Controls.Add(this.Label7);
            this.Controls.Add(this.Label3);
            this.Name = "Credito";
            this.Text = "Credito";
            this.ResumeLayout(false);
            this.PerformLayout();
        }