frmReMeasure.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  1. 
  2. using OTSIncAReportGraph.Controls;
  3. namespace OTSIncAReportApp
  4. {
  5. partial class frmReMeasure
  6. {
  7. /// <summary>
  8. /// Required designer variable.
  9. /// </summary>
  10. private System.ComponentModel.IContainer components = null;
  11. /// <summary>
  12. /// Clean up any resources being used.
  13. /// </summary>
  14. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  15. protected override void Dispose(bool disposing)
  16. {
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows Form Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.LB_SCANTIME = new System.Windows.Forms.Label();
  32. this.NUD_SCANTIME = new System.Windows.Forms.NumericUpDown();
  33. this.LB_HAND = new System.Windows.Forms.Label();
  34. this.CB_HAND = new System.Windows.Forms.CheckBox();
  35. this.LB_partFun = new System.Windows.Forms.Label();
  36. this.CB_partFun = new System.Windows.Forms.ComboBox();
  37. this.LB_XRAYSCANMODE = new System.Windows.Forms.Label();
  38. this.IDC_COMBO_XRAYSCANMODE = new System.Windows.Forms.ComboBox();
  39. this.LB_Outspread = new System.Windows.Forms.Label();
  40. this.NUD_Outspread = new System.Windows.Forms.NumericUpDown();
  41. this.LB_IMGSCANSPEED = new System.Windows.Forms.Label();
  42. this.IDC_COMBO_IMGSCANSPEED = new System.Windows.Forms.ComboBox();
  43. this.groupBox_img = new System.Windows.Forms.GroupBox();
  44. this.pictureBox_part = new System.Windows.Forms.PictureBox();
  45. this.bgw_process = new System.ComponentModel.BackgroundWorker();
  46. this.richTextBox_process = new System.Windows.Forms.RichTextBox();
  47. this.groupBox_state = new System.Windows.Forms.GroupBox();
  48. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  49. this.groupBox_param = new System.Windows.Forms.GroupBox();
  50. this.BTN_NO = new System.Windows.Forms.Button();
  51. this.BTN_YES = new System.Windows.Forms.Button();
  52. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  53. this.BTN_EXPORT = new System.Windows.Forms.Button();
  54. this.groupBox2 = new System.Windows.Forms.GroupBox();
  55. this.tabControl_grid = new System.Windows.Forms.TabControl();
  56. this.tabPage1 = new System.Windows.Forms.TabPage();
  57. this.dgV_ParticlesDevidePage = new System.Windows.Forms.DataGridView();
  58. this.tabPage2 = new System.Windows.Forms.TabPage();
  59. this.dataGridView_success = new System.Windows.Forms.DataGridView();
  60. this.tableLayoutPanel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.NUD_SCANTIME)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.NUD_Outspread)).BeginInit();
  63. this.groupBox_img.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_part)).BeginInit();
  65. this.groupBox_state.SuspendLayout();
  66. this.tableLayoutPanel2.SuspendLayout();
  67. this.groupBox_param.SuspendLayout();
  68. this.tableLayoutPanel3.SuspendLayout();
  69. this.tabControl_grid.SuspendLayout();
  70. this.tabPage1.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.dgV_ParticlesDevidePage)).BeginInit();
  72. this.tabPage2.SuspendLayout();
  73. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_success)).BeginInit();
  74. this.SuspendLayout();
  75. //
  76. // tableLayoutPanel1
  77. //
  78. this.tableLayoutPanel1.ColumnCount = 2;
  79. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 61.76471F));
  80. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 38.23529F));
  81. this.tableLayoutPanel1.Controls.Add(this.LB_SCANTIME, 0, 2);
  82. this.tableLayoutPanel1.Controls.Add(this.NUD_SCANTIME, 1, 2);
  83. this.tableLayoutPanel1.Controls.Add(this.LB_HAND, 0, 5);
  84. this.tableLayoutPanel1.Controls.Add(this.CB_HAND, 1, 5);
  85. this.tableLayoutPanel1.Controls.Add(this.LB_partFun, 0, 4);
  86. this.tableLayoutPanel1.Controls.Add(this.CB_partFun, 1, 4);
  87. this.tableLayoutPanel1.Controls.Add(this.LB_XRAYSCANMODE, 0, 3);
  88. this.tableLayoutPanel1.Controls.Add(this.IDC_COMBO_XRAYSCANMODE, 1, 3);
  89. this.tableLayoutPanel1.Controls.Add(this.LB_Outspread, 0, 1);
  90. this.tableLayoutPanel1.Controls.Add(this.NUD_Outspread, 1, 1);
  91. this.tableLayoutPanel1.Controls.Add(this.LB_IMGSCANSPEED, 0, 0);
  92. this.tableLayoutPanel1.Controls.Add(this.IDC_COMBO_IMGSCANSPEED, 1, 0);
  93. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
  95. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  96. this.tableLayoutPanel1.RowCount = 6;
  97. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  98. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  99. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  100. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  101. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  102. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
  103. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
  104. this.tableLayoutPanel1.Size = new System.Drawing.Size(239, 160);
  105. this.tableLayoutPanel1.TabIndex = 0;
  106. //
  107. // LB_SCANTIME
  108. //
  109. this.LB_SCANTIME.Anchor = System.Windows.Forms.AnchorStyles.None;
  110. this.LB_SCANTIME.AutoSize = true;
  111. this.LB_SCANTIME.Location = new System.Drawing.Point(4, 58);
  112. this.LB_SCANTIME.Name = "LB_SCANTIME";
  113. this.LB_SCANTIME.Size = new System.Drawing.Size(139, 13);
  114. this.LB_SCANTIME.TabIndex = 0;
  115. this.LB_SCANTIME.Text = "能谱扫描时间(毫秒):";
  116. //
  117. // NUD_SCANTIME
  118. //
  119. this.NUD_SCANTIME.Anchor = System.Windows.Forms.AnchorStyles.None;
  120. this.NUD_SCANTIME.Location = new System.Drawing.Point(150, 55);
  121. this.NUD_SCANTIME.Maximum = new decimal(new int[] {
  122. 1000000,
  123. 0,
  124. 0,
  125. 0});
  126. this.NUD_SCANTIME.Minimum = new decimal(new int[] {
  127. 1,
  128. 0,
  129. 0,
  130. 0});
  131. this.NUD_SCANTIME.Name = "NUD_SCANTIME";
  132. this.NUD_SCANTIME.Size = new System.Drawing.Size(85, 20);
  133. this.NUD_SCANTIME.TabIndex = 2;
  134. this.NUD_SCANTIME.Value = new decimal(new int[] {
  135. 1000,
  136. 0,
  137. 0,
  138. 0});
  139. //
  140. // LB_HAND
  141. //
  142. this.LB_HAND.Anchor = System.Windows.Forms.AnchorStyles.None;
  143. this.LB_HAND.AutoSize = true;
  144. this.LB_HAND.Location = new System.Drawing.Point(40, 138);
  145. this.LB_HAND.Name = "LB_HAND";
  146. this.LB_HAND.Size = new System.Drawing.Size(67, 13);
  147. this.LB_HAND.TabIndex = 0;
  148. this.LB_HAND.Text = "手动处理:";
  149. //
  150. // CB_HAND
  151. //
  152. this.CB_HAND.Anchor = System.Windows.Forms.AnchorStyles.None;
  153. this.CB_HAND.AutoSize = true;
  154. this.CB_HAND.Checked = true;
  155. this.CB_HAND.CheckState = System.Windows.Forms.CheckState.Checked;
  156. this.CB_HAND.Location = new System.Drawing.Point(185, 138);
  157. this.CB_HAND.Name = "CB_HAND";
  158. this.CB_HAND.Size = new System.Drawing.Size(15, 14);
  159. this.CB_HAND.TabIndex = 6;
  160. this.CB_HAND.UseVisualStyleBackColor = true;
  161. //
  162. // LB_partFun
  163. //
  164. this.LB_partFun.Anchor = System.Windows.Forms.AnchorStyles.None;
  165. this.LB_partFun.AutoSize = true;
  166. this.LB_partFun.Location = new System.Drawing.Point(28, 110);
  167. this.LB_partFun.Name = "LB_partFun";
  168. this.LB_partFun.Size = new System.Drawing.Size(91, 13);
  169. this.LB_partFun.TabIndex = 0;
  170. this.LB_partFun.Text = "颗粒提取方法:";
  171. //
  172. // CB_partFun
  173. //
  174. this.CB_partFun.Anchor = System.Windows.Forms.AnchorStyles.None;
  175. this.CB_partFun.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  176. this.CB_partFun.FormattingEnabled = true;
  177. this.CB_partFun.Items.AddRange(new object[] {
  178. "方法一",
  179. "方法二"});
  180. this.CB_partFun.Location = new System.Drawing.Point(150, 107);
  181. this.CB_partFun.Name = "CB_partFun";
  182. this.CB_partFun.Size = new System.Drawing.Size(85, 21);
  183. this.CB_partFun.TabIndex = 3;
  184. //
  185. // LB_XRAYSCANMODE
  186. //
  187. this.LB_XRAYSCANMODE.Anchor = System.Windows.Forms.AnchorStyles.None;
  188. this.LB_XRAYSCANMODE.AutoSize = true;
  189. this.LB_XRAYSCANMODE.Location = new System.Drawing.Point(28, 84);
  190. this.LB_XRAYSCANMODE.Name = "LB_XRAYSCANMODE";
  191. this.LB_XRAYSCANMODE.Size = new System.Drawing.Size(91, 13);
  192. this.LB_XRAYSCANMODE.TabIndex = 0;
  193. this.LB_XRAYSCANMODE.Text = "颗粒扫描方式:";
  194. //
  195. // IDC_COMBO_XRAYSCANMODE
  196. //
  197. this.IDC_COMBO_XRAYSCANMODE.Anchor = System.Windows.Forms.AnchorStyles.None;
  198. this.IDC_COMBO_XRAYSCANMODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  199. this.IDC_COMBO_XRAYSCANMODE.FormattingEnabled = true;
  200. this.IDC_COMBO_XRAYSCANMODE.Location = new System.Drawing.Point(150, 81);
  201. this.IDC_COMBO_XRAYSCANMODE.Name = "IDC_COMBO_XRAYSCANMODE";
  202. this.IDC_COMBO_XRAYSCANMODE.Size = new System.Drawing.Size(85, 21);
  203. this.IDC_COMBO_XRAYSCANMODE.TabIndex = 3;
  204. //
  205. // LB_Outspread
  206. //
  207. this.LB_Outspread.Anchor = System.Windows.Forms.AnchorStyles.None;
  208. this.LB_Outspread.AutoSize = true;
  209. this.LB_Outspread.Location = new System.Drawing.Point(22, 32);
  210. this.LB_Outspread.Name = "LB_Outspread";
  211. this.LB_Outspread.Size = new System.Drawing.Size(103, 13);
  212. this.LB_Outspread.TabIndex = 0;
  213. this.LB_Outspread.Text = "图像外扩像数值:";
  214. //
  215. // NUD_Outspread
  216. //
  217. this.NUD_Outspread.Anchor = System.Windows.Forms.AnchorStyles.None;
  218. this.NUD_Outspread.Location = new System.Drawing.Point(150, 29);
  219. this.NUD_Outspread.Name = "NUD_Outspread";
  220. this.NUD_Outspread.Size = new System.Drawing.Size(85, 20);
  221. this.NUD_Outspread.TabIndex = 2;
  222. this.NUD_Outspread.Value = new decimal(new int[] {
  223. 50,
  224. 0,
  225. 0,
  226. 0});
  227. //
  228. // LB_IMGSCANSPEED
  229. //
  230. this.LB_IMGSCANSPEED.Anchor = System.Windows.Forms.AnchorStyles.None;
  231. this.LB_IMGSCANSPEED.AutoSize = true;
  232. this.LB_IMGSCANSPEED.Location = new System.Drawing.Point(28, 6);
  233. this.LB_IMGSCANSPEED.Name = "LB_IMGSCANSPEED";
  234. this.LB_IMGSCANSPEED.Size = new System.Drawing.Size(91, 13);
  235. this.LB_IMGSCANSPEED.TabIndex = 0;
  236. this.LB_IMGSCANSPEED.Text = "图像扫描精度:";
  237. //
  238. // IDC_COMBO_IMGSCANSPEED
  239. //
  240. this.IDC_COMBO_IMGSCANSPEED.Anchor = System.Windows.Forms.AnchorStyles.None;
  241. this.IDC_COMBO_IMGSCANSPEED.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  242. this.IDC_COMBO_IMGSCANSPEED.FormattingEnabled = true;
  243. this.IDC_COMBO_IMGSCANSPEED.Location = new System.Drawing.Point(150, 3);
  244. this.IDC_COMBO_IMGSCANSPEED.Name = "IDC_COMBO_IMGSCANSPEED";
  245. this.IDC_COMBO_IMGSCANSPEED.Size = new System.Drawing.Size(85, 21);
  246. this.IDC_COMBO_IMGSCANSPEED.TabIndex = 3;
  247. //
  248. // groupBox_img
  249. //
  250. this.groupBox_img.Controls.Add(this.pictureBox_part);
  251. this.groupBox_img.Location = new System.Drawing.Point(2, 259);
  252. this.groupBox_img.Name = "groupBox_img";
  253. this.groupBox_img.Size = new System.Drawing.Size(468, 476);
  254. this.groupBox_img.TabIndex = 1;
  255. this.groupBox_img.TabStop = false;
  256. this.groupBox_img.Text = "颗粒图片";
  257. //
  258. // pictureBox_part
  259. //
  260. this.pictureBox_part.Dock = System.Windows.Forms.DockStyle.Fill;
  261. this.pictureBox_part.Location = new System.Drawing.Point(3, 16);
  262. this.pictureBox_part.Name = "pictureBox_part";
  263. this.pictureBox_part.Size = new System.Drawing.Size(462, 457);
  264. this.pictureBox_part.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  265. this.pictureBox_part.TabIndex = 0;
  266. this.pictureBox_part.TabStop = false;
  267. this.pictureBox_part.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox_part_MouseDown);
  268. //
  269. // bgw_process
  270. //
  271. this.bgw_process.WorkerReportsProgress = true;
  272. this.bgw_process.WorkerSupportsCancellation = true;
  273. this.bgw_process.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgw_process_DoWork);
  274. this.bgw_process.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgw_process_ProgressChanged);
  275. this.bgw_process.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgw_process_RunWorkerCompleted);
  276. //
  277. // richTextBox_process
  278. //
  279. this.richTextBox_process.Dock = System.Windows.Forms.DockStyle.Fill;
  280. this.richTextBox_process.Location = new System.Drawing.Point(3, 3);
  281. this.richTextBox_process.Name = "richTextBox_process";
  282. this.richTextBox_process.ReadOnly = true;
  283. this.richTextBox_process.Size = new System.Drawing.Size(353, 199);
  284. this.richTextBox_process.TabIndex = 4;
  285. this.richTextBox_process.Text = "";
  286. //
  287. // groupBox_state
  288. //
  289. this.groupBox_state.Controls.Add(this.tableLayoutPanel2);
  290. this.groupBox_state.Location = new System.Drawing.Point(721, 510);
  291. this.groupBox_state.Name = "groupBox_state";
  292. this.groupBox_state.Size = new System.Drawing.Size(365, 224);
  293. this.groupBox_state.TabIndex = 5;
  294. this.groupBox_state.TabStop = false;
  295. this.groupBox_state.Text = "测量状态";
  296. //
  297. // tableLayoutPanel2
  298. //
  299. this.tableLayoutPanel2.ColumnCount = 1;
  300. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  301. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  302. this.tableLayoutPanel2.Controls.Add(this.richTextBox_process, 0, 0);
  303. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  304. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
  305. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  306. this.tableLayoutPanel2.RowCount = 1;
  307. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  308. this.tableLayoutPanel2.Size = new System.Drawing.Size(359, 205);
  309. this.tableLayoutPanel2.TabIndex = 1;
  310. //
  311. // groupBox_param
  312. //
  313. this.groupBox_param.Controls.Add(this.tableLayoutPanel1);
  314. this.groupBox_param.Location = new System.Drawing.Point(473, 510);
  315. this.groupBox_param.Name = "groupBox_param";
  316. this.groupBox_param.Size = new System.Drawing.Size(245, 179);
  317. this.groupBox_param.TabIndex = 6;
  318. this.groupBox_param.TabStop = false;
  319. this.groupBox_param.Text = "测量参数";
  320. //
  321. // BTN_NO
  322. //
  323. this.BTN_NO.Anchor = System.Windows.Forms.AnchorStyles.None;
  324. this.BTN_NO.Location = new System.Drawing.Point(86, 4);
  325. this.BTN_NO.Name = "BTN_NO";
  326. this.BTN_NO.Size = new System.Drawing.Size(70, 34);
  327. this.BTN_NO.TabIndex = 1;
  328. this.BTN_NO.Text = "停止";
  329. this.BTN_NO.UseVisualStyleBackColor = true;
  330. this.BTN_NO.Click += new System.EventHandler(this.BTN_NO_Click);
  331. //
  332. // BTN_YES
  333. //
  334. this.BTN_YES.Anchor = System.Windows.Forms.AnchorStyles.None;
  335. this.BTN_YES.Location = new System.Drawing.Point(168, 4);
  336. this.BTN_YES.Name = "BTN_YES";
  337. this.BTN_YES.Size = new System.Drawing.Size(70, 34);
  338. this.BTN_YES.TabIndex = 1;
  339. this.BTN_YES.Text = "开始采集";
  340. this.BTN_YES.UseVisualStyleBackColor = true;
  341. this.BTN_YES.Click += new System.EventHandler(this.BTN_YES_Click);
  342. //
  343. // tableLayoutPanel3
  344. //
  345. this.tableLayoutPanel3.ColumnCount = 3;
  346. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  347. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  348. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  349. this.tableLayoutPanel3.Controls.Add(this.BTN_YES, 2, 0);
  350. this.tableLayoutPanel3.Controls.Add(this.BTN_NO, 1, 0);
  351. this.tableLayoutPanel3.Controls.Add(this.BTN_EXPORT, 0, 0);
  352. this.tableLayoutPanel3.Location = new System.Drawing.Point(473, 692);
  353. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  354. this.tableLayoutPanel3.RowCount = 1;
  355. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  356. this.tableLayoutPanel3.Size = new System.Drawing.Size(245, 42);
  357. this.tableLayoutPanel3.TabIndex = 4;
  358. //
  359. // BTN_EXPORT
  360. //
  361. this.BTN_EXPORT.Anchor = System.Windows.Forms.AnchorStyles.None;
  362. this.BTN_EXPORT.Location = new System.Drawing.Point(5, 4);
  363. this.BTN_EXPORT.Name = "BTN_EXPORT";
  364. this.BTN_EXPORT.Size = new System.Drawing.Size(70, 34);
  365. this.BTN_EXPORT.TabIndex = 1;
  366. this.BTN_EXPORT.Text = "导出";
  367. this.BTN_EXPORT.UseVisualStyleBackColor = true;
  368. this.BTN_EXPORT.Click += new System.EventHandler(this.BTN_EXPORT_Click);
  369. //
  370. // groupBox2
  371. //
  372. this.groupBox2.Location = new System.Drawing.Point(471, 259);
  373. this.groupBox2.Name = "groupBox2";
  374. this.groupBox2.Size = new System.Drawing.Size(618, 245);
  375. this.groupBox2.TabIndex = 9;
  376. this.groupBox2.TabStop = false;
  377. this.groupBox2.Text = "能谱结果";
  378. //
  379. // tabControl_grid
  380. //
  381. this.tabControl_grid.Controls.Add(this.tabPage1);
  382. this.tabControl_grid.Controls.Add(this.tabPage2);
  383. this.tabControl_grid.Location = new System.Drawing.Point(5, 3);
  384. this.tabControl_grid.Name = "tabControl_grid";
  385. this.tabControl_grid.SelectedIndex = 0;
  386. this.tabControl_grid.Size = new System.Drawing.Size(1084, 249);
  387. this.tabControl_grid.TabIndex = 0;
  388. //
  389. // tabPage1
  390. //
  391. this.tabPage1.Controls.Add(this.dgV_ParticlesDevidePage);
  392. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  393. this.tabPage1.Name = "tabPage1";
  394. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  395. this.tabPage1.Size = new System.Drawing.Size(1076, 223);
  396. this.tabPage1.TabIndex = 0;
  397. this.tabPage1.Text = "待测颗粒";
  398. this.tabPage1.UseVisualStyleBackColor = true;
  399. //
  400. // dgV_ParticlesDevidePage
  401. //
  402. this.dgV_ParticlesDevidePage.AllowUserToAddRows = false;
  403. this.dgV_ParticlesDevidePage.AllowUserToDeleteRows = false;
  404. this.dgV_ParticlesDevidePage.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  405. this.dgV_ParticlesDevidePage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  406. this.dgV_ParticlesDevidePage.Dock = System.Windows.Forms.DockStyle.Fill;
  407. this.dgV_ParticlesDevidePage.Location = new System.Drawing.Point(3, 3);
  408. this.dgV_ParticlesDevidePage.Name = "dgV_ParticlesDevidePage";
  409. this.dgV_ParticlesDevidePage.ReadOnly = true;
  410. this.dgV_ParticlesDevidePage.RowHeadersWidth = 4;
  411. this.dgV_ParticlesDevidePage.RowTemplate.Height = 23;
  412. this.dgV_ParticlesDevidePage.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  413. this.dgV_ParticlesDevidePage.Size = new System.Drawing.Size(1070, 217);
  414. this.dgV_ParticlesDevidePage.TabIndex = 8;
  415. this.dgV_ParticlesDevidePage.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgV_ParticlesDevidePage_CellMouseClick);
  416. this.dgV_ParticlesDevidePage.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgV_ParticlesDevidePage_ColumnHeaderMouseClick);
  417. //
  418. // tabPage2
  419. //
  420. this.tabPage2.Controls.Add(this.dataGridView_success);
  421. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  422. this.tabPage2.Name = "tabPage2";
  423. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  424. this.tabPage2.Size = new System.Drawing.Size(1076, 223);
  425. this.tabPage2.TabIndex = 1;
  426. this.tabPage2.Text = "已测颗粒";
  427. this.tabPage2.UseVisualStyleBackColor = true;
  428. //
  429. // dataGridView_success
  430. //
  431. this.dataGridView_success.AllowUserToAddRows = false;
  432. this.dataGridView_success.AllowUserToDeleteRows = false;
  433. this.dataGridView_success.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  434. this.dataGridView_success.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  435. this.dataGridView_success.Dock = System.Windows.Forms.DockStyle.Fill;
  436. this.dataGridView_success.Location = new System.Drawing.Point(3, 3);
  437. this.dataGridView_success.Name = "dataGridView_success";
  438. this.dataGridView_success.ReadOnly = true;
  439. this.dataGridView_success.RowHeadersWidth = 4;
  440. this.dataGridView_success.RowTemplate.Height = 23;
  441. this.dataGridView_success.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  442. this.dataGridView_success.Size = new System.Drawing.Size(1070, 217);
  443. this.dataGridView_success.TabIndex = 9;
  444. this.dataGridView_success.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_success_CellMouseClick);
  445. //
  446. // frmReMeasure
  447. //
  448. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  449. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  450. this.ClientSize = new System.Drawing.Size(1092, 738);
  451. this.Controls.Add(this.tabControl_grid);
  452. this.Controls.Add(this.groupBox2);
  453. this.Controls.Add(this.groupBox_param);
  454. this.Controls.Add(this.groupBox_state);
  455. this.Controls.Add(this.groupBox_img);
  456. this.Controls.Add(this.tableLayoutPanel3);
  457. this.MaximizeBox = false;
  458. this.MaximumSize = new System.Drawing.Size(1108, 777);
  459. this.MinimizeBox = false;
  460. this.MinimumSize = new System.Drawing.Size(1108, 777);
  461. this.Name = "frmReMeasure";
  462. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  463. this.Text = "二次采集";
  464. this.Load += new System.EventHandler(this.frmReMeasure_Load);
  465. this.tableLayoutPanel1.ResumeLayout(false);
  466. this.tableLayoutPanel1.PerformLayout();
  467. ((System.ComponentModel.ISupportInitialize)(this.NUD_SCANTIME)).EndInit();
  468. ((System.ComponentModel.ISupportInitialize)(this.NUD_Outspread)).EndInit();
  469. this.groupBox_img.ResumeLayout(false);
  470. ((System.ComponentModel.ISupportInitialize)(this.pictureBox_part)).EndInit();
  471. this.groupBox_state.ResumeLayout(false);
  472. this.tableLayoutPanel2.ResumeLayout(false);
  473. this.groupBox_param.ResumeLayout(false);
  474. this.tableLayoutPanel3.ResumeLayout(false);
  475. this.tabControl_grid.ResumeLayout(false);
  476. this.tabPage1.ResumeLayout(false);
  477. ((System.ComponentModel.ISupportInitialize)(this.dgV_ParticlesDevidePage)).EndInit();
  478. this.tabPage2.ResumeLayout(false);
  479. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_success)).EndInit();
  480. this.ResumeLayout(false);
  481. }
  482. #endregion
  483. private Control_XRayTable control_XRayTable1;
  484. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  485. private System.Windows.Forms.Label LB_IMGSCANSPEED;
  486. private System.Windows.Forms.Label LB_XRAYSCANMODE;
  487. private System.Windows.Forms.Label LB_SCANTIME;
  488. private System.Windows.Forms.ComboBox IDC_COMBO_IMGSCANSPEED;
  489. private System.Windows.Forms.NumericUpDown NUD_SCANTIME;
  490. private System.Windows.Forms.ComboBox IDC_COMBO_XRAYSCANMODE;
  491. private System.Windows.Forms.GroupBox groupBox_img;
  492. private System.ComponentModel.BackgroundWorker bgw_process;
  493. private System.Windows.Forms.RichTextBox richTextBox_process;
  494. private System.Windows.Forms.GroupBox groupBox_state;
  495. private System.Windows.Forms.GroupBox groupBox_param;
  496. private System.Windows.Forms.PictureBox pictureBox_part;
  497. private System.Windows.Forms.Label LB_Outspread;
  498. private System.Windows.Forms.NumericUpDown NUD_Outspread;
  499. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  500. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  501. private System.Windows.Forms.Button BTN_YES;
  502. private System.Windows.Forms.Button BTN_NO;
  503. private System.Windows.Forms.Label LB_HAND;
  504. private System.Windows.Forms.CheckBox CB_HAND;
  505. private System.Windows.Forms.Label LB_partFun;
  506. private System.Windows.Forms.ComboBox CB_partFun;
  507. private System.Windows.Forms.GroupBox groupBox2;
  508. private System.Windows.Forms.TabControl tabControl_grid;
  509. private System.Windows.Forms.TabPage tabPage1;
  510. private System.Windows.Forms.DataGridView dgV_ParticlesDevidePage;
  511. private System.Windows.Forms.TabPage tabPage2;
  512. private System.Windows.Forms.DataGridView dataGridView_success;
  513. private System.Windows.Forms.Button BTN_EXPORT;
  514. }
  515. }