namespace KadroviYshot { partial class FormMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.btnEmployees = new System.Windows.Forms.Button(); 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(); // // btnEmployees // this.btnEmployees.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.btnEmployees.Location = new System.Drawing.Point(376, 139); this.btnEmployees.Name = "btnEmployees"; this.btnEmployees.Size = new System.Drawing.Size(191, 54); this.btnEmployees.TabIndex = 0; this.btnEmployees.Text = "Сотрудники"; this.btnEmployees.UseVisualStyleBackColor = true; this.btnEmployees.Click += new System.EventHandler(this.btnEmployees_Click); // // menuStrip1 // 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.Padding = new System.Windows.Forms.Padding(13, 4, 0, 4); this.menuStrip1.Size = new System.Drawing.Size(984, 27); this.menuStrip1.TabIndex = 1; this.menuStrip1.Text = "menuStrip1"; // // настройкиToolStripMenuItem // this.настройкиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.данныеОрганизацииToolStripMenuItem, this.должностиToolStripMenuItem, this.специальностиToolStripMenuItem}); this.настройкиToolStripMenuItem.Name = "настройкиToolStripMenuItem"; this.настройкиToolStripMenuItem.Size = new System.Drawing.Size(79, 19); this.настройкиToolStripMenuItem.Text = "Настройки"; // // данныеОрганизацииToolStripMenuItem // this.данныеОрганизацииToolStripMenuItem.Name = "данныеОрганизацииToolStripMenuItem"; this.данныеОрганизацииToolStripMenuItem.Size = new System.Drawing.Size(191, 22); this.данныеОрганизацииToolStripMenuItem.Text = "Данные организации"; // // должностиToolStripMenuItem // this.должностиToolStripMenuItem.Name = "должностиToolStripMenuItem"; this.должностиToolStripMenuItem.Size = new System.Drawing.Size(191, 22); this.должностиToolStripMenuItem.Text = "Должности"; // // специальностиToolStripMenuItem // this.специальностиToolStripMenuItem.Name = "специальностиToolStripMenuItem"; this.специальностиToolStripMenuItem.Size = new System.Drawing.Size(191, 22); this.специальностиToolStripMenuItem.Text = "Специальности"; // // выходToolStripMenuItem // this.выходToolStripMenuItem.Name = "выходToolStripMenuItem"; this.выходToolStripMenuItem.Size = new System.Drawing.Size(54, 19); this.выходToolStripMenuItem.Text = "Выход"; this.выходToolStripMenuItem.Click += new System.EventHandler(this.выходToolStripMenuItem_Click); // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(984, 961); this.Controls.Add(this.menuStrip1); this.Controls.Add(this.btnEmployees); this.Name = "FormMain"; this.Text = "Главная форма"; this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnEmployees; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem настройкиToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem данныеОрганизацииToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem должностиToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem специальностиToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem выходToolStripMenuItem; } }