1183 lines
		
	
	
		
			64 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			1183 lines
		
	
	
		
			64 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace DrawGraphManagement
 | ||
| {
 | ||
|     partial class AreaManageForm
 | ||
|     {
 | ||
|         /// <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 Windows 窗体设计器生成的代码
 | ||
| 
 | ||
|         /// <summary>
 | ||
|         /// 设计器支持所需的方法 - 不要
 | ||
|         /// 使用代码编辑器修改此方法的内容。
 | ||
|         /// </summary>
 | ||
|         private void InitializeComponent()
 | ||
|         {
 | ||
|             this.components = new System.ComponentModel.Container();
 | ||
|             this.panel2 = new System.Windows.Forms.Panel();
 | ||
|             this.txtFontSize = new System.Windows.Forms.TextBox();
 | ||
|             this.checkBox1 = new System.Windows.Forms.CheckBox();
 | ||
|             this.txtYAisx = new System.Windows.Forms.TextBox();
 | ||
|             this.label7 = new System.Windows.Forms.Label();
 | ||
|             this.txtXAisx = new System.Windows.Forms.TextBox();
 | ||
|             this.label6 = new System.Windows.Forms.Label();
 | ||
|             this.label5 = new System.Windows.Forms.Label();
 | ||
|             this.txtMoveValue = new System.Windows.Forms.TextBox();
 | ||
|             this.label4 = new System.Windows.Forms.Label();
 | ||
|             this.txtClassName = new System.Windows.Forms.TextBox();
 | ||
|             this.btnOk = new System.Windows.Forms.Button();
 | ||
|             this.label3 = new System.Windows.Forms.Label();
 | ||
|             this.txtManageName = new System.Windows.Forms.TextBox();
 | ||
|             this.label2 = new System.Windows.Forms.Label();
 | ||
|             this.txtManagerY = new System.Windows.Forms.TextBox();
 | ||
|             this.label1 = new System.Windows.Forms.Label();
 | ||
|             this.txtManagerX = new System.Windows.Forms.TextBox();
 | ||
|             this.panel1 = new System.Windows.Forms.Panel();
 | ||
|             this.tabControl1 = new System.Windows.Forms.TabControl();
 | ||
|             this.tabPage1 = new System.Windows.Forms.TabPage();
 | ||
|             this.panel7 = new System.Windows.Forms.Panel();
 | ||
|             this.treeView1 = new System.Windows.Forms.TreeView();
 | ||
|             this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
 | ||
|             this.deleteMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.panel6 = new System.Windows.Forms.Panel();
 | ||
|             this.btnSearchPack = new System.Windows.Forms.Button();
 | ||
|             this.textBox2 = new System.Windows.Forms.TextBox();
 | ||
|             this.tabPage2 = new System.Windows.Forms.TabPage();
 | ||
|             this.treePropertyList = new System.Windows.Forms.TreeView();
 | ||
|             this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
 | ||
|             this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.生成可编辑区域ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.生成可编辑区域不带前标签ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.panel5 = new System.Windows.Forms.Panel();
 | ||
|             this.btnSearchInfo = new System.Windows.Forms.Button();
 | ||
|             this.txtSearchInfo = new System.Windows.Forms.TextBox();
 | ||
|             this.txtNameSpace = new System.Windows.Forms.TextBox();
 | ||
|             this.txtDllName = new System.Windows.Forms.TextBox();
 | ||
|             this.button1 = new System.Windows.Forms.Button();
 | ||
|             this.txtInstanceName = new System.Windows.Forms.ComboBox();
 | ||
|             this.panel3 = new System.Windows.Forms.Panel();
 | ||
|             this.panel4 = new System.Windows.Forms.Panel();
 | ||
|             this.panelzgc = new DrawGraphManagement.MyPanel();
 | ||
|             this.alignCmdOfPackPnl = new System.Windows.Forms.Panel();
 | ||
|             this.btnAlignCmd = new System.Windows.Forms.Button();
 | ||
|             this.cmbPackAlignType = new System.Windows.Forms.ComboBox();
 | ||
|             this.label8 = new System.Windows.Forms.Label();
 | ||
|             this.cmbPackList = new System.Windows.Forms.ComboBox();
 | ||
|             this.label9 = new System.Windows.Forms.Label();
 | ||
|             this.button3 = new System.Windows.Forms.Button();
 | ||
|             this.zedGraphControl1 = new DrawGraph.ZedGraphControl();
 | ||
|             this.contextMenuStrip3 = new System.Windows.Forms.ContextMenuStrip(this.components);
 | ||
|             this.colorDialog1 = new System.Windows.Forms.ColorDialog();
 | ||
|             this.menuStrip1 = new System.Windows.Forms.MenuStrip();
 | ||
|             this.组件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.长方形ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.方框ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.圆角方框ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.表格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.废弃表格ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.线ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.线集合ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.虚线ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.虚线集合ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.文本ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.图表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.x1轴ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.x2轴ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.y1轴ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.y2轴ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.otherY轴ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.插入图片ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.操作ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.组件横向居中ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.组件横向居中ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.以父组顶对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.以父组件左对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.以指定组件对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.配置值转换ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.功能ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.打开模板文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.保存文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.按顺序画组件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.打印ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.长方形ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.方框ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.线ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.线集合ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.文本ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.父组件顶对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.父组件左对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.指定组件对齐ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 | ||
|             this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
 | ||
|             this.panel2.SuspendLayout();
 | ||
|             this.panel1.SuspendLayout();
 | ||
|             this.tabControl1.SuspendLayout();
 | ||
|             this.tabPage1.SuspendLayout();
 | ||
|             this.panel7.SuspendLayout();
 | ||
|             this.contextMenuStrip1.SuspendLayout();
 | ||
|             this.panel6.SuspendLayout();
 | ||
|             this.tabPage2.SuspendLayout();
 | ||
|             this.contextMenuStrip2.SuspendLayout();
 | ||
|             this.panel5.SuspendLayout();
 | ||
|             this.panel4.SuspendLayout();
 | ||
|             this.panelzgc.SuspendLayout();
 | ||
|             this.alignCmdOfPackPnl.SuspendLayout();
 | ||
|             this.menuStrip1.SuspendLayout();
 | ||
|             this.SuspendLayout();
 | ||
|             // 
 | ||
|             // panel2
 | ||
|             // 
 | ||
|             this.panel2.Controls.Add(this.txtFontSize);
 | ||
|             this.panel2.Controls.Add(this.checkBox1);
 | ||
|             this.panel2.Controls.Add(this.txtYAisx);
 | ||
|             this.panel2.Controls.Add(this.label7);
 | ||
|             this.panel2.Controls.Add(this.txtXAisx);
 | ||
|             this.panel2.Controls.Add(this.label6);
 | ||
|             this.panel2.Controls.Add(this.label5);
 | ||
|             this.panel2.Controls.Add(this.txtMoveValue);
 | ||
|             this.panel2.Controls.Add(this.label4);
 | ||
|             this.panel2.Controls.Add(this.txtClassName);
 | ||
|             this.panel2.Controls.Add(this.btnOk);
 | ||
|             this.panel2.Controls.Add(this.label3);
 | ||
|             this.panel2.Controls.Add(this.txtManageName);
 | ||
|             this.panel2.Controls.Add(this.label2);
 | ||
|             this.panel2.Controls.Add(this.txtManagerY);
 | ||
|             this.panel2.Controls.Add(this.label1);
 | ||
|             this.panel2.Controls.Add(this.txtManagerX);
 | ||
|             this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
 | ||
|             this.panel2.Location = new System.Drawing.Point(0, 25);
 | ||
|             this.panel2.Name = "panel2";
 | ||
|             this.panel2.Size = new System.Drawing.Size(1428, 56);
 | ||
|             this.panel2.TabIndex = 1;
 | ||
|             // 
 | ||
|             // txtFontSize
 | ||
|             // 
 | ||
|             this.txtFontSize.Location = new System.Drawing.Point(682, 0);
 | ||
|             this.txtFontSize.Name = "txtFontSize";
 | ||
|             this.txtFontSize.Size = new System.Drawing.Size(100, 21);
 | ||
|             this.txtFontSize.TabIndex = 22;
 | ||
|             // 
 | ||
|             // checkBox1
 | ||
|             // 
 | ||
|             this.checkBox1.AutoSize = true;
 | ||
|             this.checkBox1.Checked = true;
 | ||
|             this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
 | ||
|             this.checkBox1.Location = new System.Drawing.Point(1221, 29);
 | ||
|             this.checkBox1.Name = "checkBox1";
 | ||
|             this.checkBox1.Size = new System.Drawing.Size(84, 16);
 | ||
|             this.checkBox1.TabIndex = 21;
 | ||
|             this.checkBox1.Text = "显示背景图";
 | ||
|             this.checkBox1.UseVisualStyleBackColor = true;
 | ||
|             this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
 | ||
|             // 
 | ||
|             // txtYAisx
 | ||
|             // 
 | ||
|             this.txtYAisx.Dock = System.Windows.Forms.DockStyle.Left;
 | ||
|             this.txtYAisx.Location = new System.Drawing.Point(337, 0);
 | ||
|             this.txtYAisx.Name = "txtYAisx";
 | ||
|             this.txtYAisx.Size = new System.Drawing.Size(243, 21);
 | ||
|             this.txtYAisx.TabIndex = 20;
 | ||
|             this.txtYAisx.DoubleClick += new System.EventHandler(this.txtXAisx_DoubleClick);
 | ||
|             // 
 | ||
|             // label7
 | ||
|             // 
 | ||
|             this.label7.AutoSize = true;
 | ||
|             this.label7.Dock = System.Windows.Forms.DockStyle.Left;
 | ||
|             this.label7.Location = new System.Drawing.Point(290, 0);
 | ||
|             this.label7.Name = "label7";
 | ||
|             this.label7.Size = new System.Drawing.Size(47, 12);
 | ||
|             this.label7.TabIndex = 19;
 | ||
|             this.label7.Text = "Y坐标:";
 | ||
|             // 
 | ||
|             // txtXAisx
 | ||
|             // 
 | ||
|             this.txtXAisx.Dock = System.Windows.Forms.DockStyle.Left;
 | ||
|             this.txtXAisx.Location = new System.Drawing.Point(47, 0);
 | ||
|             this.txtXAisx.Name = "txtXAisx";
 | ||
|             this.txtXAisx.Size = new System.Drawing.Size(243, 21);
 | ||
|             this.txtXAisx.TabIndex = 18;
 | ||
|             this.txtXAisx.DoubleClick += new System.EventHandler(this.txtXAisx_DoubleClick);
 | ||
|             // 
 | ||
|             // label6
 | ||
|             // 
 | ||
|             this.label6.AutoSize = true;
 | ||
|             this.label6.Dock = System.Windows.Forms.DockStyle.Left;
 | ||
|             this.label6.Location = new System.Drawing.Point(0, 0);
 | ||
|             this.label6.Name = "label6";
 | ||
|             this.label6.Size = new System.Drawing.Size(47, 12);
 | ||
|             this.label6.TabIndex = 17;
 | ||
|             this.label6.Text = "X坐标:";
 | ||
|             // 
 | ||
|             // label5
 | ||
|             // 
 | ||
|             this.label5.AutoSize = true;
 | ||
|             this.label5.Location = new System.Drawing.Point(1037, 32);
 | ||
|             this.label5.Name = "label5";
 | ||
|             this.label5.Size = new System.Drawing.Size(53, 12);
 | ||
|             this.label5.TabIndex = 16;
 | ||
|             this.label5.Text = "移动值:";
 | ||
|             // 
 | ||
|             // txtMoveValue
 | ||
|             // 
 | ||
|             this.txtMoveValue.Location = new System.Drawing.Point(1102, 28);
 | ||
|             this.txtMoveValue.Name = "txtMoveValue";
 | ||
|             this.txtMoveValue.Size = new System.Drawing.Size(100, 21);
 | ||
|             this.txtMoveValue.TabIndex = 15;
 | ||
|             this.txtMoveValue.Text = "0.005";
 | ||
|             // 
 | ||
|             // label4
 | ||
|             // 
 | ||
|             this.label4.AutoSize = true;
 | ||
|             this.label4.Location = new System.Drawing.Point(14, 31);
 | ||
|             this.label4.Name = "label4";
 | ||
|             this.label4.Size = new System.Drawing.Size(89, 12);
 | ||
|             this.label4.TabIndex = 14;
 | ||
|             this.label4.Text = "管理器类名称:";
 | ||
|             // 
 | ||
|             // txtClassName
 | ||
|             // 
 | ||
|             this.txtClassName.Location = new System.Drawing.Point(109, 27);
 | ||
|             this.txtClassName.Name = "txtClassName";
 | ||
|             this.txtClassName.ReadOnly = true;
 | ||
|             this.txtClassName.Size = new System.Drawing.Size(169, 21);
 | ||
|             this.txtClassName.TabIndex = 13;
 | ||
|             // 
 | ||
|             // btnOk
 | ||
|             // 
 | ||
|             this.btnOk.Location = new System.Drawing.Point(788, 0);
 | ||
|             this.btnOk.Name = "btnOk";
 | ||
|             this.btnOk.Size = new System.Drawing.Size(128, 23);
 | ||
|             this.btnOk.TabIndex = 11;
 | ||
|             this.btnOk.Text = "统一更改文书字号";
 | ||
|             this.btnOk.UseVisualStyleBackColor = true;
 | ||
|             this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
 | ||
|             // 
 | ||
|             // label3
 | ||
|             // 
 | ||
|             this.label3.AutoSize = true;
 | ||
|             this.label3.Location = new System.Drawing.Point(294, 31);
 | ||
|             this.label3.Name = "label3";
 | ||
|             this.label3.Size = new System.Drawing.Size(77, 12);
 | ||
|             this.label3.TabIndex = 10;
 | ||
|             this.label3.Text = "管理器名称:";
 | ||
|             // 
 | ||
|             // txtManageName
 | ||
|             // 
 | ||
|             this.txtManageName.Location = new System.Drawing.Point(377, 27);
 | ||
|             this.txtManageName.Name = "txtManageName";
 | ||
|             this.txtManageName.Size = new System.Drawing.Size(169, 21);
 | ||
|             this.txtManageName.TabIndex = 9;
 | ||
|             // 
 | ||
|             // label2
 | ||
|             // 
 | ||
|             this.label2.AutoSize = true;
 | ||
|             this.label2.Location = new System.Drawing.Point(751, 31);
 | ||
|             this.label2.Name = "label2";
 | ||
|             this.label2.Size = new System.Drawing.Size(59, 12);
 | ||
|             this.label2.TabIndex = 8;
 | ||
|             this.label2.Text = "管理器Y:";
 | ||
|             // 
 | ||
|             // txtManagerY
 | ||
|             // 
 | ||
|             this.txtManagerY.Location = new System.Drawing.Point(816, 27);
 | ||
|             this.txtManagerY.Name = "txtManagerY";
 | ||
|             this.txtManagerY.Size = new System.Drawing.Size(100, 21);
 | ||
|             this.txtManagerY.TabIndex = 7;
 | ||
|             // 
 | ||
|             // label1
 | ||
|             // 
 | ||
|             this.label1.AutoSize = true;
 | ||
|             this.label1.Location = new System.Drawing.Point(565, 31);
 | ||
|             this.label1.Name = "label1";
 | ||
|             this.label1.Size = new System.Drawing.Size(59, 12);
 | ||
|             this.label1.TabIndex = 6;
 | ||
|             this.label1.Text = "管理器X:";
 | ||
|             // 
 | ||
|             // txtManagerX
 | ||
|             // 
 | ||
|             this.txtManagerX.Location = new System.Drawing.Point(630, 27);
 | ||
|             this.txtManagerX.Name = "txtManagerX";
 | ||
|             this.txtManagerX.Size = new System.Drawing.Size(100, 21);
 | ||
|             this.txtManagerX.TabIndex = 5;
 | ||
|             // 
 | ||
|             // panel1
 | ||
|             // 
 | ||
|             this.panel1.Controls.Add(this.tabControl1);
 | ||
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
 | ||
|             this.panel1.Location = new System.Drawing.Point(0, 81);
 | ||
|             this.panel1.Name = "panel1";
 | ||
|             this.panel1.Size = new System.Drawing.Size(200, 631);
 | ||
|             this.panel1.TabIndex = 2;
 | ||
|             // 
 | ||
|             // tabControl1
 | ||
|             // 
 | ||
|             this.tabControl1.Controls.Add(this.tabPage1);
 | ||
|             this.tabControl1.Controls.Add(this.tabPage2);
 | ||
|             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
 | ||
|             this.tabControl1.Location = new System.Drawing.Point(0, 0);
 | ||
|             this.tabControl1.Name = "tabControl1";
 | ||
|             this.tabControl1.SelectedIndex = 0;
 | ||
|             this.tabControl1.Size = new System.Drawing.Size(200, 631);
 | ||
|             this.tabControl1.TabIndex = 1;
 | ||
|             this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
 | ||
|             // 
 | ||
|             // tabPage1
 | ||
|             // 
 | ||
|             this.tabPage1.Controls.Add(this.panel7);
 | ||
|             this.tabPage1.Controls.Add(this.panel6);
 | ||
|             this.tabPage1.Location = new System.Drawing.Point(4, 22);
 | ||
|             this.tabPage1.Name = "tabPage1";
 | ||
|             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
 | ||
|             this.tabPage1.Size = new System.Drawing.Size(192, 605);
 | ||
|             this.tabPage1.TabIndex = 0;
 | ||
|             this.tabPage1.Text = "组件列表";
 | ||
|             this.tabPage1.UseVisualStyleBackColor = true;
 | ||
|             // 
 | ||
|             // panel7
 | ||
|             // 
 | ||
|             this.panel7.Controls.Add(this.treeView1);
 | ||
|             this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
 | ||
|             this.panel7.Location = new System.Drawing.Point(3, 63);
 | ||
|             this.panel7.Name = "panel7";
 | ||
|             this.panel7.Size = new System.Drawing.Size(186, 539);
 | ||
|             this.panel7.TabIndex = 2;
 | ||
|             // 
 | ||
|             // treeView1
 | ||
|             // 
 | ||
|             this.treeView1.ContextMenuStrip = this.contextMenuStrip1;
 | ||
|             this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
 | ||
|             this.treeView1.Location = new System.Drawing.Point(0, 0);
 | ||
|             this.treeView1.Name = "treeView1";
 | ||
|             this.treeView1.Size = new System.Drawing.Size(186, 539);
 | ||
|             this.treeView1.TabIndex = 0;
 | ||
|             this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseClick);
 | ||
|             this.treeView1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView1_KeyUp);
 | ||
|             this.treeView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseDown);
 | ||
|             // 
 | ||
|             // contextMenuStrip1
 | ||
|             // 
 | ||
|             this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | ||
|             this.deleteMenuItem});
 | ||
|             this.contextMenuStrip1.Name = "contextMenuStrip1";
 | ||
|             this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
 | ||
|             // 
 | ||
|             // deleteMenuItem
 | ||
|             // 
 | ||
|             this.deleteMenuItem.Enabled = false;
 | ||
|             this.deleteMenuItem.Name = "deleteMenuItem";
 | ||
|             this.deleteMenuItem.Size = new System.Drawing.Size(100, 22);
 | ||
|             this.deleteMenuItem.Text = "删除";
 | ||
|             this.deleteMenuItem.Click += new System.EventHandler(this.deleteMenuItem_Click);
 | ||
|             // 
 | ||
|             // panel6
 | ||
|             // 
 | ||
|             this.panel6.Controls.Add(this.btnSearchPack);
 | ||
|             this.panel6.Controls.Add(this.textBox2);
 | ||
|             this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
 | ||
|             this.panel6.Location = new System.Drawing.Point(3, 3);
 | ||
|             this.panel6.Name = "panel6";
 | ||
|             this.panel6.Size = new System.Drawing.Size(186, 60);
 | ||
|             this.panel6.TabIndex = 1;
 | ||
|             // 
 | ||
|             // btnSearchPack
 | ||
|             // 
 | ||
|             this.btnSearchPack.Location = new System.Drawing.Point(108, 31);
 | ||
|             this.btnSearchPack.Name = "btnSearchPack";
 | ||
|             this.btnSearchPack.Size = new System.Drawing.Size(75, 23);
 | ||
|             this.btnSearchPack.TabIndex = 7;
 | ||
|             this.btnSearchPack.Text = "查找组件";
 | ||
|             this.btnSearchPack.UseVisualStyleBackColor = true;
 | ||
|             this.btnSearchPack.Click += new System.EventHandler(this.btnSearchPack_Click);
 | ||
|             // 
 | ||
|             // textBox2
 | ||
|             // 
 | ||
|             this.textBox2.Location = new System.Drawing.Point(5, 6);
 | ||
|             this.textBox2.Name = "textBox2";
 | ||
|             this.textBox2.Size = new System.Drawing.Size(178, 21);
 | ||
|             this.textBox2.TabIndex = 6;
 | ||
|             // 
 | ||
|             // tabPage2
 | ||
|             // 
 | ||
|             this.tabPage2.Controls.Add(this.treePropertyList);
 | ||
|             this.tabPage2.Controls.Add(this.panel5);
 | ||
|             this.tabPage2.Location = new System.Drawing.Point(4, 22);
 | ||
|             this.tabPage2.Name = "tabPage2";
 | ||
|             this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
 | ||
|             this.tabPage2.Size = new System.Drawing.Size(192, 605);
 | ||
|             this.tabPage2.TabIndex = 1;
 | ||
|             this.tabPage2.Text = "手术类属性列表";
 | ||
|             this.tabPage2.UseVisualStyleBackColor = true;
 | ||
|             // 
 | ||
|             // treePropertyList
 | ||
|             // 
 | ||
|             this.treePropertyList.ContextMenuStrip = this.contextMenuStrip2;
 | ||
|             this.treePropertyList.Dock = System.Windows.Forms.DockStyle.Fill;
 | ||
|             this.treePropertyList.Location = new System.Drawing.Point(3, 176);
 | ||
|             this.treePropertyList.Name = "treePropertyList";
 | ||
|             this.treePropertyList.Size = new System.Drawing.Size(186, 426);
 | ||
|             this.treePropertyList.TabIndex = 3;
 | ||
|             // 
 | ||
|             // contextMenuStrip2
 | ||
|             // 
 | ||
|             this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | ||
|             this.toolStripMenuItem1,
 | ||
|             this.生成可编辑区域ToolStripMenuItem,
 | ||
|             this.生成可编辑区域不带前标签ToolStripMenuItem});
 | ||
|             this.contextMenuStrip2.Name = "contextMenuStrip1";
 | ||
|             this.contextMenuStrip2.Size = new System.Drawing.Size(229, 70);
 | ||
|             this.contextMenuStrip2.VisibleChanged += new System.EventHandler(this.contextMenuStrip2_VisibleChanged);
 | ||
|             // 
 | ||
|             // toolStripMenuItem1
 | ||
|             // 
 | ||
|             this.toolStripMenuItem1.Name = "toolStripMenuItem1";
 | ||
|             this.toolStripMenuItem1.Size = new System.Drawing.Size(228, 22);
 | ||
|             this.toolStripMenuItem1.Tag = "TextPackObj";
 | ||
|             this.toolStripMenuItem1.Text = "生成文本";
 | ||
|             this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
 | ||
|             // 
 | ||
|             // 生成可编辑区域ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.生成可编辑区域ToolStripMenuItem.Name = "生成可编辑区域ToolStripMenuItem";
 | ||
|             this.生成可编辑区域ToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
 | ||
|             this.生成可编辑区域ToolStripMenuItem.Tag = "AbleEditPackObj";
 | ||
|             this.生成可编辑区域ToolStripMenuItem.Text = "生成可编辑区域(带前标签)";
 | ||
|             this.生成可编辑区域ToolStripMenuItem.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
 | ||
|             // 
 | ||
|             // 生成可编辑区域不带前标签ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.生成可编辑区域不带前标签ToolStripMenuItem.Name = "生成可编辑区域不带前标签ToolStripMenuItem";
 | ||
|             this.生成可编辑区域不带前标签ToolStripMenuItem.Size = new System.Drawing.Size(228, 22);
 | ||
|             this.生成可编辑区域不带前标签ToolStripMenuItem.Tag = "AbleEditPackObj";
 | ||
|             this.生成可编辑区域不带前标签ToolStripMenuItem.Text = "生成可编辑区域(不带前标签)";
 | ||
|             this.生成可编辑区域不带前标签ToolStripMenuItem.Click += new System.EventHandler(this.生成可编辑区域不带前标签ToolStripMenuItem_Click);
 | ||
|             // 
 | ||
|             // panel5
 | ||
|             // 
 | ||
|             this.panel5.Controls.Add(this.btnSearchInfo);
 | ||
|             this.panel5.Controls.Add(this.txtSearchInfo);
 | ||
|             this.panel5.Controls.Add(this.txtNameSpace);
 | ||
|             this.panel5.Controls.Add(this.txtDllName);
 | ||
|             this.panel5.Controls.Add(this.button1);
 | ||
|             this.panel5.Controls.Add(this.txtInstanceName);
 | ||
|             this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
 | ||
|             this.panel5.Location = new System.Drawing.Point(3, 3);
 | ||
|             this.panel5.Name = "panel5";
 | ||
|             this.panel5.Size = new System.Drawing.Size(186, 173);
 | ||
|             this.panel5.TabIndex = 2;
 | ||
|             // 
 | ||
|             // btnSearchInfo
 | ||
|             // 
 | ||
|             this.btnSearchInfo.Location = new System.Drawing.Point(106, 144);
 | ||
|             this.btnSearchInfo.Name = "btnSearchInfo";
 | ||
|             this.btnSearchInfo.Size = new System.Drawing.Size(75, 23);
 | ||
|             this.btnSearchInfo.TabIndex = 5;
 | ||
|             this.btnSearchInfo.Text = "查找属性";
 | ||
|             this.btnSearchInfo.UseVisualStyleBackColor = true;
 | ||
|             this.btnSearchInfo.Click += new System.EventHandler(this.btnSearchInfo_Click);
 | ||
|             // 
 | ||
|             // txtSearchInfo
 | ||
|             // 
 | ||
|             this.txtSearchInfo.Location = new System.Drawing.Point(3, 119);
 | ||
|             this.txtSearchInfo.Name = "txtSearchInfo";
 | ||
|             this.txtSearchInfo.Size = new System.Drawing.Size(178, 21);
 | ||
|             this.txtSearchInfo.TabIndex = 4;
 | ||
|             // 
 | ||
|             // txtNameSpace
 | ||
|             // 
 | ||
|             this.txtNameSpace.Location = new System.Drawing.Point(3, 30);
 | ||
|             this.txtNameSpace.Name = "txtNameSpace";
 | ||
|             this.txtNameSpace.Size = new System.Drawing.Size(178, 21);
 | ||
|             this.txtNameSpace.TabIndex = 3;
 | ||
|             this.txtNameSpace.Text = "DrawGraph.";
 | ||
|             // 
 | ||
|             // txtDllName
 | ||
|             // 
 | ||
|             this.txtDllName.Location = new System.Drawing.Point(3, 3);
 | ||
|             this.txtDllName.Name = "txtDllName";
 | ||
|             this.txtDllName.Size = new System.Drawing.Size(178, 21);
 | ||
|             this.txtDllName.TabIndex = 2;
 | ||
|             this.txtDllName.Text = "DrawGraph.dll";
 | ||
|             // 
 | ||
|             // button1
 | ||
|             // 
 | ||
|             this.button1.Location = new System.Drawing.Point(106, 83);
 | ||
|             this.button1.Name = "button1";
 | ||
|             this.button1.Size = new System.Drawing.Size(75, 23);
 | ||
|             this.button1.TabIndex = 1;
 | ||
|             this.button1.Text = "加载类";
 | ||
|             this.button1.UseVisualStyleBackColor = true;
 | ||
|             this.button1.Click += new System.EventHandler(this.button1_Click_1);
 | ||
|             // 
 | ||
|             // txtInstanceName
 | ||
|             // 
 | ||
|             this.txtInstanceName.Location = new System.Drawing.Point(3, 57);
 | ||
|             this.txtInstanceName.Name = "txtInstanceName";
 | ||
|             this.txtInstanceName.Size = new System.Drawing.Size(178, 20);
 | ||
|             this.txtInstanceName.TabIndex = 0;
 | ||
|             // 
 | ||
|             // panel3
 | ||
|             // 
 | ||
|             this.panel3.AutoScroll = true;
 | ||
|             this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
 | ||
|             this.panel3.Location = new System.Drawing.Point(981, 0);
 | ||
|             this.panel3.Name = "panel3";
 | ||
|             this.panel3.Size = new System.Drawing.Size(247, 631);
 | ||
|             this.panel3.TabIndex = 4;
 | ||
|             // 
 | ||
|             // panel4
 | ||
|             // 
 | ||
|             this.panel4.Controls.Add(this.panelzgc);
 | ||
|             this.panel4.Controls.Add(this.panel3);
 | ||
|             this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
 | ||
|             this.panel4.Location = new System.Drawing.Point(200, 81);
 | ||
|             this.panel4.Name = "panel4";
 | ||
|             this.panel4.Size = new System.Drawing.Size(1228, 631);
 | ||
|             this.panel4.TabIndex = 5;
 | ||
|             // 
 | ||
|             // panelzgc
 | ||
|             // 
 | ||
|             this.panelzgc.AutoScroll = true;
 | ||
|             this.panelzgc.Controls.Add(this.alignCmdOfPackPnl);
 | ||
|             this.panelzgc.Controls.Add(this.zedGraphControl1);
 | ||
|             this.panelzgc.Dock = System.Windows.Forms.DockStyle.Fill;
 | ||
|             this.panelzgc.Location = new System.Drawing.Point(0, 0);
 | ||
|             this.panelzgc.Name = "panelzgc";
 | ||
|             this.panelzgc.Size = new System.Drawing.Size(981, 631);
 | ||
|             this.panelzgc.TabIndex = 5;
 | ||
|             // 
 | ||
|             // alignCmdOfPackPnl
 | ||
|             // 
 | ||
|             this.alignCmdOfPackPnl.BackColor = System.Drawing.Color.White;
 | ||
|             this.alignCmdOfPackPnl.Controls.Add(this.btnAlignCmd);
 | ||
|             this.alignCmdOfPackPnl.Controls.Add(this.cmbPackAlignType);
 | ||
|             this.alignCmdOfPackPnl.Controls.Add(this.label8);
 | ||
|             this.alignCmdOfPackPnl.Controls.Add(this.cmbPackList);
 | ||
|             this.alignCmdOfPackPnl.Controls.Add(this.label9);
 | ||
|             this.alignCmdOfPackPnl.Controls.Add(this.button3);
 | ||
|             this.alignCmdOfPackPnl.Location = new System.Drawing.Point(680, 11);
 | ||
|             this.alignCmdOfPackPnl.Name = "alignCmdOfPackPnl";
 | ||
|             this.alignCmdOfPackPnl.Size = new System.Drawing.Size(171, 229);
 | ||
|             this.alignCmdOfPackPnl.TabIndex = 2;
 | ||
|             this.alignCmdOfPackPnl.Visible = false;
 | ||
|             this.alignCmdOfPackPnl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lable_MouseDown);
 | ||
|             this.alignCmdOfPackPnl.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lable_MouseMove);
 | ||
|             this.alignCmdOfPackPnl.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lable_MouseUp);
 | ||
|             // 
 | ||
|             // btnAlignCmd
 | ||
|             // 
 | ||
|             this.btnAlignCmd.Location = new System.Drawing.Point(6, 147);
 | ||
|             this.btnAlignCmd.Name = "btnAlignCmd";
 | ||
|             this.btnAlignCmd.Size = new System.Drawing.Size(75, 23);
 | ||
|             this.btnAlignCmd.TabIndex = 5;
 | ||
|             this.btnAlignCmd.Text = "确定";
 | ||
|             this.btnAlignCmd.UseVisualStyleBackColor = true;
 | ||
|             this.btnAlignCmd.Click += new System.EventHandler(this.btnAlignCmd_Click);
 | ||
|             // 
 | ||
|             // cmbPackAlignType
 | ||
|             // 
 | ||
|             this.cmbPackAlignType.FormattingEnabled = true;
 | ||
|             this.cmbPackAlignType.Items.AddRange(new object[] {
 | ||
|             "上",
 | ||
|             "左",
 | ||
|             "右",
 | ||
|             "等宽",
 | ||
|             "等高"});
 | ||
|             this.cmbPackAlignType.Location = new System.Drawing.Point(6, 87);
 | ||
|             this.cmbPackAlignType.Name = "cmbPackAlignType";
 | ||
|             this.cmbPackAlignType.Size = new System.Drawing.Size(156, 20);
 | ||
|             this.cmbPackAlignType.TabIndex = 4;
 | ||
|             this.cmbPackAlignType.Text = "上";
 | ||
|             // 
 | ||
|             // label8
 | ||
|             // 
 | ||
|             this.label8.AutoSize = true;
 | ||
|             this.label8.Location = new System.Drawing.Point(4, 72);
 | ||
|             this.label8.Name = "label8";
 | ||
|             this.label8.Size = new System.Drawing.Size(89, 12);
 | ||
|             this.label8.TabIndex = 3;
 | ||
|             this.label8.Text = "选则对齐方式:";
 | ||
|             // 
 | ||
|             // cmbPackList
 | ||
|             // 
 | ||
|             this.cmbPackList.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
 | ||
|             this.cmbPackList.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
 | ||
|             this.cmbPackList.FormattingEnabled = true;
 | ||
|             this.cmbPackList.Location = new System.Drawing.Point(6, 33);
 | ||
|             this.cmbPackList.Name = "cmbPackList";
 | ||
|             this.cmbPackList.Size = new System.Drawing.Size(156, 20);
 | ||
|             this.cmbPackList.TabIndex = 2;
 | ||
|             // 
 | ||
|             // label9
 | ||
|             // 
 | ||
|             this.label9.AutoSize = true;
 | ||
|             this.label9.Location = new System.Drawing.Point(4, 18);
 | ||
|             this.label9.Name = "label9";
 | ||
|             this.label9.Size = new System.Drawing.Size(113, 12);
 | ||
|             this.label9.TabIndex = 1;
 | ||
|             this.label9.Text = "选则要对齐的组件:";
 | ||
|             // 
 | ||
|             // button3
 | ||
|             // 
 | ||
|             this.button3.Location = new System.Drawing.Point(87, 147);
 | ||
|             this.button3.Name = "button3";
 | ||
|             this.button3.Size = new System.Drawing.Size(75, 23);
 | ||
|             this.button3.TabIndex = 0;
 | ||
|             this.button3.Text = "关闭";
 | ||
|             this.button3.UseVisualStyleBackColor = true;
 | ||
|             this.button3.Click += new System.EventHandler(this.button3_Click_1);
 | ||
|             // 
 | ||
|             // zedGraphControl1
 | ||
|             // 
 | ||
|             this.zedGraphControl1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
 | ||
|             this.zedGraphControl1.ContextMenuStrip = this.contextMenuStrip3;
 | ||
|             this.zedGraphControl1.IsEnableHZoom = false;
 | ||
|             this.zedGraphControl1.Location = new System.Drawing.Point(6, 6);
 | ||
|             this.zedGraphControl1.Name = "zedGraphControl1";
 | ||
|             this.zedGraphControl1.ScrollGrace = 0D;
 | ||
|             this.zedGraphControl1.ScrollMaxX = 0D;
 | ||
|             this.zedGraphControl1.ScrollMaxY = 0D;
 | ||
|             this.zedGraphControl1.ScrollMaxY2 = 0D;
 | ||
|             this.zedGraphControl1.ScrollMinX = 0D;
 | ||
|             this.zedGraphControl1.ScrollMinY = 0D;
 | ||
|             this.zedGraphControl1.ScrollMinY2 = 0D;
 | ||
|             this.zedGraphControl1.Size = new System.Drawing.Size(1022, 1620);
 | ||
|             this.zedGraphControl1.TabIndex = 0;
 | ||
|             this.zedGraphControl1.MouseDownEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zedGraphControl1_MouseDownEvent);
 | ||
|             this.zedGraphControl1.MouseUpEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zedGraphControl1_MouseUpEvent);
 | ||
|             this.zedGraphControl1.MouseMoveEvent += new DrawGraph.ZedGraphControl.ZedMouseEventHandler(this.zedGraphControl1_MouseMoveEvent);
 | ||
|             // 
 | ||
|             // contextMenuStrip3
 | ||
|             // 
 | ||
|             this.contextMenuStrip3.Name = "contextMenuStrip1";
 | ||
|             this.contextMenuStrip3.Size = new System.Drawing.Size(61, 4);
 | ||
|             // 
 | ||
|             // menuStrip1
 | ||
|             // 
 | ||
|             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | ||
|             this.组件ToolStripMenuItem,
 | ||
|             this.操作ToolStripMenuItem,
 | ||
|             this.功能ToolStripMenuItem,
 | ||
|             this.长方形ToolStripMenuItem1,
 | ||
|             this.方框ToolStripMenuItem1,
 | ||
|             this.线ToolStripMenuItem1,
 | ||
|             this.线集合ToolStripMenuItem1,
 | ||
|             this.toolStripMenuItem2,
 | ||
|             this.toolStripMenuItem3,
 | ||
|             this.文本ToolStripMenuItem1,
 | ||
|             this.父组件顶对齐ToolStripMenuItem,
 | ||
|             this.父组件左对齐ToolStripMenuItem,
 | ||
|             this.指定组件对齐ToolStripMenuItem});
 | ||
|             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
 | ||
|             this.menuStrip1.Name = "menuStrip1";
 | ||
|             this.menuStrip1.Size = new System.Drawing.Size(1428, 25);
 | ||
|             this.menuStrip1.TabIndex = 6;
 | ||
|             this.menuStrip1.Text = "menuStrip1";
 | ||
|             this.menuStrip1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyUp);
 | ||
|             // 
 | ||
|             // 组件ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.组件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | ||
|             this.长方形ToolStripMenuItem,
 | ||
|             this.方框ToolStripMenuItem,
 | ||
|             this.圆角方框ToolStripMenuItem,
 | ||
|             this.表格ToolStripMenuItem,
 | ||
|             this.废弃表格ToolStripMenuItem,
 | ||
|             this.线ToolStripMenuItem,
 | ||
|             this.线集合ToolStripMenuItem,
 | ||
|             this.虚线ToolStripMenuItem,
 | ||
|             this.虚线集合ToolStripMenuItem,
 | ||
|             this.文本ToolStripMenuItem,
 | ||
|             this.图表ToolStripMenuItem,
 | ||
|             this.插入图片ToolStripMenuItem});
 | ||
|             this.组件ToolStripMenuItem.Name = "组件ToolStripMenuItem";
 | ||
|             this.组件ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
 | ||
|             this.组件ToolStripMenuItem.Text = "组件";
 | ||
|             // 
 | ||
|             // 长方形ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.长方形ToolStripMenuItem.Name = "长方形ToolStripMenuItem";
 | ||
|             this.长方形ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
 | ||
|             this.长方形ToolStripMenuItem.Tag = "BoxPackObj";
 | ||
|             this.长方形ToolStripMenuItem.Text = "长方形";
 | ||
|             this.长方形ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 方框ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.方框ToolStripMenuItem.Name = "方框ToolStripMenuItem";
 | ||
|             this.方框ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
 | ||
|             this.方框ToolStripMenuItem.Tag = "RectangleFramePackObj";
 | ||
|             this.方框ToolStripMenuItem.Text = "方框";
 | ||
|             this.方框ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 圆角方框ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.圆角方框ToolStripMenuItem.Name = "圆角方框ToolStripMenuItem";
 | ||
|             this.圆角方框ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
 | ||
|             this.圆角方框ToolStripMenuItem.Tag = "RoundRectangePackObj";
 | ||
|             this.圆角方框ToolStripMenuItem.Text = "圆角方框";
 | ||
|             this.圆角方框ToolStripMenuItem.Visible = false;
 | ||
|             this.圆角方框ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 表格ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.表格ToolStripMenuItem.Name = "表格ToolStripMenuItem";
 | ||
|             this.表格ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
 | ||
|             this.表格ToolStripMenuItem.Tag = "TablePackObj";
 | ||
|             this.表格ToolStripMenuItem.Text = "表格";
 | ||
|             this.表格ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 废弃表格ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.废弃表格ToolStripMenuItem.Name = "废弃表格ToolStripMenuItem";
 | ||
|             this.废弃表格ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
 | ||
|             this.废弃表格ToolStripMenuItem.Tag = "AbandonTablePackObj";
 | ||
|             this.废弃表格ToolStripMenuItem.Text = "废弃表格";
 | ||
|             this.废弃表格ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 线ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.线ToolStripMenuItem.Name = "线ToolStripMenuItem";
 | ||
|             this.线ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
 | ||
|             this.线ToolStripMenuItem.Tag = "LinePackObj";
 | ||
|             this.线ToolStripMenuItem.Text = "线";
 | ||
|             this.线ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 线集合ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.线集合ToolStripMenuItem.Name = "线集合ToolStripMenuItem";
 | ||
|             this.线集合ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
 | ||
|             this.线集合ToolStripMenuItem.Tag = "LinesPackObj";
 | ||
|             this.线集合ToolStripMenuItem.Text = "线集合";
 | ||
|             this.线集合ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 虚线ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.虚线ToolStripMenuItem.Name = "虚线ToolStripMenuItem";
 | ||
|             this.虚线ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
 | ||
|             this.虚线ToolStripMenuItem.Tag = "DottedLinePackObj";
 | ||
|             this.虚线ToolStripMenuItem.Text = "虚线";
 | ||
|             this.虚线ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 虚线集合ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.虚线集合ToolStripMenuItem.Name = "虚线集合ToolStripMenuItem";
 | ||
|             this.虚线集合ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
 | ||
|             this.虚线集合ToolStripMenuItem.Tag = "DottedLinesPackObj";
 | ||
|             this.虚线集合ToolStripMenuItem.Text = "虚线集合";
 | ||
|             this.虚线集合ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 文本ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.文本ToolStripMenuItem.Name = "文本ToolStripMenuItem";
 | ||
|             this.文本ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
 | ||
|             this.文本ToolStripMenuItem.Tag = "TextPackObj";
 | ||
|             this.文本ToolStripMenuItem.Text = "文本";
 | ||
|             this.文本ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 图表ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.图表ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | ||
|             this.x1轴ToolStripMenuItem,
 | ||
|             this.x2轴ToolStripMenuItem,
 | ||
|             this.y1轴ToolStripMenuItem,
 | ||
|             this.y2轴ToolStripMenuItem,
 | ||
|             this.otherY轴ToolStripMenuItem});
 | ||
|             this.图表ToolStripMenuItem.Name = "图表ToolStripMenuItem";
 | ||
|             this.图表ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
 | ||
|             this.图表ToolStripMenuItem.Tag = "ChartPackObj";
 | ||
|             this.图表ToolStripMenuItem.Text = "图表";
 | ||
|             this.图表ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // x1轴ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.x1轴ToolStripMenuItem.Name = "x1轴ToolStripMenuItem";
 | ||
|             this.x1轴ToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
 | ||
|             this.x1轴ToolStripMenuItem.Tag = "XhAxisPackObj";
 | ||
|             this.x1轴ToolStripMenuItem.Text = "X1轴";
 | ||
|             this.x1轴ToolStripMenuItem.Visible = false;
 | ||
|             this.x1轴ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // x2轴ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.x2轴ToolStripMenuItem.Name = "x2轴ToolStripMenuItem";
 | ||
|             this.x2轴ToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
 | ||
|             this.x2轴ToolStripMenuItem.Tag = "Xd2AxisPackObj";
 | ||
|             this.x2轴ToolStripMenuItem.Text = "X2轴";
 | ||
|             this.x2轴ToolStripMenuItem.Visible = false;
 | ||
|             this.x2轴ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // y1轴ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.y1轴ToolStripMenuItem.Name = "y1轴ToolStripMenuItem";
 | ||
|             this.y1轴ToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
 | ||
|             this.y1轴ToolStripMenuItem.Tag = "YpAxisPackObj";
 | ||
|             this.y1轴ToolStripMenuItem.Text = "Y1轴";
 | ||
|             this.y1轴ToolStripMenuItem.Visible = false;
 | ||
|             this.y1轴ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // y2轴ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.y2轴ToolStripMenuItem.Name = "y2轴ToolStripMenuItem";
 | ||
|             this.y2轴ToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
 | ||
|             this.y2轴ToolStripMenuItem.Tag = "Yr2AxisPackObj";
 | ||
|             this.y2轴ToolStripMenuItem.Text = "Y2轴";
 | ||
|             this.y2轴ToolStripMenuItem.Visible = false;
 | ||
|             this.y2轴ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // otherY轴ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.otherY轴ToolStripMenuItem.Name = "otherY轴ToolStripMenuItem";
 | ||
|             this.otherY轴ToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
 | ||
|             this.otherY轴ToolStripMenuItem.Tag = "OotherYAxisPackObj";
 | ||
|             this.otherY轴ToolStripMenuItem.Text = "OtherY轴";
 | ||
|             this.otherY轴ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 插入图片ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.插入图片ToolStripMenuItem.Name = "插入图片ToolStripMenuItem";
 | ||
|             this.插入图片ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
 | ||
|             this.插入图片ToolStripMenuItem.Tag = "ImagePackObj";
 | ||
|             this.插入图片ToolStripMenuItem.Text = "图片";
 | ||
|             this.插入图片ToolStripMenuItem.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 操作ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.操作ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | ||
|             this.组件横向居中ToolStripMenuItem,
 | ||
|             this.组件横向居中ToolStripMenuItem1,
 | ||
|             this.以父组顶对齐ToolStripMenuItem,
 | ||
|             this.以父组件左对齐ToolStripMenuItem,
 | ||
|             this.以指定组件对齐ToolStripMenuItem,
 | ||
|             this.配置值转换ToolStripMenuItem});
 | ||
|             this.操作ToolStripMenuItem.Name = "操作ToolStripMenuItem";
 | ||
|             this.操作ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
 | ||
|             this.操作ToolStripMenuItem.Text = "操作";
 | ||
|             // 
 | ||
|             // 组件横向居中ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.组件横向居中ToolStripMenuItem.Name = "组件横向居中ToolStripMenuItem";
 | ||
|             this.组件横向居中ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
 | ||
|             this.组件横向居中ToolStripMenuItem.Tag = "HCenterCmd";
 | ||
|             this.组件横向居中ToolStripMenuItem.Text = "组件横向居中";
 | ||
|             this.组件横向居中ToolStripMenuItem.Click += new System.EventHandler(this.CmdToolStripMenuItem_Click);
 | ||
|             // 
 | ||
|             // 组件横向居中ToolStripMenuItem1
 | ||
|             // 
 | ||
|             this.组件横向居中ToolStripMenuItem1.Name = "组件横向居中ToolStripMenuItem1";
 | ||
|             this.组件横向居中ToolStripMenuItem1.Size = new System.Drawing.Size(160, 22);
 | ||
|             this.组件横向居中ToolStripMenuItem1.Tag = "VCenterCmd";
 | ||
|             this.组件横向居中ToolStripMenuItem1.Text = "组件垂直居中";
 | ||
|             this.组件横向居中ToolStripMenuItem1.Click += new System.EventHandler(this.CmdToolStripMenuItem_Click);
 | ||
|             // 
 | ||
|             // 以父组顶对齐ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.以父组顶对齐ToolStripMenuItem.Name = "以父组顶对齐ToolStripMenuItem";
 | ||
|             this.以父组顶对齐ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
 | ||
|             this.以父组顶对齐ToolStripMenuItem.Tag = "TopAlignCmd";
 | ||
|             this.以父组顶对齐ToolStripMenuItem.Text = "以父组顶对齐";
 | ||
|             this.以父组顶对齐ToolStripMenuItem.Click += new System.EventHandler(this.CmdToolStripMenuItem_Click);
 | ||
|             // 
 | ||
|             // 以父组件左对齐ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.以父组件左对齐ToolStripMenuItem.Name = "以父组件左对齐ToolStripMenuItem";
 | ||
|             this.以父组件左对齐ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
 | ||
|             this.以父组件左对齐ToolStripMenuItem.Tag = "LeftAlignCmd";
 | ||
|             this.以父组件左对齐ToolStripMenuItem.Text = "以父组件左对齐";
 | ||
|             this.以父组件左对齐ToolStripMenuItem.Click += new System.EventHandler(this.CmdToolStripMenuItem_Click);
 | ||
|             // 
 | ||
|             // 以指定组件对齐ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.以指定组件对齐ToolStripMenuItem.Name = "以指定组件对齐ToolStripMenuItem";
 | ||
|             this.以指定组件对齐ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
 | ||
|             this.以指定组件对齐ToolStripMenuItem.Tag = "alignCmdOfPack";
 | ||
|             this.以指定组件对齐ToolStripMenuItem.Text = "以指定组件对齐";
 | ||
|             this.以指定组件对齐ToolStripMenuItem.Click += new System.EventHandler(this.CmdToolStripMenuItem_Click);
 | ||
|             // 
 | ||
|             // 配置值转换ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.配置值转换ToolStripMenuItem.Name = "配置值转换ToolStripMenuItem";
 | ||
|             this.配置值转换ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
 | ||
|             this.配置值转换ToolStripMenuItem.Text = "配置值转换";
 | ||
|             this.配置值转换ToolStripMenuItem.Click += new System.EventHandler(this.配置值转换ToolStripMenuItem_Click);
 | ||
|             // 
 | ||
|             // 功能ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.功能ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 | ||
|             this.打开模板文件ToolStripMenuItem,
 | ||
|             this.保存文件ToolStripMenuItem,
 | ||
|             this.按顺序画组件ToolStripMenuItem,
 | ||
|             this.打印ToolStripMenuItem});
 | ||
|             this.功能ToolStripMenuItem.Name = "功能ToolStripMenuItem";
 | ||
|             this.功能ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
 | ||
|             this.功能ToolStripMenuItem.Text = "功能";
 | ||
|             this.功能ToolStripMenuItem.Visible = false;
 | ||
|             // 
 | ||
|             // 打开模板文件ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.打开模板文件ToolStripMenuItem.Name = "打开模板文件ToolStripMenuItem";
 | ||
|             this.打开模板文件ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
 | ||
|             this.打开模板文件ToolStripMenuItem.Text = "打开模板文件";
 | ||
|             this.打开模板文件ToolStripMenuItem.Visible = false;
 | ||
|             this.打开模板文件ToolStripMenuItem.Click += new System.EventHandler(this.button3_Click);
 | ||
|             // 
 | ||
|             // 保存文件ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.保存文件ToolStripMenuItem.Name = "保存文件ToolStripMenuItem";
 | ||
|             this.保存文件ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
 | ||
|             this.保存文件ToolStripMenuItem.Text = "保存文件";
 | ||
|             this.保存文件ToolStripMenuItem.Click += new System.EventHandler(this.button2_Click);
 | ||
|             // 
 | ||
|             // 按顺序画组件ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.按顺序画组件ToolStripMenuItem.Name = "按顺序画组件ToolStripMenuItem";
 | ||
|             this.按顺序画组件ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
 | ||
|             this.按顺序画组件ToolStripMenuItem.Text = "按顺序画组件";
 | ||
|             this.按顺序画组件ToolStripMenuItem.Click += new System.EventHandler(this.button1_Click);
 | ||
|             // 
 | ||
|             // 打印ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.打印ToolStripMenuItem.Name = "打印ToolStripMenuItem";
 | ||
|             this.打印ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
 | ||
|             this.打印ToolStripMenuItem.Text = "打印";
 | ||
|             this.打印ToolStripMenuItem.Click += new System.EventHandler(this.打印ToolStripMenuItem_Click);
 | ||
|             // 
 | ||
|             // 长方形ToolStripMenuItem1
 | ||
|             // 
 | ||
|             this.长方形ToolStripMenuItem1.Name = "长方形ToolStripMenuItem1";
 | ||
|             this.长方形ToolStripMenuItem1.Size = new System.Drawing.Size(56, 21);
 | ||
|             this.长方形ToolStripMenuItem1.Tag = "BoxPackObj";
 | ||
|             this.长方形ToolStripMenuItem1.Text = "长方形";
 | ||
|             this.长方形ToolStripMenuItem1.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 方框ToolStripMenuItem1
 | ||
|             // 
 | ||
|             this.方框ToolStripMenuItem1.Name = "方框ToolStripMenuItem1";
 | ||
|             this.方框ToolStripMenuItem1.Size = new System.Drawing.Size(44, 21);
 | ||
|             this.方框ToolStripMenuItem1.Tag = "RectangleFramePackObj";
 | ||
|             this.方框ToolStripMenuItem1.Text = "方框";
 | ||
|             this.方框ToolStripMenuItem1.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 线ToolStripMenuItem1
 | ||
|             // 
 | ||
|             this.线ToolStripMenuItem1.Name = "线ToolStripMenuItem1";
 | ||
|             this.线ToolStripMenuItem1.Size = new System.Drawing.Size(32, 21);
 | ||
|             this.线ToolStripMenuItem1.Tag = "LinePackObj";
 | ||
|             this.线ToolStripMenuItem1.Text = "线";
 | ||
|             this.线ToolStripMenuItem1.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 线集合ToolStripMenuItem1
 | ||
|             // 
 | ||
|             this.线集合ToolStripMenuItem1.Name = "线集合ToolStripMenuItem1";
 | ||
|             this.线集合ToolStripMenuItem1.Size = new System.Drawing.Size(56, 21);
 | ||
|             this.线集合ToolStripMenuItem1.Tag = "LinesPackObj";
 | ||
|             this.线集合ToolStripMenuItem1.Text = "线集合";
 | ||
|             this.线集合ToolStripMenuItem1.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // toolStripMenuItem2
 | ||
|             // 
 | ||
|             this.toolStripMenuItem2.Name = "toolStripMenuItem2";
 | ||
|             this.toolStripMenuItem2.Size = new System.Drawing.Size(44, 21);
 | ||
|             this.toolStripMenuItem2.Tag = "DottedLinePackObj";
 | ||
|             this.toolStripMenuItem2.Text = "虚线";
 | ||
|             this.toolStripMenuItem2.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // toolStripMenuItem3
 | ||
|             // 
 | ||
|             this.toolStripMenuItem3.Name = "toolStripMenuItem3";
 | ||
|             this.toolStripMenuItem3.Size = new System.Drawing.Size(68, 21);
 | ||
|             this.toolStripMenuItem3.Tag = "DottedLinesPackObj";
 | ||
|             this.toolStripMenuItem3.Text = "虚线集合";
 | ||
|             this.toolStripMenuItem3.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 文本ToolStripMenuItem1
 | ||
|             // 
 | ||
|             this.文本ToolStripMenuItem1.Name = "文本ToolStripMenuItem1";
 | ||
|             this.文本ToolStripMenuItem1.Size = new System.Drawing.Size(44, 21);
 | ||
|             this.文本ToolStripMenuItem1.Tag = "TextPackObj";
 | ||
|             this.文本ToolStripMenuItem1.Text = "文本";
 | ||
|             this.文本ToolStripMenuItem1.Click += new System.EventHandler(this.MenuItem_Click);
 | ||
|             // 
 | ||
|             // 父组件顶对齐ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.父组件顶对齐ToolStripMenuItem.Name = "父组件顶对齐ToolStripMenuItem";
 | ||
|             this.父组件顶对齐ToolStripMenuItem.Size = new System.Drawing.Size(92, 21);
 | ||
|             this.父组件顶对齐ToolStripMenuItem.Tag = "TopAlignCmd";
 | ||
|             this.父组件顶对齐ToolStripMenuItem.Text = "父组件顶对齐";
 | ||
|             this.父组件顶对齐ToolStripMenuItem.Click += new System.EventHandler(this.CmdToolStripMenuItem_Click);
 | ||
|             // 
 | ||
|             // 父组件左对齐ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.父组件左对齐ToolStripMenuItem.Name = "父组件左对齐ToolStripMenuItem";
 | ||
|             this.父组件左对齐ToolStripMenuItem.Size = new System.Drawing.Size(92, 21);
 | ||
|             this.父组件左对齐ToolStripMenuItem.Tag = "LeftAlignCmd";
 | ||
|             this.父组件左对齐ToolStripMenuItem.Text = "父组件左对齐";
 | ||
|             this.父组件左对齐ToolStripMenuItem.Click += new System.EventHandler(this.CmdToolStripMenuItem_Click);
 | ||
|             // 
 | ||
|             // 指定组件对齐ToolStripMenuItem
 | ||
|             // 
 | ||
|             this.指定组件对齐ToolStripMenuItem.Name = "指定组件对齐ToolStripMenuItem";
 | ||
|             this.指定组件对齐ToolStripMenuItem.Size = new System.Drawing.Size(92, 21);
 | ||
|             this.指定组件对齐ToolStripMenuItem.Tag = "alignCmdOfPack";
 | ||
|             this.指定组件对齐ToolStripMenuItem.Text = "指定组件对齐";
 | ||
|             this.指定组件对齐ToolStripMenuItem.Click += new System.EventHandler(this.CmdToolStripMenuItem_Click);
 | ||
|             // 
 | ||
|             // AreaManageForm
 | ||
|             // 
 | ||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
 | ||
|             this.ClientSize = new System.Drawing.Size(1428, 712);
 | ||
|             this.Controls.Add(this.panel4);
 | ||
|             this.Controls.Add(this.panel1);
 | ||
|             this.Controls.Add(this.panel2);
 | ||
|             this.Controls.Add(this.menuStrip1);
 | ||
|             this.KeyPreview = true;
 | ||
|             this.MainMenuStrip = this.menuStrip1;
 | ||
|             this.Name = "AreaManageForm";
 | ||
|             this.Text = "区域管理器";
 | ||
|             this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
 | ||
|             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AreaManageForm_FormClosing);
 | ||
|             this.Load += new System.EventHandler(this.Form1_Load);
 | ||
|             this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.zedGraphControl1_KeyDown);
 | ||
|             this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyUp);
 | ||
|             this.Resize += new System.EventHandler(this.AreaManageForm_Resize);
 | ||
|             this.panel2.ResumeLayout(false);
 | ||
|             this.panel2.PerformLayout();
 | ||
|             this.panel1.ResumeLayout(false);
 | ||
|             this.tabControl1.ResumeLayout(false);
 | ||
|             this.tabPage1.ResumeLayout(false);
 | ||
|             this.panel7.ResumeLayout(false);
 | ||
|             this.contextMenuStrip1.ResumeLayout(false);
 | ||
|             this.panel6.ResumeLayout(false);
 | ||
|             this.panel6.PerformLayout();
 | ||
|             this.tabPage2.ResumeLayout(false);
 | ||
|             this.contextMenuStrip2.ResumeLayout(false);
 | ||
|             this.panel5.ResumeLayout(false);
 | ||
|             this.panel5.PerformLayout();
 | ||
|             this.panel4.ResumeLayout(false);
 | ||
|             this.panelzgc.ResumeLayout(false);
 | ||
|             this.alignCmdOfPackPnl.ResumeLayout(false);
 | ||
|             this.alignCmdOfPackPnl.PerformLayout();
 | ||
|             this.menuStrip1.ResumeLayout(false);
 | ||
|             this.menuStrip1.PerformLayout();
 | ||
|             this.ResumeLayout(false);
 | ||
|             this.PerformLayout();
 | ||
| 
 | ||
|         }
 | ||
| 
 | ||
|         #endregion
 | ||
| 
 | ||
|         private System.Windows.Forms.Panel panel2;
 | ||
|         private System.Windows.Forms.Panel panel1;
 | ||
|         private System.Windows.Forms.TreeView treeView1;
 | ||
|         private System.Windows.Forms.Panel panel3;
 | ||
|         private System.Windows.Forms.Panel panel4;
 | ||
|         private MyPanel panelzgc;
 | ||
|         public DrawGraph.ZedGraphControl zedGraphControl1;
 | ||
|         private System.Windows.Forms.ColorDialog colorDialog1;
 | ||
|         private System.Windows.Forms.MenuStrip menuStrip1;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 组件ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 长方形ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 线ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 线集合ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 文本ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 图表ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 功能ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 打开模板文件ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 保存文件ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 按顺序画组件ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem x1轴ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolTip toolTip1;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem x2轴ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem y1轴ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem y2轴ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem otherY轴ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 打印ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 方框ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 虚线ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 虚线集合ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem deleteMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 表格ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 废弃表格ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 圆角方框ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.Label label2;
 | ||
|         private System.Windows.Forms.TextBox txtManagerY;
 | ||
|         private System.Windows.Forms.Label label1;
 | ||
|         private System.Windows.Forms.TextBox txtManagerX;
 | ||
|         private System.Windows.Forms.Label label3;
 | ||
|         private System.Windows.Forms.TextBox txtManageName;
 | ||
|         private System.Windows.Forms.Button btnOk;
 | ||
|         private System.Windows.Forms.Label label4;
 | ||
|         private System.Windows.Forms.TextBox txtClassName;
 | ||
|         private System.Windows.Forms.TabControl tabControl1;
 | ||
|         private System.Windows.Forms.TabPage tabPage1;
 | ||
|         private System.Windows.Forms.TabPage tabPage2;
 | ||
|         private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 生成可编辑区域ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.TreeView treePropertyList;
 | ||
|         private System.Windows.Forms.Panel panel5;
 | ||
|         private System.Windows.Forms.Button button1;
 | ||
|         private System.Windows.Forms.ComboBox txtInstanceName;
 | ||
|         private System.Windows.Forms.TextBox txtNameSpace;
 | ||
|         private System.Windows.Forms.TextBox txtDllName;
 | ||
|         private System.Windows.Forms.Button btnSearchInfo;
 | ||
|         private System.Windows.Forms.TextBox txtSearchInfo;
 | ||
|         private System.Windows.Forms.Panel panel7;
 | ||
|         private System.Windows.Forms.Panel panel6;
 | ||
|         private System.Windows.Forms.Button btnSearchPack;
 | ||
|         private System.Windows.Forms.TextBox textBox2;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 插入图片ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.Label label5;
 | ||
|         private System.Windows.Forms.TextBox txtMoveValue;
 | ||
|         private System.Windows.Forms.TextBox txtYAisx;
 | ||
|         private System.Windows.Forms.Label label7;
 | ||
|         private System.Windows.Forms.TextBox txtXAisx;
 | ||
|         private System.Windows.Forms.Label label6;
 | ||
|         private System.Windows.Forms.CheckBox checkBox1;
 | ||
|         private System.Windows.Forms.TextBox txtFontSize;
 | ||
|         private System.Windows.Forms.Panel alignCmdOfPackPnl;
 | ||
|         private System.Windows.Forms.Button btnAlignCmd;
 | ||
|         private System.Windows.Forms.ComboBox cmbPackAlignType;
 | ||
|         private System.Windows.Forms.Label label8;
 | ||
|         private System.Windows.Forms.ComboBox cmbPackList;
 | ||
|         private System.Windows.Forms.Label label9;
 | ||
|         private System.Windows.Forms.Button button3;
 | ||
|         private System.Windows.Forms.ContextMenuStrip contextMenuStrip3;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 操作ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 组件横向居中ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 组件横向居中ToolStripMenuItem1;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 以父组顶对齐ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 以父组件左对齐ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 以指定组件对齐ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 配置值转换ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 生成可编辑区域不带前标签ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 长方形ToolStripMenuItem1;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 方框ToolStripMenuItem1;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 线ToolStripMenuItem1;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 线集合ToolStripMenuItem1;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 文本ToolStripMenuItem1;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 父组件顶对齐ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 父组件左对齐ToolStripMenuItem;
 | ||
|         private System.Windows.Forms.ToolStripMenuItem 指定组件对齐ToolStripMenuItem;
 | ||
|     }
 | ||
| }
 | ||
| 
 |