2023-02-05 21:54:36 +04:00
|
|
|
|
namespace JewelryStore
|
|
|
|
|
{
|
|
|
|
|
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()
|
|
|
|
|
{
|
2023-02-06 15:42:50 +04:00
|
|
|
|
this.buttonReady = new System.Windows.Forms.Button();
|
2023-02-05 21:54:36 +04:00
|
|
|
|
this.dataGridView = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.buttonCreate = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonToWork = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonPut = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonRefresh = new System.Windows.Forms.Button();
|
|
|
|
|
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();
|
2023-03-20 21:04:04 +04:00
|
|
|
|
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();
|
2023-02-05 21:54:36 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
|
|
|
|
this.menuStrip.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// buttonReady
|
|
|
|
|
//
|
2023-02-06 15:42:50 +04:00
|
|
|
|
this.buttonReady.Location = new System.Drawing.Point(1273, 225);
|
|
|
|
|
this.buttonReady.Name = "buttonReady";
|
|
|
|
|
this.buttonReady.Size = new System.Drawing.Size(215, 34);
|
|
|
|
|
this.buttonReady.TabIndex = 3;
|
|
|
|
|
this.buttonReady.Text = "Заказ готов";
|
|
|
|
|
this.buttonReady.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonReady.Click += new System.EventHandler(this.buttonReady_Click);
|
2023-02-05 21:54:36 +04:00
|
|
|
|
//
|
|
|
|
|
// dataGridView
|
|
|
|
|
//
|
|
|
|
|
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridView.Location = new System.Drawing.Point(9, 52);
|
|
|
|
|
this.dataGridView.Name = "dataGridView";
|
|
|
|
|
this.dataGridView.RowHeadersWidth = 62;
|
|
|
|
|
this.dataGridView.RowTemplate.Height = 33;
|
|
|
|
|
this.dataGridView.Size = new System.Drawing.Size(1227, 386);
|
|
|
|
|
this.dataGridView.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// buttonCreate
|
|
|
|
|
//
|
|
|
|
|
this.buttonCreate.Location = new System.Drawing.Point(1273, 52);
|
|
|
|
|
this.buttonCreate.Name = "buttonCreate";
|
|
|
|
|
this.buttonCreate.Size = new System.Drawing.Size(215, 34);
|
|
|
|
|
this.buttonCreate.TabIndex = 1;
|
|
|
|
|
this.buttonCreate.Text = "Создать заказ";
|
|
|
|
|
this.buttonCreate.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonCreate.Click += new System.EventHandler(this.buttonCreate_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonToWork
|
|
|
|
|
//
|
|
|
|
|
this.buttonToWork.Location = new System.Drawing.Point(1273, 137);
|
|
|
|
|
this.buttonToWork.Name = "buttonToWork";
|
|
|
|
|
this.buttonToWork.Size = new System.Drawing.Size(215, 34);
|
|
|
|
|
this.buttonToWork.TabIndex = 2;
|
|
|
|
|
this.buttonToWork.Text = "Отдать на выполнение";
|
|
|
|
|
this.buttonToWork.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonToWork.Click += new System.EventHandler(this.buttonToWork_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonPut
|
|
|
|
|
//
|
|
|
|
|
this.buttonPut.Location = new System.Drawing.Point(1273, 308);
|
|
|
|
|
this.buttonPut.Name = "buttonPut";
|
|
|
|
|
this.buttonPut.Size = new System.Drawing.Size(215, 34);
|
|
|
|
|
this.buttonPut.TabIndex = 4;
|
|
|
|
|
this.buttonPut.Text = "Заказ выдан";
|
|
|
|
|
this.buttonPut.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonPut.Click += new System.EventHandler(this.buttonPut_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonRefresh
|
|
|
|
|
//
|
|
|
|
|
this.buttonRefresh.Location = new System.Drawing.Point(1273, 389);
|
|
|
|
|
this.buttonRefresh.Name = "buttonRefresh";
|
|
|
|
|
this.buttonRefresh.Size = new System.Drawing.Size(215, 34);
|
|
|
|
|
this.buttonRefresh.TabIndex = 5;
|
|
|
|
|
this.buttonRefresh.Text = "Обновить список";
|
|
|
|
|
this.buttonRefresh.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click);
|
|
|
|
|
//
|
|
|
|
|
// menuStrip
|
|
|
|
|
//
|
|
|
|
|
this.menuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
|
|
|
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2023-03-20 21:04:04 +04:00
|
|
|
|
this.справочникиToolStripMenuItem,
|
|
|
|
|
this.отчетыToolStripMenuItem});
|
2023-02-05 21:54:36 +04:00
|
|
|
|
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.menuStrip.Name = "menuStrip";
|
|
|
|
|
this.menuStrip.Size = new System.Drawing.Size(1530, 33);
|
|
|
|
|
this.menuStrip.TabIndex = 6;
|
|
|
|
|
this.menuStrip.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(139, 29);
|
|
|
|
|
this.справочникиToolStripMenuItem.Text = "Справочники";
|
|
|
|
|
//
|
|
|
|
|
// компонентыToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.компонентыToolStripMenuItem.Name = "компонентыToolStripMenuItem";
|
2023-02-06 15:42:50 +04:00
|
|
|
|
this.компонентыToolStripMenuItem.Size = new System.Drawing.Size(240, 34);
|
2023-02-05 21:54:36 +04:00
|
|
|
|
this.компонентыToolStripMenuItem.Text = "Компоненты";
|
|
|
|
|
this.компонентыToolStripMenuItem.Click += new System.EventHandler(this.компонентыToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// изделияToolStripMenuItem
|
|
|
|
|
//
|
2023-02-06 15:42:50 +04:00
|
|
|
|
this.изделияToolStripMenuItem.Name = "изделияToolStripMenuItem";
|
|
|
|
|
this.изделияToolStripMenuItem.Size = new System.Drawing.Size(240, 34);
|
2023-02-05 21:54:36 +04:00
|
|
|
|
this.изделияToolStripMenuItem.Text = "Драгоценности";
|
|
|
|
|
this.изделияToolStripMenuItem.Click += new System.EventHandler(this.драгоценностиToolStripMenuItem_Click);
|
|
|
|
|
//
|
2023-03-20 21:04:04 +04:00
|
|
|
|
// отчеты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(88, 29);
|
|
|
|
|
this.отчетыToolStripMenuItem.Text = "Отчеты";
|
|
|
|
|
//
|
|
|
|
|
// списокКомпонентовToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.списокКомпонентовToolStripMenuItem.Name = "списокКомпонентовToolStripMenuItem";
|
2023-03-21 13:16:53 +04:00
|
|
|
|
this.списокКомпонентовToolStripMenuItem.Size = new System.Drawing.Size(325, 34);
|
|
|
|
|
this.списокКомпонентовToolStripMenuItem.Text = "Список изделий";
|
2023-03-20 21:04:04 +04:00
|
|
|
|
this.списокКомпонентовToolStripMenuItem.Click += new System.EventHandler(this.списокКомпонентовToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// компонентыПоИзделиямToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.компонентыПоИзделиямToolStripMenuItem.Name = "компонентыПоИзделиямToolStripMenuItem";
|
2023-03-21 13:16:53 +04:00
|
|
|
|
this.компонентыПоИзделиямToolStripMenuItem.Size = new System.Drawing.Size(325, 34);
|
|
|
|
|
this.компонентыПоИзделиямToolStripMenuItem.Text = "Изделия по компонентам";
|
2023-03-20 21:04:04 +04:00
|
|
|
|
this.компонентыПоИзделиямToolStripMenuItem.Click += new System.EventHandler(this.компонентыПоИзделиямToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// списокЗаказзовToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.списокЗаказзовToolStripMenuItem.Name = "списокЗаказзовToolStripMenuItem";
|
2023-03-21 13:16:53 +04:00
|
|
|
|
this.списокЗаказзовToolStripMenuItem.Size = new System.Drawing.Size(325, 34);
|
2023-03-20 21:04:04 +04:00
|
|
|
|
this.списокЗаказзовToolStripMenuItem.Text = "Список заказов";
|
|
|
|
|
this.списокЗаказзовToolStripMenuItem.Click += new System.EventHandler(this.списокЗаказзовToolStripMenuItem_Click);
|
|
|
|
|
//
|
2023-02-05 21:54:36 +04:00
|
|
|
|
// FormMain
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1530, 450);
|
|
|
|
|
this.Controls.Add(this.buttonRefresh);
|
|
|
|
|
this.Controls.Add(this.buttonPut);
|
2023-02-06 15:42:50 +04:00
|
|
|
|
this.Controls.Add(this.buttonReady);
|
2023-02-05 21:54:36 +04:00
|
|
|
|
this.Controls.Add(this.buttonToWork);
|
|
|
|
|
this.Controls.Add(this.buttonCreate);
|
|
|
|
|
this.Controls.Add(this.dataGridView);
|
|
|
|
|
this.Controls.Add(this.menuStrip);
|
|
|
|
|
this.MainMenuStrip = this.menuStrip;
|
|
|
|
|
this.Name = "FormMain";
|
2023-02-06 15:42:50 +04:00
|
|
|
|
this.Text = "Изготовление Драгоценностей";
|
2023-02-05 21:54:36 +04:00
|
|
|
|
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 DataGridView dataGridView;
|
|
|
|
|
private Button buttonCreate;
|
|
|
|
|
private Button buttonToWork;
|
|
|
|
|
private Button buttonPut;
|
|
|
|
|
private Button buttonRefresh;
|
|
|
|
|
private MenuStrip menuStrip;
|
|
|
|
|
private ToolStripMenuItem справочникиToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem компонентыToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem изделияToolStripMenuItem;
|
2023-02-06 15:42:50 +04:00
|
|
|
|
private Button buttonReady;
|
2023-03-20 21:04:04 +04:00
|
|
|
|
private ToolStripMenuItem отчетыToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem списокКомпонентовToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem компонентыПоИзделиямToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem списокЗаказзовToolStripMenuItem;
|
2023-02-05 21:54:36 +04:00
|
|
|
|
}
|
|
|
|
|
}
|