433 lines
23 KiB
C#
433 lines
23 KiB
C#
namespace demMalyhin
|
||
{
|
||
partial class UserMainForm
|
||
{
|
||
/// <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.label11 = new System.Windows.Forms.Label();
|
||
this.btnExit = new System.Windows.Forms.Button();
|
||
this.btnBack = new System.Windows.Forms.Button();
|
||
this.DataGridViewProduct = new System.Windows.Forms.DataGridView();
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.panel3 = new System.Windows.Forms.Panel();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.SaleLabel = new System.Windows.Forms.Label();
|
||
this.panel2 = new System.Windows.Forms.Panel();
|
||
this.textBoxFP = new System.Windows.Forms.TextBox();
|
||
this.textBoxStock = new System.Windows.Forms.TextBox();
|
||
this.textBoxUnit = new System.Windows.Forms.TextBox();
|
||
this.textBoxPrice = new System.Windows.Forms.TextBox();
|
||
this.textBoxSup = new System.Windows.Forms.TextBox();
|
||
this.textBoxManuf = new System.Windows.Forms.TextBox();
|
||
this.textBoxDesc = new System.Windows.Forms.TextBox();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.StockLabel = new System.Windows.Forms.Label();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.PriceLabel = new System.Windows.Forms.Label();
|
||
this.SupplierLabel = new System.Windows.Forms.Label();
|
||
this.ManufacturerLabel = new System.Windows.Forms.Label();
|
||
this.DescriptionLabel = new System.Windows.Forms.Label();
|
||
this.NameLabel = new System.Windows.Forms.Label();
|
||
this.CategoryLabel = new System.Windows.Forms.Label();
|
||
this.pictureBoxPhoto = new System.Windows.Forms.PictureBox();
|
||
this.labelFIO = new System.Windows.Forms.Label();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
((System.ComponentModel.ISupportInitialize)(this.DataGridViewProduct)).BeginInit();
|
||
this.panel1.SuspendLayout();
|
||
this.panel3.SuspendLayout();
|
||
this.panel2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPhoto)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// 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(311, 9);
|
||
this.label11.Name = "label11";
|
||
this.label11.Size = new System.Drawing.Size(277, 33);
|
||
this.label11.TabIndex = 44;
|
||
this.label11.Text = "Каталог пользователя";
|
||
//
|
||
// btnExit
|
||
//
|
||
this.btnExit.BackColor = System.Drawing.Color.MediumSpringGreen;
|
||
this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
|
||
this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btnExit.Location = new System.Drawing.Point(12, 9);
|
||
this.btnExit.Name = "btnExit";
|
||
this.btnExit.Size = new System.Drawing.Size(24, 23);
|
||
this.btnExit.TabIndex = 43;
|
||
this.btnExit.Text = "X";
|
||
this.btnExit.UseVisualStyleBackColor = false;
|
||
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
||
//
|
||
// 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(404, 527);
|
||
this.btnBack.Name = "btnBack";
|
||
this.btnBack.Size = new System.Drawing.Size(99, 39);
|
||
this.btnBack.TabIndex = 42;
|
||
this.btnBack.Text = "Главное меню";
|
||
this.btnBack.UseVisualStyleBackColor = false;
|
||
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
|
||
//
|
||
// DataGridViewProduct
|
||
//
|
||
this.DataGridViewProduct.AllowUserToAddRows = false;
|
||
this.DataGridViewProduct.AllowUserToDeleteRows = false;
|
||
this.DataGridViewProduct.AllowUserToOrderColumns = true;
|
||
this.DataGridViewProduct.AllowUserToResizeColumns = false;
|
||
this.DataGridViewProduct.AllowUserToResizeRows = false;
|
||
this.DataGridViewProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.DataGridViewProduct.Location = new System.Drawing.Point(74, 74);
|
||
this.DataGridViewProduct.Name = "DataGridViewProduct";
|
||
this.DataGridViewProduct.ReadOnly = true;
|
||
this.DataGridViewProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.DataGridViewProduct.Size = new System.Drawing.Size(748, 223);
|
||
this.DataGridViewProduct.TabIndex = 41;
|
||
this.DataGridViewProduct.Click += new System.EventHandler(this.dataGridViewProd_Click);
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.panel1.Controls.Add(this.panel3);
|
||
this.panel1.Controls.Add(this.panel2);
|
||
this.panel1.Controls.Add(this.pictureBoxPhoto);
|
||
this.panel1.Location = new System.Drawing.Point(56, 303);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(789, 218);
|
||
this.panel1.TabIndex = 40;
|
||
//
|
||
// panel3
|
||
//
|
||
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.panel3.Controls.Add(this.label4);
|
||
this.panel3.Controls.Add(this.SaleLabel);
|
||
this.panel3.Location = new System.Drawing.Point(623, 14);
|
||
this.panel3.Name = "panel3";
|
||
this.panel3.Size = new System.Drawing.Size(142, 189);
|
||
this.panel3.TabIndex = 2;
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.label4.Location = new System.Drawing.Point(29, 51);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(73, 28);
|
||
this.label4.TabIndex = 4;
|
||
this.label4.Text = "Действующая\r\nскидка";
|
||
this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
||
//
|
||
// SaleLabel
|
||
//
|
||
this.SaleLabel.AutoSize = true;
|
||
this.SaleLabel.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.SaleLabel.Location = new System.Drawing.Point(53, 87);
|
||
this.SaleLabel.Name = "SaleLabel";
|
||
this.SaleLabel.Size = new System.Drawing.Size(0, 14);
|
||
this.SaleLabel.TabIndex = 2;
|
||
//
|
||
// panel2
|
||
//
|
||
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.panel2.Controls.Add(this.textBoxFP);
|
||
this.panel2.Controls.Add(this.textBoxStock);
|
||
this.panel2.Controls.Add(this.textBoxUnit);
|
||
this.panel2.Controls.Add(this.textBoxPrice);
|
||
this.panel2.Controls.Add(this.textBoxSup);
|
||
this.panel2.Controls.Add(this.textBoxManuf);
|
||
this.panel2.Controls.Add(this.textBoxDesc);
|
||
this.panel2.Controls.Add(this.label3);
|
||
this.panel2.Controls.Add(this.StockLabel);
|
||
this.panel2.Controls.Add(this.label9);
|
||
this.panel2.Controls.Add(this.PriceLabel);
|
||
this.panel2.Controls.Add(this.SupplierLabel);
|
||
this.panel2.Controls.Add(this.ManufacturerLabel);
|
||
this.panel2.Controls.Add(this.DescriptionLabel);
|
||
this.panel2.Controls.Add(this.NameLabel);
|
||
this.panel2.Controls.Add(this.CategoryLabel);
|
||
this.panel2.Location = new System.Drawing.Point(212, 14);
|
||
this.panel2.Name = "panel2";
|
||
this.panel2.Size = new System.Drawing.Size(395, 189);
|
||
this.panel2.TabIndex = 1;
|
||
//
|
||
// textBoxFP
|
||
//
|
||
this.textBoxFP.Font = new System.Drawing.Font("Times New Roman", 8.25F);
|
||
this.textBoxFP.Location = new System.Drawing.Point(247, 113);
|
||
this.textBoxFP.Name = "textBoxFP";
|
||
this.textBoxFP.ReadOnly = true;
|
||
this.textBoxFP.Size = new System.Drawing.Size(95, 20);
|
||
this.textBoxFP.TabIndex = 15;
|
||
//
|
||
// textBoxStock
|
||
//
|
||
this.textBoxStock.Font = new System.Drawing.Font("Times New Roman", 8.25F);
|
||
this.textBoxStock.Location = new System.Drawing.Point(148, 158);
|
||
this.textBoxStock.Name = "textBoxStock";
|
||
this.textBoxStock.ReadOnly = true;
|
||
this.textBoxStock.Size = new System.Drawing.Size(194, 20);
|
||
this.textBoxStock.TabIndex = 14;
|
||
//
|
||
// textBoxUnit
|
||
//
|
||
this.textBoxUnit.Font = new System.Drawing.Font("Times New Roman", 8.25F);
|
||
this.textBoxUnit.Location = new System.Drawing.Point(148, 135);
|
||
this.textBoxUnit.Name = "textBoxUnit";
|
||
this.textBoxUnit.ReadOnly = true;
|
||
this.textBoxUnit.Size = new System.Drawing.Size(194, 20);
|
||
this.textBoxUnit.TabIndex = 13;
|
||
//
|
||
// textBoxPrice
|
||
//
|
||
this.textBoxPrice.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.textBoxPrice.Location = new System.Drawing.Point(148, 113);
|
||
this.textBoxPrice.Name = "textBoxPrice";
|
||
this.textBoxPrice.ReadOnly = true;
|
||
this.textBoxPrice.Size = new System.Drawing.Size(95, 20);
|
||
this.textBoxPrice.TabIndex = 12;
|
||
//
|
||
// textBoxSup
|
||
//
|
||
this.textBoxSup.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.textBoxSup.Location = new System.Drawing.Point(148, 87);
|
||
this.textBoxSup.Name = "textBoxSup";
|
||
this.textBoxSup.ReadOnly = true;
|
||
this.textBoxSup.Size = new System.Drawing.Size(194, 20);
|
||
this.textBoxSup.TabIndex = 11;
|
||
//
|
||
// textBoxManuf
|
||
//
|
||
this.textBoxManuf.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.textBoxManuf.Location = new System.Drawing.Point(148, 64);
|
||
this.textBoxManuf.Name = "textBoxManuf";
|
||
this.textBoxManuf.ReadOnly = true;
|
||
this.textBoxManuf.Size = new System.Drawing.Size(194, 20);
|
||
this.textBoxManuf.TabIndex = 10;
|
||
//
|
||
// textBoxDesc
|
||
//
|
||
this.textBoxDesc.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.textBoxDesc.Location = new System.Drawing.Point(148, 41);
|
||
this.textBoxDesc.Name = "textBoxDesc";
|
||
this.textBoxDesc.ReadOnly = true;
|
||
this.textBoxDesc.Size = new System.Drawing.Size(194, 20);
|
||
this.textBoxDesc.TabIndex = 9;
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.label3.Location = new System.Drawing.Point(131, 14);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(11, 15);
|
||
this.label3.TabIndex = 8;
|
||
this.label3.Text = "I";
|
||
//
|
||
// StockLabel
|
||
//
|
||
this.StockLabel.AutoSize = true;
|
||
this.StockLabel.BackColor = System.Drawing.Color.Chartreuse;
|
||
this.StockLabel.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.StockLabel.Location = new System.Drawing.Point(14, 158);
|
||
this.StockLabel.Name = "StockLabel";
|
||
this.StockLabel.Size = new System.Drawing.Size(112, 14);
|
||
this.StockLabel.TabIndex = 7;
|
||
this.StockLabel.Text = "Количество на складе:";
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.AutoSize = true;
|
||
this.label9.BackColor = System.Drawing.Color.Chartreuse;
|
||
this.label9.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.label9.Location = new System.Drawing.Point(21, 135);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(104, 14);
|
||
this.label9.TabIndex = 6;
|
||
this.label9.Text = "Единица измерения:";
|
||
//
|
||
// PriceLabel
|
||
//
|
||
this.PriceLabel.AutoSize = true;
|
||
this.PriceLabel.BackColor = System.Drawing.Color.Chartreuse;
|
||
this.PriceLabel.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.PriceLabel.Location = new System.Drawing.Point(57, 113);
|
||
this.PriceLabel.Name = "PriceLabel";
|
||
this.PriceLabel.Size = new System.Drawing.Size(69, 14);
|
||
this.PriceLabel.TabIndex = 5;
|
||
this.PriceLabel.Text = "Цена товара:";
|
||
//
|
||
// SupplierLabel
|
||
//
|
||
this.SupplierLabel.AutoSize = true;
|
||
this.SupplierLabel.BackColor = System.Drawing.Color.Chartreuse;
|
||
this.SupplierLabel.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.SupplierLabel.Location = new System.Drawing.Point(63, 90);
|
||
this.SupplierLabel.Name = "SupplierLabel";
|
||
this.SupplierLabel.Size = new System.Drawing.Size(63, 14);
|
||
this.SupplierLabel.TabIndex = 4;
|
||
this.SupplierLabel.Text = "Поставщик:";
|
||
//
|
||
// ManufacturerLabel
|
||
//
|
||
this.ManufacturerLabel.AutoSize = true;
|
||
this.ManufacturerLabel.BackColor = System.Drawing.Color.Chartreuse;
|
||
this.ManufacturerLabel.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.ManufacturerLabel.Location = new System.Drawing.Point(44, 67);
|
||
this.ManufacturerLabel.Name = "ManufacturerLabel";
|
||
this.ManufacturerLabel.Size = new System.Drawing.Size(82, 14);
|
||
this.ManufacturerLabel.TabIndex = 3;
|
||
this.ManufacturerLabel.Text = "Производитель:";
|
||
//
|
||
// DescriptionLabel
|
||
//
|
||
this.DescriptionLabel.AutoSize = true;
|
||
this.DescriptionLabel.BackColor = System.Drawing.Color.Chartreuse;
|
||
this.DescriptionLabel.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.DescriptionLabel.Location = new System.Drawing.Point(34, 44);
|
||
this.DescriptionLabel.Name = "DescriptionLabel";
|
||
this.DescriptionLabel.Size = new System.Drawing.Size(92, 14);
|
||
this.DescriptionLabel.TabIndex = 2;
|
||
this.DescriptionLabel.Text = "Описание товара:";
|
||
//
|
||
// NameLabel
|
||
//
|
||
this.NameLabel.AutoSize = true;
|
||
this.NameLabel.BackColor = System.Drawing.Color.Chartreuse;
|
||
this.NameLabel.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.NameLabel.Location = new System.Drawing.Point(157, 16);
|
||
this.NameLabel.Name = "NameLabel";
|
||
this.NameLabel.Size = new System.Drawing.Size(112, 14);
|
||
this.NameLabel.TabIndex = 1;
|
||
this.NameLabel.Text = "Наименование товара";
|
||
//
|
||
// CategoryLabel
|
||
//
|
||
this.CategoryLabel.AutoSize = true;
|
||
this.CategoryLabel.BackColor = System.Drawing.Color.Chartreuse;
|
||
this.CategoryLabel.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.CategoryLabel.Location = new System.Drawing.Point(19, 16);
|
||
this.CategoryLabel.Name = "CategoryLabel";
|
||
this.CategoryLabel.Size = new System.Drawing.Size(92, 14);
|
||
this.CategoryLabel.TabIndex = 0;
|
||
this.CategoryLabel.Text = "Категория товара";
|
||
//
|
||
// pictureBoxPhoto
|
||
//
|
||
this.pictureBoxPhoto.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.pictureBoxPhoto.Location = new System.Drawing.Point(17, 14);
|
||
this.pictureBoxPhoto.Name = "pictureBoxPhoto";
|
||
this.pictureBoxPhoto.Size = new System.Drawing.Size(174, 189);
|
||
this.pictureBoxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||
this.pictureBoxPhoto.TabIndex = 0;
|
||
this.pictureBoxPhoto.TabStop = false;
|
||
//
|
||
// labelFIO
|
||
//
|
||
this.labelFIO.AutoSize = true;
|
||
this.labelFIO.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.labelFIO.Location = new System.Drawing.Point(694, 9);
|
||
this.labelFIO.Name = "labelFIO";
|
||
this.labelFIO.Size = new System.Drawing.Size(0, 15);
|
||
this.labelFIO.TabIndex = 46;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.BackColor = System.Drawing.Color.Chartreuse;
|
||
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(604, 9);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(90, 15);
|
||
this.label1.TabIndex = 45;
|
||
this.label1.Text = "ФИО Клиента -";
|
||
//
|
||
// UserMainForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(892, 574);
|
||
this.Controls.Add(this.labelFIO);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.label11);
|
||
this.Controls.Add(this.btnExit);
|
||
this.Controls.Add(this.btnBack);
|
||
this.Controls.Add(this.DataGridViewProduct);
|
||
this.Controls.Add(this.panel1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.Name = "UserMainForm";
|
||
this.Text = "UserMainForm";
|
||
this.Load += new System.EventHandler(this.UserMainForm_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.DataGridViewProduct)).EndInit();
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel3.ResumeLayout(false);
|
||
this.panel3.PerformLayout();
|
||
this.panel2.ResumeLayout(false);
|
||
this.panel2.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPhoto)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label11;
|
||
private System.Windows.Forms.Button btnExit;
|
||
private System.Windows.Forms.Button btnBack;
|
||
private System.Windows.Forms.DataGridView DataGridViewProduct;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.Panel panel3;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label SaleLabel;
|
||
private System.Windows.Forms.Panel panel2;
|
||
private System.Windows.Forms.TextBox textBoxFP;
|
||
private System.Windows.Forms.TextBox textBoxStock;
|
||
private System.Windows.Forms.TextBox textBoxUnit;
|
||
private System.Windows.Forms.TextBox textBoxPrice;
|
||
private System.Windows.Forms.TextBox textBoxSup;
|
||
private System.Windows.Forms.TextBox textBoxManuf;
|
||
private System.Windows.Forms.TextBox textBoxDesc;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Label StockLabel;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.Label PriceLabel;
|
||
private System.Windows.Forms.Label SupplierLabel;
|
||
private System.Windows.Forms.Label ManufacturerLabel;
|
||
private System.Windows.Forms.Label DescriptionLabel;
|
||
private System.Windows.Forms.Label NameLabel;
|
||
private System.Windows.Forms.Label CategoryLabel;
|
||
private System.Windows.Forms.PictureBox pictureBoxPhoto;
|
||
private System.Windows.Forms.Label labelFIO;
|
||
private System.Windows.Forms.Label label1;
|
||
}
|
||
} |