ControllerSettingForm.Designer.cs 38 KB

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