|
@@ -37,6 +37,7 @@
|
|
|
this.RightClickCheckContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
this.SampleParaLock = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.ClearMeasureData = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.reClassifyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.RightClickNoCheckContextMenuStrip.SuspendLayout();
|
|
|
this.RightClickCheckContextMenuStrip.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
@@ -88,7 +89,7 @@
|
|
|
// DeleteNode
|
|
|
//
|
|
|
this.DeleteNode.Name = "DeleteNode";
|
|
|
- this.DeleteNode.Size = new System.Drawing.Size(160, 22);
|
|
|
+ this.DeleteNode.Size = new System.Drawing.Size(180, 22);
|
|
|
this.DeleteNode.Text = "删除样品";
|
|
|
this.DeleteNode.Click += new System.EventHandler(this.DeleteNode_Click);
|
|
|
//
|
|
@@ -98,15 +99,16 @@
|
|
|
this.RightClickCheckContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.DeleteNode,
|
|
|
this.SampleParaLock,
|
|
|
- this.ClearMeasureData});
|
|
|
+ this.ClearMeasureData,
|
|
|
+ this.reClassifyToolStripMenuItem});
|
|
|
this.RightClickCheckContextMenuStrip.Name = "contextMenuStrip1";
|
|
|
- this.RightClickCheckContextMenuStrip.Size = new System.Drawing.Size(161, 70);
|
|
|
+ this.RightClickCheckContextMenuStrip.Size = new System.Drawing.Size(181, 114);
|
|
|
//
|
|
|
// SampleParaLock
|
|
|
//
|
|
|
this.SampleParaLock.CheckOnClick = true;
|
|
|
this.SampleParaLock.Name = "SampleParaLock";
|
|
|
- this.SampleParaLock.Size = new System.Drawing.Size(160, 22);
|
|
|
+ this.SampleParaLock.Size = new System.Drawing.Size(180, 22);
|
|
|
this.SampleParaLock.Text = "样品参数编辑锁";
|
|
|
this.SampleParaLock.Visible = false;
|
|
|
this.SampleParaLock.Click += new System.EventHandler(this.SampleParaLock_Click);
|
|
@@ -114,11 +116,18 @@
|
|
|
// ClearMeasureData
|
|
|
//
|
|
|
this.ClearMeasureData.Name = "ClearMeasureData";
|
|
|
- this.ClearMeasureData.Size = new System.Drawing.Size(160, 22);
|
|
|
+ this.ClearMeasureData.Size = new System.Drawing.Size(180, 22);
|
|
|
this.ClearMeasureData.Text = "清除测量数据";
|
|
|
this.ClearMeasureData.Visible = false;
|
|
|
this.ClearMeasureData.Click += new System.EventHandler(this.ClearSampleMeasureData_Click);
|
|
|
//
|
|
|
+ // reClassifyToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.reClassifyToolStripMenuItem.Name = "reClassifyToolStripMenuItem";
|
|
|
+ this.reClassifyToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
+ this.reClassifyToolStripMenuItem.Text = "ReClassify";
|
|
|
+ this.reClassifyToolStripMenuItem.Click += new System.EventHandler(this.reClassifyToolStripMenuItem_Click);
|
|
|
+ //
|
|
|
// OTSSolutionWindow
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -131,7 +140,7 @@
|
|
|
| OTS.WinFormsUI.Docking.DockAreas.DockBottom)));
|
|
|
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Name = "OTSSolutionWindow";
|
|
|
this.RightToLeftLayout = true;
|
|
|
this.Text = "样品窗口";
|
|
@@ -155,5 +164,6 @@
|
|
|
private System.Windows.Forms.ContextMenuStrip RightClickCheckContextMenuStrip;
|
|
|
private System.Windows.Forms.ToolStripMenuItem ClearMeasureData;
|
|
|
public System.Windows.Forms.ToolStripMenuItem SampleParaLock;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem reClassifyToolStripMenuItem;
|
|
|
}
|
|
|
}
|