ControllerSettingForm.Designer.cs 35 KB

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