ControllerSettingForm.Designer.cs 37 KB

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