namespace megadem
{
partial class MainForm
{
///
/// Обязательная переменная конструктора.
///
private System.ComponentModel.IContainer components = null;
///
/// Освободить все используемые ресурсы.
///
/// истинно, если управляемый ресурс должен быть удален; иначе ложно.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
///
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
///
private void InitializeComponent()
{
this.DataGridViewProduct = new System.Windows.Forms.DataGridView();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
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.textBoxName = new System.Windows.Forms.TextBox();
this.textBoxPrice = new System.Windows.Forms.TextBox();
this.textBoxMinPrice = new System.Windows.Forms.TextBox();
this.textBoxWidth = new System.Windows.Forms.TextBox();
this.textBoxType = new System.Windows.Forms.TextBox();
this.textBoxArticle = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.button4 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.DataGridViewProduct)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// DataGridViewProduct
//
this.DataGridViewProduct.AllowUserToAddRows = false;
this.DataGridViewProduct.AllowUserToDeleteRows = false;
this.DataGridViewProduct.AllowUserToResizeColumns = false;
this.DataGridViewProduct.AllowUserToResizeRows = false;
this.DataGridViewProduct.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.DataGridViewProduct.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.DataGridViewProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DataGridViewProduct.Location = new System.Drawing.Point(48, 79);
this.DataGridViewProduct.Name = "DataGridViewProduct";
this.DataGridViewProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DataGridViewProduct.Size = new System.Drawing.Size(701, 237);
this.DataGridViewProduct.TabIndex = 0;
this.DataGridViewProduct.Click += new System.EventHandler(this.dataGridViewProd_Click);
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.panel2);
this.panel1.Location = new System.Drawing.Point(121, 322);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(547, 202);
this.panel1.TabIndex = 1;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178)))));
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.textBoxArticle);
this.panel2.Controls.Add(this.textBoxType);
this.panel2.Controls.Add(this.textBoxWidth);
this.panel2.Controls.Add(this.textBoxMinPrice);
this.panel2.Controls.Add(this.textBoxPrice);
this.panel2.Controls.Add(this.textBoxName);
this.panel2.Controls.Add(this.label7);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.label1);
this.panel2.Location = new System.Drawing.Point(25, 17);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(491, 166);
this.panel2.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.label1.Location = new System.Drawing.Point(21, -1);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(34, 31);
this.label1.TabIndex = 0;
this.label1.Text = "Тип";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(99, 10);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(10, 13);
this.label2.TabIndex = 1;
this.label2.Text = "I";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.label3.Location = new System.Drawing.Point(134, -1);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(149, 31);
this.label3.TabIndex = 2;
this.label3.Text = "Наименование продукта";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.label4.Location = new System.Drawing.Point(9, 64);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(66, 31);
this.label4.TabIndex = 3;
this.label4.Text = "Артикул:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.label5.Location = new System.Drawing.Point(3, 92);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(239, 31);
this.label5.TabIndex = 4;
this.label5.Text = "Минимальная стоимость для партнера:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.label6.Location = new System.Drawing.Point(9, 126);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(63, 31);
this.label6.TabIndex = 5;
this.label6.Text = "Ширина:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.label7.Location = new System.Drawing.Point(381, -1);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(81, 31);
this.label7.TabIndex = 6;
this.label7.Text = "Стоимость:";
//
// textBoxName
//
this.textBoxName.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.textBoxName.Location = new System.Drawing.Point(113, 26);
this.textBoxName.Name = "textBoxName";
this.textBoxName.Size = new System.Drawing.Size(179, 35);
this.textBoxName.TabIndex = 7;
//
// textBoxPrice
//
this.textBoxPrice.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.textBoxPrice.Location = new System.Drawing.Point(372, 26);
this.textBoxPrice.Name = "textBoxPrice";
this.textBoxPrice.Size = new System.Drawing.Size(100, 35);
this.textBoxPrice.TabIndex = 8;
//
// textBoxMinPrice
//
this.textBoxMinPrice.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.textBoxMinPrice.Location = new System.Drawing.Point(248, 89);
this.textBoxMinPrice.Name = "textBoxMinPrice";
this.textBoxMinPrice.Size = new System.Drawing.Size(100, 35);
this.textBoxMinPrice.TabIndex = 9;
//
// textBoxWidth
//
this.textBoxWidth.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.textBoxWidth.Location = new System.Drawing.Point(78, 126);
this.textBoxWidth.Name = "textBoxWidth";
this.textBoxWidth.Size = new System.Drawing.Size(100, 35);
this.textBoxWidth.TabIndex = 10;
//
// textBoxType
//
this.textBoxType.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.textBoxType.Location = new System.Drawing.Point(3, 26);
this.textBoxType.Name = "textBoxType";
this.textBoxType.Size = new System.Drawing.Size(81, 35);
this.textBoxType.TabIndex = 11;
//
// textBoxArticle
//
this.textBoxArticle.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.textBoxArticle.Location = new System.Drawing.Point(81, 64);
this.textBoxArticle.Name = "textBoxArticle";
this.textBoxArticle.Size = new System.Drawing.Size(100, 35);
this.textBoxArticle.TabIndex = 12;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51)))));
this.button1.Font = new System.Drawing.Font("Gabriola", 20.25F);
this.button1.Location = new System.Drawing.Point(48, 530);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(173, 61);
this.button1.TabIndex = 2;
this.button1.Text = "Добавить";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51)))));
this.button2.Font = new System.Drawing.Font("Gabriola", 20.25F);
this.button2.Location = new System.Drawing.Point(554, 530);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(195, 61);
this.button2.TabIndex = 3;
this.button2.Text = "Редактировать";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label8
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178)))));
this.label8.Font = new System.Drawing.Font("Gabriola", 26.25F);
this.label8.Location = new System.Drawing.Point(300, 9);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(237, 65);
this.label8.TabIndex = 12;
this.label8.Text = "Форма добавления";
//
// button3
//
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178)))));
this.button3.Font = new System.Drawing.Font("Gabriola", 12.25F);
this.button3.Location = new System.Drawing.Point(720, 9);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(68, 35);
this.button3.TabIndex = 24;
this.button3.Text = "Выйти";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// pictureBox1
//
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.pictureBox1.Location = new System.Drawing.Point(48, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(58, 50);
this.pictureBox1.TabIndex = 25;
this.pictureBox1.TabStop = false;
//
// button4
//
this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51)))));
this.button4.Font = new System.Drawing.Font("Gabriola", 20.25F);
this.button4.Location = new System.Drawing.Point(311, 530);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(173, 61);
this.button4.TabIndex = 26;
this.button4.Text = "Материалы";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 596);
this.Controls.Add(this.button4);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.button3);
this.Controls.Add(this.label8);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.DataGridViewProduct);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "MainForm";
this.Text = "Form1";
this.Load += new System.EventHandler(this.MainForm_Load);
((System.ComponentModel.ISupportInitialize)(this.DataGridViewProduct)).EndInit();
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView DataGridViewProduct;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBoxWidth;
private System.Windows.Forms.TextBox textBoxMinPrice;
private System.Windows.Forms.TextBox textBoxPrice;
private System.Windows.Forms.TextBox textBoxName;
private System.Windows.Forms.TextBox textBoxArticle;
private System.Windows.Forms.TextBox textBoxType;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button button4;
}
}