demMalyhinMerkulov_shoe_store/AddAdmProduct.Designer.cs
2025-11-26 11:52:04 +04:00

371 lines
18 KiB
C#

namespace demMalyhin
{
partial class AddAdmProduct
{
/// <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.textBoxSale = new System.Windows.Forms.TextBox();
this.textBoxUnit = new System.Windows.Forms.TextBox();
this.textBoxPrice = new System.Windows.Forms.TextBox();
this.textBoxDesc = new System.Windows.Forms.TextBox();
this.textBoxName = new System.Windows.Forms.TextBox();
this.textBoxArticle = new System.Windows.Forms.TextBox();
this.btnAdd = new System.Windows.Forms.Button();
this.comboBoxCategory = new System.Windows.Forms.ComboBox();
this.comboBoxManufacturer = new System.Windows.Forms.ComboBox();
this.textBoxQuantity = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
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.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.comboBoxSupplier = new System.Windows.Forms.ComboBox();
this.pictureBoxProductImage = new System.Windows.Forms.PictureBox();
this.btnChooseImage = new System.Windows.Forms.Button();
this.openFileDialogImage = new System.Windows.Forms.OpenFileDialog();
this.label11 = new System.Windows.Forms.Label();
this.btnBack = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxProductImage)).BeginInit();
this.SuspendLayout();
//
// textBoxSale
//
this.textBoxSale.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.textBoxSale.Location = new System.Drawing.Point(157, 219);
this.textBoxSale.Name = "textBoxSale";
this.textBoxSale.Size = new System.Drawing.Size(194, 22);
this.textBoxSale.TabIndex = 20;
//
// textBoxUnit
//
this.textBoxUnit.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.textBoxUnit.Location = new System.Drawing.Point(157, 243);
this.textBoxUnit.Name = "textBoxUnit";
this.textBoxUnit.Size = new System.Drawing.Size(194, 22);
this.textBoxUnit.TabIndex = 19;
//
// textBoxPrice
//
this.textBoxPrice.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.textBoxPrice.Location = new System.Drawing.Point(157, 112);
this.textBoxPrice.Name = "textBoxPrice";
this.textBoxPrice.Size = new System.Drawing.Size(194, 22);
this.textBoxPrice.TabIndex = 18;
//
// textBoxDesc
//
this.textBoxDesc.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.textBoxDesc.Location = new System.Drawing.Point(157, 262);
this.textBoxDesc.Name = "textBoxDesc";
this.textBoxDesc.Size = new System.Drawing.Size(194, 22);
this.textBoxDesc.TabIndex = 17;
//
// textBoxName
//
this.textBoxName.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.textBoxName.Location = new System.Drawing.Point(157, 88);
this.textBoxName.Name = "textBoxName";
this.textBoxName.Size = new System.Drawing.Size(194, 22);
this.textBoxName.TabIndex = 16;
//
// textBoxArticle
//
this.textBoxArticle.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.textBoxArticle.Location = new System.Drawing.Point(157, 65);
this.textBoxArticle.Name = "textBoxArticle";
this.textBoxArticle.Size = new System.Drawing.Size(194, 22);
this.textBoxArticle.TabIndex = 15;
//
// btnAdd
//
this.btnAdd.BackColor = System.Drawing.Color.MediumSpringGreen;
this.btnAdd.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.btnAdd.Location = new System.Drawing.Point(212, 486);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 21;
this.btnAdd.Text = "Добавить";
this.btnAdd.UseVisualStyleBackColor = false;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// comboBoxCategory
//
this.comboBoxCategory.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.comboBoxCategory.FormattingEnabled = true;
this.comboBoxCategory.Location = new System.Drawing.Point(195, 190);
this.comboBoxCategory.Name = "comboBoxCategory";
this.comboBoxCategory.Size = new System.Drawing.Size(121, 23);
this.comboBoxCategory.TabIndex = 22;
//
// comboBoxManufacturer
//
this.comboBoxManufacturer.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.comboBoxManufacturer.FormattingEnabled = true;
this.comboBoxManufacturer.Location = new System.Drawing.Point(195, 163);
this.comboBoxManufacturer.Name = "comboBoxManufacturer";
this.comboBoxManufacturer.Size = new System.Drawing.Size(121, 23);
this.comboBoxManufacturer.TabIndex = 24;
//
// textBoxQuantity
//
this.textBoxQuantity.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.textBoxQuantity.Location = new System.Drawing.Point(157, 285);
this.textBoxQuantity.Name = "textBoxQuantity";
this.textBoxQuantity.Size = new System.Drawing.Size(194, 22);
this.textBoxQuantity.TabIndex = 25;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(66, 67);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(50, 15);
this.label1.TabIndex = 26;
this.label1.Text = "артикул";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.label2.Location = new System.Drawing.Point(54, 93);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(97, 15);
this.label2.TabIndex = 27;
this.label2.Text = "название товара";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.label3.Location = new System.Drawing.Point(68, 119);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(33, 15);
this.label3.TabIndex = 28;
this.label3.Text = "цена";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.label4.Location = new System.Drawing.Point(68, 142);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(67, 15);
this.label4.TabIndex = 29;
this.label4.Text = "поставщик";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.label5.Location = new System.Drawing.Point(66, 169);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(89, 15);
this.label5.TabIndex = 30;
this.label5.Text = "производитель";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.label6.Location = new System.Drawing.Point(66, 192);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(62, 15);
this.label6.TabIndex = 31;
this.label6.Text = "категория";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.label7.Location = new System.Drawing.Point(66, 217);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(44, 15);
this.label7.TabIndex = 32;
this.label7.Text = "скидка";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.label8.Location = new System.Drawing.Point(66, 236);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(85, 15);
this.label8.TabIndex = 33;
this.label8.Text = "ед. измерения";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.label9.Location = new System.Drawing.Point(68, 259);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(60, 15);
this.label9.TabIndex = 34;
this.label9.Text = "описание";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.label10.Location = new System.Drawing.Point(66, 285);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(69, 15);
this.label10.TabIndex = 35;
this.label10.Text = "количество";
//
// comboBoxSupplier
//
this.comboBoxSupplier.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.comboBoxSupplier.FormattingEnabled = true;
this.comboBoxSupplier.Location = new System.Drawing.Point(195, 136);
this.comboBoxSupplier.Name = "comboBoxSupplier";
this.comboBoxSupplier.Size = new System.Drawing.Size(121, 23);
this.comboBoxSupplier.TabIndex = 23;
//
// pictureBoxProductImage
//
this.pictureBoxProductImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBoxProductImage.Location = new System.Drawing.Point(85, 327);
this.pictureBoxProductImage.Name = "pictureBoxProductImage";
this.pictureBoxProductImage.Size = new System.Drawing.Size(188, 132);
this.pictureBoxProductImage.TabIndex = 36;
this.pictureBoxProductImage.TabStop = false;
//
// btnChooseImage
//
this.btnChooseImage.BackColor = System.Drawing.Color.MediumSpringGreen;
this.btnChooseImage.Font = new System.Drawing.Font("Times New Roman", 9.75F);
this.btnChooseImage.Location = new System.Drawing.Point(289, 385);
this.btnChooseImage.Name = "btnChooseImage";
this.btnChooseImage.Size = new System.Drawing.Size(75, 39);
this.btnChooseImage.TabIndex = 37;
this.btnChooseImage.Text = "Выбрать фото";
this.btnChooseImage.UseVisualStyleBackColor = false;
this.btnChooseImage.Click += new System.EventHandler(this.btnChooseImage_Click);
//
// openFileDialogImage
//
this.openFileDialogImage.FileName = "openFileDialogImage";
//
// label11
//
this.label11.AutoSize = true;
this.label11.BackColor = System.Drawing.Color.Chartreuse;
this.label11.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label11.Location = new System.Drawing.Point(173, 9);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(162, 33);
this.label11.TabIndex = 38;
this.label11.Text = "Добавление";
//
// btnBack
//
this.btnBack.BackColor = System.Drawing.Color.MediumSpringGreen;
this.btnBack.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.btnBack.Location = new System.Drawing.Point(376, 470);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(99, 39);
this.btnBack.TabIndex = 39;
this.btnBack.Text = "Назад";
this.btnBack.UseVisualStyleBackColor = false;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// AddAdmProduct
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(487, 521);
this.Controls.Add(this.btnBack);
this.Controls.Add(this.label11);
this.Controls.Add(this.btnChooseImage);
this.Controls.Add(this.pictureBoxProductImage);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
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.label1);
this.Controls.Add(this.textBoxQuantity);
this.Controls.Add(this.comboBoxManufacturer);
this.Controls.Add(this.comboBoxSupplier);
this.Controls.Add(this.comboBoxCategory);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.textBoxSale);
this.Controls.Add(this.textBoxUnit);
this.Controls.Add(this.textBoxPrice);
this.Controls.Add(this.textBoxDesc);
this.Controls.Add(this.textBoxName);
this.Controls.Add(this.textBoxArticle);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "AddAdmProduct";
this.Text = "AddAdmProduct";
((System.ComponentModel.ISupportInitialize)(this.pictureBoxProductImage)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxSale;
private System.Windows.Forms.TextBox textBoxUnit;
private System.Windows.Forms.TextBox textBoxPrice;
private System.Windows.Forms.TextBox textBoxDesc;
private System.Windows.Forms.TextBox textBoxName;
private System.Windows.Forms.TextBox textBoxArticle;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.ComboBox comboBoxCategory;
private System.Windows.Forms.ComboBox comboBoxManufacturer;
private System.Windows.Forms.TextBox textBoxQuantity;
private System.Windows.Forms.Label label1;
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 label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox comboBoxSupplier;
private System.Windows.Forms.PictureBox pictureBoxProductImage;
private System.Windows.Forms.Button btnChooseImage;
private System.Windows.Forms.OpenFileDialog openFileDialogImage;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Button btnBack;
}
}