DockMenu.Designer.cs 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. namespace NXWMS
  2. {
  3. partial class DockMenu
  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.kryptonPanel = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  29. this.treeMenu = new ComponentFactory.Krypton.Toolkit.KryptonTreeView();
  30. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel)).BeginInit();
  31. this.kryptonPanel.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // kryptonPanel
  35. //
  36. this.kryptonPanel.Controls.Add(this.treeMenu);
  37. this.kryptonPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  38. this.kryptonPanel.Location = new System.Drawing.Point(0, 0);
  39. this.kryptonPanel.Name = "kryptonPanel";
  40. this.kryptonPanel.Padding = new System.Windows.Forms.Padding(5);
  41. this.kryptonPanel.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlClient;
  42. this.kryptonPanel.Size = new System.Drawing.Size(452, 522);
  43. this.kryptonPanel.TabIndex = 2;
  44. //
  45. // treeMenu
  46. //
  47. this.treeMenu.Dock = System.Windows.Forms.DockStyle.Fill;
  48. this.treeMenu.Location = new System.Drawing.Point(5, 5);
  49. this.treeMenu.Name = "treeMenu";
  50. this.treeMenu.Size = new System.Drawing.Size(442, 512);
  51. this.treeMenu.TabIndex = 3;
  52. //
  53. // UserControl1
  54. //
  55. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  56. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  57. this.Controls.Add(this.kryptonPanel);
  58. this.Name = "UserControl1";
  59. this.Size = new System.Drawing.Size(452, 522);
  60. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel)).EndInit();
  61. this.kryptonPanel.ResumeLayout(false);
  62. this.ResumeLayout(false);
  63. }
  64. #endregion
  65. public ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel;
  66. public ComponentFactory.Krypton.Toolkit.KryptonTreeView treeMenu;
  67. }
  68. }