Control_DrawDistrbutionImageAndBSE.designer.cs 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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_copyimage = new System.Windows.Forms.ToolStripMenuItem();
  33. this.ExportoriginalspliceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.ToolStripMenuItemDelete_Particle = new System.Windows.Forms.ToolStripMenuItem();
  35. this.ToolStripMenuItem_split = new System.Windows.Forms.ToolStripMenuItem();
  36. this.toolStripMenuItem_combin = new System.Windows.Forms.ToolStripMenuItem();
  37. this.toolStripMenuItem_combinClass = 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_selected,
  46. this.ToolStripMenuItem_movesempoint,
  47. this.toolStripMenuItem_copyimage,
  48. this.ExportoriginalspliceToolStripMenuItem,
  49. this.ToolStripMenuItemDelete_Particle,
  50. this.ToolStripMenuItem_split,
  51. this.toolStripMenuItem_combin,
  52. this.toolStripMenuItem_combinClass});
  53. this.CMenuStrip.Name = "contextMenuStrip1";
  54. this.CMenuStrip.Size = new System.Drawing.Size(219, 266);
  55. //
  56. // ToolStripMenuItem_selected
  57. //
  58. this.ToolStripMenuItem_selected.Image = global::OTSIncAReportApp.Properties.Resources.选择颗粒;
  59. this.ToolStripMenuItem_selected.Name = "ToolStripMenuItem_selected";
  60. this.ToolStripMenuItem_selected.Size = new System.Drawing.Size(218, 30);
  61. this.ToolStripMenuItem_selected.Text = "选择颗粒";
  62. this.ToolStripMenuItem_selected.Click += new System.EventHandler(this.ToolStripMenuItem_selected_Click);
  63. //
  64. // ToolStripMenuItem_movesempoint
  65. //
  66. this.ToolStripMenuItem_movesempoint.Image = global::OTSIncAReportApp.Properties.Resources.移动SEM到当前位置;
  67. this.ToolStripMenuItem_movesempoint.Name = "ToolStripMenuItem_movesempoint";
  68. this.ToolStripMenuItem_movesempoint.Size = new System.Drawing.Size(218, 30);
  69. this.ToolStripMenuItem_movesempoint.Text = "移动SEM至颗粒所在位置";
  70. this.ToolStripMenuItem_movesempoint.Click += new System.EventHandler(this.ToolStripMenuItem_movesempoint_Click);
  71. //
  72. // toolStripMenuItem_copyimage
  73. //
  74. this.toolStripMenuItem_copyimage.Image = global::OTSIncAReportApp.Properties.Resources.复制图像;
  75. this.toolStripMenuItem_copyimage.Name = "toolStripMenuItem_copyimage";
  76. this.toolStripMenuItem_copyimage.Size = new System.Drawing.Size(218, 30);
  77. this.toolStripMenuItem_copyimage.Text = "导出原图拼接图";
  78. this.toolStripMenuItem_copyimage.Click += new System.EventHandler(this.toolStripMenuItem_copyimage_Click);
  79. //
  80. // ExportoriginalspliceToolStripMenuItem
  81. //
  82. this.ExportoriginalspliceToolStripMenuItem.Image = global::OTSIncAReportApp.Properties.Resources.复制图像;
  83. this.ExportoriginalspliceToolStripMenuItem.Name = "ExportoriginalspliceToolStripMenuItem";
  84. this.ExportoriginalspliceToolStripMenuItem.Size = new System.Drawing.Size(218, 30);
  85. this.ExportoriginalspliceToolStripMenuItem.Text = "导出原图拼接分类图";
  86. this.ExportoriginalspliceToolStripMenuItem.Click += new System.EventHandler(this.ExportoriginalspliceToolStripMenuItem_Click);
  87. //
  88. // ToolStripMenuItemDelete_Particle
  89. //
  90. this.ToolStripMenuItemDelete_Particle.Name = "ToolStripMenuItemDelete_Particle";
  91. this.ToolStripMenuItemDelete_Particle.Size = new System.Drawing.Size(218, 30);
  92. this.ToolStripMenuItemDelete_Particle.Text = "Delete particles";
  93. this.ToolStripMenuItemDelete_Particle.Click += new System.EventHandler(this.ToolStripMenuItemDelete_Particle_Click);
  94. //
  95. // ToolStripMenuItem_split
  96. //
  97. this.ToolStripMenuItem_split.Name = "ToolStripMenuItem_split";
  98. this.ToolStripMenuItem_split.Size = new System.Drawing.Size(218, 30);
  99. this.ToolStripMenuItem_split.Text = "分割颗粒";
  100. this.ToolStripMenuItem_split.Click += new System.EventHandler(this.ParticleSegmentation_Click);
  101. //
  102. // toolStripMenuItem_combin
  103. //
  104. this.toolStripMenuItem_combin.Image = global::OTSIncAReportApp.Properties.Resources.复制图像;
  105. this.toolStripMenuItem_combin.Name = "toolStripMenuItem_combin";
  106. this.toolStripMenuItem_combin.Size = new System.Drawing.Size(218, 30);
  107. this.toolStripMenuItem_combin.Text = "导出原图融合图";
  108. this.toolStripMenuItem_combin.Click += new System.EventHandler(this.toolStripMenuItem_combin_Click);
  109. //
  110. // toolStripMenuItem_combinClass
  111. //
  112. this.toolStripMenuItem_combinClass.Image = global::OTSIncAReportApp.Properties.Resources.复制图像;
  113. this.toolStripMenuItem_combinClass.Name = "toolStripMenuItem_combinClass";
  114. this.toolStripMenuItem_combinClass.Size = new System.Drawing.Size(218, 30);
  115. this.toolStripMenuItem_combinClass.Text = "导出原图融合分类图";
  116. this.toolStripMenuItem_combinClass.Click += new System.EventHandler(this.toolStripMenuItem_combinClass_Click);
  117. //
  118. // Control_DrawDistrbutionImageAndBSE
  119. //
  120. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  121. this.ContextMenuStrip = this.CMenuStrip;
  122. this.Name = "Control_DrawDistrbutionImageAndBSE";
  123. this.Size = new System.Drawing.Size(1204, 781);
  124. this.Load += new System.EventHandler(this.Control_DrawDistrbutionImageAndBSE_Load);
  125. this.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Control_DrawDistrbutionImageAndBSE_MouseDoubleClick);
  126. this.CMenuStrip.ResumeLayout(false);
  127. this.ResumeLayout(false);
  128. }
  129. #endregion
  130. private Control_XRayTable control_XRayTable1;
  131. private System.Windows.Forms.ContextMenuStrip CMenuStrip;
  132. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_selected;
  133. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_movesempoint;
  134. private Control_Ruler control_Ruler1;
  135. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_copyimage;
  136. private System.Windows.Forms.ToolStripMenuItem ExportoriginalspliceToolStripMenuItem;
  137. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemDelete_Particle;
  138. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_split;
  139. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_combin;
  140. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_combinClass;
  141. }
  142. }