ControllerSettingForm.Designer.cs 36 KB

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