ControllerSettingForm.Designer.cs 22 KB

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