OTSMeasureStatusWindow.Designer.cs 16 KB

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