OTSMeasureStatusWindow.Designer.cs 14 KB

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