123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351 |
- 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_ParticleSplicing = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem_copyimage = new System.Windows.Forms.ToolStripMenuItem();
- this.显示国标信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
- this.查询DS类颗粒ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.显示当前帧国标分类ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.aToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.bToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.cToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.dToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.全部ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripMenuItem();
- this.aSTMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.显示所有帧ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.清除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem_backgroundcombin = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem_backgroundcombinClass = new System.Windows.Forms.ToolStripMenuItem();
- this.国标图导出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.方法一ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.方法二ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.aSTMToolStripMenuItem1 = 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.CMenuStrip.SuspendLayout();
- this.contextMenuStrip_Particle.SuspendLayout();
- this.SuspendLayout();
- //
- // CMenuStrip
- //
- this.CMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
- this.CMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.ToolStripMenuItem_ParticleSplicing,
- this.toolStripMenuItem_copyimage,
- this.显示国标信息ToolStripMenuItem,
- this.toolStripMenuItem_backgroundcombin,
- this.toolStripMenuItem_backgroundcombinClass,
- this.国标图导出ToolStripMenuItem});
- this.CMenuStrip.Name = "contextMenuStrip1";
- this.CMenuStrip.Size = new System.Drawing.Size(185, 158);
- //
- // ToolStripMenuItem_ParticleSplicing
- //
- this.ToolStripMenuItem_ParticleSplicing.Name = "ToolStripMenuItem_ParticleSplicing";
- this.ToolStripMenuItem_ParticleSplicing.Size = new System.Drawing.Size(184, 22);
- this.ToolStripMenuItem_ParticleSplicing.Text = "导出颗粒拼接图";
- this.ToolStripMenuItem_ParticleSplicing.Click += new System.EventHandler(this.ToolStripMenuItem_ParticleSplicing_Click);
- //
- // toolStripMenuItem_copyimage
- //
- this.toolStripMenuItem_copyimage.Name = "toolStripMenuItem_copyimage";
- this.toolStripMenuItem_copyimage.Size = new System.Drawing.Size(184, 22);
- this.toolStripMenuItem_copyimage.Text = "导出渲染拼接图";
- this.toolStripMenuItem_copyimage.Click += new System.EventHandler(this.toolStripMenuItem_copyimage_Click);
- //
- // 显示国标信息ToolStripMenuItem
- //
- this.显示国标信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem2,
- this.toolStripMenuItem3,
- this.aSTMToolStripMenuItem,
- this.清除ToolStripMenuItem});
- this.显示国标信息ToolStripMenuItem.Name = "显示国标信息ToolStripMenuItem";
- this.显示国标信息ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
- this.显示国标信息ToolStripMenuItem.Text = "显示国标信息";
- //
- // toolStripMenuItem2
- //
- this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem1,
- this.查询DS类颗粒ToolStripMenuItem,
- this.显示当前帧国标分类ToolStripMenuItem});
- this.toolStripMenuItem2.Name = "toolStripMenuItem2";
- this.toolStripMenuItem2.Size = new System.Drawing.Size(112, 22);
- this.toolStripMenuItem2.Text = "方法一";
- //
- // toolStripMenuItem1
- //
- this.toolStripMenuItem1.Name = "toolStripMenuItem1";
- this.toolStripMenuItem1.Size = new System.Drawing.Size(184, 22);
- this.toolStripMenuItem1.Tag = "All1";
- this.toolStripMenuItem1.Text = "显示所有国标帧";
- this.toolStripMenuItem1.Click += new System.EventHandler(this.显示国标信息ToolStripMenuItem_Click);
- //
- // 查询DS类颗粒ToolStripMenuItem
- //
- this.查询DS类颗粒ToolStripMenuItem.Name = "查询DS类颗粒ToolStripMenuItem";
- this.查询DS类颗粒ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
- this.查询DS类颗粒ToolStripMenuItem.Tag = "DS1";
- this.查询DS类颗粒ToolStripMenuItem.Text = "查询DS类颗粒";
- this.查询DS类颗粒ToolStripMenuItem.Click += new System.EventHandler(this.显示国标信息ToolStripMenuItem_Click);
- //
- // 显示当前帧国标分类ToolStripMenuItem
- //
- this.显示当前帧国标分类ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.aToolStripMenuItem,
- this.bToolStripMenuItem,
- this.cToolStripMenuItem,
- this.dToolStripMenuItem,
- this.全部ToolStripMenuItem});
- this.显示当前帧国标分类ToolStripMenuItem.Name = "显示当前帧国标分类ToolStripMenuItem";
- this.显示当前帧国标分类ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
- this.显示当前帧国标分类ToolStripMenuItem.Text = "高亮当前帧国标分类";
- this.显示当前帧国标分类ToolStripMenuItem.Click += new System.EventHandler(this.显示当前帧国标分类ToolStripMenuItem_Click);
- //
- // aToolStripMenuItem
- //
- this.aToolStripMenuItem.Name = "aToolStripMenuItem";
- this.aToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
- this.aToolStripMenuItem.Text = "A";
- this.aToolStripMenuItem.Click += new System.EventHandler(this.aToolStripMenuItem_Click);
- //
- // bToolStripMenuItem
- //
- this.bToolStripMenuItem.Name = "bToolStripMenuItem";
- this.bToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
- this.bToolStripMenuItem.Text = "B";
- this.bToolStripMenuItem.Click += new System.EventHandler(this.bToolStripMenuItem_Click);
- //
- // cToolStripMenuItem
- //
- this.cToolStripMenuItem.Name = "cToolStripMenuItem";
- this.cToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
- this.cToolStripMenuItem.Text = "C";
- this.cToolStripMenuItem.Click += new System.EventHandler(this.cToolStripMenuItem_Click);
- //
- // dToolStripMenuItem
- //
- this.dToolStripMenuItem.Name = "dToolStripMenuItem";
- this.dToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
- this.dToolStripMenuItem.Text = "D";
- this.dToolStripMenuItem.Click += new System.EventHandler(this.dToolStripMenuItem_Click);
- //
- // 全部ToolStripMenuItem
- //
- this.全部ToolStripMenuItem.Name = "全部ToolStripMenuItem";
- this.全部ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
- this.全部ToolStripMenuItem.Text = "全部";
- this.全部ToolStripMenuItem.Click += new System.EventHandler(this.全部ToolStripMenuItem_Click);
- //
- // toolStripMenuItem3
- //
- this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem4,
- this.toolStripMenuItem10});
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
- this.toolStripMenuItem3.Size = new System.Drawing.Size(112, 22);
- this.toolStripMenuItem3.Text = "方法二";
- //
- // toolStripMenuItem4
- //
- this.toolStripMenuItem4.Name = "toolStripMenuItem4";
- this.toolStripMenuItem4.Size = new System.Drawing.Size(160, 22);
- this.toolStripMenuItem4.Tag = "All2";
- this.toolStripMenuItem4.Text = "显示所有国标帧";
- this.toolStripMenuItem4.Click += new System.EventHandler(this.显示国标信息ToolStripMenuItem_Click);
- //
- // toolStripMenuItem10
- //
- this.toolStripMenuItem10.Name = "toolStripMenuItem10";
- this.toolStripMenuItem10.Size = new System.Drawing.Size(160, 22);
- this.toolStripMenuItem10.Tag = "DS2";
- this.toolStripMenuItem10.Text = "查询DS类颗粒";
- this.toolStripMenuItem10.Click += new System.EventHandler(this.显示国标信息ToolStripMenuItem_Click);
- //
- // aSTMToolStripMenuItem
- //
- this.aSTMToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.显示所有帧ToolStripMenuItem});
- this.aSTMToolStripMenuItem.Name = "aSTMToolStripMenuItem";
- this.aSTMToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
- this.aSTMToolStripMenuItem.Tag = "";
- this.aSTMToolStripMenuItem.Text = "ASTM";
- //
- // 显示所有帧ToolStripMenuItem
- //
- this.显示所有帧ToolStripMenuItem.Name = "显示所有帧ToolStripMenuItem";
- this.显示所有帧ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
- this.显示所有帧ToolStripMenuItem.Tag = "ASTMAll";
- this.显示所有帧ToolStripMenuItem.Text = "显示所有帧";
- this.显示所有帧ToolStripMenuItem.Click += new System.EventHandler(this.显示国标信息ToolStripMenuItem_Click);
- //
- // 清除ToolStripMenuItem
- //
- this.清除ToolStripMenuItem.Name = "清除ToolStripMenuItem";
- this.清除ToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
- this.清除ToolStripMenuItem.Text = "清除";
- this.清除ToolStripMenuItem.Click += new System.EventHandler(this.清除ToolStripMenuItem_Click);
- //
- // toolStripMenuItem_backgroundcombin
- //
- this.toolStripMenuItem_backgroundcombin.Name = "toolStripMenuItem_backgroundcombin";
- this.toolStripMenuItem_backgroundcombin.Size = new System.Drawing.Size(184, 22);
- this.toolStripMenuItem_backgroundcombin.Text = "导出原图融合图";
- this.toolStripMenuItem_backgroundcombin.Visible = false;
- this.toolStripMenuItem_backgroundcombin.Click += new System.EventHandler(this.toolStripMenuItem_combin_Click);
- //
- // toolStripMenuItem_backgroundcombinClass
- //
- this.toolStripMenuItem_backgroundcombinClass.Name = "toolStripMenuItem_backgroundcombinClass";
- this.toolStripMenuItem_backgroundcombinClass.Size = new System.Drawing.Size(184, 22);
- this.toolStripMenuItem_backgroundcombinClass.Text = "导出原图融合分类图";
- this.toolStripMenuItem_backgroundcombinClass.Visible = false;
- this.toolStripMenuItem_backgroundcombinClass.Click += new System.EventHandler(this.toolStripMenuItem_combinClass_Click);
- //
- // 国标图导出ToolStripMenuItem
- //
- this.国标图导出ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.方法一ToolStripMenuItem,
- this.方法二ToolStripMenuItem,
- this.aSTMToolStripMenuItem1});
- this.国标图导出ToolStripMenuItem.Name = "国标图导出ToolStripMenuItem";
- this.国标图导出ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
- this.国标图导出ToolStripMenuItem.Text = "国标图导出";
- //
- // 方法一ToolStripMenuItem
- //
- this.方法一ToolStripMenuItem.Name = "方法一ToolStripMenuItem";
- this.方法一ToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
- this.方法一ToolStripMenuItem.Text = "方法一";
- this.方法一ToolStripMenuItem.Click += new System.EventHandler(this.方法一ToolStripMenuItem_Click);
- //
- // 方法二ToolStripMenuItem
- //
- this.方法二ToolStripMenuItem.Name = "方法二ToolStripMenuItem";
- this.方法二ToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
- this.方法二ToolStripMenuItem.Text = "方法二";
- this.方法二ToolStripMenuItem.Click += new System.EventHandler(this.方法二ToolStripMenuItem_Click);
- //
- // aSTMToolStripMenuItem1
- //
- this.aSTMToolStripMenuItem1.Name = "aSTMToolStripMenuItem1";
- this.aSTMToolStripMenuItem1.Size = new System.Drawing.Size(112, 22);
- this.aSTMToolStripMenuItem1.Text = "ASTM";
- this.aSTMToolStripMenuItem1.Click += new System.EventHandler(this.aSTMToolStripMenuItem1_Click);
- //
- // contextMenuStrip_Particle
- //
- this.contextMenuStrip_Particle.ImageScalingSize = new System.Drawing.Size(24, 24);
- this.contextMenuStrip_Particle.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.ToolStripMenuItem_movesempoint,
- this.toolStripMenuItem_DeleteParticles,
- this.toolStripMenuItem_Segmentation});
- this.contextMenuStrip_Particle.Name = "contextMenuStrip1";
- this.contextMenuStrip_Particle.Size = new System.Drawing.Size(211, 70);
- //
- // ToolStripMenuItem_movesempoint
- //
- this.ToolStripMenuItem_movesempoint.Name = "ToolStripMenuItem_movesempoint";
- this.ToolStripMenuItem_movesempoint.Size = new System.Drawing.Size(210, 22);
- this.ToolStripMenuItem_movesempoint.Text = "移动SEM至颗粒所在位置";
- this.ToolStripMenuItem_movesempoint.Click += new System.EventHandler(this.ToolStripMenuItem_movesempoint_Click);
- //
- // toolStripMenuItem_DeleteParticles
- //
- this.toolStripMenuItem_DeleteParticles.Name = "toolStripMenuItem_DeleteParticles";
- this.toolStripMenuItem_DeleteParticles.Size = new System.Drawing.Size(210, 22);
- this.toolStripMenuItem_DeleteParticles.Text = "Delete particles";
- this.toolStripMenuItem_DeleteParticles.Click += new System.EventHandler(this.ToolStripMenuItemDelete_Particle_Click);
- //
- // toolStripMenuItem_Segmentation
- //
- this.toolStripMenuItem_Segmentation.Name = "toolStripMenuItem_Segmentation";
- this.toolStripMenuItem_Segmentation.Size = new System.Drawing.Size(210, 22);
- this.toolStripMenuItem_Segmentation.Text = "分割颗粒";
- this.toolStripMenuItem_Segmentation.Click += new System.EventHandler(this.toolStripMenuItem_Segmentation_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.CMenuStrip.ResumeLayout(false);
- this.contextMenuStrip_Particle.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Control_XRayTable control_XRayTable1;
- private Control_Ruler control_Ruler1;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_copyimage;
- private System.Windows.Forms.ToolStripMenuItem 显示国标信息ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
- private System.Windows.Forms.ToolStripMenuItem 查询DS类颗粒ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem10;
- private System.Windows.Forms.ToolStripMenuItem 清除ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem aSTMToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 显示所有帧ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_ParticleSplicing;
- public System.Windows.Forms.ContextMenuStrip contextMenuStrip_Particle;
- private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_movesempoint;
- 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_backgroundcombinClass;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_backgroundcombin;
- private System.Windows.Forms.ToolStripMenuItem 显示当前帧国标分类ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem aToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem bToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem cToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem dToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 全部ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 国标图导出ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 方法一ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 方法二ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem aSTMToolStripMenuItem1;
- }
- }
|