Nov2611/_1Menu.Designer.cs
2025-11-26 16:13:12 +04:00

270 lines
13 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace NeshinaPolina07_11
{
partial class _1Menu
{
/// <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.dgvProducts = new System.Windows.Forms.DataGridView();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.txtSearch = new System.Windows.Forms.TextBox();
this.cmbSort = new System.Windows.Forms.ComboBox();
this.cmbSupplier = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.lblSort = new System.Windows.Forms.Label();
this.lblSupplier = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.button6 = new System.Windows.Forms.Button();
this.label4 = 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();
//
// 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.ButtonFace;
this.dgvProducts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvProducts.Location = new System.Drawing.Point(4, 119);
this.dgvProducts.Name = "dgvProducts";
this.dgvProducts.ReadOnly = true;
this.dgvProducts.Size = new System.Drawing.Size(556, 290);
this.dgvProducts.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(-2, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(144, 31);
this.label1.TabIndex = 1;
this.label1.Text = "Директор";
//
// button1
//
this.button1.Location = new System.Drawing.Point(13, 415);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 2;
this.button1.Text = "Назад";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txtSearch
//
this.txtSearch.Location = new System.Drawing.Point(4, 93);
this.txtSearch.Name = "txtSearch";
this.txtSearch.Size = new System.Drawing.Size(569, 20);
this.txtSearch.TabIndex = 3;
this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
//
// cmbSort
//
this.cmbSort.FormattingEnabled = true;
this.cmbSort.Location = new System.Drawing.Point(582, 135);
this.cmbSort.Name = "cmbSort";
this.cmbSort.Size = new System.Drawing.Size(194, 21);
this.cmbSort.TabIndex = 4;
this.cmbSort.SelectedIndexChanged += new System.EventHandler(this.cmbSort_SelectedIndexChanged_1);
//
// cmbSupplier
//
this.cmbSupplier.FormattingEnabled = true;
this.cmbSupplier.Location = new System.Drawing.Point(582, 177);
this.cmbSupplier.Name = "cmbSupplier";
this.cmbSupplier.Size = new System.Drawing.Size(194, 21);
this.cmbSupplier.TabIndex = 5;
this.cmbSupplier.SelectedIndexChanged += new System.EventHandler(this.cmbSupplier_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(1, 77);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(39, 13);
this.label2.TabIndex = 6;
this.label2.Text = "Поиск";
//
// lblSort
//
this.lblSort.AutoSize = true;
this.lblSort.Location = new System.Drawing.Point(579, 119);
this.lblSort.Name = "lblSort";
this.lblSort.Size = new System.Drawing.Size(67, 13);
this.lblSort.TabIndex = 7;
this.lblSort.Text = "Сортировка";
//
// lblSupplier
//
this.lblSupplier.AutoSize = true;
this.lblSupplier.Location = new System.Drawing.Point(579, 161);
this.lblSupplier.Name = "lblSupplier";
this.lblSupplier.Size = new System.Drawing.Size(71, 13);
this.lblSupplier.TabIndex = 8;
this.lblSupplier.Text = "Фильтрация";
//
// button4
//
this.button4.Location = new System.Drawing.Point(582, 254);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(194, 23);
this.button4.TabIndex = 11;
this.button4.Text = "Добавить";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(582, 299);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(194, 23);
this.button5.TabIndex = 12;
this.button5.Text = "Редактировать";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.ForeColor = System.Drawing.SystemColors.AppWorkspace;
this.label3.Location = new System.Drawing.Point(579, 325);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(94, 13);
this.label3.TabIndex = 13;
this.label3.Text = "Выделите строку";
//
// button6
//
this.button6.Location = new System.Drawing.Point(582, 352);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(194, 23);
this.button6.TabIndex = 14;
this.button6.Text = "Удалить";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.ForeColor = System.Drawing.SystemColors.AppWorkspace;
this.label4.Location = new System.Drawing.Point(579, 378);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(94, 13);
this.label4.TabIndex = 15;
this.label4.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 = 16;
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);
//
// _1Menu
//
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.label4);
this.Controls.Add(this.button6);
this.Controls.Add(this.label3);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.lblSupplier);
this.Controls.Add(this.lblSort);
this.Controls.Add(this.label2);
this.Controls.Add(this.cmbSupplier);
this.Controls.Add(this.cmbSort);
this.Controls.Add(this.txtSearch);
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.Controls.Add(this.dgvProducts);
this.Controls.Add(this.menuStrip1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MainMenuStrip = this.menuStrip1;
this.MaximizeBox = false;
this.Name = "_1Menu";
this.Text = "_1Menu";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this._1Menu_FormClosing);
this.Load += new System.EventHandler(this._1Menu_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvProducts)).EndInit();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dgvProducts;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txtSearch;
private System.Windows.Forms.ComboBox cmbSort;
private System.Windows.Forms.ComboBox cmbSupplier;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblSort;
private System.Windows.Forms.Label lblSupplier;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem товарыToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem заказыToolStripMenuItem;
}
}