Control_DrawDistrbutionImageAndBSE.designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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. this.CMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  30. this.ToolStripMenuItem_ParticleSplicing = new System.Windows.Forms.ToolStripMenuItem();
  31. this.toolStripMenuItem_copyimage = new System.Windows.Forms.ToolStripMenuItem();
  32. this.ExportoriginalspliceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.显示国标信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  35. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  36. this.查询DS类颗粒ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  38. this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  39. this.toolStripMenuItem10 = new System.Windows.Forms.ToolStripMenuItem();
  40. this.aSTMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.显示所有帧ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.清除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.contextMenuStrip_Particle = new System.Windows.Forms.ContextMenuStrip(this.components);
  44. this.ToolStripMenuItem_movesempoint = new System.Windows.Forms.ToolStripMenuItem();
  45. this.toolStripMenuItem_DeleteParticles = new System.Windows.Forms.ToolStripMenuItem();
  46. this.toolStripMenuItem_Segmentation = new System.Windows.Forms.ToolStripMenuItem();
  47. this.CMenuStrip.SuspendLayout();
  48. this.contextMenuStrip_Particle.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // CMenuStrip
  52. //
  53. this.CMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  54. this.CMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  55. this.ToolStripMenuItem_ParticleSplicing,
  56. this.toolStripMenuItem_copyimage,
  57. this.ExportoriginalspliceToolStripMenuItem,
  58. this.显示国标信息ToolStripMenuItem});
  59. this.CMenuStrip.Name = "contextMenuStrip1";
  60. this.CMenuStrip.Size = new System.Drawing.Size(185, 114);
  61. //
  62. // ToolStripMenuItem_ParticleSplicing
  63. //
  64. this.ToolStripMenuItem_ParticleSplicing.Name = "ToolStripMenuItem_ParticleSplicing";
  65. this.ToolStripMenuItem_ParticleSplicing.Size = new System.Drawing.Size(184, 22);
  66. this.ToolStripMenuItem_ParticleSplicing.Text = "导出颗粒拼接图";
  67. this.ToolStripMenuItem_ParticleSplicing.Click += new System.EventHandler(this.ToolStripMenuItem_ParticleSplicing_Click);
  68. //
  69. // toolStripMenuItem_copyimage
  70. //
  71. this.toolStripMenuItem_copyimage.Name = "toolStripMenuItem_copyimage";
  72. this.toolStripMenuItem_copyimage.Size = new System.Drawing.Size(184, 22);
  73. this.toolStripMenuItem_copyimage.Text = "导出原图拼接图";
  74. this.toolStripMenuItem_copyimage.Click += new System.EventHandler(this.toolStripMenuItem_copyimage_Click);
  75. //
  76. // ExportoriginalspliceToolStripMenuItem
  77. //
  78. this.ExportoriginalspliceToolStripMenuItem.Name = "ExportoriginalspliceToolStripMenuItem";
  79. this.ExportoriginalspliceToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
  80. this.ExportoriginalspliceToolStripMenuItem.Text = "导出原图拼接分类图";
  81. this.ExportoriginalspliceToolStripMenuItem.Click += new System.EventHandler(this.ExportoriginalspliceToolStripMenuItem_Click);
  82. //
  83. // 显示国标信息ToolStripMenuItem
  84. //
  85. this.显示国标信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  86. this.toolStripMenuItem2,
  87. this.toolStripMenuItem3,
  88. this.aSTMToolStripMenuItem,
  89. this.清除ToolStripMenuItem});
  90. this.显示国标信息ToolStripMenuItem.Name = "显示国标信息ToolStripMenuItem";
  91. this.显示国标信息ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
  92. this.显示国标信息ToolStripMenuItem.Text = "显示国标信息";
  93. //
  94. // toolStripMenuItem2
  95. //
  96. this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  97. this.toolStripMenuItem1,
  98. this.查询DS类颗粒ToolStripMenuItem});
  99. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  100. this.toolStripMenuItem2.Size = new System.Drawing.Size(180, 22);
  101. this.toolStripMenuItem2.Text = "方法一";
  102. //
  103. // toolStripMenuItem1
  104. //
  105. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  106. this.toolStripMenuItem1.Size = new System.Drawing.Size(160, 22);
  107. this.toolStripMenuItem1.Tag = "All1";
  108. this.toolStripMenuItem1.Text = "显示所有国标帧";
  109. this.toolStripMenuItem1.Click += new System.EventHandler(this.显示国标信息ToolStripMenuItem_Click);
  110. //
  111. // 查询DS类颗粒ToolStripMenuItem
  112. //
  113. this.查询DS类颗粒ToolStripMenuItem.Name = "查询DS类颗粒ToolStripMenuItem";
  114. this.查询DS类颗粒ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
  115. this.查询DS类颗粒ToolStripMenuItem.Tag = "DS1";
  116. this.查询DS类颗粒ToolStripMenuItem.Text = "查询DS类颗粒";
  117. this.查询DS类颗粒ToolStripMenuItem.Click += new System.EventHandler(this.显示国标信息ToolStripMenuItem_Click);
  118. //
  119. // toolStripMenuItem3
  120. //
  121. this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  122. this.toolStripMenuItem4,
  123. this.toolStripMenuItem10});
  124. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  125. this.toolStripMenuItem3.Size = new System.Drawing.Size(180, 22);
  126. this.toolStripMenuItem3.Text = "方法二";
  127. //
  128. // toolStripMenuItem4
  129. //
  130. this.toolStripMenuItem4.Name = "toolStripMenuItem4";
  131. this.toolStripMenuItem4.Size = new System.Drawing.Size(160, 22);
  132. this.toolStripMenuItem4.Tag = "All2";
  133. this.toolStripMenuItem4.Text = "显示所有国标帧";
  134. this.toolStripMenuItem4.Click += new System.EventHandler(this.显示国标信息ToolStripMenuItem_Click);
  135. //
  136. // toolStripMenuItem10
  137. //
  138. this.toolStripMenuItem10.Name = "toolStripMenuItem10";
  139. this.toolStripMenuItem10.Size = new System.Drawing.Size(160, 22);
  140. this.toolStripMenuItem10.Tag = "DS2";
  141. this.toolStripMenuItem10.Text = "查询DS类颗粒";
  142. this.toolStripMenuItem10.Click += new System.EventHandler(this.显示国标信息ToolStripMenuItem_Click);
  143. //
  144. // aSTMToolStripMenuItem
  145. //
  146. this.aSTMToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  147. this.显示所有帧ToolStripMenuItem});
  148. this.aSTMToolStripMenuItem.Name = "aSTMToolStripMenuItem";
  149. this.aSTMToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  150. this.aSTMToolStripMenuItem.Tag = "";
  151. this.aSTMToolStripMenuItem.Text = "ASTM";
  152. //
  153. // 显示所有帧ToolStripMenuItem
  154. //
  155. this.显示所有帧ToolStripMenuItem.Name = "显示所有帧ToolStripMenuItem";
  156. this.显示所有帧ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
  157. this.显示所有帧ToolStripMenuItem.Tag = "ASTMAll";
  158. this.显示所有帧ToolStripMenuItem.Text = "显示所有帧";
  159. this.显示所有帧ToolStripMenuItem.Click += new System.EventHandler(this.显示国标信息ToolStripMenuItem_Click);
  160. //
  161. // 清除ToolStripMenuItem
  162. //
  163. this.清除ToolStripMenuItem.Name = "清除ToolStripMenuItem";
  164. this.清除ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  165. this.清除ToolStripMenuItem.Text = "清除";
  166. this.清除ToolStripMenuItem.Click += new System.EventHandler(this.清除ToolStripMenuItem_Click);
  167. //
  168. // contextMenuStrip_Particle
  169. //
  170. this.contextMenuStrip_Particle.ImageScalingSize = new System.Drawing.Size(24, 24);
  171. this.contextMenuStrip_Particle.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  172. this.ToolStripMenuItem_movesempoint,
  173. this.toolStripMenuItem_DeleteParticles,
  174. this.toolStripMenuItem_Segmentation});
  175. this.contextMenuStrip_Particle.Name = "contextMenuStrip1";
  176. this.contextMenuStrip_Particle.Size = new System.Drawing.Size(211, 70);
  177. //
  178. // ToolStripMenuItem_movesempoint
  179. //
  180. this.ToolStripMenuItem_movesempoint.Name = "ToolStripMenuItem_movesempoint";
  181. this.ToolStripMenuItem_movesempoint.Size = new System.Drawing.Size(210, 22);
  182. this.ToolStripMenuItem_movesempoint.Text = "移动SEM至颗粒所在位置";
  183. this.ToolStripMenuItem_movesempoint.Click += new System.EventHandler(this.ToolStripMenuItem_movesempoint_Click);
  184. //
  185. // toolStripMenuItem_DeleteParticles
  186. //
  187. this.toolStripMenuItem_DeleteParticles.Name = "toolStripMenuItem_DeleteParticles";
  188. this.toolStripMenuItem_DeleteParticles.Size = new System.Drawing.Size(210, 22);
  189. this.toolStripMenuItem_DeleteParticles.Text = "Delete particles";
  190. this.toolStripMenuItem_DeleteParticles.Click += new System.EventHandler(this.ToolStripMenuItemDelete_Particle_Click);
  191. //
  192. // toolStripMenuItem_Segmentation
  193. //
  194. this.toolStripMenuItem_Segmentation.Name = "toolStripMenuItem_Segmentation";
  195. this.toolStripMenuItem_Segmentation.Size = new System.Drawing.Size(210, 22);
  196. this.toolStripMenuItem_Segmentation.Text = "分割颗粒";
  197. this.toolStripMenuItem_Segmentation.Click += new System.EventHandler(this.toolStripMenuItem_Segmentation_Click);
  198. //
  199. // Control_DrawDistrbutionImageAndBSE
  200. //
  201. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  202. this.ContextMenuStrip = this.CMenuStrip;
  203. this.Name = "Control_DrawDistrbutionImageAndBSE";
  204. this.Size = new System.Drawing.Size(1204, 781);
  205. this.Load += new System.EventHandler(this.Control_DrawDistrbutionImageAndBSE_Load);
  206. this.CMenuStrip.ResumeLayout(false);
  207. this.contextMenuStrip_Particle.ResumeLayout(false);
  208. this.ResumeLayout(false);
  209. }
  210. #endregion
  211. private Control_XRayTable control_XRayTable1;
  212. private Control_Ruler control_Ruler1;
  213. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_copyimage;
  214. private System.Windows.Forms.ToolStripMenuItem ExportoriginalspliceToolStripMenuItem;
  215. private System.Windows.Forms.ToolStripMenuItem 显示国标信息ToolStripMenuItem;
  216. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  217. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  218. private System.Windows.Forms.ToolStripMenuItem 查询DS类颗粒ToolStripMenuItem;
  219. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
  220. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
  221. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem10;
  222. private System.Windows.Forms.ToolStripMenuItem 清除ToolStripMenuItem;
  223. private System.Windows.Forms.ToolStripMenuItem aSTMToolStripMenuItem;
  224. private System.Windows.Forms.ToolStripMenuItem 显示所有帧ToolStripMenuItem;
  225. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_ParticleSplicing;
  226. public System.Windows.Forms.ContextMenuStrip contextMenuStrip_Particle;
  227. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_movesempoint;
  228. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_DeleteParticles;
  229. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_Segmentation;
  230. protected System.Windows.Forms.ContextMenuStrip CMenuStrip;
  231. }
  232. }