ControllerSettingForm.Designer.cs 38 KB

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