namespace OTSIncAReportGraph.Controls { partial class Control_DrawDistrbutionImageAndBSE { /// /// 必需的设计器变量。 /// 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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Control_DrawDistrbutionImageAndBSE)); 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_movesempoint = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem_copyimage = new System.Windows.Forms.ToolStripMenuItem(); this.ToolStripMenuItem_ShowSmallParticle = new System.Windows.Forms.ToolStripMenuItem(); this.control_XRayTable1 = new OTSIncAReportGraph.Controls.Control_XRayTable(); this.control_Ruler1 = new OTSIncAReportGraph.Controls.Control_Ruler(); 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_movesempoint, this.toolStripMenuItem_copyimage, this.ToolStripMenuItem_ShowSmallParticle}); this.CMenuStrip.Name = "contextMenuStrip1"; this.CMenuStrip.Size = new System.Drawing.Size(289, 229); // // ToolStripMenuItem_id // this.ToolStripMenuItem_id.Name = "ToolStripMenuItem_id"; this.ToolStripMenuItem_id.Size = new System.Drawing.Size(288, 32); 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(288, 32); 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(288, 32); this.ToolStripMenuItem_delete.Text = "删除"; this.ToolStripMenuItem_delete.Click += new System.EventHandler(this.ToolStripMenuItem_delete_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(288, 32); 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(288, 32); this.toolStripMenuItem_copyimage.Text = "复制图像"; this.toolStripMenuItem_copyimage.Click += new System.EventHandler(this.toolStripMenuItem_copyimage_Click); // // ToolStripMenuItem_ShowSmallParticle // this.ToolStripMenuItem_ShowSmallParticle.Name = "ToolStripMenuItem_ShowSmallParticle"; this.ToolStripMenuItem_ShowSmallParticle.Size = new System.Drawing.Size(288, 32); this.ToolStripMenuItem_ShowSmallParticle.Text = "显示过小颗粒"; this.ToolStripMenuItem_ShowSmallParticle.Visible = false; this.ToolStripMenuItem_ShowSmallParticle.Click += new System.EventHandler(this.ToolStripMenuItem_ShowSmallParticle_Click); // // control_XRayTable1 // this.control_XRayTable1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.control_XRayTable1.Dock = System.Windows.Forms.DockStyle.Bottom; this.control_XRayTable1.GBInfoStr = ""; this.control_XRayTable1.GoodChineseName = ""; this.control_XRayTable1.GoodName = ""; this.control_XRayTable1.List_ShowElementInfo = ((System.Collections.Generic.List)(resources.GetObject("control_XRayTable1.List_ShowElementInfo"))); this.control_XRayTable1.Location = new System.Drawing.Point(0, 400); this.control_XRayTable1.Name = "control_XRayTable1"; this.control_XRayTable1.ShowAnalysisXray = true; this.control_XRayTable1.ShowSearchXray = false; this.control_XRayTable1.Size = new System.Drawing.Size(1004, 200); this.control_XRayTable1.STDName = ""; this.control_XRayTable1.TabIndex = 6; // // control_Ruler1 // this.control_Ruler1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.control_Ruler1.Location = new System.Drawing.Point(3, 400); this.control_Ruler1.Name = "control_Ruler1"; this.control_Ruler1.RulerWidth = 100; this.control_Ruler1.ShowString = "100um"; this.control_Ruler1.Size = new System.Drawing.Size(120, 40); this.control_Ruler1.TabIndex = 8; this.control_Ruler1.Value = 0D; // // Control_DrawDistrbutionImageAndBSE // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ContextMenuStrip = this.CMenuStrip; this.Controls.Add(this.control_XRayTable1); this.Controls.Add(this.control_Ruler1); this.Name = "Control_DrawDistrbutionImageAndBSE"; this.Size = new System.Drawing.Size(1004, 600); 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_id; private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_selected; private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_delete; private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_movesempoint; private Control_Ruler control_Ruler1; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_copyimage; private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_ShowSmallParticle; } }