ControllerSettingForm.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  1. namespace OTSSysMgrApp
  2. {
  3. partial class ControllerSettingForm
  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. System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  29. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControllerSettingForm));
  31. this.tabSetting = new System.Windows.Forms.TabControl();
  32. this.tabImage = new System.Windows.Forms.TabPage();
  33. this.ddlDwellTime = new System.Windows.Forms.ComboBox();
  34. this.groupBox2 = new System.Windows.Forms.GroupBox();
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.pbImage = new System.Windows.Forms.PictureBox();
  37. this.btnClear = new System.Windows.Forms.Button();
  38. this.btnSaveImage = new System.Windows.Forms.Button();
  39. this.btnDisplay = new System.Windows.Forms.Button();
  40. this.tbRHeight = new System.Windows.Forms.TextBox();
  41. this.tbRWidth = new System.Windows.Forms.TextBox();
  42. this.lblDwellTime = new System.Windows.Forms.Label();
  43. this.lblResolution = new System.Windows.Forms.Label();
  44. this.tabXRay = new System.Windows.Forms.TabPage();
  45. this.groupBox1 = new System.Windows.Forms.GroupBox();
  46. this.chartXRay = new System.Windows.Forms.DataVisualization.Charting.Chart();
  47. this.btnClearData = new System.Windows.Forms.Button();
  48. this.btnAreaRay = new System.Windows.Forms.Button();
  49. this.btnPointXRay = new System.Windows.Forms.Button();
  50. this.btnEanalysis = new System.Windows.Forms.Button();
  51. this.btnDisplayXRay = new System.Windows.Forms.Button();
  52. this.lbXrayCount = new System.Windows.Forms.Label();
  53. this.btnCollectionTime = new System.Windows.Forms.Button();
  54. this.tbCollectionTime = new System.Windows.Forms.TextBox();
  55. this.label2 = new System.Windows.Forms.Label();
  56. this.lblCollectionTime = new System.Windows.Forms.Label();
  57. this.tabImage2 = new System.Windows.Forms.TabPage();
  58. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  59. this.btn_Recommendedconfiguration = new System.Windows.Forms.Button();
  60. this.label5 = new System.Windows.Forms.Label();
  61. this.cb_imageresolution = new System.Windows.Forms.ComboBox();
  62. this.label4 = new System.Windows.Forms.Label();
  63. this.label3 = new System.Windows.Forms.Label();
  64. this.tB_scanFieldSize100 = new System.Windows.Forms.TextBox();
  65. this.label1 = new System.Windows.Forms.Label();
  66. this.btn_confirm = new System.Windows.Forms.Button();
  67. this.cb_Ydirection = new System.Windows.Forms.ComboBox();
  68. this.label_y = new System.Windows.Forms.Label();
  69. this.cb_Xdirection = new System.Windows.Forms.ComboBox();
  70. this.label_x = new System.Windows.Forms.Label();
  71. this.btn_continuousshot = new System.Windows.Forms.Button();
  72. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  73. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  74. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  75. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  76. this.tabSetting.SuspendLayout();
  77. this.tabImage.SuspendLayout();
  78. this.groupBox2.SuspendLayout();
  79. this.panel1.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
  81. this.tabXRay.SuspendLayout();
  82. this.groupBox1.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.chartXRay)).BeginInit();
  84. this.tabImage2.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  86. this.splitContainer1.Panel1.SuspendLayout();
  87. this.splitContainer1.Panel2.SuspendLayout();
  88. this.splitContainer1.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  93. this.SuspendLayout();
  94. //
  95. // tabSetting
  96. //
  97. this.tabSetting.Controls.Add(this.tabImage);
  98. this.tabSetting.Controls.Add(this.tabXRay);
  99. this.tabSetting.Controls.Add(this.tabImage2);
  100. this.tabSetting.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.tabSetting.Location = new System.Drawing.Point(0, 0);
  102. this.tabSetting.Margin = new System.Windows.Forms.Padding(2);
  103. this.tabSetting.Name = "tabSetting";
  104. this.tabSetting.SelectedIndex = 0;
  105. this.tabSetting.Size = new System.Drawing.Size(835, 736);
  106. this.tabSetting.TabIndex = 2;
  107. //
  108. // tabImage
  109. //
  110. this.tabImage.Controls.Add(this.ddlDwellTime);
  111. this.tabImage.Controls.Add(this.groupBox2);
  112. this.tabImage.Controls.Add(this.btnSaveImage);
  113. this.tabImage.Controls.Add(this.btnDisplay);
  114. this.tabImage.Controls.Add(this.tbRHeight);
  115. this.tabImage.Controls.Add(this.tbRWidth);
  116. this.tabImage.Controls.Add(this.lblDwellTime);
  117. this.tabImage.Controls.Add(this.lblResolution);
  118. this.tabImage.Location = new System.Drawing.Point(4, 22);
  119. this.tabImage.Margin = new System.Windows.Forms.Padding(2);
  120. this.tabImage.Name = "tabImage";
  121. this.tabImage.Padding = new System.Windows.Forms.Padding(2);
  122. this.tabImage.Size = new System.Drawing.Size(827, 710);
  123. this.tabImage.TabIndex = 1;
  124. this.tabImage.Text = "BSE测试";
  125. this.tabImage.UseVisualStyleBackColor = true;
  126. //
  127. // ddlDwellTime
  128. //
  129. this.ddlDwellTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  130. this.ddlDwellTime.FormattingEnabled = true;
  131. this.ddlDwellTime.Items.AddRange(new object[] {
  132. "4",
  133. "8",
  134. "16",
  135. "32",
  136. "64",
  137. "128",
  138. "256"});
  139. this.ddlDwellTime.Location = new System.Drawing.Point(266, 16);
  140. this.ddlDwellTime.Margin = new System.Windows.Forms.Padding(2);
  141. this.ddlDwellTime.Name = "ddlDwellTime";
  142. this.ddlDwellTime.Size = new System.Drawing.Size(82, 20);
  143. this.ddlDwellTime.TabIndex = 0;
  144. //
  145. // groupBox2
  146. //
  147. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  148. | System.Windows.Forms.AnchorStyles.Left)
  149. | System.Windows.Forms.AnchorStyles.Right)));
  150. this.groupBox2.BackColor = System.Drawing.Color.White;
  151. this.groupBox2.Controls.Add(this.panel1);
  152. this.groupBox2.Controls.Add(this.btnClear);
  153. this.groupBox2.Location = new System.Drawing.Point(6, 45);
  154. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  155. this.groupBox2.Name = "groupBox2";
  156. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  157. this.groupBox2.Size = new System.Drawing.Size(822, 665);
  158. this.groupBox2.TabIndex = 13;
  159. this.groupBox2.TabStop = false;
  160. this.groupBox2.Text = "图像显示";
  161. //
  162. // panel1
  163. //
  164. this.panel1.AutoScroll = true;
  165. this.panel1.Controls.Add(this.pbImage);
  166. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.panel1.Location = new System.Drawing.Point(2, 16);
  168. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  169. this.panel1.Name = "panel1";
  170. this.panel1.Size = new System.Drawing.Size(818, 647);
  171. this.panel1.TabIndex = 2;
  172. //
  173. // pbImage
  174. //
  175. this.pbImage.BackColor = System.Drawing.Color.White;
  176. this.pbImage.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.pbImage.Location = new System.Drawing.Point(0, 0);
  178. this.pbImage.Margin = new System.Windows.Forms.Padding(2);
  179. this.pbImage.Name = "pbImage";
  180. this.pbImage.Size = new System.Drawing.Size(818, 647);
  181. this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  182. this.pbImage.TabIndex = 0;
  183. this.pbImage.TabStop = false;
  184. //
  185. // btnClear
  186. //
  187. this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  188. this.btnClear.Location = new System.Drawing.Point(750, 77);
  189. this.btnClear.Margin = new System.Windows.Forms.Padding(2);
  190. this.btnClear.Name = "btnClear";
  191. this.btnClear.Size = new System.Drawing.Size(67, 50);
  192. this.btnClear.TabIndex = 1;
  193. this.btnClear.Text = "Clear";
  194. this.btnClear.UseVisualStyleBackColor = true;
  195. this.btnClear.Visible = false;
  196. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  197. //
  198. // btnSaveImage
  199. //
  200. this.btnSaveImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  201. this.btnSaveImage.Location = new System.Drawing.Point(550, 8);
  202. this.btnSaveImage.Margin = new System.Windows.Forms.Padding(2);
  203. this.btnSaveImage.Name = "btnSaveImage";
  204. this.btnSaveImage.Size = new System.Drawing.Size(67, 33);
  205. this.btnSaveImage.TabIndex = 4;
  206. this.btnSaveImage.Text = "保存图片";
  207. this.btnSaveImage.UseVisualStyleBackColor = true;
  208. this.btnSaveImage.Visible = false;
  209. this.btnSaveImage.Click += new System.EventHandler(this.btnSaveImage_Click);
  210. //
  211. // btnDisplay
  212. //
  213. this.btnDisplay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  214. this.btnDisplay.Location = new System.Drawing.Point(756, 8);
  215. this.btnDisplay.Margin = new System.Windows.Forms.Padding(2);
  216. this.btnDisplay.Name = "btnDisplay";
  217. this.btnDisplay.Size = new System.Drawing.Size(67, 33);
  218. this.btnDisplay.TabIndex = 5;
  219. this.btnDisplay.Text = "图像采集";
  220. this.btnDisplay.UseVisualStyleBackColor = true;
  221. this.btnDisplay.Click += new System.EventHandler(this.btnDisplay_Click);
  222. //
  223. // tbRHeight
  224. //
  225. this.tbRHeight.Location = new System.Drawing.Point(119, 15);
  226. this.tbRHeight.Margin = new System.Windows.Forms.Padding(2);
  227. this.tbRHeight.Name = "tbRHeight";
  228. this.tbRHeight.Size = new System.Drawing.Size(48, 21);
  229. this.tbRHeight.TabIndex = 2;
  230. this.tbRHeight.Text = "768";
  231. //
  232. // tbRWidth
  233. //
  234. this.tbRWidth.Location = new System.Drawing.Point(66, 15);
  235. this.tbRWidth.Margin = new System.Windows.Forms.Padding(2);
  236. this.tbRWidth.Name = "tbRWidth";
  237. this.tbRWidth.Size = new System.Drawing.Size(48, 21);
  238. this.tbRWidth.TabIndex = 1;
  239. this.tbRWidth.Text = "1024";
  240. //
  241. // lblDwellTime
  242. //
  243. this.lblDwellTime.AutoSize = true;
  244. this.lblDwellTime.Location = new System.Drawing.Point(189, 19);
  245. this.lblDwellTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  246. this.lblDwellTime.Name = "lblDwellTime";
  247. this.lblDwellTime.Size = new System.Drawing.Size(53, 12);
  248. this.lblDwellTime.TabIndex = 10;
  249. this.lblDwellTime.Text = "采集时间";
  250. //
  251. // lblResolution
  252. //
  253. this.lblResolution.AutoSize = true;
  254. this.lblResolution.Location = new System.Drawing.Point(-3, 19);
  255. this.lblResolution.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  256. this.lblResolution.Name = "lblResolution";
  257. this.lblResolution.Size = new System.Drawing.Size(41, 12);
  258. this.lblResolution.TabIndex = 10;
  259. this.lblResolution.Text = "分辨率";
  260. //
  261. // tabXRay
  262. //
  263. this.tabXRay.Controls.Add(this.groupBox1);
  264. this.tabXRay.Controls.Add(this.btnClearData);
  265. this.tabXRay.Controls.Add(this.btnAreaRay);
  266. this.tabXRay.Controls.Add(this.btnPointXRay);
  267. this.tabXRay.Controls.Add(this.btnEanalysis);
  268. this.tabXRay.Controls.Add(this.btnDisplayXRay);
  269. this.tabXRay.Controls.Add(this.lbXrayCount);
  270. this.tabXRay.Controls.Add(this.btnCollectionTime);
  271. this.tabXRay.Controls.Add(this.tbCollectionTime);
  272. this.tabXRay.Controls.Add(this.label2);
  273. this.tabXRay.Controls.Add(this.lblCollectionTime);
  274. this.tabXRay.Location = new System.Drawing.Point(4, 22);
  275. this.tabXRay.Margin = new System.Windows.Forms.Padding(2);
  276. this.tabXRay.Name = "tabXRay";
  277. this.tabXRay.Padding = new System.Windows.Forms.Padding(2);
  278. this.tabXRay.Size = new System.Drawing.Size(827, 710);
  279. this.tabXRay.TabIndex = 0;
  280. this.tabXRay.Text = "X-Ray测试";
  281. this.tabXRay.UseVisualStyleBackColor = true;
  282. //
  283. // groupBox1
  284. //
  285. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  286. | System.Windows.Forms.AnchorStyles.Left)
  287. | System.Windows.Forms.AnchorStyles.Right)));
  288. this.groupBox1.BackColor = System.Drawing.Color.White;
  289. this.groupBox1.Controls.Add(this.chartXRay);
  290. this.groupBox1.Location = new System.Drawing.Point(6, 45);
  291. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  292. this.groupBox1.Name = "groupBox1";
  293. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  294. this.groupBox1.Size = new System.Drawing.Size(819, 665);
  295. this.groupBox1.TabIndex = 16;
  296. this.groupBox1.TabStop = false;
  297. this.groupBox1.Text = "图像显示";
  298. //
  299. // chartXRay
  300. //
  301. this.chartXRay.BackImageAlignment = System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Center;
  302. chartArea1.Name = "ChartArea1";
  303. this.chartXRay.ChartAreas.Add(chartArea1);
  304. this.chartXRay.Dock = System.Windows.Forms.DockStyle.Fill;
  305. this.chartXRay.Location = new System.Drawing.Point(2, 16);
  306. this.chartXRay.Margin = new System.Windows.Forms.Padding(2);
  307. this.chartXRay.Name = "chartXRay";
  308. series1.ChartArea = "ChartArea1";
  309. series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  310. series1.CustomProperties = "PixelPointWidth=1, PointWidth=0.1, MaxPixelPointWidth=2000";
  311. series1.LabelBorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
  312. series1.LabelBorderWidth = 0;
  313. series1.MarkerSize = 1;
  314. series1.Name = "Series1";
  315. series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int64;
  316. series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int64;
  317. this.chartXRay.Series.Add(series1);
  318. this.chartXRay.Size = new System.Drawing.Size(815, 647);
  319. this.chartXRay.SuppressExceptions = true;
  320. this.chartXRay.TabIndex = 2;
  321. this.chartXRay.Text = "chart2";
  322. //
  323. // btnClearData
  324. //
  325. this.btnClearData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  326. this.btnClearData.Location = new System.Drawing.Point(688, 9);
  327. this.btnClearData.Margin = new System.Windows.Forms.Padding(2);
  328. this.btnClearData.Name = "btnClearData";
  329. this.btnClearData.Size = new System.Drawing.Size(39, 33);
  330. this.btnClearData.TabIndex = 5;
  331. this.btnClearData.Text = "清空";
  332. this.btnClearData.UseVisualStyleBackColor = true;
  333. this.btnClearData.Click += new System.EventHandler(this.btnClearData_Click);
  334. //
  335. // btnAreaRay
  336. //
  337. this.btnAreaRay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  338. this.btnAreaRay.Location = new System.Drawing.Point(458, 9);
  339. this.btnAreaRay.Margin = new System.Windows.Forms.Padding(2);
  340. this.btnAreaRay.Name = "btnAreaRay";
  341. this.btnAreaRay.Size = new System.Drawing.Size(67, 33);
  342. this.btnAreaRay.TabIndex = 4;
  343. this.btnAreaRay.Text = "面积采集";
  344. this.btnAreaRay.UseVisualStyleBackColor = true;
  345. this.btnAreaRay.Click += new System.EventHandler(this.btnAreaRay_Click);
  346. //
  347. // btnPointXRay
  348. //
  349. this.btnPointXRay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  350. this.btnPointXRay.Location = new System.Drawing.Point(617, 9);
  351. this.btnPointXRay.Margin = new System.Windows.Forms.Padding(2);
  352. this.btnPointXRay.Name = "btnPointXRay";
  353. this.btnPointXRay.Size = new System.Drawing.Size(67, 33);
  354. this.btnPointXRay.TabIndex = 3;
  355. this.btnPointXRay.Text = "多点采集";
  356. this.btnPointXRay.UseVisualStyleBackColor = true;
  357. this.btnPointXRay.Click += new System.EventHandler(this.btnPointXRay_Click);
  358. //
  359. // btnEanalysis
  360. //
  361. this.btnEanalysis.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  362. this.btnEanalysis.Location = new System.Drawing.Point(756, 9);
  363. this.btnEanalysis.Margin = new System.Windows.Forms.Padding(2);
  364. this.btnEanalysis.Name = "btnEanalysis";
  365. this.btnEanalysis.Size = new System.Drawing.Size(67, 33);
  366. this.btnEanalysis.TabIndex = 6;
  367. this.btnEanalysis.Text = "元素分析";
  368. this.btnEanalysis.UseVisualStyleBackColor = true;
  369. this.btnEanalysis.Click += new System.EventHandler(this.btnEanalysis_Click);
  370. //
  371. // btnDisplayXRay
  372. //
  373. this.btnDisplayXRay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  374. this.btnDisplayXRay.Location = new System.Drawing.Point(538, 9);
  375. this.btnDisplayXRay.Margin = new System.Windows.Forms.Padding(2);
  376. this.btnDisplayXRay.Name = "btnDisplayXRay";
  377. this.btnDisplayXRay.Size = new System.Drawing.Size(76, 33);
  378. this.btnDisplayXRay.TabIndex = 2;
  379. this.btnDisplayXRay.Text = "默认点采集";
  380. this.btnDisplayXRay.UseVisualStyleBackColor = true;
  381. this.btnDisplayXRay.Click += new System.EventHandler(this.btnDisplayXRay_Click);
  382. //
  383. // lbXrayCount
  384. //
  385. this.lbXrayCount.AutoSize = true;
  386. this.lbXrayCount.Location = new System.Drawing.Point(260, 19);
  387. this.lbXrayCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  388. this.lbXrayCount.Name = "lbXrayCount";
  389. this.lbXrayCount.Size = new System.Drawing.Size(59, 12);
  390. this.lbXrayCount.TabIndex = 13;
  391. this.lbXrayCount.Text = "DropCount";
  392. //
  393. // btnCollectionTime
  394. //
  395. this.btnCollectionTime.Enabled = false;
  396. this.btnCollectionTime.Location = new System.Drawing.Point(167, 15);
  397. this.btnCollectionTime.Margin = new System.Windows.Forms.Padding(2);
  398. this.btnCollectionTime.Name = "btnCollectionTime";
  399. this.btnCollectionTime.Size = new System.Drawing.Size(40, 21);
  400. this.btnCollectionTime.TabIndex = 8;
  401. this.btnCollectionTime.Text = "Test";
  402. this.btnCollectionTime.UseVisualStyleBackColor = true;
  403. this.btnCollectionTime.Visible = false;
  404. this.btnCollectionTime.Click += new System.EventHandler(this.btnCollectionTime_Click);
  405. //
  406. // tbCollectionTime
  407. //
  408. this.tbCollectionTime.Location = new System.Drawing.Point(76, 16);
  409. this.tbCollectionTime.Margin = new System.Windows.Forms.Padding(2);
  410. this.tbCollectionTime.Name = "tbCollectionTime";
  411. this.tbCollectionTime.Size = new System.Drawing.Size(63, 21);
  412. this.tbCollectionTime.TabIndex = 1;
  413. this.tbCollectionTime.Text = "120";
  414. //
  415. // label2
  416. //
  417. this.label2.AutoSize = true;
  418. this.label2.Location = new System.Drawing.Point(143, 19);
  419. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  420. this.label2.Name = "label2";
  421. this.label2.Size = new System.Drawing.Size(17, 12);
  422. this.label2.TabIndex = 0;
  423. this.label2.Text = "ms";
  424. //
  425. // lblCollectionTime
  426. //
  427. this.lblCollectionTime.AutoSize = true;
  428. this.lblCollectionTime.Location = new System.Drawing.Point(1, 19);
  429. this.lblCollectionTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  430. this.lblCollectionTime.Name = "lblCollectionTime";
  431. this.lblCollectionTime.Size = new System.Drawing.Size(53, 12);
  432. this.lblCollectionTime.TabIndex = 0;
  433. this.lblCollectionTime.Text = "采集时间";
  434. //
  435. // tabImage2
  436. //
  437. this.tabImage2.Controls.Add(this.splitContainer1);
  438. this.tabImage2.Location = new System.Drawing.Point(4, 22);
  439. this.tabImage2.Name = "tabImage2";
  440. this.tabImage2.Padding = new System.Windows.Forms.Padding(3);
  441. this.tabImage2.Size = new System.Drawing.Size(827, 710);
  442. this.tabImage2.TabIndex = 2;
  443. this.tabImage2.Text = "轴方向测试";
  444. this.tabImage2.UseVisualStyleBackColor = true;
  445. //
  446. // splitContainer1
  447. //
  448. this.splitContainer1.Location = new System.Drawing.Point(7, 8);
  449. this.splitContainer1.Name = "splitContainer1";
  450. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  451. //
  452. // splitContainer1.Panel1
  453. //
  454. this.splitContainer1.Panel1.Controls.Add(this.btn_Recommendedconfiguration);
  455. this.splitContainer1.Panel1.Controls.Add(this.label5);
  456. this.splitContainer1.Panel1.Controls.Add(this.cb_imageresolution);
  457. this.splitContainer1.Panel1.Controls.Add(this.label4);
  458. this.splitContainer1.Panel1.Controls.Add(this.label3);
  459. this.splitContainer1.Panel1.Controls.Add(this.tB_scanFieldSize100);
  460. this.splitContainer1.Panel1.Controls.Add(this.label1);
  461. this.splitContainer1.Panel1.Controls.Add(this.btn_confirm);
  462. this.splitContainer1.Panel1.Controls.Add(this.cb_Ydirection);
  463. this.splitContainer1.Panel1.Controls.Add(this.label_y);
  464. this.splitContainer1.Panel1.Controls.Add(this.cb_Xdirection);
  465. this.splitContainer1.Panel1.Controls.Add(this.label_x);
  466. this.splitContainer1.Panel1.Controls.Add(this.btn_continuousshot);
  467. //
  468. // splitContainer1.Panel2
  469. //
  470. this.splitContainer1.Panel2.Controls.Add(this.pictureBox3);
  471. this.splitContainer1.Panel2.Controls.Add(this.pictureBox4);
  472. this.splitContainer1.Panel2.Controls.Add(this.pictureBox2);
  473. this.splitContainer1.Panel2.Controls.Add(this.pictureBox1);
  474. this.splitContainer1.Size = new System.Drawing.Size(813, 695);
  475. this.splitContainer1.SplitterDistance = 81;
  476. this.splitContainer1.TabIndex = 3;
  477. //
  478. // btn_Recommendedconfiguration
  479. //
  480. this.btn_Recommendedconfiguration.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  481. this.btn_Recommendedconfiguration.Location = new System.Drawing.Point(259, 41);
  482. this.btn_Recommendedconfiguration.Name = "btn_Recommendedconfiguration";
  483. this.btn_Recommendedconfiguration.Size = new System.Drawing.Size(75, 23);
  484. this.btn_Recommendedconfiguration.TabIndex = 16;
  485. this.btn_Recommendedconfiguration.Text = "推荐配置";
  486. this.btn_Recommendedconfiguration.UseVisualStyleBackColor = true;
  487. this.btn_Recommendedconfiguration.Click += new System.EventHandler(this.btn_Recommendedconfiguration_Click);
  488. //
  489. // label5
  490. //
  491. this.label5.AutoSize = true;
  492. this.label5.Location = new System.Drawing.Point(512, 53);
  493. this.label5.Name = "label5";
  494. this.label5.Size = new System.Drawing.Size(131, 12);
  495. this.label5.TabIndex = 15;
  496. this.label5.Text = "请在 100 放大倍数调试";
  497. //
  498. // cb_imageresolution
  499. //
  500. this.cb_imageresolution.FormattingEnabled = true;
  501. this.cb_imageresolution.Location = new System.Drawing.Point(66, 45);
  502. this.cb_imageresolution.Name = "cb_imageresolution";
  503. this.cb_imageresolution.Size = new System.Drawing.Size(121, 20);
  504. this.cb_imageresolution.TabIndex = 14;
  505. //
  506. // label4
  507. //
  508. this.label4.AutoSize = true;
  509. this.label4.Location = new System.Drawing.Point(7, 48);
  510. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  511. this.label4.Name = "label4";
  512. this.label4.Size = new System.Drawing.Size(47, 12);
  513. this.label4.TabIndex = 13;
  514. this.label4.Text = "分辨率:";
  515. //
  516. // label3
  517. //
  518. this.label3.AutoSize = true;
  519. this.label3.Location = new System.Drawing.Point(597, 11);
  520. this.label3.Name = "label3";
  521. this.label3.Size = new System.Drawing.Size(29, 12);
  522. this.label3.TabIndex = 8;
  523. this.label3.Text = "微米";
  524. //
  525. // tB_scanFieldSize100
  526. //
  527. this.tB_scanFieldSize100.Location = new System.Drawing.Point(491, 7);
  528. this.tB_scanFieldSize100.Name = "tB_scanFieldSize100";
  529. this.tB_scanFieldSize100.Size = new System.Drawing.Size(100, 21);
  530. this.tB_scanFieldSize100.TabIndex = 7;
  531. this.tB_scanFieldSize100.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  532. //
  533. // label1
  534. //
  535. this.label1.AutoSize = true;
  536. this.label1.Location = new System.Drawing.Point(391, 11);
  537. this.label1.Name = "label1";
  538. this.label1.Size = new System.Drawing.Size(107, 12);
  539. this.label1.TabIndex = 6;
  540. this.label1.Text = "100倍下屏幕宽度:";
  541. //
  542. // btn_confirm
  543. //
  544. this.btn_confirm.Location = new System.Drawing.Point(730, 11);
  545. this.btn_confirm.Name = "btn_confirm";
  546. this.btn_confirm.Size = new System.Drawing.Size(75, 60);
  547. this.btn_confirm.TabIndex = 5;
  548. this.btn_confirm.Text = "保存";
  549. this.btn_confirm.UseVisualStyleBackColor = true;
  550. this.btn_confirm.Click += new System.EventHandler(this.btn_confirm_Click);
  551. //
  552. // cb_Ydirection
  553. //
  554. this.cb_Ydirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  555. this.cb_Ydirection.FormattingEnabled = true;
  556. this.cb_Ydirection.Location = new System.Drawing.Point(259, 7);
  557. this.cb_Ydirection.Name = "cb_Ydirection";
  558. this.cb_Ydirection.Size = new System.Drawing.Size(119, 20);
  559. this.cb_Ydirection.TabIndex = 4;
  560. //
  561. // label_y
  562. //
  563. this.label_y.AutoSize = true;
  564. this.label_y.Location = new System.Drawing.Point(193, 11);
  565. this.label_y.Name = "label_y";
  566. this.label_y.Size = new System.Drawing.Size(71, 12);
  567. this.label_y.TabIndex = 3;
  568. this.label_y.Text = "y轴正方向:";
  569. //
  570. // cb_Xdirection
  571. //
  572. this.cb_Xdirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  573. this.cb_Xdirection.FormattingEnabled = true;
  574. this.cb_Xdirection.Location = new System.Drawing.Point(68, 8);
  575. this.cb_Xdirection.Name = "cb_Xdirection";
  576. this.cb_Xdirection.Size = new System.Drawing.Size(119, 20);
  577. this.cb_Xdirection.TabIndex = 2;
  578. //
  579. // label_x
  580. //
  581. this.label_x.AutoSize = true;
  582. this.label_x.Location = new System.Drawing.Point(3, 11);
  583. this.label_x.Name = "label_x";
  584. this.label_x.Size = new System.Drawing.Size(71, 12);
  585. this.label_x.TabIndex = 1;
  586. this.label_x.Text = "x轴正方向:";
  587. //
  588. // btn_continuousshot
  589. //
  590. this.btn_continuousshot.Location = new System.Drawing.Point(649, 11);
  591. this.btn_continuousshot.Name = "btn_continuousshot";
  592. this.btn_continuousshot.Size = new System.Drawing.Size(75, 61);
  593. this.btn_continuousshot.TabIndex = 0;
  594. this.btn_continuousshot.Text = "轴方向验证";
  595. this.btn_continuousshot.UseVisualStyleBackColor = true;
  596. this.btn_continuousshot.Click += new System.EventHandler(this.btn_continuousshot_Click);
  597. //
  598. // pictureBox3
  599. //
  600. this.pictureBox3.BackColor = System.Drawing.Color.White;
  601. this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  602. this.pictureBox3.Location = new System.Drawing.Point(405, 305);
  603. this.pictureBox3.Margin = new System.Windows.Forms.Padding(2);
  604. this.pictureBox3.Name = "pictureBox3";
  605. this.pictureBox3.Size = new System.Drawing.Size(400, 300);
  606. this.pictureBox3.TabIndex = 4;
  607. this.pictureBox3.TabStop = false;
  608. //
  609. // pictureBox4
  610. //
  611. this.pictureBox4.BackColor = System.Drawing.Color.White;
  612. this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  613. this.pictureBox4.Location = new System.Drawing.Point(5, 305);
  614. this.pictureBox4.Margin = new System.Windows.Forms.Padding(2);
  615. this.pictureBox4.Name = "pictureBox4";
  616. this.pictureBox4.Size = new System.Drawing.Size(400, 300);
  617. this.pictureBox4.TabIndex = 3;
  618. this.pictureBox4.TabStop = false;
  619. //
  620. // pictureBox2
  621. //
  622. this.pictureBox2.BackColor = System.Drawing.Color.White;
  623. this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  624. this.pictureBox2.Location = new System.Drawing.Point(405, 5);
  625. this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
  626. this.pictureBox2.Name = "pictureBox2";
  627. this.pictureBox2.Size = new System.Drawing.Size(400, 300);
  628. this.pictureBox2.TabIndex = 2;
  629. this.pictureBox2.TabStop = false;
  630. //
  631. // pictureBox1
  632. //
  633. this.pictureBox1.BackColor = System.Drawing.Color.White;
  634. this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  635. this.pictureBox1.Location = new System.Drawing.Point(5, 5);
  636. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  637. this.pictureBox1.Name = "pictureBox1";
  638. this.pictureBox1.Size = new System.Drawing.Size(400, 300);
  639. this.pictureBox1.TabIndex = 1;
  640. this.pictureBox1.TabStop = false;
  641. //
  642. // ControllerSettingForm
  643. //
  644. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  645. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  646. this.BackColor = System.Drawing.Color.White;
  647. this.ClientSize = new System.Drawing.Size(835, 736);
  648. this.Controls.Add(this.tabSetting);
  649. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  650. this.Margin = new System.Windows.Forms.Padding(2);
  651. this.MinimumSize = new System.Drawing.Size(639, 403);
  652. this.Name = "ControllerSettingForm";
  653. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  654. this.Text = "BSEAndXrayTest";
  655. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ControllerSettingForm_FormClosing);
  656. this.Load += new System.EventHandler(this.ControllerSettingForm_Load);
  657. this.tabSetting.ResumeLayout(false);
  658. this.tabImage.ResumeLayout(false);
  659. this.tabImage.PerformLayout();
  660. this.groupBox2.ResumeLayout(false);
  661. this.panel1.ResumeLayout(false);
  662. ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
  663. this.tabXRay.ResumeLayout(false);
  664. this.tabXRay.PerformLayout();
  665. this.groupBox1.ResumeLayout(false);
  666. ((System.ComponentModel.ISupportInitialize)(this.chartXRay)).EndInit();
  667. this.tabImage2.ResumeLayout(false);
  668. this.splitContainer1.Panel1.ResumeLayout(false);
  669. this.splitContainer1.Panel1.PerformLayout();
  670. this.splitContainer1.Panel2.ResumeLayout(false);
  671. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  672. this.splitContainer1.ResumeLayout(false);
  673. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  674. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  675. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  676. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  677. this.ResumeLayout(false);
  678. }
  679. #endregion
  680. private System.Windows.Forms.TabControl tabSetting;
  681. private System.Windows.Forms.TabPage tabXRay;
  682. private System.Windows.Forms.Label lblCollectionTime;
  683. private System.Windows.Forms.TextBox tbCollectionTime;
  684. private System.Windows.Forms.Label label2;
  685. private System.Windows.Forms.Button btnCollectionTime;
  686. private System.Windows.Forms.Label lbXrayCount;
  687. private System.Windows.Forms.GroupBox groupBox1;
  688. private System.Windows.Forms.DataVisualization.Charting.Chart chartXRay;
  689. private System.Windows.Forms.Button btnDisplayXRay;
  690. private System.Windows.Forms.TabPage tabImage;
  691. private System.Windows.Forms.GroupBox groupBox2;
  692. private System.Windows.Forms.Panel panel1;
  693. private System.Windows.Forms.PictureBox pbImage;
  694. private System.Windows.Forms.Button btnClear;
  695. private System.Windows.Forms.Button btnDisplay;
  696. private System.Windows.Forms.TextBox tbRHeight;
  697. private System.Windows.Forms.TextBox tbRWidth;
  698. private System.Windows.Forms.Label lblDwellTime;
  699. private System.Windows.Forms.Label lblResolution;
  700. private System.Windows.Forms.Button btnSaveImage;
  701. private System.Windows.Forms.ComboBox ddlDwellTime;
  702. private System.Windows.Forms.Button btnAreaRay;
  703. private System.Windows.Forms.Button btnPointXRay;
  704. private System.Windows.Forms.Button btnClearData;
  705. private System.Windows.Forms.Button btnEanalysis;
  706. private System.Windows.Forms.TabPage tabImage2;
  707. private System.Windows.Forms.SplitContainer splitContainer1;
  708. private System.Windows.Forms.Label label5;
  709. private System.Windows.Forms.ComboBox cb_imageresolution;
  710. private System.Windows.Forms.Label label4;
  711. private System.Windows.Forms.Label label3;
  712. private System.Windows.Forms.TextBox tB_scanFieldSize100;
  713. private System.Windows.Forms.Label label1;
  714. private System.Windows.Forms.Button btn_confirm;
  715. private System.Windows.Forms.ComboBox cb_Ydirection;
  716. private System.Windows.Forms.Label label_y;
  717. private System.Windows.Forms.ComboBox cb_Xdirection;
  718. private System.Windows.Forms.Label label_x;
  719. private System.Windows.Forms.Button btn_continuousshot;
  720. private System.Windows.Forms.PictureBox pictureBox3;
  721. private System.Windows.Forms.PictureBox pictureBox4;
  722. private System.Windows.Forms.PictureBox pictureBox2;
  723. private System.Windows.Forms.PictureBox pictureBox1;
  724. private System.Windows.Forms.Button btn_Recommendedconfiguration;
  725. }
  726. }