DockTool.Designer.cs 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. namespace NXWMS
  2. {
  3. partial class DockTool
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  30. this.navigatorTab = new ComponentFactory.Krypton.Docking.KryptonDockableNavigator();
  31. this.contextMenuStripTab = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.关闭ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.关闭其它所有窗口ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.关闭所有窗口ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
  36. this.kryptonPanel1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.navigatorTab)).BeginInit();
  38. this.navigatorTab.SuspendLayout();
  39. this.contextMenuStripTab.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // kryptonPanel1
  43. //
  44. this.kryptonPanel1.Controls.Add(this.navigatorTab);
  45. this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  46. this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
  47. this.kryptonPanel1.Name = "kryptonPanel1";
  48. this.kryptonPanel1.Size = new System.Drawing.Size(894, 31);
  49. this.kryptonPanel1.TabIndex = 72;
  50. //
  51. // navigatorTab
  52. //
  53. this.navigatorTab.Bar.ItemSizing = ComponentFactory.Krypton.Navigator.BarItemSizing.SameWidthAndHeight;
  54. this.navigatorTab.Bar.TabBorderStyle = ComponentFactory.Krypton.Toolkit.TabBorderStyle.OneNote;
  55. this.navigatorTab.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None;
  56. this.navigatorTab.Button.CloseButtonAction = ComponentFactory.Krypton.Navigator.CloseButtonAction.None;
  57. this.navigatorTab.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
  58. this.navigatorTab.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.navigatorTab.Location = new System.Drawing.Point(0, 0);
  60. this.navigatorTab.Name = "navigatorTab";
  61. this.navigatorTab.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarTabOnly;
  62. this.navigatorTab.Size = new System.Drawing.Size(894, 31);
  63. this.navigatorTab.TabIndex = 63;
  64. this.navigatorTab.Text = "kryptonDockableNavigator2";
  65. //
  66. // contextMenuStripTab
  67. //
  68. this.contextMenuStripTab.Font = new System.Drawing.Font("Segoe UI", 9F);
  69. this.contextMenuStripTab.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  70. this.关闭ToolStripMenuItem,
  71. this.关闭其它所有窗口ToolStripMenuItem,
  72. this.关闭所有窗口ToolStripMenuItem});
  73. this.contextMenuStripTab.Name = "contextMenuStripTab";
  74. this.contextMenuStripTab.Size = new System.Drawing.Size(147, 70);
  75. //
  76. // 关闭ToolStripMenuItem
  77. //
  78. this.关闭ToolStripMenuItem.Name = "关闭ToolStripMenuItem";
  79. this.关闭ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
  80. this.关闭ToolStripMenuItem.Text = "关闭";
  81. //
  82. // 关闭其它所有窗口ToolStripMenuItem
  83. //
  84. this.关闭其它所有窗口ToolStripMenuItem.Name = "关闭其它所有窗口ToolStripMenuItem";
  85. this.关闭其它所有窗口ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
  86. this.关闭其它所有窗口ToolStripMenuItem.Text = "关闭其它窗口";
  87. //
  88. // 关闭所有窗口ToolStripMenuItem
  89. //
  90. this.关闭所有窗口ToolStripMenuItem.Name = "关闭所有窗口ToolStripMenuItem";
  91. this.关闭所有窗口ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
  92. this.关闭所有窗口ToolStripMenuItem.Text = "关闭所有窗口";
  93. //
  94. // DockTool
  95. //
  96. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  97. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  98. this.Controls.Add(this.kryptonPanel1);
  99. this.Name = "DockTool";
  100. this.Size = new System.Drawing.Size(894, 31);
  101. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
  102. this.kryptonPanel1.ResumeLayout(false);
  103. ((System.ComponentModel.ISupportInitialize)(this.navigatorTab)).EndInit();
  104. this.navigatorTab.ResumeLayout(false);
  105. this.contextMenuStripTab.ResumeLayout(false);
  106. this.ResumeLayout(false);
  107. }
  108. #endregion
  109. public ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
  110. public ComponentFactory.Krypton.Docking.KryptonDockableNavigator navigatorTab;
  111. public System.Windows.Forms.ContextMenuStrip contextMenuStripTab;
  112. public System.Windows.Forms.ToolStripMenuItem 关闭ToolStripMenuItem;
  113. public System.Windows.Forms.ToolStripMenuItem 关闭其它所有窗口ToolStripMenuItem;
  114. public System.Windows.Forms.ToolStripMenuItem 关闭所有窗口ToolStripMenuItem;
  115. }
  116. }