255 lines
11 KiB
C#
255 lines
11 KiB
C#
namespace NeshinaPolina2111
|
|
{
|
|
partial class AddMaterials
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddMaterials));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtName = new System.Windows.Forms.TextBox();
|
|
this.txtPrice = new System.Windows.Forms.TextBox();
|
|
this.txtQuantity = new System.Windows.Forms.TextBox();
|
|
this.txtMinQuantity = new System.Windows.Forms.TextBox();
|
|
this.txtQuantityPack = new System.Windows.Forms.TextBox();
|
|
this.cmbType = new System.Windows.Forms.ComboBox();
|
|
this.cmbUnit = new System.Windows.Forms.ComboBox();
|
|
this.btnAdd = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.btnExit = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.label1.Location = new System.Drawing.Point(130, 69);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(313, 67);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "Добавление";
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Location = new System.Drawing.Point(72, 191);
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(419, 26);
|
|
this.txtName.TabIndex = 4;
|
|
//
|
|
// txtPrice
|
|
//
|
|
this.txtPrice.Location = new System.Drawing.Point(72, 264);
|
|
this.txtPrice.Name = "txtPrice";
|
|
this.txtPrice.Size = new System.Drawing.Size(419, 26);
|
|
this.txtPrice.TabIndex = 5;
|
|
//
|
|
// txtQuantity
|
|
//
|
|
this.txtQuantity.Location = new System.Drawing.Point(72, 336);
|
|
this.txtQuantity.Name = "txtQuantity";
|
|
this.txtQuantity.Size = new System.Drawing.Size(419, 26);
|
|
this.txtQuantity.TabIndex = 6;
|
|
//
|
|
// txtMinQuantity
|
|
//
|
|
this.txtMinQuantity.Location = new System.Drawing.Point(72, 415);
|
|
this.txtMinQuantity.Name = "txtMinQuantity";
|
|
this.txtMinQuantity.Size = new System.Drawing.Size(419, 26);
|
|
this.txtMinQuantity.TabIndex = 7;
|
|
//
|
|
// txtQuantityPack
|
|
//
|
|
this.txtQuantityPack.Location = new System.Drawing.Point(72, 493);
|
|
this.txtQuantityPack.Name = "txtQuantityPack";
|
|
this.txtQuantityPack.Size = new System.Drawing.Size(419, 26);
|
|
this.txtQuantityPack.TabIndex = 8;
|
|
//
|
|
// cmbType
|
|
//
|
|
this.cmbType.FormattingEnabled = true;
|
|
this.cmbType.Location = new System.Drawing.Point(72, 568);
|
|
this.cmbType.Name = "cmbType";
|
|
this.cmbType.Size = new System.Drawing.Size(419, 28);
|
|
this.cmbType.TabIndex = 9;
|
|
//
|
|
// cmbUnit
|
|
//
|
|
this.cmbUnit.FormattingEnabled = true;
|
|
this.cmbUnit.Location = new System.Drawing.Point(72, 653);
|
|
this.cmbUnit.Name = "cmbUnit";
|
|
this.cmbUnit.Size = new System.Drawing.Size(419, 28);
|
|
this.cmbUnit.TabIndex = 10;
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51)))));
|
|
this.btnAdd.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.btnAdd.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnAdd.Location = new System.Drawing.Point(142, 703);
|
|
this.btnAdd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(285, 69);
|
|
this.btnAdd.TabIndex = 11;
|
|
this.btnAdd.Text = "Добавить";
|
|
this.btnAdd.UseVisualStyleBackColor = false;
|
|
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(68, 168);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(83, 20);
|
|
this.label2.TabIndex = 12;
|
|
this.label2.Text = "Название";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(68, 241);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(48, 20);
|
|
this.label3.TabIndex = 13;
|
|
this.label3.Text = "Цена";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(68, 313);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(100, 20);
|
|
this.label4.TabIndex = 14;
|
|
this.label4.Text = "Количество";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(72, 389);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(208, 20);
|
|
this.label5.TabIndex = 15;
|
|
this.label5.Text = "Минимальное количество";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(68, 470);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(185, 20);
|
|
this.label6.TabIndex = 16;
|
|
this.label6.Text = "Количество в упаковке";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(68, 545);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(36, 20);
|
|
this.label7.TabIndex = 17;
|
|
this.label7.Text = "Тип";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(68, 630);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(162, 20);
|
|
this.label8.TabIndex = 18;
|
|
this.label8.Text = "Единица измерения";
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.btnExit.Location = new System.Drawing.Point(4, 737);
|
|
this.btnExit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(112, 35);
|
|
this.btnExit.TabIndex = 19;
|
|
this.btnExit.Text = "Назад";
|
|
this.btnExit.UseVisualStyleBackColor = true;
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// AddMaterials
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178)))));
|
|
this.ClientSize = new System.Drawing.Size(558, 786);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.btnAdd);
|
|
this.Controls.Add(this.cmbUnit);
|
|
this.Controls.Add(this.cmbType);
|
|
this.Controls.Add(this.txtQuantityPack);
|
|
this.Controls.Add(this.txtMinQuantity);
|
|
this.Controls.Add(this.txtQuantity);
|
|
this.Controls.Add(this.txtPrice);
|
|
this.Controls.Add(this.txtName);
|
|
this.Controls.Add(this.label1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "AddMaterials";
|
|
this.Text = "AddMaterials";
|
|
this.Load += new System.EventHandler(this.AddMaterials_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtName;
|
|
private System.Windows.Forms.TextBox txtPrice;
|
|
private System.Windows.Forms.TextBox txtQuantity;
|
|
private System.Windows.Forms.TextBox txtMinQuantity;
|
|
private System.Windows.Forms.TextBox txtQuantityPack;
|
|
private System.Windows.Forms.ComboBox cmbType;
|
|
private System.Windows.Forms.ComboBox cmbUnit;
|
|
private System.Windows.Forms.Button btnAdd;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Button btnExit;
|
|
}
|
|
} |