2024-02-09 16:47:02 +04:00
|
|
|
|
namespace PrecastConcretePlantView
|
|
|
|
|
{
|
|
|
|
|
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.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();
|
2024-04-12 21:20:42 +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();
|
2024-02-09 16:47:02 +04:00
|
|
|
|
this.dataGridView = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.buttonCreateOrder = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonTakeOrderInWork = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonOrderReady = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonIssuedOrder = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonRef = new System.Windows.Forms.Button();
|
|
|
|
|
this.menuStrip1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// menuStrip1
|
|
|
|
|
//
|
|
|
|
|
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
|
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2024-04-12 21:20:42 +04:00
|
|
|
|
this.справочникToolStripMenuItem,
|
|
|
|
|
this.отчетыToolStripMenuItem});
|
2024-02-09 16:47:02 +04:00
|
|
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
|
|
|
this.menuStrip1.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2);
|
|
|
|
|
this.menuStrip1.Size = new System.Drawing.Size(1099, 24);
|
|
|
|
|
this.menuStrip1.TabIndex = 0;
|
|
|
|
|
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";
|
2024-04-12 21:20:42 +04:00
|
|
|
|
this.компонентыToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
|
2024-02-09 16:47:02 +04:00
|
|
|
|
this.компонентыToolStripMenuItem.Text = "Компоненты";
|
|
|
|
|
this.компонентыToolStripMenuItem.Click += new System.EventHandler(this.КомпонентыToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// изделияToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.изделияToolStripMenuItem.Name = "изделияToolStripMenuItem";
|
|
|
|
|
this.изделияToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
2024-04-12 21:20:42 +04:00
|
|
|
|
this.изделияToolStripMenuItem.Text = "Железные изделия";
|
2024-02-09 16:47:02 +04:00
|
|
|
|
this.изделияToolStripMenuItem.Click += new System.EventHandler(this.ИзделияToolStripMenuItem_Click);
|
|
|
|
|
//
|
2024-04-12 21:20:42 +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(60, 20);
|
|
|
|
|
this.отчетыToolStripMenuItem.Text = "Отчеты";
|
|
|
|
|
//
|
|
|
|
|
// списокИзделийToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.списокИзделийToolStripMenuItem.Name = "списокИзделийToolStripMenuItem";
|
|
|
|
|
this.списокИзделийToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
|
|
|
|
|
this.списокИзделийToolStripMenuItem.Text = "Список железных изделий";
|
|
|
|
|
this.списокИзделийToolStripMenuItem.Click += new System.EventHandler(this.списокИзделийToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// изделияПоКомпонентамToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.изделияПоКомпонентамToolStripMenuItem.Name = "изделияПоКомпонентамToolStripMenuItem";
|
|
|
|
|
this.изделияПоКомпонентамToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
|
|
|
|
|
this.изделияПоКомпонентамToolStripMenuItem.Text = "Железные изделия по компонентам";
|
|
|
|
|
this.изделияПоКомпонентамToolStripMenuItem.Click += new System.EventHandler(this.компонентыПоИзделиямToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// списокЗаказовToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.списокЗаказовToolStripMenuItem.Name = "списокЗаказовToolStripMenuItem";
|
|
|
|
|
this.списокЗаказовToolStripMenuItem.Size = new System.Drawing.Size(274, 22);
|
|
|
|
|
this.списокЗаказовToolStripMenuItem.Text = "Список заказов";
|
|
|
|
|
this.списокЗаказовToolStripMenuItem.Click += new System.EventHandler(this.списокЗаказовToolStripMenuItem_Click);
|
|
|
|
|
//
|
2024-02-09 16:47:02 +04:00
|
|
|
|
// dataGridView
|
|
|
|
|
//
|
|
|
|
|
this.dataGridView.AllowUserToAddRows = false;
|
|
|
|
|
this.dataGridView.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dataGridView.BackgroundColor = System.Drawing.Color.White;
|
|
|
|
|
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridView.Location = new System.Drawing.Point(0, 23);
|
|
|
|
|
this.dataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.dataGridView.Name = "dataGridView";
|
|
|
|
|
this.dataGridView.ReadOnly = true;
|
|
|
|
|
this.dataGridView.RowHeadersWidth = 51;
|
|
|
|
|
this.dataGridView.RowTemplate.Height = 29;
|
|
|
|
|
this.dataGridView.Size = new System.Drawing.Size(861, 297);
|
|
|
|
|
this.dataGridView.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// buttonCreateOrder
|
|
|
|
|
//
|
|
|
|
|
this.buttonCreateOrder.Location = new System.Drawing.Point(867, 40);
|
|
|
|
|
this.buttonCreateOrder.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.buttonCreateOrder.Name = "buttonCreateOrder";
|
|
|
|
|
this.buttonCreateOrder.Size = new System.Drawing.Size(216, 22);
|
|
|
|
|
this.buttonCreateOrder.TabIndex = 2;
|
|
|
|
|
this.buttonCreateOrder.Text = "Создать заказ";
|
|
|
|
|
this.buttonCreateOrder.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonCreateOrder.Click += new System.EventHandler(this.ButtonCreateOrder_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonTakeOrderInWork
|
|
|
|
|
//
|
|
|
|
|
this.buttonTakeOrderInWork.Location = new System.Drawing.Point(867, 91);
|
|
|
|
|
this.buttonTakeOrderInWork.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.buttonTakeOrderInWork.Name = "buttonTakeOrderInWork";
|
|
|
|
|
this.buttonTakeOrderInWork.Size = new System.Drawing.Size(216, 22);
|
|
|
|
|
this.buttonTakeOrderInWork.TabIndex = 3;
|
|
|
|
|
this.buttonTakeOrderInWork.Text = "Отдать на выполнение";
|
|
|
|
|
this.buttonTakeOrderInWork.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonTakeOrderInWork.Click += new System.EventHandler(this.ButtonTakeOrderInWork_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonOrderReady
|
|
|
|
|
//
|
|
|
|
|
this.buttonOrderReady.Location = new System.Drawing.Point(867, 143);
|
|
|
|
|
this.buttonOrderReady.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.buttonOrderReady.Name = "buttonOrderReady";
|
|
|
|
|
this.buttonOrderReady.Size = new System.Drawing.Size(216, 22);
|
|
|
|
|
this.buttonOrderReady.TabIndex = 4;
|
|
|
|
|
this.buttonOrderReady.Text = "Заказ готов";
|
|
|
|
|
this.buttonOrderReady.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonOrderReady.Click += new System.EventHandler(this.ButtonOrderReady_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonIssuedOrder
|
|
|
|
|
//
|
|
|
|
|
this.buttonIssuedOrder.Location = new System.Drawing.Point(867, 191);
|
|
|
|
|
this.buttonIssuedOrder.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.buttonIssuedOrder.Name = "buttonIssuedOrder";
|
|
|
|
|
this.buttonIssuedOrder.Size = new System.Drawing.Size(216, 22);
|
|
|
|
|
this.buttonIssuedOrder.TabIndex = 5;
|
|
|
|
|
this.buttonIssuedOrder.Text = "Заказ выдан";
|
|
|
|
|
this.buttonIssuedOrder.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonIssuedOrder.Click += new System.EventHandler(this.ButtonIssuedOrder_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonRef
|
|
|
|
|
//
|
|
|
|
|
this.buttonRef.Location = new System.Drawing.Point(867, 232);
|
|
|
|
|
this.buttonRef.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.buttonRef.Name = "buttonRef";
|
|
|
|
|
this.buttonRef.Size = new System.Drawing.Size(216, 22);
|
|
|
|
|
this.buttonRef.TabIndex = 6;
|
|
|
|
|
this.buttonRef.Text = "Обновить список";
|
|
|
|
|
this.buttonRef.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonRef.Click += new System.EventHandler(this.ButtonRef_Click);
|
|
|
|
|
//
|
|
|
|
|
// FormMain
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1099, 320);
|
|
|
|
|
this.Controls.Add(this.buttonRef);
|
|
|
|
|
this.Controls.Add(this.buttonIssuedOrder);
|
|
|
|
|
this.Controls.Add(this.buttonOrderReady);
|
|
|
|
|
this.Controls.Add(this.buttonTakeOrderInWork);
|
|
|
|
|
this.Controls.Add(this.buttonCreateOrder);
|
|
|
|
|
this.Controls.Add(this.dataGridView);
|
|
|
|
|
this.Controls.Add(this.menuStrip1);
|
|
|
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.Name = "FormMain";
|
|
|
|
|
this.Text = "Завод ЖБИ";
|
|
|
|
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
|
|
|
|
this.menuStrip1.ResumeLayout(false);
|
|
|
|
|
this.menuStrip1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private MenuStrip menuStrip1;
|
|
|
|
|
private ToolStripMenuItem справочникToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem компонентыToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem изделияToolStripMenuItem;
|
|
|
|
|
private DataGridView dataGridView;
|
|
|
|
|
private Button buttonCreateOrder;
|
|
|
|
|
private Button buttonTakeOrderInWork;
|
|
|
|
|
private Button buttonOrderReady;
|
|
|
|
|
private Button buttonIssuedOrder;
|
|
|
|
|
private Button buttonRef;
|
2024-04-12 21:20:42 +04:00
|
|
|
|
private ToolStripMenuItem отчетыToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem списокИзделийToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem изделияПоКомпонентамToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem списокЗаказовToolStripMenuItem;
|
2024-02-09 16:47:02 +04:00
|
|
|
|
}
|
|
|
|
|
}
|