namespace KursovayaDvornikovAM
{
partial class ProductsForm
{
///
/// 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(ProductsForm));
this.CloseButton = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.HideButton = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Dobavlenie = new System.Windows.Forms.Button();
this.Redactirovanie = new System.Windows.Forms.Button();
this.Udalenie = new System.Windows.Forms.Button();
this.Obnovlenie = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
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.ReturnButton = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.Export = new System.Windows.Forms.Button();
this.Search = new System.Windows.Forms.TextBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// CloseButton
//
this.CloseButton.AutoSize = true;
this.CloseButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.CloseButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.CloseButton.Location = new System.Drawing.Point(784, 0);
this.CloseButton.Name = "CloseButton";
this.CloseButton.Size = new System.Drawing.Size(20, 20);
this.CloseButton.TabIndex = 28;
this.CloseButton.Text = "X";
this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
this.CloseButton.MouseEnter += new System.EventHandler(this.CloseButton_MouseEnter);
this.CloseButton.MouseLeave += new System.EventHandler(this.CloseButton_MouseLeave);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.ForeColor = System.Drawing.Color.DarkOliveGreen;
this.label2.Location = new System.Drawing.Point(354, 71);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(103, 35);
this.label2.TabIndex = 24;
this.label2.Text = "Товары";
this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.ForeColor = System.Drawing.Color.ForestGreen;
this.label1.Location = new System.Drawing.Point(328, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(156, 38);
this.label1.TabIndex = 22;
this.label1.Text = "Любимчик";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// HideButton
//
this.HideButton.AutoSize = true;
this.HideButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.HideButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.HideButton.Location = new System.Drawing.Point(760, 0);
this.HideButton.Name = "HideButton";
this.HideButton.Size = new System.Drawing.Size(18, 20);
this.HideButton.TabIndex = 27;
this.HideButton.Text = "_";
this.HideButton.Click += new System.EventHandler(this.HideButton_Click);
this.HideButton.MouseEnter += new System.EventHandler(this.HideButton_MouseEnter);
this.HideButton.MouseLeave += new System.EventHandler(this.HideButton_MouseLeave);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(71, 152);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(675, 314);
this.dataGridView1.TabIndex = 30;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// Dobavlenie
//
this.Dobavlenie.BackColor = System.Drawing.Color.Lime;
this.Dobavlenie.Cursor = System.Windows.Forms.Cursors.Hand;
this.Dobavlenie.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Dobavlenie.Location = new System.Drawing.Point(531, 492);
this.Dobavlenie.Name = "Dobavlenie";
this.Dobavlenie.Size = new System.Drawing.Size(99, 23);
this.Dobavlenie.TabIndex = 37;
this.Dobavlenie.Text = "Добавить";
this.Dobavlenie.UseVisualStyleBackColor = false;
this.Dobavlenie.Click += new System.EventHandler(this.Dobavlenie_Click);
//
// Redactirovanie
//
this.Redactirovanie.BackColor = System.Drawing.Color.Cyan;
this.Redactirovanie.Cursor = System.Windows.Forms.Cursors.Hand;
this.Redactirovanie.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Redactirovanie.Location = new System.Drawing.Point(531, 521);
this.Redactirovanie.Name = "Redactirovanie";
this.Redactirovanie.Size = new System.Drawing.Size(99, 23);
this.Redactirovanie.TabIndex = 38;
this.Redactirovanie.Text = "Редактировать";
this.Redactirovanie.UseVisualStyleBackColor = false;
this.Redactirovanie.Click += new System.EventHandler(this.Redactirovanie_Click);
//
// Udalenie
//
this.Udalenie.BackColor = System.Drawing.Color.Red;
this.Udalenie.Cursor = System.Windows.Forms.Cursors.Hand;
this.Udalenie.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Udalenie.Location = new System.Drawing.Point(531, 550);
this.Udalenie.Name = "Udalenie";
this.Udalenie.Size = new System.Drawing.Size(99, 23);
this.Udalenie.TabIndex = 39;
this.Udalenie.Text = "Удалить";
this.Udalenie.UseVisualStyleBackColor = false;
this.Udalenie.Click += new System.EventHandler(this.Udalenie_Click);
//
// Obnovlenie
//
this.Obnovlenie.BackColor = System.Drawing.Color.Yellow;
this.Obnovlenie.Cursor = System.Windows.Forms.Cursors.Hand;
this.Obnovlenie.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Obnovlenie.Location = new System.Drawing.Point(531, 579);
this.Obnovlenie.Name = "Obnovlenie";
this.Obnovlenie.Size = new System.Drawing.Size(99, 23);
this.Obnovlenie.TabIndex = 40;
this.Obnovlenie.Text = "Обновить";
this.Obnovlenie.UseVisualStyleBackColor = false;
this.Obnovlenie.Click += new System.EventHandler(this.Obnovlenie_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(233, 496);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(242, 20);
this.textBox1.TabIndex = 42;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(233, 522);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(242, 20);
this.textBox2.TabIndex = 43;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(233, 548);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(242, 20);
this.textBox3.TabIndex = 44;
//
// textBox4
//
this.textBox4.Location = new System.Drawing.Point(233, 574);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(242, 20);
this.textBox4.TabIndex = 45;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label3.Location = new System.Drawing.Point(52, 493);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(83, 23);
this.label3.TabIndex = 47;
this.label3.Text = "Название";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label4.Location = new System.Drawing.Point(52, 519);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(90, 23);
this.label4.TabIndex = 48;
this.label4.Text = "Категория";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label5.Location = new System.Drawing.Point(53, 545);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(49, 23);
this.label5.TabIndex = 49;
this.label5.Text = "Цена";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label6.Location = new System.Drawing.Point(53, 571);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(88, 23);
this.label6.TabIndex = 50;
this.label6.Text = "Описание";
//
// ReturnButton
//
this.ReturnButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ReturnButton.BackgroundImage")));
this.ReturnButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ReturnButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.ReturnButton.FlatAppearance.BorderColor = System.Drawing.Color.PaleGoldenrod;
this.ReturnButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ReturnButton.Location = new System.Drawing.Point(6, 0);
this.ReturnButton.Name = "ReturnButton";
this.ReturnButton.Size = new System.Drawing.Size(25, 26);
this.ReturnButton.TabIndex = 29;
this.ReturnButton.UseVisualStyleBackColor = true;
this.ReturnButton.Click += new System.EventHandler(this.ReturnButton_Click);
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(693, 554);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(111, 104);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 23;
this.pictureBox1.TabStop = false;
//
// Export
//
this.Export.BackColor = System.Drawing.Color.Purple;
this.Export.Cursor = System.Windows.Forms.Cursors.Hand;
this.Export.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Export.Location = new System.Drawing.Point(531, 608);
this.Export.Name = "Export";
this.Export.Size = new System.Drawing.Size(99, 23);
this.Export.TabIndex = 51;
this.Export.Text = "Экспорт";
this.Export.UseVisualStyleBackColor = false;
this.Export.Click += new System.EventHandler(this.Export_Click);
//
// Search
//
this.Search.Location = new System.Drawing.Point(655, 492);
this.Search.Name = "Search";
this.Search.Size = new System.Drawing.Size(123, 20);
this.Search.TabIndex = 52;
this.Search.TextChanged += new System.EventHandler(this.Search_TextChanged);
//
// comboBox1
//
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"Nazvanie",
"Kategoria",
"Cena",
"Opisanie",
"ALL"});
this.comboBox1.Location = new System.Drawing.Point(335, 609);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(139, 21);
this.comboBox1.TabIndex = 53;
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
//
// ProductsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.PaleGoldenrod;
this.ClientSize = new System.Drawing.Size(804, 658);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.Search);
this.Controls.Add(this.Export);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.Obnovlenie);
this.Controls.Add(this.Udalenie);
this.Controls.Add(this.Redactirovanie);
this.Controls.Add(this.Dobavlenie);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.ReturnButton);
this.Controls.Add(this.CloseButton);
this.Controls.Add(this.HideButton);
this.Controls.Add(this.label2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ProductsForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Любимчик";
this.Load += new System.EventHandler(this.ProductsForm_Load);
this.Click += new System.EventHandler(this.ProductsForm_Click);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ProductsForm_MouseDown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ProductsForm_MouseMove);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label HideButton;
private System.Windows.Forms.Button ReturnButton;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Label CloseButton;
private System.Windows.Forms.Button Dobavlenie;
private System.Windows.Forms.Button Redactirovanie;
private System.Windows.Forms.Button Udalenie;
private System.Windows.Forms.Button Obnovlenie;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
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.Button Export;
private System.Windows.Forms.TextBox Search;
private System.Windows.Forms.ComboBox comboBox1;
}
}