ControllerSettingForm.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  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.tabSetting.SuspendLayout();
  58. this.tabImage.SuspendLayout();
  59. this.groupBox2.SuspendLayout();
  60. this.panel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.pbImage)).BeginInit();
  62. this.tabXRay.SuspendLayout();
  63. this.groupBox1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.chartXRay)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // tabSetting
  68. //
  69. this.tabSetting.Controls.Add(this.tabImage);
  70. this.tabSetting.Controls.Add(this.tabXRay);
  71. this.tabSetting.Dock = System.Windows.Forms.DockStyle.Fill;
  72. this.tabSetting.Location = new System.Drawing.Point(0, 0);
  73. this.tabSetting.Margin = new System.Windows.Forms.Padding(2);
  74. this.tabSetting.Name = "tabSetting";
  75. this.tabSetting.SelectedIndex = 0;
  76. this.tabSetting.Size = new System.Drawing.Size(959, 770);
  77. this.tabSetting.TabIndex = 2;
  78. //
  79. // tabImage
  80. //
  81. this.tabImage.Controls.Add(this.ddlDwellTime);
  82. this.tabImage.Controls.Add(this.groupBox2);
  83. this.tabImage.Controls.Add(this.btnSaveImage);
  84. this.tabImage.Controls.Add(this.btnDisplay);
  85. this.tabImage.Controls.Add(this.tbRHeight);
  86. this.tabImage.Controls.Add(this.tbRWidth);
  87. this.tabImage.Controls.Add(this.lblDwellTime);
  88. this.tabImage.Controls.Add(this.lblResolution);
  89. this.tabImage.Location = new System.Drawing.Point(4, 22);
  90. this.tabImage.Margin = new System.Windows.Forms.Padding(2);
  91. this.tabImage.Name = "tabImage";
  92. this.tabImage.Padding = new System.Windows.Forms.Padding(2);
  93. this.tabImage.Size = new System.Drawing.Size(951, 744);
  94. this.tabImage.TabIndex = 1;
  95. this.tabImage.Text = "BSE测试";
  96. this.tabImage.UseVisualStyleBackColor = true;
  97. //
  98. // ddlDwellTime
  99. //
  100. this.ddlDwellTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  101. this.ddlDwellTime.FormattingEnabled = true;
  102. this.ddlDwellTime.Items.AddRange(new object[] {
  103. "Low",
  104. "Medium",
  105. "High"});
  106. this.ddlDwellTime.Location = new System.Drawing.Point(266, 16);
  107. this.ddlDwellTime.Margin = new System.Windows.Forms.Padding(2);
  108. this.ddlDwellTime.Name = "ddlDwellTime";
  109. this.ddlDwellTime.Size = new System.Drawing.Size(82, 20);
  110. this.ddlDwellTime.TabIndex = 0;
  111. //
  112. // groupBox2
  113. //
  114. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  115. | System.Windows.Forms.AnchorStyles.Left)
  116. | System.Windows.Forms.AnchorStyles.Right)));
  117. this.groupBox2.BackColor = System.Drawing.Color.White;
  118. this.groupBox2.Controls.Add(this.panel1);
  119. this.groupBox2.Controls.Add(this.btnClear);
  120. this.groupBox2.Location = new System.Drawing.Point(6, 45);
  121. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  122. this.groupBox2.Name = "groupBox2";
  123. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  124. this.groupBox2.Size = new System.Drawing.Size(938, 692);
  125. this.groupBox2.TabIndex = 13;
  126. this.groupBox2.TabStop = false;
  127. this.groupBox2.Text = "图像显示";
  128. //
  129. // panel1
  130. //
  131. this.panel1.AutoScroll = true;
  132. this.panel1.Controls.Add(this.pbImage);
  133. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  134. this.panel1.Location = new System.Drawing.Point(2, 16);
  135. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  136. this.panel1.Name = "panel1";
  137. this.panel1.Size = new System.Drawing.Size(934, 674);
  138. this.panel1.TabIndex = 2;
  139. //
  140. // pbImage
  141. //
  142. this.pbImage.BackColor = System.Drawing.Color.White;
  143. this.pbImage.Dock = System.Windows.Forms.DockStyle.Fill;
  144. this.pbImage.Location = new System.Drawing.Point(0, 0);
  145. this.pbImage.Margin = new System.Windows.Forms.Padding(2);
  146. this.pbImage.Name = "pbImage";
  147. this.pbImage.Size = new System.Drawing.Size(934, 674);
  148. this.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  149. this.pbImage.TabIndex = 0;
  150. this.pbImage.TabStop = false;
  151. //
  152. // btnClear
  153. //
  154. this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  155. this.btnClear.Location = new System.Drawing.Point(866, 77);
  156. this.btnClear.Margin = new System.Windows.Forms.Padding(2);
  157. this.btnClear.Name = "btnClear";
  158. this.btnClear.Size = new System.Drawing.Size(67, 50);
  159. this.btnClear.TabIndex = 1;
  160. this.btnClear.Text = "Clear";
  161. this.btnClear.UseVisualStyleBackColor = true;
  162. this.btnClear.Visible = false;
  163. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  164. //
  165. // btnSaveImage
  166. //
  167. this.btnSaveImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  168. this.btnSaveImage.Location = new System.Drawing.Point(387, 8);
  169. this.btnSaveImage.Margin = new System.Windows.Forms.Padding(2);
  170. this.btnSaveImage.Name = "btnSaveImage";
  171. this.btnSaveImage.Size = new System.Drawing.Size(67, 33);
  172. this.btnSaveImage.TabIndex = 4;
  173. this.btnSaveImage.Text = "保存图片";
  174. this.btnSaveImage.UseVisualStyleBackColor = true;
  175. this.btnSaveImage.Visible = false;
  176. this.btnSaveImage.Click += new System.EventHandler(this.btnSaveImage_Click);
  177. //
  178. // btnDisplay
  179. //
  180. this.btnDisplay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  181. this.btnDisplay.Location = new System.Drawing.Point(593, 8);
  182. this.btnDisplay.Margin = new System.Windows.Forms.Padding(2);
  183. this.btnDisplay.Name = "btnDisplay";
  184. this.btnDisplay.Size = new System.Drawing.Size(133, 33);
  185. this.btnDisplay.TabIndex = 5;
  186. this.btnDisplay.Text = "图像采集";
  187. this.btnDisplay.UseVisualStyleBackColor = true;
  188. this.btnDisplay.Click += new System.EventHandler(this.btnDisplay_Click);
  189. //
  190. // tbRHeight
  191. //
  192. this.tbRHeight.Location = new System.Drawing.Point(119, 15);
  193. this.tbRHeight.Margin = new System.Windows.Forms.Padding(2);
  194. this.tbRHeight.Name = "tbRHeight";
  195. this.tbRHeight.Size = new System.Drawing.Size(48, 21);
  196. this.tbRHeight.TabIndex = 2;
  197. this.tbRHeight.Text = "768";
  198. //
  199. // tbRWidth
  200. //
  201. this.tbRWidth.Location = new System.Drawing.Point(66, 15);
  202. this.tbRWidth.Margin = new System.Windows.Forms.Padding(2);
  203. this.tbRWidth.Name = "tbRWidth";
  204. this.tbRWidth.Size = new System.Drawing.Size(48, 21);
  205. this.tbRWidth.TabIndex = 1;
  206. this.tbRWidth.Text = "1024";
  207. //
  208. // lblDwellTime
  209. //
  210. this.lblDwellTime.AutoSize = true;
  211. this.lblDwellTime.Location = new System.Drawing.Point(189, 19);
  212. this.lblDwellTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  213. this.lblDwellTime.Name = "lblDwellTime";
  214. this.lblDwellTime.Size = new System.Drawing.Size(53, 12);
  215. this.lblDwellTime.TabIndex = 10;
  216. this.lblDwellTime.Text = "采集时间";
  217. //
  218. // lblResolution
  219. //
  220. this.lblResolution.AutoSize = true;
  221. this.lblResolution.Location = new System.Drawing.Point(-3, 19);
  222. this.lblResolution.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  223. this.lblResolution.Name = "lblResolution";
  224. this.lblResolution.Size = new System.Drawing.Size(41, 12);
  225. this.lblResolution.TabIndex = 10;
  226. this.lblResolution.Text = "分辨率";
  227. //
  228. // tabXRay
  229. //
  230. this.tabXRay.Controls.Add(this.groupBox1);
  231. this.tabXRay.Controls.Add(this.btnClearData);
  232. this.tabXRay.Controls.Add(this.btnAreaRay);
  233. this.tabXRay.Controls.Add(this.btnPointXRay);
  234. this.tabXRay.Controls.Add(this.btnEanalysis);
  235. this.tabXRay.Controls.Add(this.btnDisplayXRay);
  236. this.tabXRay.Controls.Add(this.lbXrayCount);
  237. this.tabXRay.Controls.Add(this.btnCollectionTime);
  238. this.tabXRay.Controls.Add(this.tbCollectionTime);
  239. this.tabXRay.Controls.Add(this.label2);
  240. this.tabXRay.Controls.Add(this.lblCollectionTime);
  241. this.tabXRay.Location = new System.Drawing.Point(4, 22);
  242. this.tabXRay.Margin = new System.Windows.Forms.Padding(2);
  243. this.tabXRay.Name = "tabXRay";
  244. this.tabXRay.Padding = new System.Windows.Forms.Padding(2);
  245. this.tabXRay.Size = new System.Drawing.Size(951, 744);
  246. this.tabXRay.TabIndex = 0;
  247. this.tabXRay.Text = "X-Ray测试";
  248. this.tabXRay.UseVisualStyleBackColor = true;
  249. //
  250. // groupBox1
  251. //
  252. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  253. | System.Windows.Forms.AnchorStyles.Left)
  254. | System.Windows.Forms.AnchorStyles.Right)));
  255. this.groupBox1.BackColor = System.Drawing.Color.White;
  256. this.groupBox1.Controls.Add(this.chartXRay);
  257. this.groupBox1.Location = new System.Drawing.Point(6, 45);
  258. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  259. this.groupBox1.Name = "groupBox1";
  260. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  261. this.groupBox1.Size = new System.Drawing.Size(819, 665);
  262. this.groupBox1.TabIndex = 16;
  263. this.groupBox1.TabStop = false;
  264. this.groupBox1.Text = "图像显示";
  265. //
  266. // chartXRay
  267. //
  268. this.chartXRay.BackImageAlignment = System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Center;
  269. chartArea1.Name = "ChartArea1";
  270. this.chartXRay.ChartAreas.Add(chartArea1);
  271. this.chartXRay.Dock = System.Windows.Forms.DockStyle.Fill;
  272. this.chartXRay.Location = new System.Drawing.Point(2, 16);
  273. this.chartXRay.Margin = new System.Windows.Forms.Padding(2);
  274. this.chartXRay.Name = "chartXRay";
  275. series1.ChartArea = "ChartArea1";
  276. series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
  277. series1.CustomProperties = "MaxPixelPointWidth=2000, PointWidth=0.1, PixelPointWidth=1";
  278. series1.LabelBorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.NotSet;
  279. series1.LabelBorderWidth = 0;
  280. series1.MarkerSize = 1;
  281. series1.Name = "Series1";
  282. series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int64;
  283. series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int64;
  284. this.chartXRay.Series.Add(series1);
  285. this.chartXRay.Size = new System.Drawing.Size(815, 647);
  286. this.chartXRay.SuppressExceptions = true;
  287. this.chartXRay.TabIndex = 2;
  288. this.chartXRay.Text = "chart2";
  289. //
  290. // btnClearData
  291. //
  292. this.btnClearData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  293. this.btnClearData.Location = new System.Drawing.Point(702, 9);
  294. this.btnClearData.Margin = new System.Windows.Forms.Padding(2);
  295. this.btnClearData.Name = "btnClearData";
  296. this.btnClearData.Size = new System.Drawing.Size(49, 33);
  297. this.btnClearData.TabIndex = 5;
  298. this.btnClearData.Text = "清空";
  299. this.btnClearData.UseVisualStyleBackColor = true;
  300. this.btnClearData.Click += new System.EventHandler(this.btnClearData_Click);
  301. //
  302. // btnAreaRay
  303. //
  304. this.btnAreaRay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  305. this.btnAreaRay.Location = new System.Drawing.Point(425, 9);
  306. this.btnAreaRay.Margin = new System.Windows.Forms.Padding(2);
  307. this.btnAreaRay.Name = "btnAreaRay";
  308. this.btnAreaRay.Size = new System.Drawing.Size(67, 33);
  309. this.btnAreaRay.TabIndex = 4;
  310. this.btnAreaRay.Text = "面积采集";
  311. this.btnAreaRay.UseVisualStyleBackColor = true;
  312. this.btnAreaRay.Click += new System.EventHandler(this.btnAreaRay_Click);
  313. //
  314. // btnPointXRay
  315. //
  316. this.btnPointXRay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  317. this.btnPointXRay.Location = new System.Drawing.Point(595, 9);
  318. this.btnPointXRay.Margin = new System.Windows.Forms.Padding(2);
  319. this.btnPointXRay.Name = "btnPointXRay";
  320. this.btnPointXRay.Size = new System.Drawing.Size(89, 33);
  321. this.btnPointXRay.TabIndex = 3;
  322. this.btnPointXRay.Text = "多点采集";
  323. this.btnPointXRay.UseVisualStyleBackColor = true;
  324. this.btnPointXRay.Click += new System.EventHandler(this.btnPointXRay_Click);
  325. //
  326. // btnEanalysis
  327. //
  328. this.btnEanalysis.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  329. this.btnEanalysis.Location = new System.Drawing.Point(756, 9);
  330. this.btnEanalysis.Margin = new System.Windows.Forms.Padding(2);
  331. this.btnEanalysis.Name = "btnEanalysis";
  332. this.btnEanalysis.Size = new System.Drawing.Size(67, 33);
  333. this.btnEanalysis.TabIndex = 6;
  334. this.btnEanalysis.Text = "元素分析";
  335. this.btnEanalysis.UseVisualStyleBackColor = true;
  336. this.btnEanalysis.Click += new System.EventHandler(this.btnEanalysis_Click);
  337. //
  338. // btnDisplayXRay
  339. //
  340. this.btnDisplayXRay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  341. this.btnDisplayXRay.Location = new System.Drawing.Point(496, 9);
  342. this.btnDisplayXRay.Margin = new System.Windows.Forms.Padding(2);
  343. this.btnDisplayXRay.Name = "btnDisplayXRay";
  344. this.btnDisplayXRay.Size = new System.Drawing.Size(95, 33);
  345. this.btnDisplayXRay.TabIndex = 2;
  346. this.btnDisplayXRay.Text = "默认点采集";
  347. this.btnDisplayXRay.UseVisualStyleBackColor = true;
  348. this.btnDisplayXRay.Click += new System.EventHandler(this.btnDisplayXRay_Click);
  349. //
  350. // lbXrayCount
  351. //
  352. this.lbXrayCount.AutoSize = true;
  353. this.lbXrayCount.Location = new System.Drawing.Point(260, 19);
  354. this.lbXrayCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  355. this.lbXrayCount.Name = "lbXrayCount";
  356. this.lbXrayCount.Size = new System.Drawing.Size(59, 12);
  357. this.lbXrayCount.TabIndex = 13;
  358. this.lbXrayCount.Text = "DropCount";
  359. //
  360. // btnCollectionTime
  361. //
  362. this.btnCollectionTime.Enabled = false;
  363. this.btnCollectionTime.Location = new System.Drawing.Point(167, 15);
  364. this.btnCollectionTime.Margin = new System.Windows.Forms.Padding(2);
  365. this.btnCollectionTime.Name = "btnCollectionTime";
  366. this.btnCollectionTime.Size = new System.Drawing.Size(40, 21);
  367. this.btnCollectionTime.TabIndex = 8;
  368. this.btnCollectionTime.Text = "Test";
  369. this.btnCollectionTime.UseVisualStyleBackColor = true;
  370. this.btnCollectionTime.Visible = false;
  371. this.btnCollectionTime.Click += new System.EventHandler(this.btnCollectionTime_Click);
  372. //
  373. // tbCollectionTime
  374. //
  375. this.tbCollectionTime.Location = new System.Drawing.Point(76, 16);
  376. this.tbCollectionTime.Margin = new System.Windows.Forms.Padding(2);
  377. this.tbCollectionTime.Name = "tbCollectionTime";
  378. this.tbCollectionTime.Size = new System.Drawing.Size(63, 21);
  379. this.tbCollectionTime.TabIndex = 1;
  380. this.tbCollectionTime.Text = "120";
  381. //
  382. // label2
  383. //
  384. this.label2.AutoSize = true;
  385. this.label2.Location = new System.Drawing.Point(143, 19);
  386. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  387. this.label2.Name = "label2";
  388. this.label2.Size = new System.Drawing.Size(17, 12);
  389. this.label2.TabIndex = 0;
  390. this.label2.Text = "ms";
  391. //
  392. // lblCollectionTime
  393. //
  394. this.lblCollectionTime.AutoSize = true;
  395. this.lblCollectionTime.Location = new System.Drawing.Point(1, 19);
  396. this.lblCollectionTime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  397. this.lblCollectionTime.Name = "lblCollectionTime";
  398. this.lblCollectionTime.Size = new System.Drawing.Size(53, 12);
  399. this.lblCollectionTime.TabIndex = 0;
  400. this.lblCollectionTime.Text = "采集时间";
  401. //
  402. // ControllerSettingForm
  403. //
  404. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  405. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  406. this.BackColor = System.Drawing.Color.White;
  407. this.ClientSize = new System.Drawing.Size(959, 770);
  408. this.Controls.Add(this.tabSetting);
  409. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  410. this.Margin = new System.Windows.Forms.Padding(2);
  411. this.MinimumSize = new System.Drawing.Size(639, 403);
  412. this.Name = "ControllerSettingForm";
  413. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  414. this.Text = "BSEAndXrayTest";
  415. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ControllerSettingForm_FormClosing);
  416. this.Load += new System.EventHandler(this.ControllerSettingForm_Load);
  417. this.tabSetting.ResumeLayout(false);
  418. this.tabImage.ResumeLayout(false);
  419. this.tabImage.PerformLayout();
  420. this.groupBox2.ResumeLayout(false);
  421. this.panel1.ResumeLayout(false);
  422. ((System.ComponentModel.ISupportInitialize)(this.pbImage)).EndInit();
  423. this.tabXRay.ResumeLayout(false);
  424. this.tabXRay.PerformLayout();
  425. this.groupBox1.ResumeLayout(false);
  426. ((System.ComponentModel.ISupportInitialize)(this.chartXRay)).EndInit();
  427. this.ResumeLayout(false);
  428. }
  429. #endregion
  430. private System.Windows.Forms.TabControl tabSetting;
  431. private System.Windows.Forms.TabPage tabXRay;
  432. private System.Windows.Forms.Label lblCollectionTime;
  433. private System.Windows.Forms.TextBox tbCollectionTime;
  434. private System.Windows.Forms.Label label2;
  435. private System.Windows.Forms.Button btnCollectionTime;
  436. private System.Windows.Forms.Label lbXrayCount;
  437. private System.Windows.Forms.GroupBox groupBox1;
  438. private System.Windows.Forms.DataVisualization.Charting.Chart chartXRay;
  439. private System.Windows.Forms.Button btnDisplayXRay;
  440. private System.Windows.Forms.TabPage tabImage;
  441. private System.Windows.Forms.GroupBox groupBox2;
  442. private System.Windows.Forms.Panel panel1;
  443. private System.Windows.Forms.PictureBox pbImage;
  444. private System.Windows.Forms.Button btnClear;
  445. private System.Windows.Forms.Button btnDisplay;
  446. private System.Windows.Forms.TextBox tbRHeight;
  447. private System.Windows.Forms.TextBox tbRWidth;
  448. private System.Windows.Forms.Label lblDwellTime;
  449. private System.Windows.Forms.Label lblResolution;
  450. private System.Windows.Forms.Button btnSaveImage;
  451. private System.Windows.Forms.ComboBox ddlDwellTime;
  452. private System.Windows.Forms.Button btnAreaRay;
  453. private System.Windows.Forms.Button btnPointXRay;
  454. private System.Windows.Forms.Button btnClearData;
  455. private System.Windows.Forms.Button btnEanalysis;
  456. }
  457. }