OTSMeasureStatusWindow.Designer.cs 15 KB

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