302 lines
16 KiB
C#
302 lines
16 KiB
C#
namespace LawFirmView
|
||
{
|
||
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.ButtonIssuedOrder = new System.Windows.Forms.Button();
|
||
this.ButtonRef = new System.Windows.Forms.Button();
|
||
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();
|
||
this.магазинToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.отчетыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.DocumentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.documentsBlanksToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.ordersToolStripMenuItem = 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();
|
||
this.dataGridView = new System.Windows.Forms.DataGridView();
|
||
this.ButtonAddDocument = new System.Windows.Forms.Button();
|
||
this.ButtonSellDocument = new System.Windows.Forms.Button();
|
||
this.menuStrip1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// ButtonCreateOrder
|
||
//
|
||
this.ButtonCreateOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.ButtonCreateOrder.Location = new System.Drawing.Point(841, 44);
|
||
this.ButtonCreateOrder.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.ButtonCreateOrder.Name = "ButtonCreateOrder";
|
||
this.ButtonCreateOrder.Size = new System.Drawing.Size(164, 22);
|
||
this.ButtonCreateOrder.TabIndex = 0;
|
||
this.ButtonCreateOrder.Text = "Создать заказ";
|
||
this.ButtonCreateOrder.UseVisualStyleBackColor = true;
|
||
this.ButtonCreateOrder.Click += new System.EventHandler(this.ButtonCreateOrder_Click);
|
||
//
|
||
// ButtonTakeOrderInWork
|
||
//
|
||
this.ButtonTakeOrderInWork.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.ButtonTakeOrderInWork.Location = new System.Drawing.Point(841, 94);
|
||
this.ButtonTakeOrderInWork.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.ButtonTakeOrderInWork.Name = "ButtonTakeOrderInWork";
|
||
this.ButtonTakeOrderInWork.Size = new System.Drawing.Size(164, 22);
|
||
this.ButtonTakeOrderInWork.TabIndex = 1;
|
||
this.ButtonTakeOrderInWork.Text = "Отдать на выполнение";
|
||
this.ButtonTakeOrderInWork.UseVisualStyleBackColor = true;
|
||
this.ButtonTakeOrderInWork.Click += new System.EventHandler(this.ButtonTakeOrderInWork_Click);
|
||
//
|
||
// ButtonOrderReady
|
||
//
|
||
this.ButtonOrderReady.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.ButtonOrderReady.Location = new System.Drawing.Point(841, 146);
|
||
this.ButtonOrderReady.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.ButtonOrderReady.Name = "ButtonOrderReady";
|
||
this.ButtonOrderReady.Size = new System.Drawing.Size(164, 22);
|
||
this.ButtonOrderReady.TabIndex = 2;
|
||
this.ButtonOrderReady.Text = "Заказ готов";
|
||
this.ButtonOrderReady.UseVisualStyleBackColor = true;
|
||
this.ButtonOrderReady.Click += new System.EventHandler(this.ButtonOrderReady_Click);
|
||
//
|
||
// ButtonIssuedOrder
|
||
//
|
||
this.ButtonIssuedOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.ButtonIssuedOrder.Location = new System.Drawing.Point(841, 192);
|
||
this.ButtonIssuedOrder.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.ButtonIssuedOrder.Name = "ButtonIssuedOrder";
|
||
this.ButtonIssuedOrder.Size = new System.Drawing.Size(164, 22);
|
||
this.ButtonIssuedOrder.TabIndex = 3;
|
||
this.ButtonIssuedOrder.Text = "Заказ выдан";
|
||
this.ButtonIssuedOrder.UseVisualStyleBackColor = true;
|
||
this.ButtonIssuedOrder.Click += new System.EventHandler(this.ButtonIssuedOrder_Click);
|
||
//
|
||
// ButtonRef
|
||
//
|
||
this.ButtonRef.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.ButtonRef.Location = new System.Drawing.Point(841, 243);
|
||
this.ButtonRef.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.ButtonRef.Name = "ButtonRef";
|
||
this.ButtonRef.Size = new System.Drawing.Size(164, 22);
|
||
this.ButtonRef.TabIndex = 4;
|
||
this.ButtonRef.Text = "Обновить список";
|
||
this.ButtonRef.UseVisualStyleBackColor = true;
|
||
this.ButtonRef.Click += new System.EventHandler(this.ButtonRef_Click);
|
||
//
|
||
// menuStrip1
|
||
//
|
||
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.ToolStripMenuItem,
|
||
this.отчетыToolStripMenuItem});
|
||
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(1015, 24);
|
||
this.menuStrip1.TabIndex = 5;
|
||
this.menuStrip1.Text = "menuStrip1";
|
||
//
|
||
// 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(94, 20);
|
||
this.ToolStripMenuItem.Text = "Справочники";
|
||
//
|
||
// ДеталиToolStripMenuItem
|
||
//
|
||
this.ДеталиToolStripMenuItem.Name = "ДеталиToolStripMenuItem";
|
||
this.ДеталиToolStripMenuItem.Size = new System.Drawing.Size(130, 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(130, 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(130, 22);
|
||
this.магазинToolStripMenuItem.Text = "Магазины";
|
||
this.магазинToolStripMenuItem.Click += new System.EventHandler(this.МагазиныToolStripMenuItem_Click);
|
||
//
|
||
// отчетыToolStripMenuItem
|
||
//
|
||
this.отчетыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.DocumentsToolStripMenuItem,
|
||
this.documentsBlanksToolStripMenuItem,
|
||
this.ordersToolStripMenuItem,
|
||
this.загруженностьМагазиновToolStripMenuItem,
|
||
this.заказыПоДатеToolStripMenuItem,
|
||
this.списокМагазиновToolStripMenuItem});
|
||
this.отчетыToolStripMenuItem.Name = "отчетыToolStripMenuItem";
|
||
this.отчетыToolStripMenuItem.Size = new System.Drawing.Size(60, 20);
|
||
this.отчетыToolStripMenuItem.Text = "Отчеты";
|
||
//
|
||
// DocumentsToolStripMenuItem
|
||
//
|
||
this.DocumentsToolStripMenuItem.Name = "DocumentsToolStripMenuItem";
|
||
this.DocumentsToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
|
||
this.DocumentsToolStripMenuItem.Text = "Список документов";
|
||
this.DocumentsToolStripMenuItem.Click += new System.EventHandler(this.DocumentsToolStripMenuItem_Click);
|
||
//
|
||
// documentsBlanksToolStripMenuItem
|
||
//
|
||
this.documentsBlanksToolStripMenuItem.Name = "documentsBlanksToolStripMenuItem";
|
||
this.documentsBlanksToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
|
||
this.documentsBlanksToolStripMenuItem.Text = "Изделия по деталям";
|
||
this.documentsBlanksToolStripMenuItem.Click += new System.EventHandler(this.documentBlanksToolStripMenuItem_Click);
|
||
//
|
||
// ordersToolStripMenuItem
|
||
//
|
||
this.ordersToolStripMenuItem.Name = "ordersToolStripMenuItem";
|
||
this.ordersToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
|
||
this.ordersToolStripMenuItem.Text = "Список заказов";
|
||
this.ordersToolStripMenuItem.Click += new System.EventHandler(this.ordersToolStripMenuItem_Click);
|
||
//
|
||
// загруженностьМагазиновToolStripMenuItem
|
||
//
|
||
this.загруженностьМагазиновToolStripMenuItem.Name = "загруженностьМагазиновToolStripMenuItem";
|
||
this.загруженностьМагазиновToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
|
||
this.загруженностьМагазиновToolStripMenuItem.Text = "Загруженность магазинов";
|
||
this.загруженностьМагазиновToolStripMenuItem.Click += new System.EventHandler(this.ShopLoadToolStripMenuItem_Click);
|
||
//
|
||
// заказыПоДатеToolStripMenuItem
|
||
//
|
||
this.заказыПоДатеToolStripMenuItem.Name = "заказыПоДатеToolStripMenuItem";
|
||
this.заказыПоДатеToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
|
||
this.заказыПоДатеToolStripMenuItem.Text = "Заказы по дате";
|
||
this.заказыПоДатеToolStripMenuItem.Click += new System.EventHandler(this.OrdersByDateToolStripMenuItem_Click);
|
||
//
|
||
// списокМагазиновToolStripMenuItem
|
||
//
|
||
this.списокМагазиновToolStripMenuItem.Name = "списокМагазиновToolStripMenuItem";
|
||
this.списокМагазиновToolStripMenuItem.Size = new System.Drawing.Size(219, 22);
|
||
this.списокМагазиновToolStripMenuItem.Text = "Список магазинов";
|
||
this.списокМагазиновToolStripMenuItem.Click += new System.EventHandler(this.ListOfShopsToolStripMenuItem_Click);
|
||
//
|
||
// dataGridView
|
||
//
|
||
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dataGridView.Dock = System.Windows.Forms.DockStyle.Left;
|
||
this.dataGridView.Location = new System.Drawing.Point(0, 24);
|
||
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(816, 332);
|
||
this.dataGridView.TabIndex = 6;
|
||
//
|
||
// ButtonAddDocument
|
||
//
|
||
this.ButtonAddDocument.Location = new System.Drawing.Point(841, 284);
|
||
this.ButtonAddDocument.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.ButtonAddDocument.Name = "ButtonAddDocument";
|
||
this.ButtonAddDocument.Size = new System.Drawing.Size(164, 25);
|
||
this.ButtonAddDocument.TabIndex = 7;
|
||
this.ButtonAddDocument.Text = "Добавить документ";
|
||
this.ButtonAddDocument.UseVisualStyleBackColor = true;
|
||
this.ButtonAddDocument.Click += new System.EventHandler(this.ButtonAddDocument_Click);
|
||
//
|
||
// ButtonSellDocument
|
||
//
|
||
this.ButtonSellDocument.Location = new System.Drawing.Point(841, 325);
|
||
this.ButtonSellDocument.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.ButtonSellDocument.Name = "ButtonSellDocument";
|
||
this.ButtonSellDocument.Size = new System.Drawing.Size(164, 22);
|
||
this.ButtonSellDocument.TabIndex = 8;
|
||
this.ButtonSellDocument.Text = "Продать документ";
|
||
this.ButtonSellDocument.UseVisualStyleBackColor = true;
|
||
this.ButtonSellDocument.Click += new System.EventHandler(this.ButtonSellDocument_Click);
|
||
//
|
||
// FormMain
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1015, 356);
|
||
this.Controls.Add(this.ButtonSellDocument);
|
||
this.Controls.Add(this.ButtonAddDocument);
|
||
this.Controls.Add(this.dataGridView);
|
||
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.menuStrip1);
|
||
this.MainMenuStrip = this.menuStrip1;
|
||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
this.Name = "FormMain";
|
||
this.Text = "LawFirm";
|
||
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 Button ButtonCreateOrder;
|
||
private Button ButtonTakeOrderInWork;
|
||
private Button ButtonOrderReady;
|
||
private Button ButtonIssuedOrder;
|
||
private Button ButtonRef;
|
||
private MenuStrip menuStrip1;
|
||
private ToolStripMenuItem ToolStripMenuItem;
|
||
private ToolStripMenuItem ДеталиToolStripMenuItem;
|
||
private ToolStripMenuItem ДокументыToolStripMenuItem;
|
||
private DataGridView dataGridView;
|
||
private ToolStripMenuItem отчетыToolStripMenuItem;
|
||
private ToolStripMenuItem списокКомпонентовToolStripMenuItem;
|
||
private ToolStripMenuItem компонентыПоИзделиямToolStripMenuItem;
|
||
private ToolStripMenuItem списокЗаказовToolStripMenuItem;
|
||
private ToolStripMenuItem клиентыToolStripMenuItem;
|
||
private ToolStripMenuItem DocumentsToolStripMenuItem;
|
||
private ToolStripMenuItem documentsBlanksToolStripMenuItem;
|
||
private ToolStripMenuItem ordersToolStripMenuItem;
|
||
private ToolStripMenuItem магазинToolStripMenuItem;
|
||
private Button ButtonAddDocument;
|
||
private Button ButtonSellDocument;
|
||
private ToolStripMenuItem загруженностьМагазиновToolStripMenuItem;
|
||
private ToolStripMenuItem заказыПоДатеToolStripMenuItem;
|
||
private ToolStripMenuItem списокМагазиновToolStripMenuItem;
|
||
}
|
||
} |