homework24nov/NeshinaPolina2111/Form1.Designer.cs
2025-11-24 01:18:10 +04:00

321 lines
18 KiB
C#
Raw Permalink 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 NeshinaPolina2111
{
partial class MainForm
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = 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();
this.dgvMain = new System.Windows.Forms.DataGridView();
this.btnAdd = new System.Windows.Forms.Button();
this.btnEdit = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btnCalculator = new System.Windows.Forms.Button();
this.btnMyDiscounts = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.txtSearch = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.cmbSort = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.cmbFilter = new System.Windows.Forms.ComboBox();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvMain)).BeginInit();
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(99, 45);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 61);
this.label1.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(60, 162);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(0, 20);
this.label2.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(60, 274);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(0, 20);
this.label3.TabIndex = 3;
//
// menuStrip1
//
this.menuStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2);
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
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(1382, 34);
this.menuStrip1.TabIndex = 4;
this.menuStrip1.Text = "menuStrip1";
//
// продукцияToolStripMenuItem
//
this.продукцияToolStripMenuItem.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.продукцияToolStripMenuItem.Name = "продукцияToolStripMenuItem";
this.продукцияToolStripMenuItem.Size = new System.Drawing.Size(123, 28);
this.продукцияToolStripMenuItem.Text = "Продукция";
this.продукцияToolStripMenuItem.Click += new System.EventHandler(this.продукцияToolStripMenuItem_Click);
//
// списокМатериаловToolStripMenuItem
//
this.списокМатериаловToolStripMenuItem.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.списокМатериаловToolStripMenuItem.Name = "списокМатериаловToolStripMenuItem";
this.списокМатериаловToolStripMenuItem.Size = new System.Drawing.Size(199, 28);
this.списокМатериаловToolStripMenuItem.Text = "Список Материалов";
this.списокМатериаловToolStripMenuItem.Click += new System.EventHandler(this.списокМатериаловToolStripMenuItem_Click);
//
// dgvMain
//
this.dgvMain.AllowUserToAddRows = false;
this.dgvMain.AllowUserToDeleteRows = false;
this.dgvMain.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dgvMain.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dgvMain.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178)))));
this.dgvMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvMain.Location = new System.Drawing.Point(18, 91);
this.dgvMain.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.dgvMain.Name = "dgvMain";
this.dgvMain.ReadOnly = true;
this.dgvMain.RowHeadersWidth = 62;
this.dgvMain.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvMain.Size = new System.Drawing.Size(926, 589);
this.dgvMain.TabIndex = 5;
//
// btnAdd
//
this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51)))));
this.btnAdd.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.btnAdd.ForeColor = System.Drawing.SystemColors.Control;
this.btnAdd.Location = new System.Drawing.Point(952, 220);
this.btnAdd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(410, 74);
this.btnAdd.TabIndex = 6;
this.btnAdd.Text = "Добавить";
this.btnAdd.UseVisualStyleBackColor = false;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnEdit
//
this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51)))));
this.btnEdit.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.btnEdit.ForeColor = System.Drawing.SystemColors.Control;
this.btnEdit.Location = new System.Drawing.Point(954, 308);
this.btnEdit.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(410, 83);
this.btnEdit.TabIndex = 7;
this.btnEdit.Text = "Редактировать";
this.btnEdit.UseVisualStyleBackColor = false;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnDelete
//
this.btnDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51)))));
this.btnDelete.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.btnDelete.ForeColor = System.Drawing.SystemColors.Control;
this.btnDelete.Location = new System.Drawing.Point(952, 401);
this.btnDelete.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(410, 80);
this.btnDelete.TabIndex = 8;
this.btnDelete.Text = "Удалить";
this.btnDelete.UseVisualStyleBackColor = false;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnCalculator
//
this.btnCalculator.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51)))));
this.btnCalculator.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.btnCalculator.ForeColor = System.Drawing.SystemColors.Control;
this.btnCalculator.Location = new System.Drawing.Point(559, 705);
this.btnCalculator.Name = "btnCalculator";
this.btnCalculator.Size = new System.Drawing.Size(385, 67);
this.btnCalculator.TabIndex = 10;
this.btnCalculator.Text = "Перейти к калькулятору ";
this.btnCalculator.UseVisualStyleBackColor = false;
this.btnCalculator.Click += new System.EventHandler(this.button1_Click);
//
// btnMyDiscounts
//
this.btnMyDiscounts.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(96)))), ((int)(((byte)(51)))));
this.btnMyDiscounts.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.btnMyDiscounts.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.btnMyDiscounts.Location = new System.Drawing.Point(1011, 572);
this.btnMyDiscounts.Name = "btnMyDiscounts";
this.btnMyDiscounts.Size = new System.Drawing.Size(319, 82);
this.btnMyDiscounts.TabIndex = 11;
this.btnMyDiscounts.Text = "Рассчитать скидку";
this.btnMyDiscounts.UseVisualStyleBackColor = false;
this.btnMyDiscounts.Click += new System.EventHandler(this.btnMyDiscounts_Click);
//
// panel1
//
this.panel1.BackgroundImage = global::NeshinaPolina2111.Properties.Resources.Нашекор;
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.panel1.Location = new System.Drawing.Point(1214, 686);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(150, 151);
this.panel1.TabIndex = 9;
//
// txtSearch
//
this.txtSearch.Location = new System.Drawing.Point(510, 57);
this.txtSearch.Name = "txtSearch";
this.txtSearch.Size = new System.Drawing.Size(434, 26);
this.txtSearch.TabIndex = 12;
this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(449, 60);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(55, 20);
this.label4.TabIndex = 13;
this.label4.Text = "Поиск";
//
// cmbSort
//
this.cmbSort.FormattingEnabled = true;
this.cmbSort.Location = new System.Drawing.Point(952, 114);
this.cmbSort.Name = "cmbSort";
this.cmbSort.Size = new System.Drawing.Size(408, 28);
this.cmbSort.TabIndex = 14;
this.cmbSort.SelectedIndexChanged += new System.EventHandler(this.cmbSort_SelectedIndexChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(948, 91);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(110, 20);
this.label5.TabIndex = 15;
this.label5.Text = "Сортировать";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(948, 145);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(106, 20);
this.label6.TabIndex = 16;
this.label6.Text = "Фильтрация";
//
// cmbFilter
//
this.cmbFilter.FormattingEnabled = true;
this.cmbFilter.Location = new System.Drawing.Point(952, 168);
this.cmbFilter.Name = "cmbFilter";
this.cmbFilter.Size = new System.Drawing.Size(408, 28);
this.cmbFilter.TabIndex = 17;
this.cmbFilter.SelectedIndexChanged += new System.EventHandler(this.cmbFilter_SelectedIndexChanged);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1382, 855);
this.Controls.Add(this.cmbFilter);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.cmbSort);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtSearch);
this.Controls.Add(this.btnMyDiscounts);
this.Controls.Add(this.btnCalculator);
this.Controls.Add(this.panel1);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.btnEdit);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.dgvMain);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MaximizeBox = false;
this.Name = "MainForm";
this.Text = "MainForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvMain)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem продукцияToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem списокМатериаловToolStripMenuItem;
private System.Windows.Forms.DataGridView dgvMain;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnEdit;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnCalculator;
private System.Windows.Forms.Button btnMyDiscounts;
private System.Windows.Forms.TextBox txtSearch;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cmbSort;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox cmbFilter;
}
}