namespace NeshinaPolina2111 { partial class EditMaterials { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditMaterials)); 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.label1 = new System.Windows.Forms.Label(); this.btnEdit = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); 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.SuspendLayout(); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(55, 149); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(83, 20); this.label2.TabIndex = 13; this.label2.Text = "Название"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(55, 222); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(48, 20); this.label3.TabIndex = 15; this.label3.Text = "Цена"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(55, 291); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(100, 20); this.label4.TabIndex = 17; this.label4.Text = "Количество"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(55, 364); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(208, 20); this.label5.TabIndex = 19; this.label5.Text = "Минимальное количество"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(55, 433); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(185, 20); this.label6.TabIndex = 21; this.label6.Text = "Количество в упаковке"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(55, 506); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(36, 20); this.label7.TabIndex = 23; this.label7.Text = "Тип"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(55, 575); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(162, 20); this.label8.TabIndex = 25; this.label8.Text = "Единица измерения"; // // 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(62, 26); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(405, 67); this.label1.TabIndex = 27; this.label1.Text = "Редактирование"; // // btnEdit // this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51))))); this.btnEdit.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.btnEdit.ForeColor = System.Drawing.SystemColors.ButtonFace; this.btnEdit.Location = new System.Drawing.Point(133, 664); this.btnEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(285, 69); this.btnEdit.TabIndex = 28; this.btnEdit.Text = "Сохранить"; this.btnEdit.UseVisualStyleBackColor = false; this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click); // // 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(13, 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 = 29; this.btnExit.Text = "Назад"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // txtName // this.txtName.Location = new System.Drawing.Point(59, 172); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(419, 26); this.txtName.TabIndex = 30; // // txtPrice // this.txtPrice.Location = new System.Drawing.Point(59, 245); this.txtPrice.Name = "txtPrice"; this.txtPrice.Size = new System.Drawing.Size(419, 26); this.txtPrice.TabIndex = 31; // // txtQuantity // this.txtQuantity.Location = new System.Drawing.Point(59, 314); this.txtQuantity.Name = "txtQuantity"; this.txtQuantity.Size = new System.Drawing.Size(419, 26); this.txtQuantity.TabIndex = 32; // // txtMinQuantity // this.txtMinQuantity.Location = new System.Drawing.Point(59, 387); this.txtMinQuantity.Name = "txtMinQuantity"; this.txtMinQuantity.Size = new System.Drawing.Size(419, 26); this.txtMinQuantity.TabIndex = 33; // // txtQuantityPack // this.txtQuantityPack.Location = new System.Drawing.Point(59, 456); this.txtQuantityPack.Name = "txtQuantityPack"; this.txtQuantityPack.Size = new System.Drawing.Size(419, 26); this.txtQuantityPack.TabIndex = 34; // // cmbType // this.cmbType.FormattingEnabled = true; this.cmbType.Location = new System.Drawing.Point(59, 529); this.cmbType.Name = "cmbType"; this.cmbType.Size = new System.Drawing.Size(419, 28); this.cmbType.TabIndex = 35; // // cmbUnit // this.cmbUnit.FormattingEnabled = true; this.cmbUnit.Location = new System.Drawing.Point(59, 598); this.cmbUnit.Name = "cmbUnit"; this.cmbUnit.Size = new System.Drawing.Size(419, 28); this.cmbUnit.TabIndex = 36; // // EditMaterials // 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(545, 786); 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.btnExit); this.Controls.Add(this.btnEdit); this.Controls.Add(this.label1); 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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "EditMaterials"; this.Text = "EditMaterials"; this.Load += new System.EventHandler(this.EditMaterials_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion 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.Label label1; private System.Windows.Forms.Button btnEdit; private System.Windows.Forms.Button btnExit; 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; } }