|
@@ -43,10 +43,12 @@
|
|
|
this.aSTMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.显示所有帧ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.清除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.toolStripMenuItem_combinClass = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.contextMenuStrip_Particle = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
this.ToolStripMenuItem_movesempoint = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.toolStripMenuItem_DeleteParticles = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.toolStripMenuItem_Segmentation = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.toolStripMenuItem_combin = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.CMenuStrip.SuspendLayout();
|
|
|
this.contextMenuStrip_Particle.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
@@ -58,9 +60,11 @@
|
|
|
this.ToolStripMenuItem_ParticleSplicing,
|
|
|
this.toolStripMenuItem_copyimage,
|
|
|
this.ExportoriginalspliceToolStripMenuItem,
|
|
|
- this.显示国标信息ToolStripMenuItem});
|
|
|
+ this.显示国标信息ToolStripMenuItem,
|
|
|
+ this.toolStripMenuItem_combin,
|
|
|
+ this.toolStripMenuItem_combinClass});
|
|
|
this.CMenuStrip.Name = "contextMenuStrip1";
|
|
|
- this.CMenuStrip.Size = new System.Drawing.Size(185, 114);
|
|
|
+ this.CMenuStrip.Size = new System.Drawing.Size(185, 158);
|
|
|
//
|
|
|
// ToolStripMenuItem_ParticleSplicing
|
|
|
//
|
|
@@ -100,7 +104,7 @@
|
|
|
this.toolStripMenuItem1,
|
|
|
this.查询DS类颗粒ToolStripMenuItem});
|
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
|
- this.toolStripMenuItem2.Size = new System.Drawing.Size(180, 22);
|
|
|
+ this.toolStripMenuItem2.Size = new System.Drawing.Size(112, 22);
|
|
|
this.toolStripMenuItem2.Text = "方法一";
|
|
|
//
|
|
|
// toolStripMenuItem1
|
|
@@ -125,7 +129,7 @@
|
|
|
this.toolStripMenuItem4,
|
|
|
this.toolStripMenuItem10});
|
|
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
|
|
- this.toolStripMenuItem3.Size = new System.Drawing.Size(180, 22);
|
|
|
+ this.toolStripMenuItem3.Size = new System.Drawing.Size(112, 22);
|
|
|
this.toolStripMenuItem3.Text = "方法二";
|
|
|
//
|
|
|
// toolStripMenuItem4
|
|
@@ -149,7 +153,7 @@
|
|
|
this.aSTMToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.显示所有帧ToolStripMenuItem});
|
|
|
this.aSTMToolStripMenuItem.Name = "aSTMToolStripMenuItem";
|
|
|
- this.aSTMToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
+ this.aSTMToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
|
|
|
this.aSTMToolStripMenuItem.Tag = "";
|
|
|
this.aSTMToolStripMenuItem.Text = "ASTM";
|
|
|
//
|
|
@@ -164,10 +168,17 @@
|
|
|
// 清除ToolStripMenuItem
|
|
|
//
|
|
|
this.清除ToolStripMenuItem.Name = "清除ToolStripMenuItem";
|
|
|
- this.清除ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
+ this.清除ToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
|
|
|
this.清除ToolStripMenuItem.Text = "清除";
|
|
|
this.清除ToolStripMenuItem.Click += new System.EventHandler(this.清除ToolStripMenuItem_Click);
|
|
|
//
|
|
|
+ // toolStripMenuItem_combinClass
|
|
|
+ //
|
|
|
+ this.toolStripMenuItem_combinClass.Name = "toolStripMenuItem_combinClass";
|
|
|
+ this.toolStripMenuItem_combinClass.Size = new System.Drawing.Size(184, 22);
|
|
|
+ this.toolStripMenuItem_combinClass.Text = "导出原图融合分类图";
|
|
|
+ this.toolStripMenuItem_combinClass.Click += new System.EventHandler(this.toolStripMenuItem_combinClass_Click_1);
|
|
|
+ //
|
|
|
// contextMenuStrip_Particle
|
|
|
//
|
|
|
this.contextMenuStrip_Particle.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
@@ -199,6 +210,13 @@
|
|
|
this.toolStripMenuItem_Segmentation.Text = "分割颗粒";
|
|
|
this.toolStripMenuItem_Segmentation.Click += new System.EventHandler(this.toolStripMenuItem_Segmentation_Click);
|
|
|
//
|
|
|
+ // toolStripMenuItem_combin
|
|
|
+ //
|
|
|
+ this.toolStripMenuItem_combin.Name = "toolStripMenuItem_combin";
|
|
|
+ this.toolStripMenuItem_combin.Size = new System.Drawing.Size(184, 22);
|
|
|
+ this.toolStripMenuItem_combin.Text = "导出原图融合图";
|
|
|
+ this.toolStripMenuItem_combin.Click += new System.EventHandler(this.toolStripMenuItem_combin_Click);
|
|
|
+ //
|
|
|
// Control_DrawDistrbutionImageAndBSE
|
|
|
//
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
@@ -234,5 +252,7 @@
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_DeleteParticles;
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_Segmentation;
|
|
|
protected System.Windows.Forms.ContextMenuStrip CMenuStrip;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_combinClass;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_combin;
|
|
|
}
|
|
|
}
|