Control_DrawDistrbutionImageAndBSE.designer.cs 14 KB

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