ControllerSettingForm.Designer.cs 36 KB

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