namespace SushiBarView { partial class FormCreateSupply { /// /// 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.comboBoxShop = new System.Windows.Forms.ComboBox(); this.labelShop = new System.Windows.Forms.Label(); this.labelSushi = new System.Windows.Forms.Label(); this.comboBoxSushi = new System.Windows.Forms.ComboBox(); this.labelCount = new System.Windows.Forms.Label(); this.textBoxCount = new System.Windows.Forms.TextBox(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonSave = new System.Windows.Forms.Button(); this.SuspendLayout(); // // comboBoxShop // this.comboBoxShop.FormattingEnabled = true; this.comboBoxShop.Location = new System.Drawing.Point(115, 12); this.comboBoxShop.Name = "comboBoxShop"; this.comboBoxShop.Size = new System.Drawing.Size(344, 28); this.comboBoxShop.TabIndex = 0; // // labelShop // this.labelShop.AutoSize = true; this.labelShop.Location = new System.Drawing.Point(12, 15); this.labelShop.Name = "labelShop"; this.labelShop.Size = new System.Drawing.Size(76, 20); this.labelShop.TabIndex = 1; this.labelShop.Text = "Магазин: "; // // labelSushi // this.labelSushi.AutoSize = true; this.labelSushi.Location = new System.Drawing.Point(12, 49); this.labelSushi.Name = "labelSushi"; this.labelSushi.Size = new System.Drawing.Size(75, 20); this.labelSushi.TabIndex = 2; this.labelSushi.Text = "Изделие: "; // // comboBoxSushi // this.comboBoxSushi.FormattingEnabled = true; this.comboBoxSushi.Location = new System.Drawing.Point(115, 46); this.comboBoxSushi.Name = "comboBoxSushi"; this.comboBoxSushi.Size = new System.Drawing.Size(344, 28); this.comboBoxSushi.TabIndex = 3; // // labelCount // this.labelCount.AutoSize = true; this.labelCount.Location = new System.Drawing.Point(12, 83); this.labelCount.Name = "labelCount"; this.labelCount.Size = new System.Drawing.Size(97, 20); this.labelCount.TabIndex = 4; this.labelCount.Text = "Количество: "; // // textBoxCount // this.textBoxCount.Location = new System.Drawing.Point(115, 80); this.textBoxCount.Name = "textBoxCount"; this.textBoxCount.Size = new System.Drawing.Size(344, 27); this.textBoxCount.TabIndex = 5; // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(300, 113); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(116, 39); this.buttonCancel.TabIndex = 6; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(168, 113); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(116, 39); this.buttonSave.TabIndex = 7; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // FormCreateSupply // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(471, 164); this.Controls.Add(this.buttonSave); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.textBoxCount); this.Controls.Add(this.labelCount); this.Controls.Add(this.comboBoxSushi); this.Controls.Add(this.labelSushi); this.Controls.Add(this.labelShop); this.Controls.Add(this.comboBoxShop); this.Name = "FormCreateSupply"; this.Text = "Создание поставки"; this.Load += new System.EventHandler(this.FormCreateSupply_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ComboBox comboBoxShop; private Label labelShop; private Label labelSushi; private ComboBox comboBoxSushi; private Label labelCount; private TextBox textBoxCount; private Button buttonCancel; private Button buttonSave; } }