namespace NeshinaPolina07_11
{
partial class _2Menu
{
///
/// 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()
{
this.label1 = new System.Windows.Forms.Label();
this.dgvProducts = new System.Windows.Forms.DataGridView();
this.txtSearch = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.cmbSort = new System.Windows.Forms.ComboBox();
this.cmbSupplier = new System.Windows.Forms.ComboBox();
this.lblSort = new System.Windows.Forms.Label();
this.lblSupplier = new System.Windows.Forms.Label();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.товарыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.заказыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.dgvProducts)).BeginInit();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(12, 51);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(194, 39);
this.label1.TabIndex = 0;
this.label1.Text = "Менеджер";
//
// dgvProducts
//
this.dgvProducts.AllowUserToAddRows = false;
this.dgvProducts.AllowUserToDeleteRows = false;
this.dgvProducts.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dgvProducts.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dgvProducts.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
this.dgvProducts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvProducts.Location = new System.Drawing.Point(19, 119);
this.dgvProducts.Name = "dgvProducts";
this.dgvProducts.ReadOnly = true;
this.dgvProducts.Size = new System.Drawing.Size(600, 290);
this.dgvProducts.TabIndex = 1;
this.dgvProducts.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// txtSearch
//
this.txtSearch.Location = new System.Drawing.Point(19, 93);
this.txtSearch.Name = "txtSearch";
this.txtSearch.Size = new System.Drawing.Size(600, 20);
this.txtSearch.TabIndex = 2;
this.txtSearch.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// button2
//
this.button2.Location = new System.Drawing.Point(19, 415);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 4;
this.button2.Text = "Назад";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// cmbSort
//
this.cmbSort.FormattingEnabled = true;
this.cmbSort.Location = new System.Drawing.Point(625, 139);
this.cmbSort.Name = "cmbSort";
this.cmbSort.Size = new System.Drawing.Size(162, 21);
this.cmbSort.TabIndex = 6;
this.cmbSort.SelectedIndexChanged += new System.EventHandler(this.cmbSort_SelectedIndexChanged);
//
// cmbSupplier
//
this.cmbSupplier.FormattingEnabled = true;
this.cmbSupplier.Location = new System.Drawing.Point(625, 185);
this.cmbSupplier.Name = "cmbSupplier";
this.cmbSupplier.Size = new System.Drawing.Size(162, 21);
this.cmbSupplier.TabIndex = 7;
this.cmbSupplier.SelectedIndexChanged += new System.EventHandler(this.cmbSupplier_SelectedIndexChanged);
//
// lblSort
//
this.lblSort.AutoSize = true;
this.lblSort.Location = new System.Drawing.Point(625, 120);
this.lblSort.Name = "lblSort";
this.lblSort.Size = new System.Drawing.Size(67, 13);
this.lblSort.TabIndex = 8;
this.lblSort.Text = "Сортировка";
//
// lblSupplier
//
this.lblSupplier.AutoSize = true;
this.lblSupplier.Location = new System.Drawing.Point(625, 167);
this.lblSupplier.Name = "lblSupplier";
this.lblSupplier.Size = new System.Drawing.Size(71, 13);
this.lblSupplier.TabIndex = 9;
this.lblSupplier.Text = "Фильтрация";
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.товарыToolStripMenuItem,
this.заказыToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(800, 24);
this.menuStrip1.TabIndex = 17;
this.menuStrip1.Text = "menuStrip1";
//
// товарыToolStripMenuItem
//
this.товарыToolStripMenuItem.Name = "товарыToolStripMenuItem";
this.товарыToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
this.товарыToolStripMenuItem.Text = "Товары";
this.товарыToolStripMenuItem.Click += new System.EventHandler(this.товарыToolStripMenuItem_Click);
//
// заказыToolStripMenuItem
//
this.заказыToolStripMenuItem.Name = "заказыToolStripMenuItem";
this.заказыToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
this.заказыToolStripMenuItem.Text = "Заказы";
this.заказыToolStripMenuItem.Click += new System.EventHandler(this.заказыToolStripMenuItem_Click);
//
// _2Menu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.MediumSpringGreen;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.menuStrip1);
this.Controls.Add(this.lblSupplier);
this.Controls.Add(this.lblSort);
this.Controls.Add(this.cmbSupplier);
this.Controls.Add(this.cmbSort);
this.Controls.Add(this.button2);
this.Controls.Add(this.txtSearch);
this.Controls.Add(this.dgvProducts);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "_2Menu";
this.Text = "_2Menu";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this._2Menu_FormClosing);
this.Load += new System.EventHandler(this._2Menu_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvProducts)).EndInit();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView dgvProducts;
private System.Windows.Forms.TextBox txtSearch;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ComboBox cmbSort;
private System.Windows.Forms.ComboBox cmbSupplier;
private System.Windows.Forms.Label lblSort;
private System.Windows.Forms.Label lblSupplier;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem товарыToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem заказыToolStripMenuItem;
}
}