2023-02-28 02:01:24 +04:00
|
|
|
|
namespace ConfectioneryView
|
|
|
|
|
{
|
|
|
|
|
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.buttonCreateOrder = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonTakeOrderInWork = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonOrderReady = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonIsssued = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonRef = new System.Windows.Forms.Button();
|
|
|
|
|
this.dataGridView = new System.Windows.Forms.DataGridView();
|
|
|
|
|
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();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
|
|
|
|
this.menuStrip1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// buttonCreateOrder
|
|
|
|
|
//
|
|
|
|
|
this.buttonCreateOrder.Location = new System.Drawing.Point(645, 67);
|
|
|
|
|
this.buttonCreateOrder.Name = "buttonCreateOrder";
|
|
|
|
|
this.buttonCreateOrder.Size = new System.Drawing.Size(143, 43);
|
|
|
|
|
this.buttonCreateOrder.TabIndex = 0;
|
|
|
|
|
this.buttonCreateOrder.Text = "Создать заказ";
|
|
|
|
|
this.buttonCreateOrder.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonCreateOrder.Click += new System.EventHandler(this.ButtonCreateOrder_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonTakeOrderInWork
|
|
|
|
|
//
|
|
|
|
|
this.buttonTakeOrderInWork.Location = new System.Drawing.Point(645, 131);
|
|
|
|
|
this.buttonTakeOrderInWork.Name = "buttonTakeOrderInWork";
|
|
|
|
|
this.buttonTakeOrderInWork.Size = new System.Drawing.Size(143, 42);
|
|
|
|
|
this.buttonTakeOrderInWork.TabIndex = 1;
|
|
|
|
|
this.buttonTakeOrderInWork.Text = "Отдать на выполнение";
|
|
|
|
|
this.buttonTakeOrderInWork.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonTakeOrderInWork.Click += new System.EventHandler(this.ButtonTakeOrderInWork_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonOrderReady
|
|
|
|
|
//
|
|
|
|
|
this.buttonOrderReady.Location = new System.Drawing.Point(645, 196);
|
|
|
|
|
this.buttonOrderReady.Name = "buttonOrderReady";
|
|
|
|
|
this.buttonOrderReady.Size = new System.Drawing.Size(143, 40);
|
|
|
|
|
this.buttonOrderReady.TabIndex = 2;
|
|
|
|
|
this.buttonOrderReady.Text = "Заказ готов";
|
|
|
|
|
this.buttonOrderReady.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonOrderReady.Click += new System.EventHandler(this.ButtonOrderReady_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonIsssued
|
|
|
|
|
//
|
|
|
|
|
this.buttonIsssued.Location = new System.Drawing.Point(645, 261);
|
|
|
|
|
this.buttonIsssued.Name = "buttonIsssued";
|
|
|
|
|
this.buttonIsssued.Size = new System.Drawing.Size(143, 40);
|
|
|
|
|
this.buttonIsssued.TabIndex = 3;
|
|
|
|
|
this.buttonIsssued.Text = "Заказ выдан";
|
|
|
|
|
this.buttonIsssued.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonIsssued.Click += new System.EventHandler(this.ButtonIsssued_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonRef
|
|
|
|
|
//
|
|
|
|
|
this.buttonRef.Location = new System.Drawing.Point(645, 327);
|
|
|
|
|
this.buttonRef.Name = "buttonRef";
|
|
|
|
|
this.buttonRef.Size = new System.Drawing.Size(143, 37);
|
|
|
|
|
this.buttonRef.TabIndex = 4;
|
|
|
|
|
this.buttonRef.Text = "Обновить список";
|
|
|
|
|
this.buttonRef.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonRef.Click += new System.EventHandler(this.ButtonRef_Click);
|
|
|
|
|
//
|
|
|
|
|
// dataGridView
|
|
|
|
|
//
|
|
|
|
|
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridView.Location = new System.Drawing.Point(9, 27);
|
|
|
|
|
this.dataGridView.Name = "dataGridView";
|
|
|
|
|
this.dataGridView.RowTemplate.Height = 25;
|
|
|
|
|
this.dataGridView.Size = new System.Drawing.Size(627, 413);
|
|
|
|
|
this.dataGridView.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// menuStrip1
|
|
|
|
|
//
|
|
|
|
|
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(800, 24);
|
|
|
|
|
this.menuStrip1.TabIndex = 6;
|
|
|
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
|
|
|
//
|
|
|
|
|
// справочникиToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.справочникиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.кондитерскиеИзделияToolStripMenuItem,
|
|
|
|
|
this.компонентыToolStripMenuItem});
|
|
|
|
|
this.справочникиToolStripMenuItem.Name = "справочникиToolStripMenuItem";
|
|
|
|
|
this.справочникиToolStripMenuItem.Size = new System.Drawing.Size(94, 20);
|
|
|
|
|
this.справочникиToolStripMenuItem.Text = "Справочники";
|
|
|
|
|
//
|
|
|
|
|
// кондитерскиеИзделияToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.кондитерскиеИзделияToolStripMenuItem.Name = "кондитерскиеИзделияToolStripMenuItem";
|
|
|
|
|
this.кондитерскиеИзделияToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
|
|
|
|
|
this.кондитерскиеИзделияToolStripMenuItem.Text = "Кондитерские изделия";
|
|
|
|
|
this.кондитерскиеИзделияToolStripMenuItem.Click += new System.EventHandler(this.PastriesToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// компонентыToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.компонентыToolStripMenuItem.Name = "компонентыToolStripMenuItem";
|
|
|
|
|
this.компонентыToolStripMenuItem.Size = new System.Drawing.Size(198, 22);
|
|
|
|
|
this.компонентыToolStripMenuItem.Text = "Компоненты";
|
|
|
|
|
this.компонентыToolStripMenuItem.Click += new System.EventHandler(this.ComponentsToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// FormMain
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
|
|
this.Controls.Add(this.dataGridView);
|
|
|
|
|
this.Controls.Add(this.buttonRef);
|
|
|
|
|
this.Controls.Add(this.buttonIsssued);
|
|
|
|
|
this.Controls.Add(this.buttonOrderReady);
|
|
|
|
|
this.Controls.Add(this.buttonTakeOrderInWork);
|
|
|
|
|
this.Controls.Add(this.buttonCreateOrder);
|
|
|
|
|
this.Controls.Add(this.menuStrip1);
|
|
|
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
|
|
|
this.Name = "FormMain";
|
|
|
|
|
this.Text = "Кондитерская";
|
2023-03-13 21:07:26 +04:00
|
|
|
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
2023-02-28 02:01:24 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
|
|
|
|
this.menuStrip1.ResumeLayout(false);
|
|
|
|
|
this.menuStrip1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private Button buttonCreateOrder;
|
|
|
|
|
private Button buttonTakeOrderInWork;
|
|
|
|
|
private Button buttonOrderReady;
|
|
|
|
|
private Button buttonIsssued;
|
|
|
|
|
private Button buttonRef;
|
|
|
|
|
private DataGridView dataGridView;
|
|
|
|
|
private MenuStrip menuStrip1;
|
|
|
|
|
private ToolStripMenuItem справочникиToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem кондитерскиеИзделияToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem компонентыToolStripMenuItem;
|
|
|
|
|
}
|
|
|
|
|
}
|