OTSMeasureStatusWindow.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  1. namespace OTSMeasureApp
  2. {
  3. partial class OTSMeasureStatusWindow
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  30. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  31. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  32. System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title();
  33. this.pbBSEImage = new System.Windows.Forms.PictureBox();
  34. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  35. this.SampleParaLock = new System.Windows.Forms.ToolStripMenuItem();
  36. this.ViewStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  38. this.grayToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  40. this.ChangeDiffImageShow = new System.Windows.Forms.ToolStripMenuItem();
  41. this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.AbandonGrayStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  44. this.MenuItemLineScam = new System.Windows.Forms.ToolStripMenuItem();
  45. this.PointScanElementMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46. this.ExportScanInfoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47. this.myChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  48. this.panelXray = new System.Windows.Forms.Panel();
  49. ((System.ComponentModel.ISupportInitialize)(this.pbBSEImage)).BeginInit();
  50. this.contextMenuStrip1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.myChart)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // pbBSEImage
  55. //
  56. this.pbBSEImage.BackColor = System.Drawing.Color.Transparent;
  57. this.pbBSEImage.Location = new System.Drawing.Point(0, 0);
  58. this.pbBSEImage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  59. this.pbBSEImage.Name = "pbBSEImage";
  60. this.pbBSEImage.Size = new System.Drawing.Size(1041, 566);
  61. this.pbBSEImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  62. this.pbBSEImage.TabIndex = 0;
  63. this.pbBSEImage.TabStop = false;
  64. this.pbBSEImage.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
  65. this.pbBSEImage.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseClick);
  66. this.pbBSEImage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
  67. this.pbBSEImage.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
  68. //
  69. // contextMenuStrip1
  70. //
  71. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  72. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  73. this.SampleParaLock,
  74. this.ViewStripMenuItem,
  75. this.toolStripMenuItem1,
  76. this.grayToolStripMenuItem,
  77. this.toolStripSeparator1,
  78. this.ChangeDiffImageShow,
  79. this.ToolStripMenuItem,
  80. this.AbandonGrayStripMenuItem,
  81. this.toolStripSeparator2,
  82. this.MenuItemLineScam,
  83. this.PointScanElementMenuItem,
  84. this.ExportScanInfoMenuItem});
  85. this.contextMenuStrip1.Name = "contextMenuStrip1";
  86. this.contextMenuStrip1.Size = new System.Drawing.Size(285, 256);
  87. this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
  88. //
  89. // SampleParaLock
  90. //
  91. this.SampleParaLock.Name = "SampleParaLock";
  92. this.SampleParaLock.Size = new System.Drawing.Size(284, 24);
  93. this.SampleParaLock.Text = "获取BSE图";
  94. this.SampleParaLock.Click += new System.EventHandler(this.AcquireBSEImage_Click);
  95. //
  96. // ViewStripMenuItem
  97. //
  98. this.ViewStripMenuItem.Name = "ViewStripMenuItem";
  99. this.ViewStripMenuItem.Size = new System.Drawing.Size(284, 24);
  100. this.ViewStripMenuItem.Text = "可视化设置BSE图背景灰度范围";
  101. this.ViewStripMenuItem.Click += new System.EventHandler(this.ViewStripMenuItem_Click);
  102. //
  103. // toolStripMenuItem1
  104. //
  105. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  106. this.toolStripMenuItem1.Size = new System.Drawing.Size(284, 24);
  107. this.toolStripMenuItem1.Text = "可视化设置特殊颗粒灰度范围";
  108. this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
  109. //
  110. // grayToolStripMenuItem
  111. //
  112. this.grayToolStripMenuItem.Name = "grayToolStripMenuItem";
  113. this.grayToolStripMenuItem.Size = new System.Drawing.Size(284, 24);
  114. this.grayToolStripMenuItem.Text = "显示BSE灰度曲线图";
  115. this.grayToolStripMenuItem.Click += new System.EventHandler(this.ShowGrayLevelImage_Click);
  116. //
  117. // toolStripSeparator1
  118. //
  119. this.toolStripSeparator1.Name = "toolStripSeparator1";
  120. this.toolStripSeparator1.Size = new System.Drawing.Size(281, 6);
  121. //
  122. // ChangeDiffImageShow
  123. //
  124. this.ChangeDiffImageShow.Name = "ChangeDiffImageShow";
  125. this.ChangeDiffImageShow.Size = new System.Drawing.Size(284, 24);
  126. this.ChangeDiffImageShow.Text = "切换至BSE图";
  127. this.ChangeDiffImageShow.Click += new System.EventHandler(this.ChangeDiffImageShow_Click);
  128. //
  129. // ToolStripMenuItem
  130. //
  131. this.ToolStripMenuItem.Name = "ToolStripMenuItem";
  132. this.ToolStripMenuItem.Size = new System.Drawing.Size(284, 24);
  133. this.ToolStripMenuItem.Text = "BSE去背景图";
  134. this.ToolStripMenuItem.Click += new System.EventHandler(this.ShowRemoveBGImage_Click);
  135. //
  136. // AbandonGrayStripMenuItem
  137. //
  138. this.AbandonGrayStripMenuItem.Name = "AbandonGrayStripMenuItem";
  139. this.AbandonGrayStripMenuItem.Size = new System.Drawing.Size(284, 24);
  140. this.AbandonGrayStripMenuItem.Text = "显示BSE去背景灰度曲线图";
  141. this.AbandonGrayStripMenuItem.Click += new System.EventHandler(this.ShowAbandonGrayLevelImage_Click);
  142. //
  143. // toolStripSeparator2
  144. //
  145. this.toolStripSeparator2.Name = "toolStripSeparator2";
  146. this.toolStripSeparator2.Size = new System.Drawing.Size(281, 6);
  147. //
  148. // MenuItemLineScam
  149. //
  150. this.MenuItemLineScam.CheckOnClick = true;
  151. this.MenuItemLineScam.Enabled = false;
  152. this.MenuItemLineScam.Name = "MenuItemLineScam";
  153. this.MenuItemLineScam.Size = new System.Drawing.Size(284, 24);
  154. this.MenuItemLineScam.Text = "线扫描曲线";
  155. this.MenuItemLineScam.Click += new System.EventHandler(this.ShowGrayLevelLine_Click);
  156. //
  157. // PointScanElementMenuItem
  158. //
  159. this.PointScanElementMenuItem.Name = "PointScanElementMenuItem";
  160. this.PointScanElementMenuItem.Size = new System.Drawing.Size(284, 24);
  161. this.PointScanElementMenuItem.Text = "X-Ray采集";
  162. this.PointScanElementMenuItem.Click += new System.EventHandler(this.PointScanElementMenuItem_Click);
  163. //
  164. // ExportScanInfoMenuItem
  165. //
  166. this.ExportScanInfoMenuItem.Name = "ExportScanInfoMenuItem";
  167. this.ExportScanInfoMenuItem.Size = new System.Drawing.Size(284, 24);
  168. this.ExportScanInfoMenuItem.Text = "输出X-Ray信息";
  169. this.ExportScanInfoMenuItem.Click += new System.EventHandler(this.ExportScanInfoMenuItem_Click);
  170. //
  171. // myChart
  172. //
  173. chartArea1.AlignmentStyle = System.Windows.Forms.DataVisualization.Charting.AreaAlignmentStyles.None;
  174. chartArea1.Area3DStyle.Enable3D = true;
  175. chartArea1.Area3DStyle.Inclination = 5;
  176. chartArea1.Area3DStyle.IsClustered = true;
  177. chartArea1.Area3DStyle.IsRightAngleAxes = false;
  178. chartArea1.Area3DStyle.Perspective = 5;
  179. chartArea1.Area3DStyle.WallWidth = 10;
  180. chartArea1.Name = "ChartArea1";
  181. this.myChart.ChartAreas.Add(chartArea1);
  182. this.myChart.Dock = System.Windows.Forms.DockStyle.Fill;
  183. legend1.Name = "Legend1";
  184. this.myChart.Legends.Add(legend1);
  185. this.myChart.Location = new System.Drawing.Point(0, 0);
  186. this.myChart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  187. this.myChart.Name = "myChart";
  188. series1.ChartArea = "ChartArea1";
  189. series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  190. series1.Legend = "Legend1";
  191. series1.Name = "Series1";
  192. this.myChart.Series.Add(series1);
  193. this.myChart.Size = new System.Drawing.Size(1041, 566);
  194. this.myChart.TabIndex = 5;
  195. this.myChart.Text = "chart1";
  196. this.myChart.TextAntiAliasingQuality = System.Windows.Forms.DataVisualization.Charting.TextAntiAliasingQuality.Normal;
  197. title1.Name = "Title1";
  198. title1.Text = "---";
  199. this.myChart.Titles.Add(title1);
  200. this.myChart.Visible = false;
  201. //
  202. // panelXray
  203. //
  204. this.panelXray.Dock = System.Windows.Forms.DockStyle.Bottom;
  205. this.panelXray.Location = new System.Drawing.Point(0, 316);
  206. this.panelXray.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  207. this.panelXray.Name = "panelXray";
  208. this.panelXray.Size = new System.Drawing.Size(1041, 250);
  209. this.panelXray.TabIndex = 0;
  210. //
  211. // OTSMeasureStatusWindow
  212. //
  213. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  214. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  215. this.AutoSize = true;
  216. this.ClientSize = new System.Drawing.Size(1041, 566);
  217. this.CloseButton = false;
  218. this.CloseButtonVisible = false;
  219. this.Controls.Add(this.panelXray);
  220. this.Controls.Add(this.myChart);
  221. this.Controls.Add(this.pbBSEImage);
  222. this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)((OTS.WinFormsUI.Docking.DockAreas.DockTop | OTS.WinFormsUI.Docking.DockAreas.Document)));
  223. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.Margin = new System.Windows.Forms.Padding(4);
  225. this.Name = "OTSMeasureStatusWindow";
  226. this.Text = "OTSMeasureStatus";
  227. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  228. this.Load += new System.EventHandler(this.OTSMeasureStatusWindow_Load);
  229. this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.OTSMeasureStatusWindow_MouseClick);
  230. ((System.ComponentModel.ISupportInitialize)(this.pbBSEImage)).EndInit();
  231. this.contextMenuStrip1.ResumeLayout(false);
  232. ((System.ComponentModel.ISupportInitialize)(this.myChart)).EndInit();
  233. this.ResumeLayout(false);
  234. }
  235. #endregion
  236. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  237. private System.Windows.Forms.ToolStripMenuItem SampleParaLock;
  238. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
  239. private System.Windows.Forms.ToolStripMenuItem grayToolStripMenuItem;
  240. private System.Windows.Forms.ToolStripMenuItem MenuItemLineScam;
  241. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  242. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  243. public System.Windows.Forms.PictureBox pbBSEImage;
  244. private System.Windows.Forms.ToolStripMenuItem AbandonGrayStripMenuItem;
  245. private System.Windows.Forms.ToolStripMenuItem ChangeDiffImageShow;
  246. private System.Windows.Forms.DataVisualization.Charting.Chart myChart;
  247. public System.Windows.Forms.Panel panelXray;
  248. private OTSIncAGraph.Controls.Control_XRayTable control_XRayTable1;
  249. private System.Windows.Forms.ToolStripMenuItem PointScanElementMenuItem;
  250. private System.Windows.Forms.ToolStripMenuItem ExportScanInfoMenuItem;
  251. private System.Windows.Forms.ToolStripMenuItem ViewStripMenuItem;
  252. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  253. }
  254. }