227 lines
12 KiB
C#
227 lines
12 KiB
C#
namespace IceCreamShopView
|
||
{
|
||
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.buttonUpdate = new System.Windows.Forms.Button();
|
||
this.buttonSetToFinish = new System.Windows.Forms.Button();
|
||
this.buttonSetToDone = new System.Windows.Forms.Button();
|
||
this.buttonSetToWork = new System.Windows.Forms.Button();
|
||
this.buttonCreateOrder = new System.Windows.Forms.Button();
|
||
this.dataGridView = new System.Windows.Forms.DataGridView();
|
||
this.menuStrip = 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.iceCreamComponentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.iceCreamToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.ordersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.клиентыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
||
this.menuStrip.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// buttonUpdate
|
||
//
|
||
this.buttonUpdate.Location = new System.Drawing.Point(1067, 390);
|
||
this.buttonUpdate.Name = "buttonUpdate";
|
||
this.buttonUpdate.Size = new System.Drawing.Size(194, 49);
|
||
this.buttonUpdate.TabIndex = 13;
|
||
this.buttonUpdate.Text = "Обновить";
|
||
this.buttonUpdate.UseVisualStyleBackColor = true;
|
||
this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click);
|
||
//
|
||
// buttonSetToFinish
|
||
//
|
||
this.buttonSetToFinish.Location = new System.Drawing.Point(1067, 298);
|
||
this.buttonSetToFinish.Name = "buttonSetToFinish";
|
||
this.buttonSetToFinish.Size = new System.Drawing.Size(194, 49);
|
||
this.buttonSetToFinish.TabIndex = 12;
|
||
this.buttonSetToFinish.Text = "Заказ выдан";
|
||
this.buttonSetToFinish.UseVisualStyleBackColor = true;
|
||
this.buttonSetToFinish.Click += new System.EventHandler(this.buttonSetToFinish_Click);
|
||
//
|
||
// buttonSetToDone
|
||
//
|
||
this.buttonSetToDone.Location = new System.Drawing.Point(1067, 211);
|
||
this.buttonSetToDone.Name = "buttonSetToDone";
|
||
this.buttonSetToDone.Size = new System.Drawing.Size(194, 49);
|
||
this.buttonSetToDone.TabIndex = 11;
|
||
this.buttonSetToDone.Text = "Заказ готов";
|
||
this.buttonSetToDone.UseVisualStyleBackColor = true;
|
||
this.buttonSetToDone.Click += new System.EventHandler(this.buttonSetToDone_Click);
|
||
//
|
||
// buttonSetToWork
|
||
//
|
||
this.buttonSetToWork.Location = new System.Drawing.Point(1067, 122);
|
||
this.buttonSetToWork.Name = "buttonSetToWork";
|
||
this.buttonSetToWork.Size = new System.Drawing.Size(194, 49);
|
||
this.buttonSetToWork.TabIndex = 10;
|
||
this.buttonSetToWork.Text = "Отдать на выполнение";
|
||
this.buttonSetToWork.UseVisualStyleBackColor = true;
|
||
this.buttonSetToWork.Click += new System.EventHandler(this.buttonSetToWork_Click);
|
||
//
|
||
// buttonCreateOrder
|
||
//
|
||
this.buttonCreateOrder.Location = new System.Drawing.Point(1067, 33);
|
||
this.buttonCreateOrder.Name = "buttonCreateOrder";
|
||
this.buttonCreateOrder.Size = new System.Drawing.Size(194, 49);
|
||
this.buttonCreateOrder.TabIndex = 9;
|
||
this.buttonCreateOrder.Text = "Создать заказ";
|
||
this.buttonCreateOrder.UseVisualStyleBackColor = true;
|
||
this.buttonCreateOrder.Click += new System.EventHandler(this.buttonCreateOrder_Click);
|
||
//
|
||
// dataGridView
|
||
//
|
||
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dataGridView.Location = new System.Drawing.Point(14, 35);
|
||
this.dataGridView.Name = "dataGridView";
|
||
this.dataGridView.RowHeadersWidth = 51;
|
||
this.dataGridView.RowTemplate.Height = 29;
|
||
this.dataGridView.Size = new System.Drawing.Size(1047, 407);
|
||
this.dataGridView.TabIndex = 8;
|
||
//
|
||
// menuStrip
|
||
//
|
||
this.menuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.справочникиToolStripMenuItem,
|
||
this.отчетыToolStripMenuItem});
|
||
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
||
this.menuStrip.Name = "menuStrip";
|
||
this.menuStrip.Padding = new System.Windows.Forms.Padding(6, 3, 0, 3);
|
||
this.menuStrip.Size = new System.Drawing.Size(1273, 30);
|
||
this.menuStrip.TabIndex = 7;
|
||
this.menuStrip.Text = "Справочники";
|
||
//
|
||
// справочники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(224, 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(224, 26);
|
||
this.мороженоеToolStripMenuItem.Text = "Мороженое";
|
||
this.мороженоеToolStripMenuItem.Click += new System.EventHandler(this.мороженоеToolStripMenuItem_Click);
|
||
//
|
||
// отчетыToolStripMenuItem
|
||
//
|
||
this.отчетыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.iceCreamComponentsToolStripMenuItem,
|
||
this.iceCreamToolStripMenuItem,
|
||
this.ordersToolStripMenuItem});
|
||
this.отчетыToolStripMenuItem.Name = "отчетыToolStripMenuItem";
|
||
this.отчетыToolStripMenuItem.Size = new System.Drawing.Size(73, 24);
|
||
this.отчетыToolStripMenuItem.Text = "Отчеты";
|
||
//
|
||
// iceCreamComponentsToolStripMenuItem
|
||
//
|
||
this.iceCreamComponentsToolStripMenuItem.Name = "iceCreamComponentsToolStripMenuItem";
|
||
this.iceCreamComponentsToolStripMenuItem.Size = new System.Drawing.Size(299, 26);
|
||
this.iceCreamComponentsToolStripMenuItem.Text = "Список мороженых";
|
||
this.iceCreamComponentsToolStripMenuItem.Click += new System.EventHandler(this.IceCreamsToolStripMenuItem_Click);
|
||
//
|
||
// iceCreamToolStripMenuItem
|
||
//
|
||
this.iceCreamToolStripMenuItem.Name = "iceCreamToolStripMenuItem";
|
||
this.iceCreamToolStripMenuItem.Size = new System.Drawing.Size(299, 26);
|
||
this.iceCreamToolStripMenuItem.Text = "Мороженые с компонентами";
|
||
this.iceCreamToolStripMenuItem.Click += new System.EventHandler(this.IceCreamComponentsToolStripMenuItem_Click);
|
||
//
|
||
// ordersToolStripMenuItem
|
||
//
|
||
this.ordersToolStripMenuItem.Name = "ordersToolStripMenuItem";
|
||
this.ordersToolStripMenuItem.Size = new System.Drawing.Size(299, 26);
|
||
this.ordersToolStripMenuItem.Text = "Список заказов";
|
||
this.ordersToolStripMenuItem.Click += new System.EventHandler(this.OrdersToolStripMenuItem_Click);
|
||
//
|
||
// клиентыToolStripMenuItem
|
||
//
|
||
this.клиентыToolStripMenuItem.Name = "клиентыToolStripMenuItem";
|
||
this.клиентыToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
|
||
this.клиентыToolStripMenuItem.Text = "Клиенты";
|
||
this.клиентыToolStripMenuItem.Click += new System.EventHandler(this.клиентыToolStripMenuItem_Click);
|
||
//
|
||
// FormMain
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1273, 463);
|
||
this.Controls.Add(this.buttonUpdate);
|
||
this.Controls.Add(this.buttonSetToFinish);
|
||
this.Controls.Add(this.buttonSetToDone);
|
||
this.Controls.Add(this.buttonSetToWork);
|
||
this.Controls.Add(this.buttonCreateOrder);
|
||
this.Controls.Add(this.dataGridView);
|
||
this.Controls.Add(this.menuStrip);
|
||
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||
this.Name = "FormMain";
|
||
this.Text = "Магазин мороженого";
|
||
this.Load += new System.EventHandler(this.FormMain_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
||
this.menuStrip.ResumeLayout(false);
|
||
this.menuStrip.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private Button buttonUpdate;
|
||
private Button buttonSetToFinish;
|
||
private Button buttonSetToDone;
|
||
private Button buttonSetToWork;
|
||
private Button buttonCreateOrder;
|
||
private DataGridView dataGridView;
|
||
private MenuStrip menuStrip;
|
||
private ToolStripMenuItem справочникиToolStripMenuItem;
|
||
private ToolStripMenuItem компонентыToolStripMenuItem;
|
||
private ToolStripMenuItem мороженоеToolStripMenuItem;
|
||
private ToolStripMenuItem отчетыToolStripMenuItem;
|
||
private ToolStripMenuItem iceCreamComponentsToolStripMenuItem;
|
||
private ToolStripMenuItem iceCreamToolStripMenuItem;
|
||
private ToolStripMenuItem ordersToolStripMenuItem;
|
||
private ToolStripMenuItem клиентыToolStripMenuItem;
|
||
}
|
||
} |