Control_DrawDistrbutionSortImage.designer.cs 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. namespace OTSIncAReportGraph.Controls
  2. {
  3. partial class Control_DrawDistrbutionSortImage
  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_DrawDistrbutionSortImage));
  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 = 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.control_XRayTable1 = new OTSIncAReportGraph.Controls.Control_XRayTable();
  38. this.control_Ruler1 = new OTSIncAReportGraph.Controls.Control_Ruler();
  39. this.ToolStripMenuItemShowSmallParticle = new System.Windows.Forms.ToolStripMenuItem();
  40. this.CMenuStrip.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // CMenuStrip
  44. //
  45. this.CMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  46. this.CMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  47. this.ToolStripMenuItem_id,
  48. this.ToolStripMenuItem_selected,
  49. this.ToolStripMenuItem_delete,
  50. this.另存选择颗粒ToolStripMenuItem,
  51. this.ToolStripMenuItem_movesempoint,
  52. this.ToolStripMenuItem_copyimage,
  53. this.ToolStripMenuItemShowSmallParticle});
  54. this.CMenuStrip.Name = "contextMenuStrip1";
  55. this.CMenuStrip.Size = new System.Drawing.Size(289, 247);
  56. //
  57. // ToolStripMenuItem_id
  58. //
  59. this.ToolStripMenuItem_id.Name = "ToolStripMenuItem_id";
  60. this.ToolStripMenuItem_id.Size = new System.Drawing.Size(288, 30);
  61. this.ToolStripMenuItem_id.Text = "ID";
  62. this.ToolStripMenuItem_id.Visible = false;
  63. this.ToolStripMenuItem_id.Click += new System.EventHandler(this.ToolStripMenuItem_id_Click);
  64. //
  65. // ToolStripMenuItem_selected
  66. //
  67. this.ToolStripMenuItem_selected.Image = global::OTSIncAReportApp.Properties.Resources.选择颗粒;
  68. this.ToolStripMenuItem_selected.Name = "ToolStripMenuItem_selected";
  69. this.ToolStripMenuItem_selected.Size = new System.Drawing.Size(288, 30);
  70. this.ToolStripMenuItem_selected.Text = "选择颗粒";
  71. this.ToolStripMenuItem_selected.Click += new System.EventHandler(this.ToolStripMenuItem_selected_Click);
  72. //
  73. // ToolStripMenuItem_delete
  74. //
  75. this.ToolStripMenuItem_delete.Image = global::OTSIncAReportApp.Properties.Resources.删除颗粒;
  76. this.ToolStripMenuItem_delete.Name = "ToolStripMenuItem_delete";
  77. this.ToolStripMenuItem_delete.Size = new System.Drawing.Size(288, 30);
  78. this.ToolStripMenuItem_delete.Text = "删除";
  79. this.ToolStripMenuItem_delete.Click += new System.EventHandler(this.ToolStripMenuItem_delete_Click);
  80. //
  81. // 另存选择颗粒ToolStripMenuItem
  82. //
  83. this.另存选择颗粒ToolStripMenuItem.Name = "另存选择颗粒ToolStripMenuItem";
  84. this.另存选择颗粒ToolStripMenuItem.Size = new System.Drawing.Size(288, 30);
  85. this.另存选择颗粒ToolStripMenuItem.Text = "另存选择颗粒";
  86. this.另存选择颗粒ToolStripMenuItem.Visible = false;
  87. //
  88. // ToolStripMenuItem_movesempoint
  89. //
  90. this.ToolStripMenuItem_movesempoint.Image = global::OTSIncAReportApp.Properties.Resources.移动SEM到当前位置;
  91. this.ToolStripMenuItem_movesempoint.Name = "ToolStripMenuItem_movesempoint";
  92. this.ToolStripMenuItem_movesempoint.Size = new System.Drawing.Size(288, 30);
  93. this.ToolStripMenuItem_movesempoint.Text = "移动SEM至鼠标所在位置";
  94. this.ToolStripMenuItem_movesempoint.Click += new System.EventHandler(this.ToolStripMenuItem_movesempoint_Click);
  95. //
  96. // ToolStripMenuItem_copyimage
  97. //
  98. this.ToolStripMenuItem_copyimage.Image = global::OTSIncAReportApp.Properties.Resources.复制图像;
  99. this.ToolStripMenuItem_copyimage.Name = "ToolStripMenuItem_copyimage";
  100. this.ToolStripMenuItem_copyimage.Size = new System.Drawing.Size(288, 30);
  101. this.ToolStripMenuItem_copyimage.Text = "复制图像";
  102. this.ToolStripMenuItem_copyimage.Click += new System.EventHandler(this.ToolStripMenuItem_copyimage_Click);
  103. //
  104. // control_XRayTable1
  105. //
  106. this.control_XRayTable1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  107. this.control_XRayTable1.Dock = System.Windows.Forms.DockStyle.Bottom;
  108. this.control_XRayTable1.GBInfoStr = "";
  109. this.control_XRayTable1.GoodChineseName = "";
  110. this.control_XRayTable1.GoodName = "";
  111. this.control_XRayTable1.List_ShowElementInfo = ((System.Collections.Generic.List<OTSIncAReportGraph.Controls.ShowElementInfo>)(resources.GetObject("control_XRayTable1.List_ShowElementInfo")));
  112. this.control_XRayTable1.Location = new System.Drawing.Point(0, 577);
  113. this.control_XRayTable1.Name = "control_XRayTable1";
  114. this.control_XRayTable1.ShowAnalysisXray = true;
  115. this.control_XRayTable1.ShowSearchXray = false;
  116. this.control_XRayTable1.Size = new System.Drawing.Size(1369, 200);
  117. this.control_XRayTable1.STDName = "";
  118. this.control_XRayTable1.TabIndex = 5;
  119. //
  120. // control_Ruler1
  121. //
  122. this.control_Ruler1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  123. this.control_Ruler1.Location = new System.Drawing.Point(3, 400);
  124. this.control_Ruler1.Name = "control_Ruler1";
  125. this.control_Ruler1.RulerWidth = 100;
  126. this.control_Ruler1.ShowString = "100um";
  127. this.control_Ruler1.Size = new System.Drawing.Size(120, 40);
  128. this.control_Ruler1.TabIndex = 1;
  129. this.control_Ruler1.Value = 0D;
  130. //
  131. // ToolStripMenuItemShowSmallParticle
  132. //
  133. this.ToolStripMenuItemShowSmallParticle.Name = "ToolStripMenuItemShowSmallParticle";
  134. this.ToolStripMenuItemShowSmallParticle.Size = new System.Drawing.Size(288, 30);
  135. this.ToolStripMenuItemShowSmallParticle.Text = "显示过小颗粒";
  136. this.ToolStripMenuItemShowSmallParticle.Visible = false;
  137. this.ToolStripMenuItemShowSmallParticle.Click += new System.EventHandler(this.ToolStripMenuItemShowSmallParticle_Click);
  138. //
  139. // Control_DrawDistrbutionSortImage
  140. //
  141. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  142. this.ContextMenuStrip = this.CMenuStrip;
  143. this.Controls.Add(this.control_XRayTable1);
  144. this.Controls.Add(this.control_Ruler1);
  145. this.Name = "Control_DrawDistrbutionSortImage";
  146. this.Size = new System.Drawing.Size(1369, 777);
  147. this.Load += new System.EventHandler(this.Control_DrawDistrbutionSortImage_Load);
  148. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Control_DrawDistrbutionSortImage_KeyDown);
  149. this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Control_DrawDistrbutionSortImage_KeyUp);
  150. this.CMenuStrip.ResumeLayout(false);
  151. this.ResumeLayout(false);
  152. }
  153. #endregion
  154. private System.Windows.Forms.ContextMenuStrip CMenuStrip;
  155. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_id;
  156. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_selected;
  157. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_delete;
  158. private System.Windows.Forms.ToolStripMenuItem 另存选择颗粒ToolStripMenuItem;
  159. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_movesempoint;
  160. private Control_XRayTable control_XRayTable1;
  161. private Control_Ruler control_Ruler1;
  162. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_copyimage;
  163. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemShowSmallParticle;
  164. }
  165. }