Control_DrawDistrbutionImageAndBSE.designer.cs 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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.CMenuStrip.SuspendLayout();
  34. this.SuspendLayout();
  35. //
  36. // CMenuStrip
  37. //
  38. this.CMenuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
  39. this.CMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  40. this.ToolStripMenuItem_selected,
  41. this.ToolStripMenuItem_movesempoint,
  42. this.toolStripMenuItem_copyimage});
  43. this.CMenuStrip.Name = "contextMenuStrip1";
  44. this.CMenuStrip.Size = new System.Drawing.Size(219, 94);
  45. //
  46. // ToolStripMenuItem_selected
  47. //
  48. this.ToolStripMenuItem_selected.Image = global::OTSIncAReportApp.Properties.Resources.选择颗粒;
  49. this.ToolStripMenuItem_selected.Name = "ToolStripMenuItem_selected";
  50. this.ToolStripMenuItem_selected.Size = new System.Drawing.Size(218, 30);
  51. this.ToolStripMenuItem_selected.Text = "选择颗粒";
  52. this.ToolStripMenuItem_selected.Click += new System.EventHandler(this.ToolStripMenuItem_selected_Click);
  53. //
  54. // ToolStripMenuItem_movesempoint
  55. //
  56. this.ToolStripMenuItem_movesempoint.Image = global::OTSIncAReportApp.Properties.Resources.移动SEM到当前位置;
  57. this.ToolStripMenuItem_movesempoint.Name = "ToolStripMenuItem_movesempoint";
  58. this.ToolStripMenuItem_movesempoint.Size = new System.Drawing.Size(218, 30);
  59. this.ToolStripMenuItem_movesempoint.Text = "移动SEM至颗粒所在位置";
  60. this.ToolStripMenuItem_movesempoint.Click += new System.EventHandler(this.ToolStripMenuItem_movesempoint_Click);
  61. //
  62. // toolStripMenuItem_copyimage
  63. //
  64. this.toolStripMenuItem_copyimage.Image = global::OTSIncAReportApp.Properties.Resources.复制图像;
  65. this.toolStripMenuItem_copyimage.Name = "toolStripMenuItem_copyimage";
  66. this.toolStripMenuItem_copyimage.Size = new System.Drawing.Size(218, 30);
  67. this.toolStripMenuItem_copyimage.Text = "复制图像";
  68. this.toolStripMenuItem_copyimage.Click += new System.EventHandler(this.toolStripMenuItem_copyimage_Click);
  69. //
  70. // Control_DrawDistrbutionImageAndBSE
  71. //
  72. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  73. this.ContextMenuStrip = this.CMenuStrip;
  74. this.Name = "Control_DrawDistrbutionImageAndBSE";
  75. this.Size = new System.Drawing.Size(1204, 781);
  76. this.Load += new System.EventHandler(this.Control_DrawDistrbutionImageAndBSE_Load);
  77. this.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Control_DrawDistrbutionImageAndBSE_MouseDoubleClick);
  78. this.CMenuStrip.ResumeLayout(false);
  79. this.ResumeLayout(false);
  80. }
  81. #endregion
  82. private Control_XRayTable control_XRayTable1;
  83. private System.Windows.Forms.ContextMenuStrip CMenuStrip;
  84. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_selected;
  85. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_movesempoint;
  86. private Control_Ruler control_Ruler1;
  87. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem_copyimage;
  88. }
  89. }