232 lines
12 KiB
C#
232 lines
12 KiB
C#
namespace Pizzeria
|
||
{
|
||
partial class FormMain
|
||
{
|
||
/// <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.components = new System.ComponentModel.Container();
|
||
this.dataGridView = new System.Windows.Forms.DataGridView();
|
||
this.button5 = new System.Windows.Forms.Button();
|
||
this.button4 = new System.Windows.Forms.Button();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.button3 = new System.Windows.Forms.Button();
|
||
this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||
this.справочникиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.компонентыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.изделияToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.магазиныToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.button6 = new System.Windows.Forms.Button();
|
||
this.buttonSell = new System.Windows.Forms.Button();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
||
this.menuStrip1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// dataGridView
|
||
//
|
||
this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.dataGridView.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
|
||
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dataGridView.Location = new System.Drawing.Point(0, 31);
|
||
this.dataGridView.Name = "dataGridView";
|
||
this.dataGridView.RowHeadersWidth = 51;
|
||
this.dataGridView.RowTemplate.Height = 29;
|
||
this.dataGridView.Size = new System.Drawing.Size(935, 408);
|
||
this.dataGridView.TabIndex = 0;
|
||
//
|
||
// button5
|
||
//
|
||
this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.button5.Location = new System.Drawing.Point(987, 143);
|
||
this.button5.Name = "button5";
|
||
this.button5.Size = new System.Drawing.Size(209, 29);
|
||
this.button5.TabIndex = 9;
|
||
this.button5.Text = "Заказ готов";
|
||
this.button5.UseVisualStyleBackColor = true;
|
||
this.button5.Click += new System.EventHandler(this.ButtonOrderReady_Click);
|
||
//
|
||
// button4
|
||
//
|
||
this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.button4.Location = new System.Drawing.Point(987, 190);
|
||
this.button4.Name = "button4";
|
||
this.button4.Size = new System.Drawing.Size(209, 29);
|
||
this.button4.TabIndex = 8;
|
||
this.button4.Text = "Заказ выдан";
|
||
this.button4.UseVisualStyleBackColor = true;
|
||
this.button4.Click += new System.EventHandler(this.ButtonIssuedOrder_Click);
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.button2.Location = new System.Drawing.Point(987, 96);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(209, 29);
|
||
this.button2.TabIndex = 7;
|
||
this.button2.Text = "Отдать на выполнение";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.ButtonTakeOrderInWork_Click);
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.button1.Location = new System.Drawing.Point(987, 49);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(209, 29);
|
||
this.button1.TabIndex = 6;
|
||
this.button1.Text = "Создать заказ";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.ButtonCreateOrder_Click);
|
||
//
|
||
// button3
|
||
//
|
||
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.button3.Location = new System.Drawing.Point(987, 236);
|
||
this.button3.Name = "button3";
|
||
this.button3.Size = new System.Drawing.Size(209, 29);
|
||
this.button3.TabIndex = 10;
|
||
this.button3.Text = "Обновить список";
|
||
this.button3.UseVisualStyleBackColor = true;
|
||
this.button3.Click += new System.EventHandler(this.ButtonRef_Click);
|
||
//
|
||
// contextMenuStrip
|
||
//
|
||
this.contextMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
this.contextMenuStrip.Name = "contextMenuStrip";
|
||
this.contextMenuStrip.Size = new System.Drawing.Size(61, 4);
|
||
//
|
||
// menuStrip1
|
||
//
|
||
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.справочникиToolStripMenuItem});
|
||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||
this.menuStrip1.Name = "menuStrip1";
|
||
this.menuStrip1.Size = new System.Drawing.Size(1233, 28);
|
||
this.menuStrip1.TabIndex = 11;
|
||
this.menuStrip1.Text = "menuStrip1";
|
||
//
|
||
// справочникиToolStripMenuItem
|
||
//
|
||
this.справочникиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.компонентыToolStripMenuItem,
|
||
this.изделияToolStripMenuItem,
|
||
this.магазиныToolStripMenuItem});
|
||
this.справочникиToolStripMenuItem.Name = "справочникиToolStripMenuItem";
|
||
this.справочникиToolStripMenuItem.Size = new System.Drawing.Size(117, 24);
|
||
this.справочникиToolStripMenuItem.Text = "Справочники";
|
||
//
|
||
// компонентыToolStripMenuItem
|
||
//
|
||
this.компонентыToolStripMenuItem.Name = "компонентыToolStripMenuItem";
|
||
this.компонентыToolStripMenuItem.Size = new System.Drawing.Size(182, 26);
|
||
this.компонентыToolStripMenuItem.Text = "Компоненты";
|
||
this.компонентыToolStripMenuItem.Click += new System.EventHandler(this.КомпонентыToolStripMenuItem_Click);
|
||
//
|
||
// изделияToolStripMenuItem
|
||
//
|
||
this.изделияToolStripMenuItem.Name = "изделияToolStripMenuItem";
|
||
this.изделияToolStripMenuItem.Size = new System.Drawing.Size(182, 26);
|
||
this.изделияToolStripMenuItem.Text = "Пиццы";
|
||
this.изделияToolStripMenuItem.Click += new System.EventHandler(this.ПиццыToolStripMenuItem_Click);
|
||
//
|
||
// магазиныToolStripMenuItem
|
||
//
|
||
this.магазиныToolStripMenuItem.Name = "магазиныToolStripMenuItem";
|
||
this.магазиныToolStripMenuItem.Size = new System.Drawing.Size(182, 26);
|
||
this.магазиныToolStripMenuItem.Text = "Магазины";
|
||
this.магазиныToolStripMenuItem.Click += new System.EventHandler(this.магазиныToolStripMenuItem_Click);
|
||
//
|
||
// button6
|
||
//
|
||
this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.button6.Location = new System.Drawing.Point(987, 284);
|
||
this.button6.Name = "button6";
|
||
this.button6.Size = new System.Drawing.Size(209, 29);
|
||
this.button6.TabIndex = 12;
|
||
this.button6.Text = "Пополнить магазин";
|
||
this.button6.UseVisualStyleBackColor = true;
|
||
this.button6.Click += new System.EventHandler(this.ButtonRestore_Click);
|
||
//
|
||
// buttonSell
|
||
//
|
||
this.buttonSell.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.buttonSell.Location = new System.Drawing.Point(987, 328);
|
||
this.buttonSell.Name = "buttonSell";
|
||
this.buttonSell.Size = new System.Drawing.Size(209, 29);
|
||
this.buttonSell.TabIndex = 13;
|
||
this.buttonSell.Text = "Продать";
|
||
this.buttonSell.UseVisualStyleBackColor = true;
|
||
this.buttonSell.Click += new System.EventHandler(this.ButtonSell_Click);
|
||
//
|
||
// FormMain
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1233, 439);
|
||
this.Controls.Add(this.buttonSell);
|
||
this.Controls.Add(this.button6);
|
||
this.Controls.Add(this.menuStrip1);
|
||
this.Controls.Add(this.button3);
|
||
this.Controls.Add(this.button5);
|
||
this.Controls.Add(this.button4);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.dataGridView);
|
||
this.MainMenuStrip = this.menuStrip1;
|
||
this.Name = "FormMain";
|
||
this.Text = "Абстрактный магазин";
|
||
this.Load += new System.EventHandler(this.FormMain_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
||
this.menuStrip1.ResumeLayout(false);
|
||
this.menuStrip1.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private DataGridView dataGridView;
|
||
private Button button5;
|
||
private Button button4;
|
||
private Button button2;
|
||
private Button button1;
|
||
private Button button3;
|
||
private ContextMenuStrip contextMenuStrip;
|
||
private MenuStrip menuStrip1;
|
||
private ToolStripMenuItem справочникиToolStripMenuItem;
|
||
private ToolStripMenuItem компонентыToolStripMenuItem;
|
||
private ToolStripMenuItem изделияToolStripMenuItem;
|
||
private ToolStripMenuItem магазиныToolStripMenuItem;
|
||
private Button button6;
|
||
private Button buttonSell;
|
||
}
|
||
} |