Control_DrawDistrbutionImageAndBSE.designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. namespace OTSIncAReportGraph.Controls
  2. {
  3. partial class Control_DrawDistrbutionImageAndBSE
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Control_DrawDistrbutionImageAndBSE));
  30. this.CMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  31. this.ToolStripMenuItem_id = new System.Windows.Forms.ToolStripMenuItem();
  32. this.ToolStripMenuItem_selected = new System.Windows.Forms.ToolStripMenuItem();
  33. this.ToolStripMenuItem_delete = new System.Windows.Forms.ToolStripMenuItem();
  34. this.ToolStripMenuItem_movesempoint = new System.Windows.Forms.ToolStripMenuItem();
  35. this.toolStripMenuItem_copyimage = new System.Windows.Forms.ToolStripMenuItem();
  36. this.ToolStripMenuItem_ShowSmallParticle = new System.Windows.Forms.ToolStripMenuItem();
  37. this.control_XRayTable1 = new OTSIncAReportGraph.Controls.Control_XRayTable();
  38. this.control_Ruler1 = new OTSIncAReportGraph.Controls.Control_Ruler();
  39. this.CMenuStrip.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // CMenuStrip
  43. //
  44. this.CMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  45. this.CMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  46. this.ToolStripMenuItem_id,
  47. this.ToolStripMenuItem_selected,
  48. this.ToolStripMenuItem_delete,
  49. this.ToolStripMenuItem_movesempoint,
  50. this.toolStripMenuItem_copyimage,
  51. this.ToolStripMenuItem_ShowSmallParticle});
  52. this.CMenuStrip.Name = "contextMenuStrip1";
  53. this.CMenuStrip.Size = new System.Drawing.Size(289, 229);
  54. //
  55. // ToolStripMenuItem_id
  56. //
  57. this.ToolStripMenuItem_id.Name = "ToolStripMenuItem_id";
  58. this.ToolStripMenuItem_id.Size = new System.Drawing.Size(288, 32);
  59. this.ToolStripMenuItem_id.Text = "ID";
  60. this.ToolStripMenuItem_id.Visible = false;
  61. this.ToolStripMenuItem_id.Click += new System.EventHandler(this.ToolStripMenuItem_id_Click);
  62. //
  63. // ToolStripMenuItem_selected
  64. //
  65. this.ToolStripMenuItem_selected.Image = global::OTSIncAReportApp.Properties.Resources.选择颗粒;
  66. this.ToolStripMenuItem_selected.Name = "ToolStripMenuItem_selected";
  67. this.ToolStripMenuItem_selected.Size = new System.Drawing.Size(288, 32);
  68. this.ToolStripMenuItem_selected.Text = "选择颗粒";
  69. this.ToolStripMenuItem_selected.Click += new System.EventHandler(this.ToolStripMenuItem_selected_Click);
  70. //
  71. // ToolStripMenuItem_delete
  72. //
  73. this.ToolStripMenuItem_delete.Image = global::OTSIncAReportApp.Properties.Resources.删除颗粒;
  74. this.ToolStripMenuItem_delete.Name = "ToolStripMenuItem_delete";
  75. this.ToolStripMenuItem_delete.Size = new System.Drawing.Size(288, 32);
  76. this.ToolStripMenuItem_delete.Text = "删除";
  77. this.ToolStripMenuItem_delete.Click += new System.EventHandler(this.ToolStripMenuItem_delete_Click);
  78. //
  79. // ToolStripMenuItem_movesempoint
  80. //
  81. this.ToolStripMenuItem_movesempoint.Image = global::OTSIncAReportApp.Properties.Resources.移动SEM到当前位置;
  82. this.ToolStripMenuItem_movesempoint.Name = "ToolStripMenuItem_movesempoint";
  83. this.ToolStripMenuItem_movesempoint.Size = new System.Drawing.Size(288, 32);
  84. this.ToolStripMenuItem_movesempoint.Text = "移动SEM至颗粒所在位置";
  85. this.ToolStripMenuItem_movesempoint.Click += new System.EventHandler(this.ToolStripMenuItem_movesempoint_Click);
  86. //
  87. // toolStripMenuItem_copyimage
  88. //
  89. this.toolStripMenuItem_copyimage.Image = global::OTSIncAReportApp.Properties.Resources.复制图像;
  90. this.toolStripMenuItem_copyimage.Name = "toolStripMenuItem_copyimage";
  91. this.toolStripMenuItem_copyimage.Size = new System.Drawing.Size(288, 32);
  92. this.toolStripMenuItem_copyimage.Text = "复制图像";
  93. this.toolStripMenuItem_copyimage.Click += new System.EventHandler(this.toolStripMenuItem_copyimage_Click);
  94. //
  95. // ToolStripMenuItem_ShowSmallParticle
  96. //
  97. this.ToolStripMenuItem_ShowSmallParticle.Name = "ToolStripMenuItem_ShowSmallParticle";
  98. this.ToolStripMenuItem_ShowSmallParticle.Size = new System.Drawing.Size(288, 32);
  99. this.ToolStripMenuItem_ShowSmallParticle.Text = "显示过小颗粒";
  100. this.ToolStripMenuItem_ShowSmallParticle.Visible = false;
  101. this.ToolStripMenuItem_ShowSmallParticle.Click += new System.EventHandler(this.ToolStripMenuItem_ShowSmallParticle_Click);
  102. //
  103. // control_XRayTable1
  104. //
  105. this.control_XRayTable1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  106. this.control_XRayTable1.Dock = System.Windows.Forms.DockStyle.Bottom;
  107. this.control_XRayTable1.GBInfoStr = "";
  108. this.control_XRayTable1.GoodChineseName = "";
  109. this.control_XRayTable1.GoodName = "";
  110. this.control_XRayTable1.List_ShowElementInfo = ((System.Collections.Generic.List<OTSIncAReportGraph.Controls.ShowElementInfo>)(resources.GetObject("control_XRayTable1.List_ShowElementInfo")));
  111. this.control_XRayTable1.Location = new System.Drawing.Point(0, 400);
  112. this.control_XRayTable1.Name = "control_XRayTable1";
  113. this.control_XRayTable1.ShowAnalysisXray = true;
  114. this.control_XRayTable1.ShowSearchXray = false;
  115. this.control_XRayTable1.Size = new System.Drawing.Size(1004, 200);
  116. this.control_XRayTable1.STDName = "";
  117. this.control_XRayTable1.TabIndex = 6;
  118. //
  119. // control_Ruler1
  120. //
  121. this.control_Ruler1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  122. this.control_Ruler1.Location = new System.Drawing.Point(3, 400);
  123. this.control_Ruler1.Name = "control_Ruler1";
  124. this.control_Ruler1.RulerWidth = 100;
  125. this.control_Ruler1.ShowString = "100um";
  126. this.control_Ruler1.Size = new System.Drawing.Size(120, 40);
  127. this.control_Ruler1.TabIndex = 8;
  128. this.control_Ruler1.Value = 0D;
  129. //
  130. // Control_DrawDistrbutionImageAndBSE
  131. //
  132. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  133. this.ContextMenuStrip = this.CMenuStrip;
  134. this.Controls.Add(this.control_XRayTable1);
  135. this.Controls.Add(this.control_Ruler1);
  136. this.Name = "Control_DrawDistrbutionImageAndBSE";
  137. this.Size = new System.Drawing.Size(1004, 600);
  138. this.Load += new System.EventHandler(this.Control_DrawDistrbutionImageAndBSE_Load);
  139. this.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Control_DrawDistrbutionImageAndBSE_MouseDoubleClick);
  140. this.CMenuStrip.ResumeLayout(false);
  141. this.ResumeLayout(false);
  142. }
  143. #endregion
  144. private Control_XRayTable control_XRayTable1;
  145. private System.Windows.Forms.ContextMenuStrip CMenuStrip;
  146. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_id;
  147. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_selected;
  148. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_delete;
  149. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_movesempoint;
  150. private Control_Ruler control_Ruler1;
  151. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_copyimage;
  152. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_ShowSmallParticle;
  153. }
  154. }