2023-03-09 08:39:13 +04:00
|
|
|
|
namespace SecureShopView
|
|
|
|
|
{
|
|
|
|
|
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.menuStrip = new System.Windows.Forms.MenuStrip();
|
|
|
|
|
this.справочникиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-04-20 14:25:17 +04:00
|
|
|
|
this.FacilitiesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-03-09 08:39:13 +04:00
|
|
|
|
this.SecuresToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-04-20 14:25:17 +04:00
|
|
|
|
this.отчётыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SecuresReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.SecureFacilitiesReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.OrdersReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
2023-03-09 08:39:13 +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.menuStrip.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// menuStrip
|
|
|
|
|
//
|
|
|
|
|
this.menuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
|
|
|
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2023-04-20 14:25:17 +04:00
|
|
|
|
this.справочникиToolStripMenuItem,
|
|
|
|
|
this.отчётыToolStripMenuItem});
|
2023-03-09 08:39:13 +04:00
|
|
|
|
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.menuStrip.Name = "menuStrip";
|
|
|
|
|
this.menuStrip.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2);
|
|
|
|
|
this.menuStrip.Size = new System.Drawing.Size(997, 24);
|
|
|
|
|
this.menuStrip.TabIndex = 0;
|
|
|
|
|
this.menuStrip.Text = "Справочники";
|
|
|
|
|
//
|
|
|
|
|
// справочникиToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.справочникиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2023-04-20 14:25:17 +04:00
|
|
|
|
this.FacilitiesToolStripMenuItem,
|
2023-03-09 08:39:13 +04:00
|
|
|
|
this.SecuresToolStripMenuItem});
|
|
|
|
|
this.справочникиToolStripMenuItem.Name = "справочникиToolStripMenuItem";
|
|
|
|
|
this.справочникиToolStripMenuItem.Size = new System.Drawing.Size(94, 20);
|
|
|
|
|
this.справочникиToolStripMenuItem.Text = "Справочники";
|
|
|
|
|
//
|
2023-04-20 14:25:17 +04:00
|
|
|
|
// FacilitiesToolStripMenuItem
|
2023-03-09 08:39:13 +04:00
|
|
|
|
//
|
2023-04-20 14:25:17 +04:00
|
|
|
|
this.FacilitiesToolStripMenuItem.Name = "FacilitiesToolStripMenuItem";
|
|
|
|
|
this.FacilitiesToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
|
|
|
|
|
this.FacilitiesToolStripMenuItem.Text = "Оборудование";
|
|
|
|
|
this.FacilitiesToolStripMenuItem.Click += new System.EventHandler(this.FacilitiesToolStripMenuItem_Click);
|
2023-03-09 08:39:13 +04:00
|
|
|
|
//
|
|
|
|
|
// SecuresToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SecuresToolStripMenuItem.Name = "SecuresToolStripMenuItem";
|
2023-04-20 14:25:17 +04:00
|
|
|
|
this.SecuresToolStripMenuItem.Size = new System.Drawing.Size(203, 22);
|
|
|
|
|
this.SecuresToolStripMenuItem.Text = "Системы безопасности";
|
2023-03-09 08:39:13 +04:00
|
|
|
|
this.SecuresToolStripMenuItem.Click += new System.EventHandler(this.SecuresToolStripMenuItem_Click);
|
|
|
|
|
//
|
2023-04-20 14:25:17 +04:00
|
|
|
|
// отчётыToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.отчётыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.SecuresReportToolStripMenuItem,
|
|
|
|
|
this.SecureFacilitiesReportToolStripMenuItem,
|
|
|
|
|
this.OrdersReportToolStripMenuItem});
|
|
|
|
|
this.отчётыToolStripMenuItem.Name = "отчётыToolStripMenuItem";
|
|
|
|
|
this.отчётыToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
|
|
|
|
|
this.отчётыToolStripMenuItem.Text = "Отчёты";
|
|
|
|
|
//
|
|
|
|
|
// SecuresReportToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SecuresReportToolStripMenuItem.Name = "SecuresReportToolStripMenuItem";
|
|
|
|
|
this.SecuresReportToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
|
|
|
|
|
this.SecuresReportToolStripMenuItem.Text = "Список систем безопасности";
|
|
|
|
|
this.SecuresReportToolStripMenuItem.Click += new System.EventHandler(this.SecuresReportToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// SecureFacilitiesReportToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.SecureFacilitiesReportToolStripMenuItem.Name = "SecureFacilitiesReportToolStripMenuItem";
|
|
|
|
|
this.SecureFacilitiesReportToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
|
|
|
|
|
this.SecureFacilitiesReportToolStripMenuItem.Text = "Оборудование по СБ";
|
|
|
|
|
this.SecureFacilitiesReportToolStripMenuItem.Click += new System.EventHandler(this.SecureFacilitiesReportToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// OrdersReportToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.OrdersReportToolStripMenuItem.Name = "OrdersReportToolStripMenuItem";
|
|
|
|
|
this.OrdersReportToolStripMenuItem.Size = new System.Drawing.Size(236, 22);
|
|
|
|
|
this.OrdersReportToolStripMenuItem.Text = "Список заказов";
|
|
|
|
|
this.OrdersReportToolStripMenuItem.Click += new System.EventHandler(this.OrdersReportToolStripMenuItem_Click);
|
|
|
|
|
//
|
2023-03-09 08:39:13 +04:00
|
|
|
|
// dataGridView
|
|
|
|
|
//
|
|
|
|
|
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridView.Location = new System.Drawing.Point(10, 23);
|
|
|
|
|
this.dataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.dataGridView.Name = "dataGridView";
|
|
|
|
|
this.dataGridView.RowHeadersWidth = 51;
|
|
|
|
|
this.dataGridView.RowTemplate.Height = 29;
|
|
|
|
|
this.dataGridView.Size = new System.Drawing.Size(801, 305);
|
|
|
|
|
this.dataGridView.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// buttonCreateOrder
|
|
|
|
|
//
|
|
|
|
|
this.buttonCreateOrder.Location = new System.Drawing.Point(816, 34);
|
|
|
|
|
this.buttonCreateOrder.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.buttonCreateOrder.Name = "buttonCreateOrder";
|
|
|
|
|
this.buttonCreateOrder.Size = new System.Drawing.Size(170, 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(816, 60);
|
|
|
|
|
this.buttonTakeOrderInWork.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.buttonTakeOrderInWork.Name = "buttonTakeOrderInWork";
|
|
|
|
|
this.buttonTakeOrderInWork.Size = new System.Drawing.Size(170, 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(816, 86);
|
|
|
|
|
this.buttonOrderReady.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.buttonOrderReady.Name = "buttonOrderReady";
|
|
|
|
|
this.buttonOrderReady.Size = new System.Drawing.Size(170, 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(816, 112);
|
|
|
|
|
this.buttonIssuedOrder.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.buttonIssuedOrder.Name = "buttonIssuedOrder";
|
|
|
|
|
this.buttonIssuedOrder.Size = new System.Drawing.Size(170, 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(816, 138);
|
|
|
|
|
this.buttonRef.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.buttonRef.Name = "buttonRef";
|
|
|
|
|
this.buttonRef.Size = new System.Drawing.Size(170, 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(997, 338);
|
|
|
|
|
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.menuStrip);
|
|
|
|
|
this.MainMenuStrip = this.menuStrip;
|
|
|
|
|
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.menuStrip.ResumeLayout(false);
|
|
|
|
|
this.menuStrip.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private MenuStrip menuStrip;
|
|
|
|
|
private ToolStripMenuItem справочникиToolStripMenuItem;
|
2023-04-20 14:25:17 +04:00
|
|
|
|
private ToolStripMenuItem FacilitiesToolStripMenuItem;
|
2023-03-09 08:39:13 +04:00
|
|
|
|
private ToolStripMenuItem SecuresToolStripMenuItem;
|
|
|
|
|
private DataGridView dataGridView;
|
|
|
|
|
private Button buttonCreateOrder;
|
|
|
|
|
private Button buttonTakeOrderInWork;
|
|
|
|
|
private Button buttonOrderReady;
|
|
|
|
|
private Button buttonIssuedOrder;
|
|
|
|
|
private Button buttonRef;
|
2023-04-20 14:25:17 +04:00
|
|
|
|
private ToolStripMenuItem отчётыToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem SecuresReportToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem SecureFacilitiesReportToolStripMenuItem;
|
|
|
|
|
private ToolStripMenuItem OrdersReportToolStripMenuItem;
|
2023-03-09 08:39:13 +04:00
|
|
|
|
}
|
|
|
|
|
}
|