|
@@ -44,8 +44,9 @@ namespace OTSIncAReportGraph.Controls
|
|
|
Include=0,
|
|
|
|
|
|
MoveSEMToParticle=1,
|
|
|
- CopyImage=2
|
|
|
-
|
|
|
+ CopyImage=2,
|
|
|
+ OriginalSplicing=3
|
|
|
+
|
|
|
}
|
|
|
public partial class Control_DrawDistrbutionImageAndBSE : UserControl
|
|
|
{
|
|
@@ -1179,6 +1180,7 @@ namespace OTSIncAReportGraph.Controls
|
|
|
CMenuStrip.Items[(int)RightButtonMenu.Include].Visible = false;
|
|
|
|
|
|
CMenuStrip.Items[(int)RightButtonMenu.CopyImage].Visible = false;
|
|
|
+ CMenuStrip.Items[(int)RightButtonMenu.OriginalSplicing].Visible = false;
|
|
|
CMenuStrip.Items[(int)RightButtonMenu.MoveSEMToParticle].Visible = true;
|
|
|
CMenuStrip.Items[(int)RightButtonMenu.MoveSEMToParticle].Tag = item;
|
|
|
}
|
|
@@ -1204,7 +1206,7 @@ namespace OTSIncAReportGraph.Controls
|
|
|
|
|
|
}
|
|
|
CMenuStrip.Items[(int)RightButtonMenu.CopyImage].Visible = true;
|
|
|
-
|
|
|
+ CMenuStrip.Items[(int)RightButtonMenu.OriginalSplicing].Visible = true;
|
|
|
CMenuStrip.Items[(int)RightButtonMenu.MoveSEMToParticle].Visible = false;
|
|
|
|
|
|
|