ControllerSettingForm.Designer.cs 25 KB

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