namespace RestaurantApp { partial class MainForm { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.menuStrip = 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.отчётыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.выходToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.lblUser = new System.Windows.Forms.ToolStripStatusLabel(); this.menuStrip.SuspendLayout(); this.statusStrip.SuspendLayout(); this.SuspendLayout(); // // menuStrip // this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.клиентыToolStripMenuItem, this.блюдаToolStripMenuItem, this.сотрудникиToolStripMenuItem, this.заказыToolStripMenuItem, this.бронированияToolStripMenuItem, this.отчётыToolStripMenuItem, this.выходToolStripMenuItem}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.Size = new System.Drawing.Size(984, 24); this.menuStrip.TabIndex = 0; // // клиентыToolStripMenuItem // this.клиентыToolStripMenuItem.Name = "клиентыToolStripMenuItem"; this.клиентыToolStripMenuItem.Size = new System.Drawing.Size(67, 20); this.клиентыToolStripMenuItem.Text = "Клиенты"; // // блюдаToolStripMenuItem // this.блюдаToolStripMenuItem.Name = "блюдаToolStripMenuItem"; this.блюдаToolStripMenuItem.Size = new System.Drawing.Size(56, 20); this.блюдаToolStripMenuItem.Text = "Блюда"; // // сотрудникиToolStripMenuItem // this.сотрудникиToolStripMenuItem.Name = "сотрудникиToolStripMenuItem"; this.сотрудникиToolStripMenuItem.Size = new System.Drawing.Size(84, 20); this.сотрудникиToolStripMenuItem.Text = "Сотрудники"; // // заказы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(98, 20); this.бронированияToolStripMenuItem.Text = "Бронирования"; // // отчётыToolStripMenuItem // this.отчётыToolStripMenuItem.Name = "отчётыToolStripMenuItem"; this.отчётыToolStripMenuItem.Size = new System.Drawing.Size(60, 20); this.отчётыToolStripMenuItem.Text = "Отчёты"; // // выходToolStripMenuItem // this.выходToolStripMenuItem.Name = "выходToolStripMenuItem"; this.выходToolStripMenuItem.Size = new System.Drawing.Size(53, 20); this.выходToolStripMenuItem.Text = "Выход"; // // statusStrip // this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.lblUser}); this.statusStrip.Location = new System.Drawing.Point(0, 528); this.statusStrip.Name = "statusStrip"; this.statusStrip.Size = new System.Drawing.Size(984, 22); this.statusStrip.TabIndex = 1; // // lblUser // this.lblUser.Name = "lblUser"; this.lblUser.Size = new System.Drawing.Size(0, 17); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(984, 550); this.Controls.Add(this.statusStrip); this.Controls.Add(this.menuStrip); this.IsMdiContainer = true; this.MainMenuStrip = this.menuStrip; this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Ресторан - Система управления"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.MenuStrip menuStrip; 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; private System.Windows.Forms.ToolStripMenuItem отчётыToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem выходToolStripMenuItem; private System.Windows.Forms.StatusStrip statusStrip; private System.Windows.Forms.ToolStripStatusLabel lblUser; } }