Control_DrawDistrbutionImageAndBSE.designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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.control_Ruler1 = new Control_Ruler();
  29. this.control_XRayTable1 = new Control_XRayTable();
  30. this.components = new System.ComponentModel.Container();
  31. this.CMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.ToolStripMenuItem_id = new System.Windows.Forms.ToolStripMenuItem();
  33. this.ToolStripMenuItem_selected = new System.Windows.Forms.ToolStripMenuItem();
  34. this.ToolStripMenuItem_delete = new System.Windows.Forms.ToolStripMenuItem();
  35. this.ToolStripMenuItem_movesempoint = new System.Windows.Forms.ToolStripMenuItem();
  36. this.toolStripMenuItem_copyimage = new System.Windows.Forms.ToolStripMenuItem();
  37. this.ToolStripMenuItem_ShowSmallParticle = new System.Windows.Forms.ToolStripMenuItem();
  38. this.CMenuStrip.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // CMenuStrip
  42. //
  43. this.CMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  44. this.CMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  45. this.ToolStripMenuItem_id,
  46. this.ToolStripMenuItem_selected,
  47. this.ToolStripMenuItem_delete,
  48. this.ToolStripMenuItem_movesempoint,
  49. this.toolStripMenuItem_copyimage,
  50. this.ToolStripMenuItem_ShowSmallParticle});
  51. this.CMenuStrip.Name = "contextMenuStrip1";
  52. this.CMenuStrip.Size = new System.Drawing.Size(219, 184);
  53. //
  54. // ToolStripMenuItem_id
  55. //
  56. this.ToolStripMenuItem_id.Name = "ToolStripMenuItem_id";
  57. this.ToolStripMenuItem_id.Size = new System.Drawing.Size(218, 30);
  58. this.ToolStripMenuItem_id.Text = "ID";
  59. this.ToolStripMenuItem_id.Visible = false;
  60. this.ToolStripMenuItem_id.Click += new System.EventHandler(this.ToolStripMenuItem_id_Click);
  61. //
  62. // ToolStripMenuItem_selected
  63. //
  64. this.ToolStripMenuItem_selected.Image = global::OTSIncAReportApp.Properties.Resources.选择颗粒;
  65. this.ToolStripMenuItem_selected.Name = "ToolStripMenuItem_selected";
  66. this.ToolStripMenuItem_selected.Size = new System.Drawing.Size(218, 30);
  67. this.ToolStripMenuItem_selected.Text = "选择颗粒";
  68. this.ToolStripMenuItem_selected.Click += new System.EventHandler(this.ToolStripMenuItem_selected_Click);
  69. //
  70. // ToolStripMenuItem_delete
  71. //
  72. this.ToolStripMenuItem_delete.Image = global::OTSIncAReportApp.Properties.Resources.删除颗粒;
  73. this.ToolStripMenuItem_delete.Name = "ToolStripMenuItem_delete";
  74. this.ToolStripMenuItem_delete.Size = new System.Drawing.Size(218, 30);
  75. this.ToolStripMenuItem_delete.Text = "删除";
  76. this.ToolStripMenuItem_delete.Click += new System.EventHandler(this.ToolStripMenuItem_delete_Click);
  77. //
  78. // ToolStripMenuItem_movesempoint
  79. //
  80. this.ToolStripMenuItem_movesempoint.Image = global::OTSIncAReportApp.Properties.Resources.移动SEM到当前位置;
  81. this.ToolStripMenuItem_movesempoint.Name = "ToolStripMenuItem_movesempoint";
  82. this.ToolStripMenuItem_movesempoint.Size = new System.Drawing.Size(218, 30);
  83. this.ToolStripMenuItem_movesempoint.Text = "移动SEM至颗粒所在位置";
  84. this.ToolStripMenuItem_movesempoint.Click += new System.EventHandler(this.ToolStripMenuItem_movesempoint_Click);
  85. //
  86. // toolStripMenuItem_copyimage
  87. //
  88. this.toolStripMenuItem_copyimage.Image = global::OTSIncAReportApp.Properties.Resources.复制图像;
  89. this.toolStripMenuItem_copyimage.Name = "toolStripMenuItem_copyimage";
  90. this.toolStripMenuItem_copyimage.Size = new System.Drawing.Size(218, 30);
  91. this.toolStripMenuItem_copyimage.Text = "复制图像";
  92. this.toolStripMenuItem_copyimage.Click += new System.EventHandler(this.toolStripMenuItem_copyimage_Click);
  93. //
  94. // ToolStripMenuItem_ShowSmallParticle
  95. //
  96. this.ToolStripMenuItem_ShowSmallParticle.Name = "ToolStripMenuItem_ShowSmallParticle";
  97. this.ToolStripMenuItem_ShowSmallParticle.Size = new System.Drawing.Size(218, 30);
  98. this.ToolStripMenuItem_ShowSmallParticle.Text = "显示过小颗粒";
  99. this.ToolStripMenuItem_ShowSmallParticle.Visible = false;
  100. this.ToolStripMenuItem_ShowSmallParticle.Click += new System.EventHandler(this.ToolStripMenuItem_ShowSmallParticle_Click);
  101. // control_XRayTable1
  102. //
  103. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Control_DrawDistrbutionImageAndBSE));
  104. this.control_XRayTable1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  105. this.control_XRayTable1.Dock = System.Windows.Forms.DockStyle.Bottom;
  106. this.control_XRayTable1.GBInfoStr = "";
  107. this.control_XRayTable1.GoodChineseName = "";
  108. this.control_XRayTable1.MaterialName = "";
  109. this.control_XRayTable1.List_ShowElementInfo = ((System.Collections.Generic.List<OTSIncAReportGraph.Controls.ShowElementInfo>)(resources.GetObject("control_XRayTable1.List_ShowElementInfo")));
  110. this.control_XRayTable1.Location = new System.Drawing.Point(0, 400);
  111. this.control_XRayTable1.Name = "control_XRayTable1";
  112. this.control_XRayTable1.ShowAnalysisXray = true;
  113. this.control_XRayTable1.ShowSearchXray = false;
  114. this.control_XRayTable1.Size = new System.Drawing.Size(1004, 200);
  115. this.control_XRayTable1.STDName = "";
  116. this.control_XRayTable1.TabIndex = 6;
  117. this.control_XRayTable1.Visible = false;
  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. this.control_Ruler1.Visible = false;
  130. //
  131. //
  132. // Control_DrawDistrbutionImageAndBSE
  133. //
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  135. this.ContextMenuStrip = this.CMenuStrip;
  136. this.Controls.Add(this.control_XRayTable1);
  137. this.Controls.Add(this.control_Ruler1);
  138. this.Name = "Control_DrawDistrbutionImageAndBSE";
  139. this.Size = new System.Drawing.Size(1204, 781);
  140. this.Load += new System.EventHandler(this.Control_DrawDistrbutionImageAndBSE_Load);
  141. this.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Control_DrawDistrbutionImageAndBSE_MouseDoubleClick);
  142. this.CMenuStrip.ResumeLayout(false);
  143. this.ResumeLayout(false);
  144. }
  145. #endregion
  146. private Control_XRayTable control_XRayTable1;
  147. private System.Windows.Forms.ContextMenuStrip CMenuStrip;
  148. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_id;
  149. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_selected;
  150. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_delete;
  151. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_movesempoint;
  152. private Control_Ruler control_Ruler1;
  153. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_copyimage;
  154. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_ShowSmallParticle;
  155. }
  156. }