frmReMeasure.Designer.cs 32 KB

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