|
@@ -32,11 +32,11 @@
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMeasureRstMgr));
|
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
this.计算边界颗粒合成ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.ToolStripMenuItem_Zeroelementprocess = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
this.AddSample = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.treeView1 = new System.Windows.Forms.TreeView();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
- this.ToolStripMenuItem_Zeroelementprocess = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
|
this.contextMenuStrip2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
@@ -48,15 +48,22 @@
|
|
|
this.计算边界颗粒合成ToolStripMenuItem,
|
|
|
this.ToolStripMenuItem_Zeroelementprocess});
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
- this.contextMenuStrip1.Size = new System.Drawing.Size(181, 70);
|
|
|
+ this.contextMenuStrip1.Size = new System.Drawing.Size(173, 48);
|
|
|
//
|
|
|
// 计算边界颗粒合成ToolStripMenuItem
|
|
|
//
|
|
|
this.计算边界颗粒合成ToolStripMenuItem.Name = "计算边界颗粒合成ToolStripMenuItem";
|
|
|
- this.计算边界颗粒合成ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
+ this.计算边界颗粒合成ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
|
|
|
this.计算边界颗粒合成ToolStripMenuItem.Text = "计算边界颗粒合成";
|
|
|
this.计算边界颗粒合成ToolStripMenuItem.Click += new System.EventHandler(this.计算边界颗粒合成ToolStripMenuItem_Click);
|
|
|
//
|
|
|
+ // ToolStripMenuItem_Zeroelementprocess
|
|
|
+ //
|
|
|
+ this.ToolStripMenuItem_Zeroelementprocess.Name = "ToolStripMenuItem_Zeroelementprocess";
|
|
|
+ this.ToolStripMenuItem_Zeroelementprocess.Size = new System.Drawing.Size(172, 22);
|
|
|
+ this.ToolStripMenuItem_Zeroelementprocess.Text = "零元素归一化";
|
|
|
+ this.ToolStripMenuItem_Zeroelementprocess.Click += new System.EventHandler(this.ToolStripMenuItem_Zeroelementprocess_Click);
|
|
|
+ //
|
|
|
// contextMenuStrip2
|
|
|
//
|
|
|
this.contextMenuStrip2.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
@@ -84,11 +91,13 @@
|
|
|
this.treeView1.Location = new System.Drawing.Point(0, 25);
|
|
|
this.treeView1.Name = "treeView1";
|
|
|
this.treeView1.ShowLines = false;
|
|
|
+ this.treeView1.ShowNodeToolTips = true;
|
|
|
this.treeView1.ShowPlusMinus = false;
|
|
|
this.treeView1.Size = new System.Drawing.Size(407, 677);
|
|
|
this.treeView1.TabIndex = 6;
|
|
|
this.treeView1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCheck);
|
|
|
this.treeView1.DrawNode += new System.Windows.Forms.DrawTreeNodeEventHandler(this.treeView1_DrawNode);
|
|
|
+ this.treeView1.NodeMouseHover += new System.Windows.Forms.TreeNodeMouseHoverEventHandler(this.treeView1_NodeMouseHover);
|
|
|
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
|
|
|
this.treeView1.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.TreeView1_NodeMouseClick);
|
|
|
//
|
|
@@ -104,13 +113,6 @@
|
|
|
this.button1.Visible = false;
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
//
|
|
|
- // ToolStripMenuItem_Zeroelementprocess
|
|
|
- //
|
|
|
- this.ToolStripMenuItem_Zeroelementprocess.Name = "ToolStripMenuItem_Zeroelementprocess";
|
|
|
- this.ToolStripMenuItem_Zeroelementprocess.Size = new System.Drawing.Size(180, 22);
|
|
|
- this.ToolStripMenuItem_Zeroelementprocess.Text = "零元素归一化";
|
|
|
- this.ToolStripMenuItem_Zeroelementprocess.Click += new System.EventHandler(this.ToolStripMenuItem_Zeroelementprocess_Click);
|
|
|
- //
|
|
|
// frmMeasureRstMgr
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|