149 lines
6.3 KiB
C#
149 lines
6.3 KiB
C#
namespace SushiBarView
|
|
{
|
|
partial class FormCreateSupply
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
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(101, 9);
|
|
this.comboBoxShop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.comboBoxShop.Name = "comboBoxShop";
|
|
this.comboBoxShop.Size = new System.Drawing.Size(302, 23);
|
|
this.comboBoxShop.TabIndex = 0;
|
|
//
|
|
// labelShop
|
|
//
|
|
this.labelShop.AutoSize = true;
|
|
this.labelShop.Location = new System.Drawing.Point(10, 11);
|
|
this.labelShop.Name = "labelShop";
|
|
this.labelShop.Size = new System.Drawing.Size(60, 15);
|
|
this.labelShop.TabIndex = 1;
|
|
this.labelShop.Text = "Магазин: ";
|
|
//
|
|
// labelSushi
|
|
//
|
|
this.labelSushi.AutoSize = true;
|
|
this.labelSushi.Location = new System.Drawing.Point(10, 37);
|
|
this.labelSushi.Name = "labelSushi";
|
|
this.labelSushi.Size = new System.Drawing.Size(59, 15);
|
|
this.labelSushi.TabIndex = 2;
|
|
this.labelSushi.Text = "Изделие: ";
|
|
//
|
|
// comboBoxSushi
|
|
//
|
|
this.comboBoxSushi.FormattingEnabled = true;
|
|
this.comboBoxSushi.Location = new System.Drawing.Point(101, 34);
|
|
this.comboBoxSushi.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.comboBoxSushi.Name = "comboBoxSushi";
|
|
this.comboBoxSushi.Size = new System.Drawing.Size(302, 23);
|
|
this.comboBoxSushi.TabIndex = 3;
|
|
//
|
|
// labelCount
|
|
//
|
|
this.labelCount.AutoSize = true;
|
|
this.labelCount.Location = new System.Drawing.Point(10, 62);
|
|
this.labelCount.Name = "labelCount";
|
|
this.labelCount.Size = new System.Drawing.Size(78, 15);
|
|
this.labelCount.TabIndex = 4;
|
|
this.labelCount.Text = "Количество: ";
|
|
//
|
|
// textBoxCount
|
|
//
|
|
this.textBoxCount.Location = new System.Drawing.Point(101, 60);
|
|
this.textBoxCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.textBoxCount.Name = "textBoxCount";
|
|
this.textBoxCount.Size = new System.Drawing.Size(302, 23);
|
|
this.textBoxCount.TabIndex = 5;
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.Location = new System.Drawing.Point(262, 85);
|
|
this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.Size = new System.Drawing.Size(102, 29);
|
|
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(147, 85);
|
|
this.buttonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.buttonSave.Name = "buttonSave";
|
|
this.buttonSave.Size = new System.Drawing.Size(102, 29);
|
|
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(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(412, 123);
|
|
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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
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;
|
|
}
|
|
} |