AreaUI.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. namespace ProjectManagementSystem.UI
  2. {
  3. partial class AreaUI
  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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  30. this.保存布局ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  31. this.允许移动ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  32. this.panel2 = new System.Windows.Forms.Panel();
  33. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  34. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  35. this.contextMenuStrip1.SuspendLayout();
  36. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  37. this.splitContainer1.Panel1.SuspendLayout();
  38. this.splitContainer1.Panel2.SuspendLayout();
  39. this.splitContainer1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  41. this.splitContainer2.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // contextMenuStrip1
  45. //
  46. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  47. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  48. this.保存布局ToolStripMenuItem,
  49. this.允许移动ToolStripMenuItem});
  50. this.contextMenuStrip1.Name = "contextMenuStrip1";
  51. this.contextMenuStrip1.Size = new System.Drawing.Size(153, 64);
  52. //
  53. // 保存布局ToolStripMenuItem
  54. //
  55. this.保存布局ToolStripMenuItem.Name = "保存布局ToolStripMenuItem";
  56. this.保存布局ToolStripMenuItem.Size = new System.Drawing.Size(152, 30);
  57. this.保存布局ToolStripMenuItem.Text = "保存布局";
  58. this.保存布局ToolStripMenuItem.Click += new System.EventHandler(this.保存布局ToolStripMenuItem_Click);
  59. //
  60. // 允许移动ToolStripMenuItem
  61. //
  62. this.允许移动ToolStripMenuItem.Name = "允许移动ToolStripMenuItem";
  63. this.允许移动ToolStripMenuItem.Size = new System.Drawing.Size(152, 30);
  64. this.允许移动ToolStripMenuItem.Text = "允许移动";
  65. this.允许移动ToolStripMenuItem.Click += new System.EventHandler(this.允许移动ToolStripMenuItem_Click);
  66. //
  67. // panel2
  68. //
  69. this.panel2.AutoScroll = true;
  70. this.panel2.ContextMenuStrip = this.contextMenuStrip1;
  71. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.panel2.Location = new System.Drawing.Point(0, 0);
  73. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  74. this.panel2.Name = "panel2";
  75. this.panel2.Size = new System.Drawing.Size(998, 348);
  76. this.panel2.TabIndex = 0;
  77. //
  78. // splitContainer1
  79. //
  80. this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  81. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  83. this.splitContainer1.Name = "splitContainer1";
  84. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  85. //
  86. // splitContainer1.Panel1
  87. //
  88. this.splitContainer1.Panel1.Controls.Add(this.panel2);
  89. //
  90. // splitContainer1.Panel2
  91. //
  92. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  93. this.splitContainer1.Panel2MinSize = 0;
  94. this.splitContainer1.Size = new System.Drawing.Size(1000, 500);
  95. this.splitContainer1.SplitterDistance = 350;
  96. this.splitContainer1.TabIndex = 0;
  97. //
  98. // splitContainer2
  99. //
  100. this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  101. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  103. this.splitContainer2.Name = "splitContainer2";
  104. this.splitContainer2.Size = new System.Drawing.Size(1000, 146);
  105. this.splitContainer2.SplitterDistance = 350;
  106. this.splitContainer2.TabIndex = 0;
  107. //
  108. // AreaUI
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  113. this.Controls.Add(this.splitContainer1);
  114. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.Name = "AreaUI";
  116. this.Size = new System.Drawing.Size(1000, 500);
  117. this.Load += new System.EventHandler(this.AreaUI_Load);
  118. this.contextMenuStrip1.ResumeLayout(false);
  119. this.splitContainer1.Panel1.ResumeLayout(false);
  120. this.splitContainer1.Panel2.ResumeLayout(false);
  121. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  122. this.splitContainer1.ResumeLayout(false);
  123. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  124. this.splitContainer2.ResumeLayout(false);
  125. this.ResumeLayout(false);
  126. }
  127. #endregion
  128. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  129. private System.Windows.Forms.ToolStripMenuItem 保存布局ToolStripMenuItem;
  130. private System.Windows.Forms.Panel panel2;
  131. private System.Windows.Forms.ToolStripMenuItem 允许移动ToolStripMenuItem;
  132. private System.Windows.Forms.SplitContainer splitContainer1;
  133. private System.Windows.Forms.SplitContainer splitContainer2;
  134. }
  135. }