PIbd-22_Tsukanova_I.V._IceC.../IceCreamShop/IceCreamShop/FormIceCreamComponent.Designer.cs

119 lines
4.8 KiB
C#

namespace IceCreamShopView
{
partial class FormIceCreamComponent
{
/// <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.buttonSave = new System.Windows.Forms.Button();
this.buttonCancle = new System.Windows.Forms.Button();
this.labelComponent = new System.Windows.Forms.Label();
this.labelCount = new System.Windows.Forms.Label();
this.textBoxCount = new System.Windows.Forms.TextBox();
this.comboBoxComponent = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// buttonSave
//
this.buttonSave.Location = new System.Drawing.Point(110, 79);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(75, 23);
this.buttonSave.TabIndex = 0;
this.buttonSave.Text = "Сохранить";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
//
// buttonCancle
//
this.buttonCancle.Location = new System.Drawing.Point(191, 79);
this.buttonCancle.Name = "buttonCancle";
this.buttonCancle.Size = new System.Drawing.Size(75, 23);
this.buttonCancle.TabIndex = 1;
this.buttonCancle.Text = "Отмена";
this.buttonCancle.UseVisualStyleBackColor = true;
this.buttonCancle.Click += new System.EventHandler(this.buttonCancle_Click);
//
// labelComponent
//
this.labelComponent.AutoSize = true;
this.labelComponent.Location = new System.Drawing.Point(9, 8);
this.labelComponent.Name = "labelComponent";
this.labelComponent.Size = new System.Drawing.Size(69, 15);
this.labelComponent.TabIndex = 2;
this.labelComponent.Text = "Компонент";
//
// labelCount
//
this.labelCount.AutoSize = true;
this.labelCount.Location = new System.Drawing.Point(9, 44);
this.labelCount.Name = "labelCount";
this.labelCount.Size = new System.Drawing.Size(72, 15);
this.labelCount.TabIndex = 3;
this.labelCount.Text = "Количество";
//
// textBoxCount
//
this.textBoxCount.Location = new System.Drawing.Point(87, 41);
this.textBoxCount.Name = "textBoxCount";
this.textBoxCount.Size = new System.Drawing.Size(235, 23);
this.textBoxCount.TabIndex = 4;
//
// comboBoxComponent
//
this.comboBoxComponent.FormattingEnabled = true;
this.comboBoxComponent.Location = new System.Drawing.Point(87, 5);
this.comboBoxComponent.Name = "comboBoxComponent";
this.comboBoxComponent.Size = new System.Drawing.Size(235, 23);
this.comboBoxComponent.TabIndex = 5;
//
// FormIceCreamComponent
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(336, 116);
this.Controls.Add(this.comboBoxComponent);
this.Controls.Add(this.textBoxCount);
this.Controls.Add(this.labelCount);
this.Controls.Add(this.labelComponent);
this.Controls.Add(this.buttonCancle);
this.Controls.Add(this.buttonSave);
this.Name = "FormIceCreamComponent";
this.Text = "Компонент мороженого";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Button buttonSave;
private Button buttonCancle;
private Label labelComponent;
private Label labelCount;
private TextBox textBoxCount;
private ComboBox comboBoxComponent;
}
}