|
@@ -32,6 +32,7 @@
|
|
|
this.CMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
this.ToolStripMenuItem_selected = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.ToolStripMenuItem_movesempoint = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.ToolStripMenuItem_ParticleSplicing = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.toolStripMenuItem_copyimage = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.ExportoriginalspliceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.ToolStripMenuItemDelete_Particle = new System.Windows.Forms.ToolStripMenuItem();
|
|
@@ -47,7 +48,6 @@
|
|
|
this.aSTMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.显示所有帧ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.清除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
- this.ToolStripMenuItem_ParticleSplicing = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.CMenuStrip.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
@@ -65,7 +65,7 @@
|
|
|
this.ImportSTDDb,
|
|
|
this.显示国标信息ToolStripMenuItem});
|
|
|
this.CMenuStrip.Name = "contextMenuStrip1";
|
|
|
- this.CMenuStrip.Size = new System.Drawing.Size(211, 224);
|
|
|
+ this.CMenuStrip.Size = new System.Drawing.Size(211, 202);
|
|
|
//
|
|
|
// ToolStripMenuItem_selected
|
|
|
//
|
|
@@ -81,6 +81,13 @@
|
|
|
this.ToolStripMenuItem_movesempoint.Text = "移动SEM至颗粒所在位置";
|
|
|
this.ToolStripMenuItem_movesempoint.Click += new System.EventHandler(this.ToolStripMenuItem_movesempoint_Click);
|
|
|
//
|
|
|
+ // ToolStripMenuItem_ParticleSplicing
|
|
|
+ //
|
|
|
+ this.ToolStripMenuItem_ParticleSplicing.Name = "ToolStripMenuItem_ParticleSplicing";
|
|
|
+ this.ToolStripMenuItem_ParticleSplicing.Size = new System.Drawing.Size(210, 22);
|
|
|
+ this.ToolStripMenuItem_ParticleSplicing.Text = "导出颗粒拼接图";
|
|
|
+ this.ToolStripMenuItem_ParticleSplicing.Click += new System.EventHandler(this.ToolStripMenuItem_ParticleSplicing_Click);
|
|
|
+ //
|
|
|
// toolStripMenuItem_copyimage
|
|
|
//
|
|
|
this.toolStripMenuItem_copyimage.Name = "toolStripMenuItem_copyimage";
|
|
@@ -114,6 +121,7 @@
|
|
|
this.ImportSTDDb.Name = "ImportSTDDb";
|
|
|
this.ImportSTDDb.Size = new System.Drawing.Size(210, 22);
|
|
|
this.ImportSTDDb.Text = "导入标准库";
|
|
|
+ this.ImportSTDDb.Visible = false;
|
|
|
this.ImportSTDDb.Click += new System.EventHandler(this.ImportSTDDb_Click);
|
|
|
//
|
|
|
// 显示国标信息ToolStripMenuItem
|
|
@@ -201,13 +209,6 @@
|
|
|
this.清除ToolStripMenuItem.Text = "清除";
|
|
|
this.清除ToolStripMenuItem.Click += new System.EventHandler(this.清除ToolStripMenuItem_Click);
|
|
|
//
|
|
|
- // ToolStripMenuItem_ParticleSplicing
|
|
|
- //
|
|
|
- this.ToolStripMenuItem_ParticleSplicing.Name = "ToolStripMenuItem_ParticleSplicing";
|
|
|
- this.ToolStripMenuItem_ParticleSplicing.Size = new System.Drawing.Size(210, 22);
|
|
|
- this.ToolStripMenuItem_ParticleSplicing.Text = "导出颗粒拼接图";
|
|
|
- this.ToolStripMenuItem_ParticleSplicing.Click += new System.EventHandler(this.ToolStripMenuItem_ParticleSplicing_Click);
|
|
|
- //
|
|
|
// Control_DrawDistrbutionImageAndBSE
|
|
|
//
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|