Control_DrawDistrbutionImageAndBSE.designer.cs 15 KB

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