123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- namespace OTSIncAReportGraph.Controls
- {
- partial class Control_DrawDistrbutionImageAndBSE
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.CMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.ToolStripMenuItem_selected = new System.Windows.Forms.ToolStripMenuItem();
- this.ToolStripMenuItem_movesempoint = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem_copyimage = new System.Windows.Forms.ToolStripMenuItem();
- this.ExportoriginalspliceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.ToolStripMenuItemDelete_Particle = new System.Windows.Forms.ToolStripMenuItem();
- this.ParticleSegmentation = 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_selected,
- this.ToolStripMenuItem_movesempoint,
- this.toolStripMenuItem_copyimage,
- this.ExportoriginalspliceToolStripMenuItem,
- this.ToolStripMenuItemDelete_Particle,
- this.ParticleSegmentation});
- this.CMenuStrip.Name = "contextMenuStrip1";
- this.CMenuStrip.Size = new System.Drawing.Size(219, 154);
- //
- // ToolStripMenuItem_selected
- //
- this.ToolStripMenuItem_selected.Image = global::OTSIncAReportApp.Properties.Resources.选择颗粒;
- this.ToolStripMenuItem_selected.Name = "ToolStripMenuItem_selected";
- 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);
- //
- // 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(253, 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(253, 30);
- this.toolStripMenuItem_copyimage.Text = "导出原图拼接图";
- this.toolStripMenuItem_copyimage.Click += new System.EventHandler(this.toolStripMenuItem_copyimage_Click);
- //
- // ExportoriginalspliceToolStripMenuItem
- //
- this.ExportoriginalspliceToolStripMenuItem.Image = global::OTSIncAReportApp.Properties.Resources.复制图像;
- this.ExportoriginalspliceToolStripMenuItem.Name = "ExportoriginalspliceToolStripMenuItem";
- this.ExportoriginalspliceToolStripMenuItem.Size = new System.Drawing.Size(253, 30);
- this.ExportoriginalspliceToolStripMenuItem.Text = "导出原图拼接分类图";
- this.ExportoriginalspliceToolStripMenuItem.Click += new System.EventHandler(this.ExportoriginalspliceToolStripMenuItem_Click);
- //
- // ToolStripMenuItemDelete_Particle
- //
- this.ToolStripMenuItemDelete_Particle.Name = "ToolStripMenuItemDelete_Particle";
- this.ToolStripMenuItemDelete_Particle.Size = new System.Drawing.Size(218, 30);
- this.ToolStripMenuItemDelete_Particle.Text = "Delete particles";
- this.ToolStripMenuItemDelete_Particle.Click += new System.EventHandler(this.ToolStripMenuItemDelete_Particle_Click);
- //
- // ParticleSegmentation
- //
- this.ParticleSegmentation.Name = "ParticleSegmentation";
- this.ParticleSegmentation.Size = new System.Drawing.Size(253, 30);
- this.ParticleSegmentation.Text = "分割颗粒";
- this.ParticleSegmentation.Click += new System.EventHandler(this.ParticleSegmentation_Click);
- //
- // Control_DrawDistrbutionImageAndBSE
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.ContextMenuStrip = this.CMenuStrip;
- this.Name = "Control_DrawDistrbutionImageAndBSE";
- this.Size = new System.Drawing.Size(1204, 781);
- this.Load += new System.EventHandler(this.Control_DrawDistrbutionImageAndBSE_Load);
- this.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Control_DrawDistrbutionImageAndBSE_MouseDoubleClick);
- this.CMenuStrip.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Control_XRayTable control_XRayTable1;
- private System.Windows.Forms.ContextMenuStrip CMenuStrip;
- private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_selected;
- private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_movesempoint;
- private Control_Ruler control_Ruler1;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_copyimage;
- private System.Windows.Forms.ToolStripMenuItem ExportoriginalspliceToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemDelete_Particle;
- private System.Windows.Forms.ToolStripMenuItem ParticleSegmentation;
- }
- }
|