OTSMeasureStatusWindow.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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. this.picBox = new System.Windows.Forms.PictureBox();
  30. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  31. this.SampleParaLock = new System.Windows.Forms.ToolStripMenuItem();
  32. this.VisualAdjustingMenu = new System.Windows.Forms.ToolStripMenuItem();
  33. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  34. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  35. this.ChangeDiffImageShow = new System.Windows.Forms.ToolStripMenuItem();
  36. this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  38. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  39. this.MenuItemLineScan = new System.Windows.Forms.ToolStripMenuItem();
  40. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  41. this.PointScanElementMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.ExportScanInfoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.panelXray = new System.Windows.Forms.Panel();
  44. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  45. this.timer1 = new System.Windows.Forms.Timer(this.components);
  46. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  47. ((System.ComponentModel.ISupportInitialize)(this.picBox)).BeginInit();
  48. this.contextMenuStrip1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // picBox
  53. //
  54. this.picBox.BackColor = System.Drawing.Color.Transparent;
  55. this.picBox.Location = new System.Drawing.Point(0, 0);
  56. this.picBox.Margin = new System.Windows.Forms.Padding(2);
  57. this.picBox.Name = "picBox";
  58. this.picBox.Size = new System.Drawing.Size(382, 300);
  59. this.picBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  60. this.picBox.TabIndex = 0;
  61. this.picBox.TabStop = false;
  62. this.picBox.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
  63. this.picBox.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseClick);
  64. this.picBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
  65. this.picBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
  66. //
  67. // contextMenuStrip1
  68. //
  69. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  70. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  71. this.SampleParaLock,
  72. this.VisualAdjustingMenu,
  73. this.toolStripMenuItem1,
  74. this.toolStripSeparator1,
  75. this.ChangeDiffImageShow,
  76. this.ToolStripMenuItem,
  77. this.toolStripMenuItem2,
  78. this.toolStripSeparator2,
  79. this.MenuItemLineScan,
  80. this.toolStripSeparator3,
  81. this.PointScanElementMenuItem,
  82. this.ExportScanInfoMenuItem});
  83. this.contextMenuStrip1.Name = "contextMenuStrip1";
  84. this.contextMenuStrip1.Size = new System.Drawing.Size(243, 220);
  85. this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
  86. //
  87. // SampleParaLock
  88. //
  89. this.SampleParaLock.Name = "SampleParaLock";
  90. this.SampleParaLock.Size = new System.Drawing.Size(242, 22);
  91. this.SampleParaLock.Text = "获取BSE图";
  92. this.SampleParaLock.Click += new System.EventHandler(this.AcquireBSEImage_Click);
  93. //
  94. // VisualAdjustingMenu
  95. //
  96. this.VisualAdjustingMenu.Name = "VisualAdjustingMenu";
  97. this.VisualAdjustingMenu.Size = new System.Drawing.Size(242, 22);
  98. this.VisualAdjustingMenu.Text = "可视化设置BSE图背景灰度范围";
  99. this.VisualAdjustingMenu.Click += new System.EventHandler(this.ViewStripMenuItem_Click);
  100. //
  101. // toolStripMenuItem1
  102. //
  103. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  104. this.toolStripMenuItem1.Size = new System.Drawing.Size(242, 22);
  105. this.toolStripMenuItem1.Text = "可视化设置特殊颗粒灰度范围";
  106. this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
  107. //
  108. // toolStripSeparator1
  109. //
  110. this.toolStripSeparator1.Name = "toolStripSeparator1";
  111. this.toolStripSeparator1.Size = new System.Drawing.Size(239, 6);
  112. //
  113. // ChangeDiffImageShow
  114. //
  115. this.ChangeDiffImageShow.Name = "ChangeDiffImageShow";
  116. this.ChangeDiffImageShow.Size = new System.Drawing.Size(242, 22);
  117. this.ChangeDiffImageShow.Text = "切换至BSE图";
  118. this.ChangeDiffImageShow.Click += new System.EventHandler(this.ChangeDiffImageShow_Click);
  119. //
  120. // ToolStripMenuItem
  121. //
  122. this.ToolStripMenuItem.Name = "ToolStripMenuItem";
  123. this.ToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
  124. this.ToolStripMenuItem.Text = "BSE去背景图";
  125. this.ToolStripMenuItem.Click += new System.EventHandler(this.ShowRemoveBGImage_Click);
  126. //
  127. // toolStripMenuItem2
  128. //
  129. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  130. this.toolStripMenuItem2.Size = new System.Drawing.Size(242, 22);
  131. this.toolStripMenuItem2.Text = "BSE去背景彩色图";
  132. this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
  133. //
  134. // toolStripSeparator2
  135. //
  136. this.toolStripSeparator2.Name = "toolStripSeparator2";
  137. this.toolStripSeparator2.Size = new System.Drawing.Size(239, 6);
  138. //
  139. // MenuItemLineScan
  140. //
  141. this.MenuItemLineScan.CheckOnClick = true;
  142. this.MenuItemLineScan.Name = "MenuItemLineScan";
  143. this.MenuItemLineScan.Size = new System.Drawing.Size(242, 22);
  144. this.MenuItemLineScan.Text = "线扫描曲线";
  145. this.MenuItemLineScan.Click += new System.EventHandler(this.ShowLineScanChart_Click);
  146. //
  147. // toolStripSeparator3
  148. //
  149. this.toolStripSeparator3.Name = "toolStripSeparator3";
  150. this.toolStripSeparator3.Size = new System.Drawing.Size(239, 6);
  151. //
  152. // PointScanElementMenuItem
  153. //
  154. this.PointScanElementMenuItem.Name = "PointScanElementMenuItem";
  155. this.PointScanElementMenuItem.Size = new System.Drawing.Size(242, 22);
  156. this.PointScanElementMenuItem.Text = "X-Ray采集";
  157. this.PointScanElementMenuItem.Click += new System.EventHandler(this.PointScanElementMenuItem_Click);
  158. //
  159. // ExportScanInfoMenuItem
  160. //
  161. this.ExportScanInfoMenuItem.Name = "ExportScanInfoMenuItem";
  162. this.ExportScanInfoMenuItem.Size = new System.Drawing.Size(242, 22);
  163. this.ExportScanInfoMenuItem.Text = "输出X-Ray信息";
  164. this.ExportScanInfoMenuItem.Click += new System.EventHandler(this.ExportScanInfoMenuItem_Click);
  165. //
  166. // panelXray
  167. //
  168. this.panelXray.Dock = System.Windows.Forms.DockStyle.Bottom;
  169. this.panelXray.Location = new System.Drawing.Point(0, 300);
  170. this.panelXray.Margin = new System.Windows.Forms.Padding(2);
  171. this.panelXray.Name = "panelXray";
  172. this.panelXray.Size = new System.Drawing.Size(782, 169);
  173. this.panelXray.TabIndex = 0;
  174. //
  175. // backgroundWorker1
  176. //
  177. this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
  178. //
  179. // timer1
  180. //
  181. this.timer1.Interval = 4000;
  182. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  183. //
  184. // pictureBox2
  185. //
  186. this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
  187. this.pictureBox2.Location = new System.Drawing.Point(386, 0);
  188. this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
  189. this.pictureBox2.Name = "pictureBox2";
  190. this.pictureBox2.Size = new System.Drawing.Size(394, 300);
  191. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  192. this.pictureBox2.TabIndex = 0;
  193. this.pictureBox2.TabStop = false;
  194. this.pictureBox2.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox2_Paint);
  195. this.pictureBox2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox2_MouseClick);
  196. this.pictureBox2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseClick);
  197. this.pictureBox2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
  198. this.pictureBox2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
  199. //
  200. // OTSMeasureStatusWindow
  201. //
  202. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  203. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  204. this.AutoSize = true;
  205. this.ClientSize = new System.Drawing.Size(782, 469);
  206. this.CloseButton = false;
  207. this.CloseButtonVisible = false;
  208. this.Controls.Add(this.panelXray);
  209. this.Controls.Add(this.picBox);
  210. this.Controls.Add(this.pictureBox2);
  211. this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)((OTS.WinFormsUI.Docking.DockAreas.DockTop | OTS.WinFormsUI.Docking.DockAreas.Document)));
  212. this.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.Name = "OTSMeasureStatusWindow";
  214. this.Text = "OTSMeasureStatus";
  215. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  216. this.Activated += new System.EventHandler(this.OTSMeasureStatusWindow_Activated);
  217. this.Load += new System.EventHandler(this.OTSMeasureStatusWindow_Load);
  218. this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.OTSMeasureStatusWindow_MouseClick);
  219. ((System.ComponentModel.ISupportInitialize)(this.picBox)).EndInit();
  220. this.contextMenuStrip1.ResumeLayout(false);
  221. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  222. this.ResumeLayout(false);
  223. }
  224. #endregion
  225. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  226. private System.Windows.Forms.ToolStripMenuItem SampleParaLock;
  227. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
  228. private System.Windows.Forms.ToolStripMenuItem MenuItemLineScan;
  229. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  230. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  231. public System.Windows.Forms.PictureBox picBox;
  232. private System.Windows.Forms.ToolStripMenuItem ChangeDiffImageShow;
  233. public System.Windows.Forms.Panel panelXray;
  234. private OTSIncAGraph.Controls.Control_XRayTable control_XRayTable1;
  235. private System.Windows.Forms.ToolStripMenuItem PointScanElementMenuItem;
  236. private System.Windows.Forms.ToolStripMenuItem ExportScanInfoMenuItem;
  237. private System.Windows.Forms.ToolStripMenuItem VisualAdjustingMenu;
  238. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  239. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  240. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  241. private System.Windows.Forms.Timer timer1;
  242. public System.Windows.Forms.PictureBox pictureBox2;
  243. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  244. }
  245. }