2021-07-17 09:33:09 +05:00
|
|
|
|
|
|
|
|
|
namespace Diplom_B
|
|
|
|
|
{
|
|
|
|
|
partial class DocForm
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2021-07-17 22:32:53 +05:00
|
|
|
|
this.mainMenuStrip = new System.Windows.Forms.MenuStrip();
|
|
|
|
|
this.dogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.docToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.izvToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.postToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.izdToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.zakToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.setToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.mainMenuStrip.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// mainMenuStrip
|
|
|
|
|
//
|
|
|
|
|
this.mainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.dogToolStripMenuItem,
|
|
|
|
|
this.docToolStripMenuItem,
|
|
|
|
|
this.izvToolStripMenuItem,
|
|
|
|
|
this.postToolStripMenuItem,
|
|
|
|
|
this.izdToolStripMenuItem,
|
|
|
|
|
this.zakToolStripMenuItem,
|
|
|
|
|
this.setToolStripMenuItem});
|
|
|
|
|
this.mainMenuStrip.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.mainMenuStrip.Name = "mainMenuStrip";
|
|
|
|
|
this.mainMenuStrip.Size = new System.Drawing.Size(800, 24);
|
|
|
|
|
this.mainMenuStrip.TabIndex = 20;
|
|
|
|
|
this.mainMenuStrip.Text = "menuStrip1";
|
|
|
|
|
//
|
|
|
|
|
// dogToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.dogToolStripMenuItem.Name = "dogToolStripMenuItem";
|
|
|
|
|
this.dogToolStripMenuItem.Size = new System.Drawing.Size(66, 20);
|
|
|
|
|
this.dogToolStripMenuItem.Text = "Договор";
|
|
|
|
|
this.dogToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// docToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.docToolStripMenuItem.Name = "docToolStripMenuItem";
|
|
|
|
|
this.docToolStripMenuItem.Size = new System.Drawing.Size(82, 20);
|
|
|
|
|
this.docToolStripMenuItem.Text = "Документы";
|
|
|
|
|
this.docToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// izvToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.izvToolStripMenuItem.Name = "izvToolStripMenuItem";
|
|
|
|
|
this.izvToolStripMenuItem.Size = new System.Drawing.Size(82, 20);
|
|
|
|
|
this.izvToolStripMenuItem.Text = "Извещения";
|
|
|
|
|
this.izvToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// postToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.postToolStripMenuItem.Name = "postToolStripMenuItem";
|
|
|
|
|
this.postToolStripMenuItem.Size = new System.Drawing.Size(71, 20);
|
|
|
|
|
this.postToolStripMenuItem.Text = "Поставки";
|
|
|
|
|
this.postToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// izdToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.izdToolStripMenuItem.Name = "izdToolStripMenuItem";
|
|
|
|
|
this.izdToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
|
|
|
|
|
this.izdToolStripMenuItem.Text = "Изделия";
|
|
|
|
|
this.izdToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// zakToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.zakToolStripMenuItem.Name = "zakToolStripMenuItem";
|
|
|
|
|
this.zakToolStripMenuItem.Size = new System.Drawing.Size(76, 20);
|
|
|
|
|
this.zakToolStripMenuItem.Text = "Заказчики";
|
|
|
|
|
this.zakToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// setToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.setToolStripMenuItem.Name = "setToolStripMenuItem";
|
|
|
|
|
this.setToolStripMenuItem.Size = new System.Drawing.Size(79, 20);
|
|
|
|
|
this.setToolStripMenuItem.Text = "Настройки";
|
|
|
|
|
this.setToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// DocForm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
|
|
this.Controls.Add(this.mainMenuStrip);
|
|
|
|
|
this.Name = "DocForm";
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
|
this.Text = "DocForm";
|
|
|
|
|
this.mainMenuStrip.ResumeLayout(false);
|
|
|
|
|
this.mainMenuStrip.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
2021-07-17 09:33:09 +05:00
|
|
|
|
}
|
|
|
|
|
|
2021-07-17 22:32:53 +05:00
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.MenuStrip mainMenuStrip;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem dogToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem docToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem izvToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem postToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem izdToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem zakToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem setToolStripMenuItem;
|
|
|
|
|
}
|
2021-07-17 09:33:09 +05:00
|
|
|
|
}
|