namespace ECV { partial class Configvarias { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.checkBox1 = new System.Windows.Forms.CheckBox(); this.button1 = new System.Windows.Forms.Button(); this.chec_esperaImprime = new System.Windows.Forms.CheckBox(); this.chec_Comision = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(22, 27); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(189, 17); this.checkBox1.TabIndex = 0; this.checkBox1.Text = "Esta terminal no cobra, sólo vende"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // button1 // this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button1.Location = new System.Drawing.Point(32, 160); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(179, 31); this.button1.TabIndex = 1; this.button1.Text = "Guardar"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // chec_esperaImprime // this.chec_esperaImprime.AutoSize = true; this.chec_esperaImprime.Location = new System.Drawing.Point(22, 50); this.chec_esperaImprime.Name = "chec_esperaImprime"; this.chec_esperaImprime.Size = new System.Drawing.Size(216, 17); this.chec_esperaImprime.TabIndex = 2; this.chec_esperaImprime.Text = "Imprime Ticket antes de enviar a Espera"; this.chec_esperaImprime.UseVisualStyleBackColor = true; this.chec_esperaImprime.CheckedChanged += new System.EventHandler(this.chec_esperaImprime_CheckedChanged); // // chec_Comision // this.chec_Comision.AutoSize = true; this.chec_Comision.Location = new System.Drawing.Point(22, 73); this.chec_Comision.Name = "chec_Comision"; this.chec_Comision.Size = new System.Drawing.Size(199, 17); this.chec_Comision.TabIndex = 3; this.chec_Comision.Text = "Comisión de vendedor (Sobre Venta)"; this.chec_Comision.UseVisualStyleBackColor = true; this.chec_Comision.CheckedChanged += new System.EventHandler(this.chec_Comision_CheckedChanged); // // Configvarias // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.chec_Comision); this.Controls.Add(this.chec_esperaImprime); this.Controls.Add(this.button1); this.Controls.Add(this.checkBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Configvarias"; this.Text = "Configuración"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Configvarias_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.CheckBox chec_esperaImprime; private System.Windows.Forms.CheckBox chec_Comision; } }