123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- namespace ProjectManagementSystem.UI
- {
- partial class AreaUI
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.保存布局ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.允许移动ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.panel2 = new System.Windows.Forms.Panel();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.contextMenuStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
- this.splitContainer2.SuspendLayout();
- this.SuspendLayout();
- //
- // contextMenuStrip1
- //
- this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.保存布局ToolStripMenuItem,
- this.允许移动ToolStripMenuItem});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(153, 64);
- //
- // 保存布局ToolStripMenuItem
- //
- this.保存布局ToolStripMenuItem.Name = "保存布局ToolStripMenuItem";
- this.保存布局ToolStripMenuItem.Size = new System.Drawing.Size(152, 30);
- this.保存布局ToolStripMenuItem.Text = "保存布局";
- this.保存布局ToolStripMenuItem.Click += new System.EventHandler(this.保存布局ToolStripMenuItem_Click);
- //
- // 允许移动ToolStripMenuItem
- //
- this.允许移动ToolStripMenuItem.Name = "允许移动ToolStripMenuItem";
- this.允许移动ToolStripMenuItem.Size = new System.Drawing.Size(152, 30);
- this.允许移动ToolStripMenuItem.Text = "允许移动";
- this.允许移动ToolStripMenuItem.Click += new System.EventHandler(this.允许移动ToolStripMenuItem_Click);
- //
- // panel2
- //
- this.panel2.AutoScroll = true;
- this.panel2.ContextMenuStrip = this.contextMenuStrip1;
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Margin = new System.Windows.Forms.Padding(2);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(998, 348);
- this.panel2.TabIndex = 0;
- //
- // splitContainer1
- //
- this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.panel2);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
- this.splitContainer1.Panel2MinSize = 0;
- this.splitContainer1.Size = new System.Drawing.Size(1000, 500);
- this.splitContainer1.SplitterDistance = 350;
- this.splitContainer1.TabIndex = 0;
- //
- // splitContainer2
- //
- this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer2.Location = new System.Drawing.Point(0, 0);
- this.splitContainer2.Name = "splitContainer2";
- this.splitContainer2.Size = new System.Drawing.Size(1000, 146);
- this.splitContainer2.SplitterDistance = 350;
- this.splitContainer2.TabIndex = 0;
- //
- // AreaUI
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.Controls.Add(this.splitContainer1);
- this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Name = "AreaUI";
- this.Size = new System.Drawing.Size(1000, 500);
- this.Load += new System.EventHandler(this.AreaUI_Load);
- this.contextMenuStrip1.ResumeLayout(false);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
- this.splitContainer2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.ToolStripMenuItem 保存布局ToolStripMenuItem;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.ToolStripMenuItem 允许移动ToolStripMenuItem;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.SplitContainer splitContainer2;
- }
- }
|