Control_DrawDistrbutionSortImage.designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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. this.CMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  30. this.ToolStripMenuItem_id = new System.Windows.Forms.ToolStripMenuItem();
  31. this.ToolStripMenuItem_selected = new System.Windows.Forms.ToolStripMenuItem();
  32. this.ToolStripMenuItem_delete = new System.Windows.Forms.ToolStripMenuItem();
  33. this.另存选择颗粒ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.ToolStripMenuItem_movesempoint = new System.Windows.Forms.ToolStripMenuItem();
  35. this.ToolStripMenuItem_copyimage = new System.Windows.Forms.ToolStripMenuItem();
  36. this.ToolStripMenuItemShowSmallParticle = new System.Windows.Forms.ToolStripMenuItem();
  37. this.CMenuStrip.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // CMenuStrip
  41. //
  42. this.CMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  43. this.CMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  44. this.ToolStripMenuItem_id,
  45. this.ToolStripMenuItem_selected,
  46. this.ToolStripMenuItem_delete,
  47. this.另存选择颗粒ToolStripMenuItem,
  48. this.ToolStripMenuItem_movesempoint,
  49. this.ToolStripMenuItem_copyimage,
  50. this.ToolStripMenuItemShowSmallParticle});
  51. this.CMenuStrip.Name = "contextMenuStrip1";
  52. this.CMenuStrip.Size = new System.Drawing.Size(219, 214);
  53. //
  54. // ToolStripMenuItem_id
  55. //
  56. this.ToolStripMenuItem_id.Name = "ToolStripMenuItem_id";
  57. this.ToolStripMenuItem_id.Size = new System.Drawing.Size(218, 30);
  58. this.ToolStripMenuItem_id.Text = "ID";
  59. this.ToolStripMenuItem_id.Visible = false;
  60. this.ToolStripMenuItem_id.Click += new System.EventHandler(this.ToolStripMenuItem_id_Click);
  61. //
  62. // ToolStripMenuItem_selected
  63. //
  64. this.ToolStripMenuItem_selected.Image = global::OTSIncAReportApp.Properties.Resources.选择颗粒;
  65. this.ToolStripMenuItem_selected.Name = "ToolStripMenuItem_selected";
  66. this.ToolStripMenuItem_selected.Size = new System.Drawing.Size(218, 30);
  67. this.ToolStripMenuItem_selected.Text = "选择颗粒";
  68. this.ToolStripMenuItem_selected.Click += new System.EventHandler(this.ToolStripMenuItem_selected_Click);
  69. //
  70. // ToolStripMenuItem_delete
  71. //
  72. this.ToolStripMenuItem_delete.Image = global::OTSIncAReportApp.Properties.Resources.删除颗粒;
  73. this.ToolStripMenuItem_delete.Name = "ToolStripMenuItem_delete";
  74. this.ToolStripMenuItem_delete.Size = new System.Drawing.Size(218, 30);
  75. this.ToolStripMenuItem_delete.Text = "删除";
  76. this.ToolStripMenuItem_delete.Click += new System.EventHandler(this.ToolStripMenuItem_delete_Click);
  77. //
  78. // 另存选择颗粒ToolStripMenuItem
  79. //
  80. this.另存选择颗粒ToolStripMenuItem.Name = "另存选择颗粒ToolStripMenuItem";
  81. this.另存选择颗粒ToolStripMenuItem.Size = new System.Drawing.Size(218, 30);
  82. this.另存选择颗粒ToolStripMenuItem.Text = "另存选择颗粒";
  83. this.另存选择颗粒ToolStripMenuItem.Visible = false;
  84. //
  85. // ToolStripMenuItem_movesempoint
  86. //
  87. this.ToolStripMenuItem_movesempoint.Image = global::OTSIncAReportApp.Properties.Resources.移动SEM到当前位置;
  88. this.ToolStripMenuItem_movesempoint.Name = "ToolStripMenuItem_movesempoint";
  89. this.ToolStripMenuItem_movesempoint.Size = new System.Drawing.Size(218, 30);
  90. this.ToolStripMenuItem_movesempoint.Text = "移动SEM至鼠标所在位置";
  91. this.ToolStripMenuItem_movesempoint.Click += new System.EventHandler(this.ToolStripMenuItem_movesempoint_Click);
  92. //
  93. // ToolStripMenuItem_copyimage
  94. //
  95. this.ToolStripMenuItem_copyimage.Image = global::OTSIncAReportApp.Properties.Resources.复制图像;
  96. this.ToolStripMenuItem_copyimage.Name = "ToolStripMenuItem_copyimage";
  97. this.ToolStripMenuItem_copyimage.Size = new System.Drawing.Size(218, 30);
  98. this.ToolStripMenuItem_copyimage.Text = "复制图像";
  99. this.ToolStripMenuItem_copyimage.Click += new System.EventHandler(this.ToolStripMenuItem_copyimage_Click);
  100. //
  101. // ToolStripMenuItemShowSmallParticle
  102. //
  103. this.ToolStripMenuItemShowSmallParticle.Name = "ToolStripMenuItemShowSmallParticle";
  104. this.ToolStripMenuItemShowSmallParticle.Size = new System.Drawing.Size(218, 30);
  105. this.ToolStripMenuItemShowSmallParticle.Text = "显示过小颗粒";
  106. this.ToolStripMenuItemShowSmallParticle.Visible = false;
  107. this.ToolStripMenuItemShowSmallParticle.Click += new System.EventHandler(this.ToolStripMenuItemShowSmallParticle_Click);
  108. //
  109. // Control_DrawDistrbutionSortImage
  110. //
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  112. this.AutoScroll = true;
  113. this.ContextMenuStrip = this.CMenuStrip;
  114. this.Name = "Control_DrawDistrbutionSortImage";
  115. this.Size = new System.Drawing.Size(1369, 777);
  116. this.Load += new System.EventHandler(this.Control_DrawDistrbutionSortImage_Load);
  117. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Control_DrawDistrbutionSortImage_KeyDown);
  118. this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Control_DrawDistrbutionSortImage_KeyUp);
  119. this.CMenuStrip.ResumeLayout(false);
  120. this.ResumeLayout(false);
  121. }
  122. #endregion
  123. private System.Windows.Forms.ContextMenuStrip CMenuStrip;
  124. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_id;
  125. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_selected;
  126. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_delete;
  127. private System.Windows.Forms.ToolStripMenuItem 另存选择颗粒ToolStripMenuItem;
  128. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_movesempoint;
  129. private Control_XRayTable control_XRayTable1;
  130. private Control_Ruler control_Ruler1;
  131. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_copyimage;
  132. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemShowSmallParticle;
  133. }
  134. }