|
@@ -44,13 +44,13 @@
|
|
|
this.ToolStripMenuItem_movesempoint,
|
|
|
this.toolStripMenuItem_copyimage});
|
|
|
this.CMenuStrip.Name = "contextMenuStrip1";
|
|
|
- this.CMenuStrip.Size = new System.Drawing.Size(219, 94);
|
|
|
+ this.CMenuStrip.Size = new System.Drawing.Size(254, 122);
|
|
|
//
|
|
|
// ToolStripMenuItem_selected
|
|
|
//
|
|
|
this.ToolStripMenuItem_selected.Image = global::OTSIncAReportApp.Properties.Resources.选择颗粒;
|
|
|
this.ToolStripMenuItem_selected.Name = "ToolStripMenuItem_selected";
|
|
|
- this.ToolStripMenuItem_selected.Size = new System.Drawing.Size(218, 30);
|
|
|
+ this.ToolStripMenuItem_selected.Size = new System.Drawing.Size(253, 30);
|
|
|
this.ToolStripMenuItem_selected.Text = "选择颗粒";
|
|
|
this.ToolStripMenuItem_selected.Click += new System.EventHandler(this.ToolStripMenuItem_selected_Click);
|
|
|
//
|
|
@@ -58,7 +58,7 @@
|
|
|
//
|
|
|
this.ToolStripMenuItem_movesempoint.Image = global::OTSIncAReportApp.Properties.Resources.移动SEM到当前位置;
|
|
|
this.ToolStripMenuItem_movesempoint.Name = "ToolStripMenuItem_movesempoint";
|
|
|
- this.ToolStripMenuItem_movesempoint.Size = new System.Drawing.Size(218, 30);
|
|
|
+ this.ToolStripMenuItem_movesempoint.Size = new System.Drawing.Size(253, 30);
|
|
|
this.ToolStripMenuItem_movesempoint.Text = "移动SEM至颗粒所在位置";
|
|
|
this.ToolStripMenuItem_movesempoint.Click += new System.EventHandler(this.ToolStripMenuItem_movesempoint_Click);
|
|
|
//
|
|
@@ -66,7 +66,7 @@
|
|
|
//
|
|
|
this.toolStripMenuItem_copyimage.Image = global::OTSIncAReportApp.Properties.Resources.复制图像;
|
|
|
this.toolStripMenuItem_copyimage.Name = "toolStripMenuItem_copyimage";
|
|
|
- this.toolStripMenuItem_copyimage.Size = new System.Drawing.Size(218, 30);
|
|
|
+ this.toolStripMenuItem_copyimage.Size = new System.Drawing.Size(253, 30);
|
|
|
this.toolStripMenuItem_copyimage.Text = "复制图像";
|
|
|
this.toolStripMenuItem_copyimage.Click += new System.EventHandler(this.toolStripMenuItem_copyimage_Click);
|
|
|
//
|