PIbd-22_Petrushin_E.A._LawFirm/LawFirm/LawFirmView/FormMain.designer.cs

174 lines
8.8 KiB
C#
Raw Normal View History

2024-02-14 00:11:21 +04:00
namespace LawFirmView
2024-02-11 18:24:54 +04:00
{
partial class FormMain
{
/// <summary>
2024-02-27 19:44:44 +04:00
/// Required designer variable.
2024-02-11 18:24:54 +04:00
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
2024-02-27 19:44:44 +04:00
/// Clean up any resources being used.
2024-02-11 18:24:54 +04:00
/// </summary>
2024-02-27 19:44:44 +04:00
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
2024-02-11 18:24:54 +04:00
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
2024-02-27 19:44:44 +04:00
#region Windows Form Designer generated code
2024-02-11 18:24:54 +04:00
/// <summary>
2024-02-27 19:44:44 +04:00
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
2024-02-11 18:24:54 +04:00
/// </summary>
private void InitializeComponent()
{
2024-02-27 19:44:44 +04:00
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.toolStripMenuItemCatalogs = 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.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();
2024-02-14 00:11:21 +04:00
//
// menuStrip1
//
2024-02-27 19:44:44 +04:00
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItemCatalogs});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(910, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "Справочники";
2024-02-14 00:11:21 +04:00
//
2024-02-27 19:44:44 +04:00
// toolStripMenuItemCatalogs
2024-02-14 00:11:21 +04:00
//
2024-02-27 19:44:44 +04:00
this.toolStripMenuItemCatalogs.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.компонентыToolStripMenuItem,
this.пакетыДокументовToolStripMenuItem});
this.toolStripMenuItemCatalogs.Name = "toolStripMenuItemCatalogs";
this.toolStripMenuItemCatalogs.Size = new System.Drawing.Size(94, 20);
this.toolStripMenuItemCatalogs.Text = "Справочники";
2024-02-14 00:11:21 +04:00
//
// компонентыToolStripMenuItem
//
2024-02-27 19:44:44 +04:00
this.компонентыToolStripMenuItem.Name = омпонентыToolStripMenuItem";
this.компонентыToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
this.компонентыToolStripMenuItem.Text = "Компоненты";
this.компонентыToolStripMenuItem.Click += new System.EventHandler(this.компонентыToolStripMenuItem_Click);
2024-02-14 00:11:21 +04:00
//
2024-02-27 19:44:44 +04:00
// пакетыДокументовToolStripMenuItem
2024-02-14 00:11:21 +04:00
//
2024-02-27 19:44:44 +04:00
this.пакетыДокументовToolStripMenuItem.Name = "пакетыДокументовToolStripMenuItem";
this.пакетыДокументовToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
this.пакетыДокументовToolStripMenuItem.Text = "Пакеты документов";
this.пакетыДокументовToolStripMenuItem.Click += new System.EventHandler(this.пакетыДокументовToolStripMenuItem_Click);
2024-02-14 00:11:21 +04:00
//
2024-02-27 19:44:44 +04:00
// dataGridView
2024-02-14 00:11:21 +04:00
//
2024-02-27 19:44:44 +04:00
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView.Location = new System.Drawing.Point(0, 27);
this.dataGridView.Name = "dataGridView";
this.dataGridView.RowTemplate.Height = 25;
this.dataGridView.Size = new System.Drawing.Size(736, 411);
this.dataGridView.TabIndex = 1;
2024-02-14 00:11:21 +04:00
//
2024-02-27 19:44:44 +04:00
// buttonCreateOrder
2024-02-14 00:11:21 +04:00
//
2024-02-27 19:44:44 +04:00
this.buttonCreateOrder.Location = new System.Drawing.Point(742, 39);
this.buttonCreateOrder.Name = "buttonCreateOrder";
this.buttonCreateOrder.Size = new System.Drawing.Size(156, 26);
this.buttonCreateOrder.TabIndex = 2;
this.buttonCreateOrder.Text = "Создать заказ";
this.buttonCreateOrder.UseVisualStyleBackColor = true;
this.buttonCreateOrder.Click += new System.EventHandler(this.buttonCreateOrder_Click);
2024-02-14 00:11:21 +04:00
//
// buttonTakeOrderInWork
//
2024-02-27 19:44:44 +04:00
this.buttonTakeOrderInWork.Location = new System.Drawing.Point(742, 71);
this.buttonTakeOrderInWork.Name = "buttonTakeOrderInWork";
this.buttonTakeOrderInWork.Size = new System.Drawing.Size(156, 23);
this.buttonTakeOrderInWork.TabIndex = 3;
this.buttonTakeOrderInWork.Text = "Отдать на выполнение";
this.buttonTakeOrderInWork.UseVisualStyleBackColor = true;
this.buttonTakeOrderInWork.Click += new System.EventHandler(this.buttonTakeOrderInWork_Click);
2024-02-14 00:11:21 +04:00
//
2024-02-27 19:44:44 +04:00
// buttonOrderReady
2024-02-14 00:11:21 +04:00
//
2024-02-27 19:44:44 +04:00
this.buttonOrderReady.Location = new System.Drawing.Point(742, 100);
this.buttonOrderReady.Name = "buttonOrderReady";
this.buttonOrderReady.Size = new System.Drawing.Size(156, 23);
this.buttonOrderReady.TabIndex = 4;
this.buttonOrderReady.Text = "Заказ готов";
this.buttonOrderReady.UseVisualStyleBackColor = true;
this.buttonOrderReady.Click += new System.EventHandler(this.buttonOrderReady_Click);
2024-02-14 00:11:21 +04:00
//
2024-02-27 19:44:44 +04:00
// buttonIssuedOrder
2024-02-14 00:11:21 +04:00
//
2024-02-27 19:44:44 +04:00
this.buttonIssuedOrder.Location = new System.Drawing.Point(742, 129);
this.buttonIssuedOrder.Name = "buttonIssuedOrder";
this.buttonIssuedOrder.Size = new System.Drawing.Size(156, 23);
this.buttonIssuedOrder.TabIndex = 5;
this.buttonIssuedOrder.Text = "Заказ выдан";
this.buttonIssuedOrder.UseVisualStyleBackColor = true;
this.buttonIssuedOrder.Click += new System.EventHandler(this.buttonIssuedOrder_Click);
2024-02-14 00:11:21 +04:00
//
// buttonRef
//
2024-02-27 19:44:44 +04:00
this.buttonRef.Location = new System.Drawing.Point(742, 158);
this.buttonRef.Name = "buttonRef";
this.buttonRef.Size = new System.Drawing.Size(156, 23);
this.buttonRef.TabIndex = 6;
this.buttonRef.Text = "Обновить список";
this.buttonRef.UseVisualStyleBackColor = true;
this.buttonRef.Click += new System.EventHandler(this.buttonRef_Click);
2024-02-14 00:11:21 +04:00
//
// FormMain
//
2024-02-27 19:44:44 +04:00
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(910, 477);
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.Name = "FormMain";
this.Text = "FormMain";
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();
2024-02-11 18:24:54 +04:00
}
#endregion
2024-02-14 00:11:21 +04:00
private MenuStrip menuStrip1;
2024-02-27 19:44:44 +04:00
private ToolStripMenuItem toolStripMenuItemCatalogs;
2024-02-14 00:11:21 +04:00
private ToolStripMenuItem компонентыToolStripMenuItem;
2024-02-27 19:44:44 +04:00
private ToolStripMenuItem пакетыДокументовToolStripMenuItem;
2024-02-14 00:11:21 +04:00
private DataGridView dataGridView;
2024-02-27 19:44:44 +04:00
private Button buttonCreateOrder;
private Button buttonTakeOrderInWork;
private Button buttonOrderReady;
private Button buttonIssuedOrder;
2024-02-14 00:11:21 +04:00
private Button buttonRef;
2024-02-11 18:24:54 +04:00
}
2024-02-27 19:44:44 +04:00
}