149 lines
6.5 KiB
C#
149 lines
6.5 KiB
C#
namespace IceCreamShopView
|
|
{
|
|
partial class FormShopSupply
|
|
{
|
|
/// <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.buttonCancel = new System.Windows.Forms.Button();
|
|
this.buttonSave = new System.Windows.Forms.Button();
|
|
this.textBoxCount = new System.Windows.Forms.TextBox();
|
|
this.comboBoxIceCream = new System.Windows.Forms.ComboBox();
|
|
this.comboBoxShop = new System.Windows.Forms.ComboBox();
|
|
this.labelDocumentCount = new System.Windows.Forms.Label();
|
|
this.labelDocument = new System.Windows.Forms.Label();
|
|
this.labelShop = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.Location = new System.Drawing.Point(252, 134);
|
|
this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.Size = new System.Drawing.Size(82, 22);
|
|
this.buttonCancel.TabIndex = 17;
|
|
this.buttonCancel.Text = "Отмена";
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|
//
|
|
// buttonSave
|
|
//
|
|
this.buttonSave.Location = new System.Drawing.Point(164, 134);
|
|
this.buttonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.buttonSave.Name = "buttonSave";
|
|
this.buttonSave.Size = new System.Drawing.Size(82, 22);
|
|
this.buttonSave.TabIndex = 16;
|
|
this.buttonSave.Text = "Сохранить";
|
|
this.buttonSave.UseVisualStyleBackColor = true;
|
|
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
|
|
//
|
|
// textBoxCount
|
|
//
|
|
this.textBoxCount.Location = new System.Drawing.Point(115, 89);
|
|
this.textBoxCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.textBoxCount.Name = "textBoxCount";
|
|
this.textBoxCount.Size = new System.Drawing.Size(110, 23);
|
|
this.textBoxCount.TabIndex = 15;
|
|
//
|
|
// comboBoxIceCream
|
|
//
|
|
this.comboBoxIceCream.FormattingEnabled = true;
|
|
this.comboBoxIceCream.Location = new System.Drawing.Point(115, 49);
|
|
this.comboBoxIceCream.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.comboBoxIceCream.Name = "comboBoxIceCream";
|
|
this.comboBoxIceCream.Size = new System.Drawing.Size(220, 23);
|
|
this.comboBoxIceCream.TabIndex = 14;
|
|
//
|
|
// comboBoxShop
|
|
//
|
|
this.comboBoxShop.FormattingEnabled = true;
|
|
this.comboBoxShop.Location = new System.Drawing.Point(115, 11);
|
|
this.comboBoxShop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.comboBoxShop.Name = "comboBoxShop";
|
|
this.comboBoxShop.Size = new System.Drawing.Size(220, 23);
|
|
this.comboBoxShop.TabIndex = 13;
|
|
//
|
|
// labelDocumentCount
|
|
//
|
|
this.labelDocumentCount.AutoSize = true;
|
|
this.labelDocumentCount.Location = new System.Drawing.Point(8, 89);
|
|
this.labelDocumentCount.Name = "labelDocumentCount";
|
|
this.labelDocumentCount.Size = new System.Drawing.Size(75, 15);
|
|
this.labelDocumentCount.TabIndex = 12;
|
|
this.labelDocumentCount.Text = "Количество:";
|
|
//
|
|
// labelDocument
|
|
//
|
|
this.labelDocument.AutoSize = true;
|
|
this.labelDocument.Location = new System.Drawing.Point(8, 51);
|
|
this.labelDocument.Name = "labelDocument";
|
|
this.labelDocument.Size = new System.Drawing.Size(77, 15);
|
|
this.labelDocument.TabIndex = 11;
|
|
this.labelDocument.Text = "Мороженое:";
|
|
//
|
|
// labelShop
|
|
//
|
|
this.labelShop.AutoSize = true;
|
|
this.labelShop.Location = new System.Drawing.Point(8, 11);
|
|
this.labelShop.Name = "labelShop";
|
|
this.labelShop.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.labelShop.Size = new System.Drawing.Size(57, 15);
|
|
this.labelShop.TabIndex = 10;
|
|
this.labelShop.Text = "Магазин:";
|
|
//
|
|
// FormShopSupply
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(354, 165);
|
|
this.Controls.Add(this.buttonCancel);
|
|
this.Controls.Add(this.buttonSave);
|
|
this.Controls.Add(this.textBoxCount);
|
|
this.Controls.Add(this.comboBoxIceCream);
|
|
this.Controls.Add(this.comboBoxShop);
|
|
this.Controls.Add(this.labelDocumentCount);
|
|
this.Controls.Add(this.labelDocument);
|
|
this.Controls.Add(this.labelShop);
|
|
this.Name = "FormShopSupply";
|
|
this.Text = "Пополнение магазина";
|
|
this.Load += new System.EventHandler(this.FormShopSupply_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Button buttonCancel;
|
|
private Button buttonSave;
|
|
private TextBox textBoxCount;
|
|
private ComboBox comboBoxIceCream;
|
|
private ComboBox comboBoxShop;
|
|
private Label labelDocumentCount;
|
|
private Label labelDocument;
|
|
private Label labelShop;
|
|
}
|
|
} |