OTSMeasureStatusWindow.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. using MyControls;
  2. namespace OTSMeasureApp
  3. {
  4. partial class OTSMeasureStatusWindow
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.picBox = new System.Windows.Forms.PictureBox();
  31. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  32. this.AcquireBSEImageMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.VisualAdjustingMenu = new System.Windows.Forms.ToolStripMenuItem();
  34. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  35. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  36. this.ChangeDiffImageShow = new System.Windows.Forms.ToolStripMenuItem();
  37. this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  39. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  40. this.MenuItemLineScan = new System.Windows.Forms.ToolStripMenuItem();
  41. this.autobc = new System.Windows.Forms.ToolStripMenuItem();
  42. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  43. this.PointScanElementMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.ToolStripMenuItem_batchcapture = new System.Windows.Forms.ToolStripMenuItem();
  45. this.ExportScanInfoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46. this.panelXray = new System.Windows.Forms.Panel();
  47. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  48. this.timer1 = new System.Windows.Forms.Timer(this.components);
  49. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  50. ((System.ComponentModel.ISupportInitialize)(this.picBox)).BeginInit();
  51. this.contextMenuStrip1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).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(382, 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. this.picBox.MouseWheel += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseWheel);
  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.AcquireBSEImageMenuItem,
  76. this.VisualAdjustingMenu,
  77. this.toolStripMenuItem1,
  78. this.toolStripSeparator1,
  79. this.ChangeDiffImageShow,
  80. this.ToolStripMenuItem,
  81. this.toolStripMenuItem2,
  82. this.toolStripSeparator2,
  83. this.MenuItemLineScan,
  84. this.autobc,
  85. this.toolStripSeparator3,
  86. this.PointScanElementMenuItem,
  87. this.ToolStripMenuItem_batchcapture,
  88. this.ExportScanInfoMenuItem});
  89. this.contextMenuStrip1.Name = "contextMenuStrip1";
  90. this.contextMenuStrip1.Size = new System.Drawing.Size(243, 286);
  91. this.contextMenuStrip1.Opened += new System.EventHandler(this.contextMenuStrip1_Opened);
  92. //
  93. // AcquireBSEImageMenuItem
  94. //
  95. this.AcquireBSEImageMenuItem.Name = "AcquireBSEImageMenuItem";
  96. this.AcquireBSEImageMenuItem.Size = new System.Drawing.Size(242, 22);
  97. this.AcquireBSEImageMenuItem.Text = "获取BSE图";
  98. this.AcquireBSEImageMenuItem.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. // toolStripSeparator1
  115. //
  116. this.toolStripSeparator1.Name = "toolStripSeparator1";
  117. this.toolStripSeparator1.Size = new System.Drawing.Size(239, 6);
  118. //
  119. // ChangeDiffImageShow
  120. //
  121. this.ChangeDiffImageShow.Name = "ChangeDiffImageShow";
  122. this.ChangeDiffImageShow.Size = new System.Drawing.Size(242, 22);
  123. this.ChangeDiffImageShow.Text = "切换至BSE图";
  124. this.ChangeDiffImageShow.Click += new System.EventHandler(this.ChangeDiffImageShow_Click);
  125. //
  126. // ToolStripMenuItem
  127. //
  128. this.ToolStripMenuItem.Name = "ToolStripMenuItem";
  129. this.ToolStripMenuItem.Size = new System.Drawing.Size(242, 22);
  130. this.ToolStripMenuItem.Text = "BSE去背景图";
  131. this.ToolStripMenuItem.Click += new System.EventHandler(this.ShowRemoveBGImage_Click);
  132. //
  133. // toolStripMenuItem2
  134. //
  135. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  136. this.toolStripMenuItem2.Size = new System.Drawing.Size(242, 22);
  137. this.toolStripMenuItem2.Text = "BSE去背景彩色图";
  138. this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
  139. //
  140. // toolStripSeparator2
  141. //
  142. this.toolStripSeparator2.Name = "toolStripSeparator2";
  143. this.toolStripSeparator2.Size = new System.Drawing.Size(239, 6);
  144. //
  145. // MenuItemLineScan
  146. //
  147. this.MenuItemLineScan.CheckOnClick = true;
  148. this.MenuItemLineScan.Name = "MenuItemLineScan";
  149. this.MenuItemLineScan.Size = new System.Drawing.Size(242, 22);
  150. this.MenuItemLineScan.Text = "线扫描曲线";
  151. this.MenuItemLineScan.Click += new System.EventHandler(this.ShowLineScanChart_Click);
  152. //
  153. // autobc
  154. //
  155. this.autobc.Name = "autobc";
  156. this.autobc.Size = new System.Drawing.Size(242, 22);
  157. this.autobc.Text = "自动亮度对比度";
  158. this.autobc.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
  159. //
  160. // toolStripSeparator3
  161. //
  162. this.toolStripSeparator3.Name = "toolStripSeparator3";
  163. this.toolStripSeparator3.Size = new System.Drawing.Size(239, 6);
  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.单点采集MenuItem_Click);
  171. //
  172. // ToolStripMenuItem_batchcapture
  173. //
  174. this.ToolStripMenuItem_batchcapture.Name = "ToolStripMenuItem_batchcapture";
  175. this.ToolStripMenuItem_batchcapture.Size = new System.Drawing.Size(242, 22);
  176. this.ToolStripMenuItem_batchcapture.Text = "批量采集";
  177. this.ToolStripMenuItem_batchcapture.Click += new System.EventHandler(this.批量采集ToolStripMenuItem_Click);
  178. //
  179. // ExportScanInfoMenuItem
  180. //
  181. this.ExportScanInfoMenuItem.Name = "ExportScanInfoMenuItem";
  182. this.ExportScanInfoMenuItem.Size = new System.Drawing.Size(242, 22);
  183. this.ExportScanInfoMenuItem.Text = "输出X-Ray信息";
  184. this.ExportScanInfoMenuItem.Click += new System.EventHandler(this.ExportScanInfoMenuItem_Click);
  185. //
  186. // panelXray
  187. //
  188. this.panelXray.Dock = System.Windows.Forms.DockStyle.Bottom;
  189. this.panelXray.Location = new System.Drawing.Point(0, 300);
  190. this.panelXray.Margin = new System.Windows.Forms.Padding(2);
  191. this.panelXray.Name = "panelXray";
  192. this.panelXray.Size = new System.Drawing.Size(782, 169);
  193. this.panelXray.TabIndex = 0;
  194. //
  195. // backgroundWorker1
  196. //
  197. this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
  198. //
  199. // timer1
  200. //
  201. this.timer1.Interval = 4000;
  202. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  203. //
  204. // pictureBox2
  205. //
  206. this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
  207. this.pictureBox2.Location = new System.Drawing.Point(386, 0);
  208. this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
  209. this.pictureBox2.Name = "pictureBox2";
  210. this.pictureBox2.Size = new System.Drawing.Size(394, 300);
  211. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  212. this.pictureBox2.TabIndex = 0;
  213. this.pictureBox2.TabStop = false;
  214. this.pictureBox2.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox2_Paint);
  215. this.pictureBox2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseClick);
  216. this.pictureBox2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
  217. this.pictureBox2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
  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(782, 469);
  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.pictureBox2);
  230. this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)((OTS.WinFormsUI.Docking.DockAreas.DockTop | OTS.WinFormsUI.Docking.DockAreas.Document)));
  231. this.Font = new System.Drawing.Font("宋体", 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.Activated += new System.EventHandler(this.OTSMeasureStatusWindow_Activated);
  236. this.Load += new System.EventHandler(this.OTSMeasureStatusWindow_Load);
  237. this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.OTSMeasureStatusWindow_MouseClick);
  238. ((System.ComponentModel.ISupportInitialize)(this.picBox)).EndInit();
  239. this.contextMenuStrip1.ResumeLayout(false);
  240. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  241. this.ResumeLayout(false);
  242. }
  243. #endregion
  244. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  245. private System.Windows.Forms.ToolStripMenuItem AcquireBSEImageMenuItem;
  246. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
  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 ChangeDiffImageShow;
  252. public System.Windows.Forms.Panel panelXray;
  253. private OTSIncAGraph.Controls.Control_XRayTable control_XRayTable1;
  254. private System.Windows.Forms.ToolStripMenuItem PointScanElementMenuItem;
  255. private System.Windows.Forms.ToolStripMenuItem ExportScanInfoMenuItem;
  256. private System.Windows.Forms.ToolStripMenuItem VisualAdjustingMenu;
  257. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  258. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  259. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  260. private System.Windows.Forms.Timer timer1;
  261. public System.Windows.Forms.PictureBox pictureBox2;
  262. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  263. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_batchcapture;
  264. private Control_Ruler control_Ruler;
  265. private System.Windows.Forms.ToolStripMenuItem autobc;
  266. }
  267. }