namespace ConfectioneryView { partial class FormPastrySale { /// /// 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.ButtonCancel = new System.Windows.Forms.Button(); this.ButtonSale = new System.Windows.Forms.Button(); this.textBoxCount = new System.Windows.Forms.TextBox(); this.comboBoxPastry = new System.Windows.Forms.ComboBox(); this.labelCount = new System.Windows.Forms.Label(); this.labelPastry = new System.Windows.Forms.Label(); this.SuspendLayout(); // // ButtonCancel // this.ButtonCancel.Location = new System.Drawing.Point(336, 113); this.ButtonCancel.Name = "ButtonCancel"; this.ButtonCancel.Size = new System.Drawing.Size(94, 29); this.ButtonCancel.TabIndex = 13; this.ButtonCancel.Text = "Отмена"; this.ButtonCancel.UseVisualStyleBackColor = true; this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // ButtonSale // this.ButtonSale.Location = new System.Drawing.Point(191, 113); this.ButtonSale.Name = "ButtonSale"; this.ButtonSale.Size = new System.Drawing.Size(94, 29); this.ButtonSale.TabIndex = 12; this.ButtonSale.Text = "Продать"; this.ButtonSale.UseVisualStyleBackColor = true; this.ButtonSale.Click += new System.EventHandler(this.ButtonSale_Click); // // textBoxCount // this.textBoxCount.Location = new System.Drawing.Point(129, 65); this.textBoxCount.Name = "textBoxCount"; this.textBoxCount.Size = new System.Drawing.Size(429, 27); this.textBoxCount.TabIndex = 11; // // comboBoxPastry // this.comboBoxPastry.FormattingEnabled = true; this.comboBoxPastry.Location = new System.Drawing.Point(129, 27); this.comboBoxPastry.Name = "comboBoxPastry"; this.comboBoxPastry.Size = new System.Drawing.Size(429, 28); this.comboBoxPastry.TabIndex = 10; // // labelCount // this.labelCount.AutoSize = true; this.labelCount.Location = new System.Drawing.Point(17, 72); this.labelCount.Name = "labelCount"; this.labelCount.Size = new System.Drawing.Size(93, 20); this.labelCount.TabIndex = 9; this.labelCount.Text = "Количество:"; // // labelPastry // this.labelPastry.AutoSize = true; this.labelPastry.Location = new System.Drawing.Point(17, 35); this.labelPastry.Name = "labelPastry"; this.labelPastry.Size = new System.Drawing.Size(72, 20); this.labelPastry.TabIndex = 8; this.labelPastry.Text = "Выпечка:"; // // FormPastrySale // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(573, 168); this.Controls.Add(this.ButtonCancel); this.Controls.Add(this.ButtonSale); this.Controls.Add(this.textBoxCount); this.Controls.Add(this.comboBoxPastry); this.Controls.Add(this.labelCount); this.Controls.Add(this.labelPastry); this.Name = "FormPastrySale"; this.Text = "Продажа выпечки"; this.Load += new System.EventHandler(this.FormPastrySale_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Button ButtonCancel; private Button ButtonSale; private TextBox textBoxCount; private ComboBox comboBoxPastry; private Label labelCount; private Label labelPastry; } }