100 lines
4.5 KiB
C#
100 lines
4.5 KiB
C#
namespace ConstructionCompanyView
|
||
{
|
||
partial class FormWarehouseMenu
|
||
{
|
||
/// <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()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormWarehouseMenu));
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
||
this.материалыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.поставкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
this.panel1.SuspendLayout();
|
||
this.menuStrip1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
|
||
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.panel1.Controls.Add(this.menuStrip1);
|
||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(542, 327);
|
||
this.panel1.TabIndex = 1;
|
||
//
|
||
// 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.Size = new System.Drawing.Size(542, 28);
|
||
this.menuStrip1.TabIndex = 0;
|
||
this.menuStrip1.Text = "menuStrip1";
|
||
//
|
||
// материалыToolStripMenuItem
|
||
//
|
||
this.материалыToolStripMenuItem.Name = "материалыToolStripMenuItem";
|
||
this.материалыToolStripMenuItem.Size = new System.Drawing.Size(103, 24);
|
||
this.материалыToolStripMenuItem.Text = "Материалы";
|
||
this.материалыToolStripMenuItem.Click += new System.EventHandler(this.материалыToolStripMenuItem_Click);
|
||
//
|
||
// поставкиToolStripMenuItem
|
||
//
|
||
this.поставкиToolStripMenuItem.Name = "поставкиToolStripMenuItem";
|
||
this.поставкиToolStripMenuItem.Size = new System.Drawing.Size(88, 24);
|
||
this.поставкиToolStripMenuItem.Text = "Поставки";
|
||
this.поставкиToolStripMenuItem.Click += new System.EventHandler(this.поставкиToolStripMenuItem_Click);
|
||
//
|
||
// FormWarehouseMenu
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(542, 327);
|
||
this.Controls.Add(this.panel1);
|
||
this.MainMenuStrip = this.menuStrip1;
|
||
this.Name = "FormWarehouseMenu";
|
||
this.Text = "Склад";
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel1.PerformLayout();
|
||
this.menuStrip1.ResumeLayout(false);
|
||
this.menuStrip1.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
private Panel panel1;
|
||
private MenuStrip menuStrip1;
|
||
private ToolStripMenuItem материалыToolStripMenuItem;
|
||
private ToolStripMenuItem поставкиToolStripMenuItem;
|
||
}
|
||
} |