110 lines
5.1 KiB
C#
110 lines
5.1 KiB
C#
namespace HardwareShopView
|
||
{
|
||
partial class MainWorker
|
||
{
|
||
/// <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();
|
||
this.получениеСпискаToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.отчётToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.menuStrip1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// menuStrip1
|
||
//
|
||
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
this.комплектующаяToolStripMenuItem,
|
||
this.товарыToolStripMenuItem,
|
||
this.заказыToolStripMenuItem,
|
||
this.получениеСпискаToolStripMenuItem,
|
||
this.отчётToolStripMenuItem});
|
||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||
this.menuStrip1.Name = "menuStrip1";
|
||
this.menuStrip1.Size = new System.Drawing.Size(412, 24);
|
||
this.menuStrip1.TabIndex = 0;
|
||
this.menuStrip1.Text = "menuStrip1";
|
||
//
|
||
// комплектующаяToolStripMenuItem
|
||
//
|
||
this.комплектующаяToolStripMenuItem.Name = "комплектующаяToolStripMenuItem";
|
||
this.комплектующаяToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
|
||
this.комплектующаяToolStripMenuItem.Text = "Покупки";
|
||
this.комплектующаяToolStripMenuItem.Click += new System.EventHandler(this.goodsToolStripMenuItem_Click);
|
||
//
|
||
// товарыToolStripMenuItem
|
||
//
|
||
this.товарыToolStripMenuItem.Name = "товарыToolStripMenuItem";
|
||
this.товарыToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
|
||
this.товарыToolStripMenuItem.Text = "Сборки";
|
||
//
|
||
// заказыToolStripMenuItem
|
||
//
|
||
this.заказыToolStripMenuItem.Name = "заказыToolStripMenuItem";
|
||
this.заказыToolStripMenuItem.Size = new System.Drawing.Size(96, 20);
|
||
this.заказыToolStripMenuItem.Text = "Комментарии";
|
||
//
|
||
// получениеСпискаToolStripMenuItem
|
||
//
|
||
this.получениеСпискаToolStripMenuItem.Name = "получениеСпискаToolStripMenuItem";
|
||
this.получениеСпискаToolStripMenuItem.Size = new System.Drawing.Size(122, 20);
|
||
this.получениеСпискаToolStripMenuItem.Text = "Получение списка";
|
||
//
|
||
// отчётToolStripMenuItem
|
||
//
|
||
this.отчётToolStripMenuItem.Name = "отчётToolStripMenuItem";
|
||
this.отчётToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
|
||
this.отчётToolStripMenuItem.Text = "Отчёт";
|
||
//
|
||
// main_2
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(412, 225);
|
||
this.Controls.Add(this.menuStrip1);
|
||
this.MainMenuStrip = this.menuStrip1;
|
||
this.Name = "main_2";
|
||
this.Text = "Главная форма";
|
||
this.menuStrip1.ResumeLayout(false);
|
||
this.menuStrip1.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private MenuStrip menuStrip1;
|
||
private ToolStripMenuItem комплектующаяToolStripMenuItem;
|
||
private ToolStripMenuItem товарыToolStripMenuItem;
|
||
private ToolStripMenuItem заказыToolStripMenuItem;
|
||
private ToolStripMenuItem получениеСпискаToolStripMenuItem;
|
||
private ToolStripMenuItem отчётToolStripMenuItem;
|
||
}
|
||
} |