2024-02-13 21:55:59 +04:00
|
|
|
|
namespace ProjectFlowerShop
|
2024-02-11 19:49:19 +04:00
|
|
|
|
{
|
|
|
|
|
partial class MainForm
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
menuStrip1 = new MenuStrip();
|
|
|
|
|
ToolStripMenu = new ToolStripMenuItem();
|
|
|
|
|
КомпонентыStripMenuItem = new ToolStripMenuItem();
|
2024-02-12 17:52:44 +04:00
|
|
|
|
ЦветыStripMenuItem = new ToolStripMenuItem();
|
2024-02-11 19:49:19 +04:00
|
|
|
|
DataGridView = new DataGridView();
|
|
|
|
|
CreateOrderButton = new Button();
|
|
|
|
|
TakeInWorkButton = new Button();
|
|
|
|
|
ReadyButton = new Button();
|
|
|
|
|
IssuedButton = new Button();
|
|
|
|
|
RefreshButton = new Button();
|
|
|
|
|
menuStrip1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)DataGridView).BeginInit();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// menuStrip1
|
|
|
|
|
//
|
|
|
|
|
menuStrip1.ImageScalingSize = new Size(20, 20);
|
|
|
|
|
menuStrip1.Items.AddRange(new ToolStripItem[] { ToolStripMenu });
|
|
|
|
|
menuStrip1.Location = new Point(0, 0);
|
|
|
|
|
menuStrip1.Name = "menuStrip1";
|
|
|
|
|
menuStrip1.Size = new Size(1296, 28);
|
|
|
|
|
menuStrip1.TabIndex = 0;
|
|
|
|
|
menuStrip1.Text = "menuStrip1";
|
|
|
|
|
//
|
|
|
|
|
// ToolStripMenu
|
|
|
|
|
//
|
2024-02-12 17:52:44 +04:00
|
|
|
|
ToolStripMenu.DropDownItems.AddRange(new ToolStripItem[] { КомпонентыStripMenuItem, ЦветыStripMenuItem });
|
2024-02-11 19:49:19 +04:00
|
|
|
|
ToolStripMenu.Name = "ToolStripMenu";
|
|
|
|
|
ToolStripMenu.Size = new Size(117, 24);
|
|
|
|
|
ToolStripMenu.Text = "Справочники";
|
|
|
|
|
//
|
|
|
|
|
// КомпонентыStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
КомпонентыStripMenuItem.Name = "КомпонентыStripMenuItem";
|
2024-02-12 17:52:44 +04:00
|
|
|
|
КомпонентыStripMenuItem.Size = new Size(224, 26);
|
2024-02-11 19:49:19 +04:00
|
|
|
|
КомпонентыStripMenuItem.Text = "Компоненты";
|
|
|
|
|
КомпонентыStripMenuItem.Click += КомпонентыStripMenuItem_Click;
|
|
|
|
|
//
|
2024-02-12 17:52:44 +04:00
|
|
|
|
// ЦветыStripMenuItem
|
2024-02-11 19:49:19 +04:00
|
|
|
|
//
|
2024-02-12 17:52:44 +04:00
|
|
|
|
ЦветыStripMenuItem.Name = "ЦветыStripMenuItem";
|
|
|
|
|
ЦветыStripMenuItem.Size = new Size(224, 26);
|
|
|
|
|
ЦветыStripMenuItem.Text = "Цветы";
|
|
|
|
|
ЦветыStripMenuItem.Click += ЦветыStripMenuItem_Click;
|
2024-02-11 19:49:19 +04:00
|
|
|
|
//
|
|
|
|
|
// DataGridView
|
|
|
|
|
//
|
|
|
|
|
DataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
DataGridView.Location = new Point(12, 31);
|
|
|
|
|
DataGridView.Name = "DataGridView";
|
|
|
|
|
DataGridView.RowHeadersWidth = 51;
|
|
|
|
|
DataGridView.Size = new Size(1007, 407);
|
|
|
|
|
DataGridView.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// CreateOrderButton
|
|
|
|
|
//
|
|
|
|
|
CreateOrderButton.Location = new Point(1025, 31);
|
|
|
|
|
CreateOrderButton.Name = "CreateOrderButton";
|
|
|
|
|
CreateOrderButton.Size = new Size(259, 29);
|
|
|
|
|
CreateOrderButton.TabIndex = 2;
|
|
|
|
|
CreateOrderButton.Text = "Создать заказ";
|
|
|
|
|
CreateOrderButton.UseVisualStyleBackColor = true;
|
|
|
|
|
CreateOrderButton.Click += CreateOrderButton_Click;
|
|
|
|
|
//
|
|
|
|
|
// TakeInWorkButton
|
|
|
|
|
//
|
|
|
|
|
TakeInWorkButton.Location = new Point(1025, 66);
|
|
|
|
|
TakeInWorkButton.Name = "TakeInWorkButton";
|
|
|
|
|
TakeInWorkButton.Size = new Size(259, 29);
|
|
|
|
|
TakeInWorkButton.TabIndex = 3;
|
|
|
|
|
TakeInWorkButton.Text = "Отдать заказ в работу";
|
|
|
|
|
TakeInWorkButton.UseVisualStyleBackColor = true;
|
|
|
|
|
TakeInWorkButton.Click += TakeInWorkButton_Click;
|
|
|
|
|
//
|
|
|
|
|
// ReadyButton
|
|
|
|
|
//
|
|
|
|
|
ReadyButton.Location = new Point(1025, 101);
|
|
|
|
|
ReadyButton.Name = "ReadyButton";
|
|
|
|
|
ReadyButton.Size = new Size(259, 29);
|
|
|
|
|
ReadyButton.TabIndex = 4;
|
|
|
|
|
ReadyButton.Text = "Заказ готов";
|
|
|
|
|
ReadyButton.UseVisualStyleBackColor = true;
|
|
|
|
|
ReadyButton.Click += ReadyButton_Click;
|
|
|
|
|
//
|
|
|
|
|
// IssuedButton
|
|
|
|
|
//
|
|
|
|
|
IssuedButton.Location = new Point(1025, 136);
|
|
|
|
|
IssuedButton.Name = "IssuedButton";
|
|
|
|
|
IssuedButton.Size = new Size(259, 29);
|
|
|
|
|
IssuedButton.TabIndex = 5;
|
|
|
|
|
IssuedButton.Text = "Заказ выдан";
|
|
|
|
|
IssuedButton.UseVisualStyleBackColor = true;
|
|
|
|
|
IssuedButton.Click += IssuedButton_Click;
|
|
|
|
|
//
|
|
|
|
|
// RefreshButton
|
|
|
|
|
//
|
|
|
|
|
RefreshButton.Location = new Point(1025, 171);
|
|
|
|
|
RefreshButton.Name = "RefreshButton";
|
|
|
|
|
RefreshButton.Size = new Size(259, 29);
|
|
|
|
|
RefreshButton.TabIndex = 6;
|
|
|
|
|
RefreshButton.Text = "Обновить";
|
|
|
|
|
RefreshButton.UseVisualStyleBackColor = true;
|
|
|
|
|
RefreshButton.Click += RefreshButton_Click;
|
|
|
|
|
//
|
|
|
|
|
// MainForm
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(1296, 450);
|
|
|
|
|
Controls.Add(RefreshButton);
|
|
|
|
|
Controls.Add(IssuedButton);
|
|
|
|
|
Controls.Add(ReadyButton);
|
|
|
|
|
Controls.Add(TakeInWorkButton);
|
|
|
|
|
Controls.Add(CreateOrderButton);
|
|
|
|
|
Controls.Add(DataGridView);
|
|
|
|
|
Controls.Add(menuStrip1);
|
|
|
|
|
MainMenuStrip = menuStrip1;
|
|
|
|
|
Name = "MainForm";
|
|
|
|
|
Text = "MainForm";
|
|
|
|
|
Load += MainForm_Load;
|
|
|
|
|
menuStrip1.ResumeLayout(false);
|
|
|
|
|
menuStrip1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)DataGridView).EndInit();
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
PerformLayout();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private MenuStrip menuStrip1;
|
|
|
|
|
private ToolStripMenuItem ToolStripMenu;
|
|
|
|
|
private ToolStripMenuItem КомпонентыStripMenuItem;
|
2024-02-12 17:52:44 +04:00
|
|
|
|
private ToolStripMenuItem ЦветыStripMenuItem;
|
2024-02-11 19:49:19 +04:00
|
|
|
|
private DataGridView DataGridView;
|
|
|
|
|
private Button CreateOrderButton;
|
|
|
|
|
private Button TakeInWorkButton;
|
|
|
|
|
private Button ReadyButton;
|
|
|
|
|
private Button IssuedButton;
|
|
|
|
|
private Button RefreshButton;
|
|
|
|
|
}
|
|
|
|
|
}
|