namespace OTSIncAReportGraph.Controls
{
partial class Control_DrawDistrbutionSortImage
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.CMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem_id = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_selected = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_delete = new System.Windows.Forms.ToolStripMenuItem();
this.另存选择颗粒ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_movesempoint = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_copyimage = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItemShowSmallParticle = new System.Windows.Forms.ToolStripMenuItem();
this.CMenuStrip.SuspendLayout();
this.SuspendLayout();
//
// CMenuStrip
//
this.CMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
this.CMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem_id,
this.ToolStripMenuItem_selected,
this.ToolStripMenuItem_delete,
this.另存选择颗粒ToolStripMenuItem,
this.ToolStripMenuItem_movesempoint,
this.ToolStripMenuItem_copyimage,
this.ToolStripMenuItemShowSmallParticle});
this.CMenuStrip.Name = "contextMenuStrip1";
this.CMenuStrip.Size = new System.Drawing.Size(219, 214);
//
// ToolStripMenuItem_id
//
this.ToolStripMenuItem_id.Name = "ToolStripMenuItem_id";
this.ToolStripMenuItem_id.Size = new System.Drawing.Size(218, 30);
this.ToolStripMenuItem_id.Text = "ID";
this.ToolStripMenuItem_id.Visible = false;
this.ToolStripMenuItem_id.Click += new System.EventHandler(this.ToolStripMenuItem_id_Click);
//
// 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.Text = "选择颗粒";
this.ToolStripMenuItem_selected.Click += new System.EventHandler(this.ToolStripMenuItem_selected_Click);
//
// ToolStripMenuItem_delete
//
this.ToolStripMenuItem_delete.Image = global::OTSIncAReportApp.Properties.Resources.删除颗粒;
this.ToolStripMenuItem_delete.Name = "ToolStripMenuItem_delete";
this.ToolStripMenuItem_delete.Size = new System.Drawing.Size(218, 30);
this.ToolStripMenuItem_delete.Text = "删除";
this.ToolStripMenuItem_delete.Click += new System.EventHandler(this.ToolStripMenuItem_delete_Click);
//
// 另存选择颗粒ToolStripMenuItem
//
this.另存选择颗粒ToolStripMenuItem.Name = "另存选择颗粒ToolStripMenuItem";
this.另存选择颗粒ToolStripMenuItem.Size = new System.Drawing.Size(218, 30);
this.另存选择颗粒ToolStripMenuItem.Text = "另存选择颗粒";
this.另存选择颗粒ToolStripMenuItem.Visible = false;
//
// ToolStripMenuItem_movesempoint
//
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.Text = "移动SEM至鼠标所在位置";
this.ToolStripMenuItem_movesempoint.Click += new System.EventHandler(this.ToolStripMenuItem_movesempoint_Click);
//
// ToolStripMenuItem_copyimage
//
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.Text = "复制图像";
this.ToolStripMenuItem_copyimage.Click += new System.EventHandler(this.ToolStripMenuItem_copyimage_Click);
//
// ToolStripMenuItemShowSmallParticle
//
this.ToolStripMenuItemShowSmallParticle.Name = "ToolStripMenuItemShowSmallParticle";
this.ToolStripMenuItemShowSmallParticle.Size = new System.Drawing.Size(218, 30);
this.ToolStripMenuItemShowSmallParticle.Text = "显示过小颗粒";
this.ToolStripMenuItemShowSmallParticle.Visible = false;
this.ToolStripMenuItemShowSmallParticle.Click += new System.EventHandler(this.ToolStripMenuItemShowSmallParticle_Click);
//
// Control_DrawDistrbutionSortImage
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoScroll = true;
this.ContextMenuStrip = this.CMenuStrip;
this.Name = "Control_DrawDistrbutionSortImage";
this.Size = new System.Drawing.Size(1369, 777);
this.Load += new System.EventHandler(this.Control_DrawDistrbutionSortImage_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Control_DrawDistrbutionSortImage_KeyDown);
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Control_DrawDistrbutionSortImage_KeyUp);
this.CMenuStrip.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ContextMenuStrip CMenuStrip;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_id;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_selected;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_delete;
private System.Windows.Forms.ToolStripMenuItem 另存选择颗粒ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_movesempoint;
private Control_XRayTable control_XRayTable1;
private Control_Ruler control_Ruler1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_copyimage;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemShowSmallParticle;
}
}