OTSMeasureStatusWindow.Designer.cs 15 KB

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