namespace compabetov2 { partial class RegistroVentas { /// /// 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.panelVentas = new System.Windows.Forms.FlowLayoutPanel(); this.lbContador = new System.Windows.Forms.Label(); this.btnMenos = new System.Windows.Forms.Button(); this.btnMas = new System.Windows.Forms.Button(); this.SuspendLayout(); // // panelVentas // this.panelVentas.AutoScroll = true; this.panelVentas.Location = new System.Drawing.Point(23, 48); this.panelVentas.Name = "panelVentas"; this.panelVentas.Size = new System.Drawing.Size(422, 547); this.panelVentas.TabIndex = 0; // // lbContador // this.lbContador.AutoSize = true; this.lbContador.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lbContador.Location = new System.Drawing.Point(171, 13); this.lbContador.Name = "lbContador"; this.lbContador.Size = new System.Drawing.Size(96, 24); this.lbContador.TabIndex = 0; this.lbContador.Text = "1000-1000"; // // btnMenos // this.btnMenos.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMenos.Location = new System.Drawing.Point(77, 12); this.btnMenos.Name = "btnMenos"; this.btnMenos.Size = new System.Drawing.Size(75, 30); this.btnMenos.TabIndex = 1; this.btnMenos.Text = "-"; this.btnMenos.UseVisualStyleBackColor = true; this.btnMenos.Click += new System.EventHandler(this.btnMenos_Click); // // btnMas // this.btnMas.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMas.Location = new System.Drawing.Point(292, 13); this.btnMas.Name = "btnMas"; this.btnMas.Size = new System.Drawing.Size(75, 30); this.btnMas.TabIndex = 2; this.btnMas.Text = "+"; this.btnMas.UseVisualStyleBackColor = true; this.btnMas.Click += new System.EventHandler(this.btnMas_Click); // // RegistroVentas // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(447, 607); this.Controls.Add(this.btnMas); this.Controls.Add(this.btnMenos); this.Controls.Add(this.lbContador); this.Controls.Add(this.panelVentas); this.Name = "RegistroVentas"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "RegistroVentas"; this.Load += new System.EventHandler(this.RegistroVentas_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.FlowLayoutPanel panelVentas; private System.Windows.Forms.Label lbContador; private System.Windows.Forms.Button btnMenos; private System.Windows.Forms.Button btnMas; } }