namespace NXWMS { partial class DockTool { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel(); this.navigatorTab = new ComponentFactory.Krypton.Docking.KryptonDockableNavigator(); this.contextMenuStripTab = new System.Windows.Forms.ContextMenuStrip(this.components); this.关闭ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.关闭其它所有窗口ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.关闭所有窗口ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit(); this.kryptonPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.navigatorTab)).BeginInit(); this.navigatorTab.SuspendLayout(); this.contextMenuStripTab.SuspendLayout(); this.SuspendLayout(); // // kryptonPanel1 // this.kryptonPanel1.Controls.Add(this.navigatorTab); this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonPanel1.Location = new System.Drawing.Point(0, 0); this.kryptonPanel1.Name = "kryptonPanel1"; this.kryptonPanel1.Size = new System.Drawing.Size(894, 31); this.kryptonPanel1.TabIndex = 72; // // navigatorTab // this.navigatorTab.Bar.ItemSizing = ComponentFactory.Krypton.Navigator.BarItemSizing.SameWidthAndHeight; this.navigatorTab.Bar.TabBorderStyle = ComponentFactory.Krypton.Toolkit.TabBorderStyle.OneNote; this.navigatorTab.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None; this.navigatorTab.Button.CloseButtonAction = ComponentFactory.Krypton.Navigator.CloseButtonAction.None; this.navigatorTab.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide; this.navigatorTab.Dock = System.Windows.Forms.DockStyle.Fill; this.navigatorTab.Location = new System.Drawing.Point(0, 0); this.navigatorTab.Name = "navigatorTab"; this.navigatorTab.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarTabOnly; this.navigatorTab.Size = new System.Drawing.Size(894, 31); this.navigatorTab.TabIndex = 63; this.navigatorTab.Text = "kryptonDockableNavigator2"; // // contextMenuStripTab // this.contextMenuStripTab.Font = new System.Drawing.Font("Segoe UI", 9F); this.contextMenuStripTab.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.关闭ToolStripMenuItem, this.关闭其它所有窗口ToolStripMenuItem, this.关闭所有窗口ToolStripMenuItem}); this.contextMenuStripTab.Name = "contextMenuStripTab"; this.contextMenuStripTab.Size = new System.Drawing.Size(147, 70); // // 关闭ToolStripMenuItem // this.关闭ToolStripMenuItem.Name = "关闭ToolStripMenuItem"; this.关闭ToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.关闭ToolStripMenuItem.Text = "关闭"; // // 关闭其它所有窗口ToolStripMenuItem // this.关闭其它所有窗口ToolStripMenuItem.Name = "关闭其它所有窗口ToolStripMenuItem"; this.关闭其它所有窗口ToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.关闭其它所有窗口ToolStripMenuItem.Text = "关闭其它窗口"; // // 关闭所有窗口ToolStripMenuItem // this.关闭所有窗口ToolStripMenuItem.Name = "关闭所有窗口ToolStripMenuItem"; this.关闭所有窗口ToolStripMenuItem.Size = new System.Drawing.Size(146, 22); this.关闭所有窗口ToolStripMenuItem.Text = "关闭所有窗口"; // // DockTool // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.kryptonPanel1); this.Name = "DockTool"; this.Size = new System.Drawing.Size(894, 31); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit(); this.kryptonPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.navigatorTab)).EndInit(); this.navigatorTab.ResumeLayout(false); this.contextMenuStripTab.ResumeLayout(false); this.ResumeLayout(false); } #endregion public ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1; public ComponentFactory.Krypton.Docking.KryptonDockableNavigator navigatorTab; public System.Windows.Forms.ContextMenuStrip contextMenuStripTab; public System.Windows.Forms.ToolStripMenuItem 关闭ToolStripMenuItem; public System.Windows.Forms.ToolStripMenuItem 关闭其它所有窗口ToolStripMenuItem; public System.Windows.Forms.ToolStripMenuItem 关闭所有窗口ToolStripMenuItem; } }