98 lines
4.8 KiB
C#
98 lines
4.8 KiB
C#
|
namespace ConstructionCompanyView
|
|||
|
{
|
|||
|
partial class FormBrigadeMenu
|
|||
|
{
|
|||
|
/// <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.menuStrip1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// menuStrip1
|
|||
|
//
|
|||
|
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|||
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
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(645, 28);
|
|||
|
this.menuStrip1.TabIndex = 0;
|
|||
|
this.menuStrip1.Text = "menuStrip1";
|
|||
|
//
|
|||
|
// сотрудникиToolStripMenuItem
|
|||
|
//
|
|||
|
this.сотрудникиToolStripMenuItem.Name = "сотрудникиToolStripMenuItem";
|
|||
|
this.сотрудникиToolStripMenuItem.Size = new System.Drawing.Size(105, 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(101, 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(159, 24);
|
|||
|
this.назначитьНаЗаказToolStripMenuItem.Text = "Назначить на заказ";
|
|||
|
this.назначитьНаЗаказToolStripMenuItem.Click += new System.EventHandler(this.назначитьНаЗаказToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// FormBrigadeMenu
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.BackgroundImage = global::ConstructionCompanyView.Properties.Resources.users_viewfinder_solid;
|
|||
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
this.ClientSize = new System.Drawing.Size(645, 352);
|
|||
|
this.Controls.Add(this.menuStrip1);
|
|||
|
this.DoubleBuffered = true;
|
|||
|
this.MainMenuStrip = this.menuStrip1;
|
|||
|
this.Name = "FormBrigadeMenu";
|
|||
|
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;
|
|||
|
}
|
|||
|
}
|