namespace Maestro.Shared.UI { partial class WorkbenchBase { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkbenchBase)); this.documentTabContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.closeAllButThisToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.documentTabContextMenu.SuspendLayout(); this.SuspendLayout(); // // documentTabContextMenu // this.documentTabContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.closeToolStripMenuItem, this.closeAllToolStripMenuItem, this.closeAllButThisToolStripMenuItem}); this.documentTabContextMenu.Name = "documentTabContextMenu"; resources.ApplyResources(this.documentTabContextMenu, "documentTabContextMenu"); // // closeToolStripMenuItem // resources.ApplyResources(this.closeToolStripMenuItem, "closeToolStripMenuItem"); this.closeToolStripMenuItem.Name = "closeToolStripMenuItem"; this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click); // // closeAllToolStripMenuItem // resources.ApplyResources(this.closeAllToolStripMenuItem, "closeAllToolStripMenuItem"); this.closeAllToolStripMenuItem.Name = "closeAllToolStripMenuItem"; this.closeAllToolStripMenuItem.Click += new System.EventHandler(this.closeAllToolStripMenuItem_Click); // // closeAllButThisToolStripMenuItem // resources.ApplyResources(this.closeAllButThisToolStripMenuItem, "closeAllButThisToolStripMenuItem"); this.closeAllButThisToolStripMenuItem.Name = "closeAllButThisToolStripMenuItem"; this.closeAllButThisToolStripMenuItem.Click += new System.EventHandler(this.closeAllButThisToolStripMenuItem_Click); // // WorkbenchBase // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; resources.ApplyResources(this, "$this"); this.Name = "WorkbenchBase"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.documentTabContextMenu.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ContextMenuStrip documentTabContextMenu; private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem closeAllToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem closeAllButThisToolStripMenuItem; } }