115 lines
3.7 KiB
C#
115 lines
3.7 KiB
C#
namespace ConfectioneryView
|
|
{
|
|
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()
|
|
{
|
|
labelShop = new Label();
|
|
labelPastry = new Label();
|
|
labelCount = new Label();
|
|
comboBox1 = new ComboBox();
|
|
comboBox2 = new ComboBox();
|
|
textBox1 = new TextBox();
|
|
SuspendLayout();
|
|
//
|
|
// labelShop
|
|
//
|
|
labelShop.AutoSize = true;
|
|
labelShop.Location = new Point(42, 42);
|
|
labelShop.Name = "labelShop";
|
|
labelShop.Size = new Size(85, 25);
|
|
labelShop.TabIndex = 0;
|
|
labelShop.Text = "Магазин:";
|
|
//
|
|
// labelPastry
|
|
//
|
|
labelPastry.AutoSize = true;
|
|
labelPastry.Location = new Point(42, 101);
|
|
labelPastry.Name = "labelPastry";
|
|
labelPastry.Size = new Size(84, 25);
|
|
labelPastry.TabIndex = 1;
|
|
labelPastry.Text = "Изделие:";
|
|
//
|
|
// labelCount
|
|
//
|
|
labelCount.AutoSize = true;
|
|
labelCount.Location = new Point(42, 161);
|
|
labelCount.Name = "labelCount";
|
|
labelCount.Size = new Size(111, 25);
|
|
labelCount.TabIndex = 2;
|
|
labelCount.Text = "Количество:";
|
|
//
|
|
// comboBox1
|
|
//
|
|
comboBox1.FormattingEnabled = true;
|
|
comboBox1.Location = new Point(162, 39);
|
|
comboBox1.Name = "comboBox1";
|
|
comboBox1.Size = new Size(383, 33);
|
|
comboBox1.TabIndex = 3;
|
|
//
|
|
// comboBox2
|
|
//
|
|
comboBox2.FormattingEnabled = true;
|
|
comboBox2.Location = new Point(162, 98);
|
|
comboBox2.Name = "comboBox2";
|
|
comboBox2.Size = new Size(383, 33);
|
|
comboBox2.TabIndex = 4;
|
|
//
|
|
// textBox1
|
|
//
|
|
textBox1.Location = new Point(162, 158);
|
|
textBox1.Name = "textBox1";
|
|
textBox1.Size = new Size(383, 31);
|
|
textBox1.TabIndex = 5;
|
|
//
|
|
// FormCreateSupply
|
|
//
|
|
AutoScaleDimensions = new SizeF(10F, 25F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(608, 240);
|
|
Controls.Add(textBox1);
|
|
Controls.Add(comboBox2);
|
|
Controls.Add(comboBox1);
|
|
Controls.Add(labelCount);
|
|
Controls.Add(labelPastry);
|
|
Controls.Add(labelShop);
|
|
Name = "FormCreateSupply";
|
|
Text = "Поставка";
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label labelShop;
|
|
private Label labelPastry;
|
|
private Label labelCount;
|
|
private ComboBox comboBox1;
|
|
private ComboBox comboBox2;
|
|
private TextBox textBox1;
|
|
}
|
|
} |