ControllerSettingForm.Designer.cs 36 KB

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