|
@@ -72,6 +72,8 @@
|
|
|
this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.EXCELToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.ToolStripMenuItemDelete_Particle = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.ToolStripMenuItem_Addparticlestotheselectparticleslist = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.ToolStripMenuItem_Removeparticlesfromtheselectparticleslist = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.dgV_ParticlesDevidePage = new System.Windows.Forms.DataGridView();
|
|
|
this.panel2.SuspendLayout();
|
|
@@ -317,7 +319,7 @@
|
|
|
// lblTotalCount
|
|
|
//
|
|
|
this.lblTotalCount.AutoSize = true;
|
|
|
- this.lblTotalCount.Location = new System.Drawing.Point(36, 13);
|
|
|
+ this.lblTotalCount.Location = new System.Drawing.Point(24, 13);
|
|
|
this.lblTotalCount.Name = "lblTotalCount";
|
|
|
this.lblTotalCount.Size = new System.Drawing.Size(17, 12);
|
|
|
this.lblTotalCount.TabIndex = 34;
|
|
@@ -414,61 +416,63 @@
|
|
|
this.ToolStripMenuItem_exportimagefile,
|
|
|
this.testToolStripMenuItem,
|
|
|
this.EXCELToolStripMenuItem,
|
|
|
- this.ToolStripMenuItemDelete_Particle});
|
|
|
+ this.ToolStripMenuItemDelete_Particle,
|
|
|
+ this.ToolStripMenuItem_Addparticlestotheselectparticleslist,
|
|
|
+ this.ToolStripMenuItem_Removeparticlesfromtheselectparticleslist});
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
- this.contextMenuStrip1.Size = new System.Drawing.Size(211, 230);
|
|
|
+ this.contextMenuStrip1.Size = new System.Drawing.Size(221, 252);
|
|
|
//
|
|
|
// ToolStripMenuItem1
|
|
|
//
|
|
|
this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
|
|
|
- this.ToolStripMenuItem1.Size = new System.Drawing.Size(210, 22);
|
|
|
+ this.ToolStripMenuItem1.Size = new System.Drawing.Size(220, 22);
|
|
|
this.ToolStripMenuItem1.Text = "复制整个表";
|
|
|
this.ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
|
|
|
//
|
|
|
// ToolStripMenuItem2
|
|
|
//
|
|
|
this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
|
|
|
- this.ToolStripMenuItem2.Size = new System.Drawing.Size(210, 22);
|
|
|
+ this.ToolStripMenuItem2.Size = new System.Drawing.Size(220, 22);
|
|
|
this.ToolStripMenuItem2.Text = "复制选择区域";
|
|
|
this.ToolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
|
|
|
//
|
|
|
// toolStripMenuItem4
|
|
|
//
|
|
|
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
|
|
- this.toolStripMenuItem4.Size = new System.Drawing.Size(210, 22);
|
|
|
+ this.toolStripMenuItem4.Size = new System.Drawing.Size(220, 22);
|
|
|
this.toolStripMenuItem4.Text = "复制图像";
|
|
|
this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
|
|
|
//
|
|
|
// toolStripSeparator1
|
|
|
//
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
- this.toolStripSeparator1.Size = new System.Drawing.Size(207, 6);
|
|
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(217, 6);
|
|
|
//
|
|
|
// ToolStripMenuItem3
|
|
|
//
|
|
|
this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
|
|
|
- this.ToolStripMenuItem3.Size = new System.Drawing.Size(210, 22);
|
|
|
+ this.ToolStripMenuItem3.Size = new System.Drawing.Size(220, 22);
|
|
|
this.ToolStripMenuItem3.Text = "恢复至初始状态";
|
|
|
this.ToolStripMenuItem3.Click += new System.EventHandler(this.ToolStripMenuItem3_Click);
|
|
|
//
|
|
|
// ToolStripMenuItem5
|
|
|
//
|
|
|
this.ToolStripMenuItem5.Name = "ToolStripMenuItem5";
|
|
|
- this.ToolStripMenuItem5.Size = new System.Drawing.Size(210, 22);
|
|
|
+ this.ToolStripMenuItem5.Size = new System.Drawing.Size(220, 22);
|
|
|
this.ToolStripMenuItem5.Text = "移动SEM到颗粒视域位置";
|
|
|
this.ToolStripMenuItem5.Click += new System.EventHandler(this.ToolStripMenuItem5_Click);
|
|
|
//
|
|
|
// ToolStripMenuItem_exportimagefile
|
|
|
//
|
|
|
this.ToolStripMenuItem_exportimagefile.Name = "ToolStripMenuItem_exportimagefile";
|
|
|
- this.ToolStripMenuItem_exportimagefile.Size = new System.Drawing.Size(210, 22);
|
|
|
+ this.ToolStripMenuItem_exportimagefile.Size = new System.Drawing.Size(220, 22);
|
|
|
this.ToolStripMenuItem_exportimagefile.Text = "导出图像文件";
|
|
|
this.ToolStripMenuItem_exportimagefile.Click += new System.EventHandler(this.ToolStripMenuItem_exportimagefile_Click);
|
|
|
//
|
|
|
// testToolStripMenuItem
|
|
|
//
|
|
|
this.testToolStripMenuItem.Name = "testToolStripMenuItem";
|
|
|
- this.testToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
|
|
|
+ this.testToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
|
this.testToolStripMenuItem.Text = "显示能谱数据";
|
|
|
this.testToolStripMenuItem.Visible = false;
|
|
|
this.testToolStripMenuItem.Click += new System.EventHandler(this.testToolStripMenuItem_Click);
|
|
@@ -476,17 +480,33 @@
|
|
|
// EXCELToolStripMenuItem
|
|
|
//
|
|
|
this.EXCELToolStripMenuItem.Name = "EXCELToolStripMenuItem";
|
|
|
- this.EXCELToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
|
|
|
+ this.EXCELToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
|
|
|
this.EXCELToolStripMenuItem.Text = "导出EXCEL";
|
|
|
this.EXCELToolStripMenuItem.Click += new System.EventHandler(this.EXCELToolStripMenuItem_Click);
|
|
|
//
|
|
|
// ToolStripMenuItemDelete_Particle
|
|
|
//
|
|
|
this.ToolStripMenuItemDelete_Particle.Name = "ToolStripMenuItemDelete_Particle";
|
|
|
- this.ToolStripMenuItemDelete_Particle.Size = new System.Drawing.Size(210, 22);
|
|
|
+ this.ToolStripMenuItemDelete_Particle.Size = new System.Drawing.Size(220, 22);
|
|
|
this.ToolStripMenuItemDelete_Particle.Text = "删除颗粒";
|
|
|
this.ToolStripMenuItemDelete_Particle.Click += new System.EventHandler(this.ToolStripMenuItem_Delete_Particle_Click);
|
|
|
//
|
|
|
+ // ToolStripMenuItem_Addparticlestotheselectparticleslist
|
|
|
+ //
|
|
|
+ this.ToolStripMenuItem_Addparticlestotheselectparticleslist.Name = "ToolStripMenuItem_Addparticlestotheselectparticleslist";
|
|
|
+ this.ToolStripMenuItem_Addparticlestotheselectparticleslist.Size = new System.Drawing.Size(220, 22);
|
|
|
+ this.ToolStripMenuItem_Addparticlestotheselectparticleslist.Text = "将颗粒添加到选择颗粒列表";
|
|
|
+ this.ToolStripMenuItem_Addparticlestotheselectparticleslist.Visible = false;
|
|
|
+ this.ToolStripMenuItem_Addparticlestotheselectparticleslist.Click += new System.EventHandler(this.ToolStripMenuItem_Addparticlestotheselectparticleslist_Click);
|
|
|
+ //
|
|
|
+ // ToolStripMenuItem_Removeparticlesfromtheselectparticleslist
|
|
|
+ //
|
|
|
+ this.ToolStripMenuItem_Removeparticlesfromtheselectparticleslist.Name = "ToolStripMenuItem_Removeparticlesfromtheselectparticleslist";
|
|
|
+ this.ToolStripMenuItem_Removeparticlesfromtheselectparticleslist.Size = new System.Drawing.Size(220, 22);
|
|
|
+ this.ToolStripMenuItem_Removeparticlesfromtheselectparticleslist.Text = "在选择颗粒列表中去除颗粒";
|
|
|
+ this.ToolStripMenuItem_Removeparticlesfromtheselectparticleslist.Visible = false;
|
|
|
+ this.ToolStripMenuItem_Removeparticlesfromtheselectparticleslist.Click += new System.EventHandler(this.ToolStripMenuItem_Removeparticlesfromtheselectparticleslist_Click);
|
|
|
+ //
|
|
|
// tableLayoutPanel1
|
|
|
//
|
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
@@ -545,7 +565,6 @@
|
|
|
#endregion
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1;
|
|
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem2;
|
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
|
|
@@ -588,5 +607,8 @@
|
|
|
private System.Windows.Forms.TextBox tB_ParticleId;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
private System.Windows.Forms.Button btn_showconfig;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Removeparticlesfromtheselectparticleslist;
|
|
|
+ public System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
|
+ public System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Addparticlestotheselectparticleslist;
|
|
|
}
|
|
|
}
|