531 lines
28 KiB
C#
531 lines
28 KiB
C#
namespace demMalyhin
|
||
{
|
||
partial class AdmMainForm
|
||
{
|
||
/// <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.label1 = new System.Windows.Forms.Label();
|
||
this.labelFIO = new System.Windows.Forms.Label();
|
||
this.btnBack = new System.Windows.Forms.Button();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
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.DataGridViewProduct = new System.Windows.Forms.DataGridView();
|
||
this.textBoxSearch = new System.Windows.Forms.TextBox();
|
||
this.comboBoxSort = new System.Windows.Forms.ComboBox();
|
||
this.comboBoxFilter = new System.Windows.Forms.ComboBox();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.btnDelete = new System.Windows.Forms.Button();
|
||
this.OrdersBtn = new System.Windows.Forms.Button();
|
||
this.btnExit = new System.Windows.Forms.Button();
|
||
this.panel1.SuspendLayout();
|
||
this.panel3.SuspendLayout();
|
||
this.panel2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPhoto)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.DataGridViewProduct)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// 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(586, 9);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(90, 15);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "ФИО Клиента -";
|
||
//
|
||
// 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(676, 9);
|
||
this.labelFIO.Name = "labelFIO";
|
||
this.labelFIO.Size = new System.Drawing.Size(0, 15);
|
||
this.labelFIO.TabIndex = 1;
|
||
//
|
||
// 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(28, 538);
|
||
this.btnBack.Name = "btnBack";
|
||
this.btnBack.Size = new System.Drawing.Size(99, 39);
|
||
this.btnBack.TabIndex = 3;
|
||
this.btnBack.Text = "Главное меню";
|
||
this.btnBack.UseVisualStyleBackColor = false;
|
||
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.BackColor = System.Drawing.Color.Chartreuse;
|
||
this.label2.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.label2.Location = new System.Drawing.Point(258, 9);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(313, 33);
|
||
this.label2.TabIndex = 4;
|
||
this.label2.Text = "Каталог администратора";
|
||
//
|
||
// 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(28, 314);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(789, 218);
|
||
this.panel1.TabIndex = 5;
|
||
//
|
||
// 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;
|
||
//
|
||
// 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(70, 85);
|
||
this.DataGridViewProduct.Name = "DataGridViewProduct";
|
||
this.DataGridViewProduct.ReadOnly = true;
|
||
this.DataGridViewProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.DataGridViewProduct.Size = new System.Drawing.Size(691, 223);
|
||
this.DataGridViewProduct.TabIndex = 6;
|
||
this.DataGridViewProduct.Click += new System.EventHandler(this.dataGridViewProd_Click);
|
||
//
|
||
// textBoxSearch
|
||
//
|
||
this.textBoxSearch.BackColor = System.Drawing.Color.MediumSpringGreen;
|
||
this.textBoxSearch.Location = new System.Drawing.Point(28, 59);
|
||
this.textBoxSearch.Name = "textBoxSearch";
|
||
this.textBoxSearch.Size = new System.Drawing.Size(455, 20);
|
||
this.textBoxSearch.TabIndex = 7;
|
||
this.textBoxSearch.TextChanged += new System.EventHandler(this.textBoxSearch_TextChanged);
|
||
//
|
||
// comboBoxSort
|
||
//
|
||
this.comboBoxSort.BackColor = System.Drawing.Color.MediumSpringGreen;
|
||
this.comboBoxSort.FormattingEnabled = true;
|
||
this.comboBoxSort.Location = new System.Drawing.Point(489, 59);
|
||
this.comboBoxSort.Name = "comboBoxSort";
|
||
this.comboBoxSort.Size = new System.Drawing.Size(160, 21);
|
||
this.comboBoxSort.TabIndex = 8;
|
||
this.comboBoxSort.SelectedIndexChanged += new System.EventHandler(this.comboBoxSort_SelectedIndexChanged);
|
||
//
|
||
// comboBoxFilter
|
||
//
|
||
this.comboBoxFilter.BackColor = System.Drawing.Color.MediumSpringGreen;
|
||
this.comboBoxFilter.FormattingEnabled = true;
|
||
this.comboBoxFilter.Location = new System.Drawing.Point(657, 59);
|
||
this.comboBoxFilter.Name = "comboBoxFilter";
|
||
this.comboBoxFilter.Size = new System.Drawing.Size(160, 21);
|
||
this.comboBoxFilter.TabIndex = 9;
|
||
this.comboBoxFilter.SelectedIndexChanged += new System.EventHandler(this.comboBoxFilter_SelectedIndexChanged);
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.BackColor = System.Drawing.Color.MediumSpringGreen;
|
||
this.button1.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.button1.Location = new System.Drawing.Point(241, 537);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(99, 39);
|
||
this.button1.TabIndex = 10;
|
||
this.button1.Text = "Добавить";
|
||
this.button1.UseVisualStyleBackColor = false;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.BackColor = System.Drawing.Color.MediumSpringGreen;
|
||
this.button2.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.button2.Location = new System.Drawing.Point(370, 537);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(141, 39);
|
||
this.button2.TabIndex = 11;
|
||
this.button2.Text = "Редактировать";
|
||
this.button2.UseVisualStyleBackColor = false;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// btnDelete
|
||
//
|
||
this.btnDelete.BackColor = System.Drawing.Color.MediumSpringGreen;
|
||
this.btnDelete.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.btnDelete.Location = new System.Drawing.Point(537, 538);
|
||
this.btnDelete.Name = "btnDelete";
|
||
this.btnDelete.Size = new System.Drawing.Size(99, 39);
|
||
this.btnDelete.TabIndex = 12;
|
||
this.btnDelete.Text = "Удалить";
|
||
this.btnDelete.UseVisualStyleBackColor = false;
|
||
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
|
||
//
|
||
// OrdersBtn
|
||
//
|
||
this.OrdersBtn.BackColor = System.Drawing.Color.MediumSpringGreen;
|
||
this.OrdersBtn.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.OrdersBtn.Location = new System.Drawing.Point(718, 538);
|
||
this.OrdersBtn.Name = "OrdersBtn";
|
||
this.OrdersBtn.Size = new System.Drawing.Size(99, 39);
|
||
this.OrdersBtn.TabIndex = 13;
|
||
this.OrdersBtn.Text = "Заказы";
|
||
this.OrdersBtn.UseVisualStyleBackColor = false;
|
||
this.OrdersBtn.Click += new System.EventHandler(this.OrdersBtn_Click);
|
||
//
|
||
// 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, 5);
|
||
this.btnExit.Name = "btnExit";
|
||
this.btnExit.Size = new System.Drawing.Size(24, 23);
|
||
this.btnExit.TabIndex = 14;
|
||
this.btnExit.Text = "X";
|
||
this.btnExit.UseVisualStyleBackColor = false;
|
||
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
||
//
|
||
// AdmMainForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(840, 589);
|
||
this.Controls.Add(this.btnExit);
|
||
this.Controls.Add(this.OrdersBtn);
|
||
this.Controls.Add(this.btnDelete);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.comboBoxFilter);
|
||
this.Controls.Add(this.comboBoxSort);
|
||
this.Controls.Add(this.textBoxSearch);
|
||
this.Controls.Add(this.DataGridViewProduct);
|
||
this.Controls.Add(this.panel1);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.btnBack);
|
||
this.Controls.Add(this.labelFIO);
|
||
this.Controls.Add(this.label1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.Name = "AdmMainForm";
|
||
this.Text = "6";
|
||
this.Load += new System.EventHandler(this.AdmMainForm_Load);
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel3.ResumeLayout(false);
|
||
this.panel3.PerformLayout();
|
||
this.panel2.ResumeLayout(false);
|
||
this.panel2.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxPhoto)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.DataGridViewProduct)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label labelFIO;
|
||
private System.Windows.Forms.Button btnBack;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.Panel panel3;
|
||
private System.Windows.Forms.Panel panel2;
|
||
private System.Windows.Forms.PictureBox pictureBoxPhoto;
|
||
private System.Windows.Forms.DataGridView DataGridViewProduct;
|
||
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.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 SaleLabel;
|
||
private System.Windows.Forms.TextBox textBoxFP;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.TextBox textBoxSearch;
|
||
private System.Windows.Forms.ComboBox comboBoxSort;
|
||
private System.Windows.Forms.ComboBox comboBoxFilter;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Button button2;
|
||
private System.Windows.Forms.Button btnDelete;
|
||
private System.Windows.Forms.Button OrdersBtn;
|
||
private System.Windows.Forms.Button btnExit;
|
||
}
|
||
} |