ParticlesGridDevidePage.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726
  1. using OTSIncAReportGraph.Controls;
  2. namespace OTSIncAReportGrids
  3. {
  4. partial class ParticlesGridDevidePage
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.label11 = new System.Windows.Forms.Label();
  32. this.tbx_DferretMax = new System.Windows.Forms.TextBox();
  33. this.label12 = new System.Windows.Forms.Label();
  34. this.tbx_DferretMin = new System.Windows.Forms.TextBox();
  35. this.label8 = new System.Windows.Forms.Label();
  36. this.tbx_ECDMax = new System.Windows.Forms.TextBox();
  37. this.label10 = new System.Windows.Forms.Label();
  38. this.tbx_ECDMin = new System.Windows.Forms.TextBox();
  39. this.btn_particletypesel = new System.Windows.Forms.Button();
  40. this.btn_showconfig = new System.Windows.Forms.Button();
  41. this.tB_FieldId = new System.Windows.Forms.TextBox();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.tB_ParticleId = new System.Windows.Forms.TextBox();
  44. this.label3 = new System.Windows.Forms.Label();
  45. this.label_Condition = new System.Windows.Forms.Label();
  46. this.tbx_Type = new System.Windows.Forms.TextBox();
  47. this.btn_Sel = new System.Windows.Forms.Button();
  48. this.label_ParticleName = new System.Windows.Forms.Label();
  49. this.label_Dmax = new System.Windows.Forms.Label();
  50. this.tbx_DmaxMax = new System.Windows.Forms.TextBox();
  51. this.label9 = new System.Windows.Forms.Label();
  52. this.tbx_DmaxMin = new System.Windows.Forms.TextBox();
  53. this.label_Area = new System.Windows.Forms.Label();
  54. this.Tbx_AreaMax = new System.Windows.Forms.TextBox();
  55. this.label5 = new System.Windows.Forms.Label();
  56. this.tBx_AreaMin = new System.Windows.Forms.TextBox();
  57. this.panel1 = new System.Windows.Forms.Panel();
  58. this.cbB_PageSize = new System.Windows.Forms.ComboBox();
  59. this.label6 = new System.Windows.Forms.Label();
  60. this.lblPageCount = new System.Windows.Forms.Label();
  61. this.label4 = new System.Windows.Forms.Label();
  62. this.lblTotalCount = new System.Windows.Forms.Label();
  63. this.btnGo = new System.Windows.Forms.Button();
  64. this.lnkLast = new System.Windows.Forms.Button();
  65. this.lnkNext = new System.Windows.Forms.Button();
  66. this.txtPageNum = new System.Windows.Forms.TextBox();
  67. this.lnkPrev = new System.Windows.Forms.Button();
  68. this.lnkFirst = new System.Windows.Forms.Button();
  69. this.label2 = new System.Windows.Forms.Label();
  70. this.label1 = new System.Windows.Forms.Label();
  71. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  72. this.ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  73. this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  74. this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  75. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  76. this.ToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  77. this.ToolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
  78. this.ToolStripMenuItem_exportimagefile = new System.Windows.Forms.ToolStripMenuItem();
  79. this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  80. this.EXCELToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  81. this.ToolStripMenuItemDelete_Particle = new System.Windows.Forms.ToolStripMenuItem();
  82. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  83. this.dgV_ParticlesDevidePage = new System.Windows.Forms.DataGridView();
  84. this.根据相似度批量修改ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  85. this.panel2.SuspendLayout();
  86. this.panel1.SuspendLayout();
  87. this.contextMenuStrip1.SuspendLayout();
  88. this.tableLayoutPanel1.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.dgV_ParticlesDevidePage)).BeginInit();
  90. this.SuspendLayout();
  91. //
  92. // panel2
  93. //
  94. this.panel2.Controls.Add(this.label11);
  95. this.panel2.Controls.Add(this.tbx_DferretMax);
  96. this.panel2.Controls.Add(this.label12);
  97. this.panel2.Controls.Add(this.tbx_DferretMin);
  98. this.panel2.Controls.Add(this.label8);
  99. this.panel2.Controls.Add(this.tbx_ECDMax);
  100. this.panel2.Controls.Add(this.label10);
  101. this.panel2.Controls.Add(this.tbx_ECDMin);
  102. this.panel2.Controls.Add(this.btn_particletypesel);
  103. this.panel2.Controls.Add(this.btn_showconfig);
  104. this.panel2.Controls.Add(this.tB_FieldId);
  105. this.panel2.Controls.Add(this.label7);
  106. this.panel2.Controls.Add(this.tB_ParticleId);
  107. this.panel2.Controls.Add(this.label3);
  108. this.panel2.Controls.Add(this.label_Condition);
  109. this.panel2.Controls.Add(this.tbx_Type);
  110. this.panel2.Controls.Add(this.btn_Sel);
  111. this.panel2.Controls.Add(this.label_ParticleName);
  112. this.panel2.Controls.Add(this.label_Dmax);
  113. this.panel2.Controls.Add(this.tbx_DmaxMax);
  114. this.panel2.Controls.Add(this.label9);
  115. this.panel2.Controls.Add(this.tbx_DmaxMin);
  116. this.panel2.Controls.Add(this.label_Area);
  117. this.panel2.Controls.Add(this.Tbx_AreaMax);
  118. this.panel2.Controls.Add(this.label5);
  119. this.panel2.Controls.Add(this.tBx_AreaMin);
  120. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.panel2.Location = new System.Drawing.Point(3, 3);
  122. this.panel2.Name = "panel2";
  123. this.panel2.Size = new System.Drawing.Size(1502, 37);
  124. this.panel2.TabIndex = 6;
  125. //
  126. // label11
  127. //
  128. this.label11.AutoSize = true;
  129. this.label11.Location = new System.Drawing.Point(424, 13);
  130. this.label11.Name = "label11";
  131. this.label11.Size = new System.Drawing.Size(77, 12);
  132. this.label11.TabIndex = 49;
  133. this.label11.Text = "Dferret(μm)";
  134. //
  135. // tbx_DferretMax
  136. //
  137. this.tbx_DferretMax.Location = new System.Drawing.Point(563, 9);
  138. this.tbx_DferretMax.Name = "tbx_DferretMax";
  139. this.tbx_DferretMax.Size = new System.Drawing.Size(40, 21);
  140. this.tbx_DferretMax.TabIndex = 48;
  141. this.tbx_DferretMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  142. //
  143. // label12
  144. //
  145. this.label12.AutoSize = true;
  146. this.label12.Location = new System.Drawing.Point(549, 13);
  147. this.label12.Name = "label12";
  148. this.label12.Size = new System.Drawing.Size(11, 12);
  149. this.label12.TabIndex = 47;
  150. this.label12.Text = "~";
  151. //
  152. // tbx_DferretMin
  153. //
  154. this.tbx_DferretMin.Location = new System.Drawing.Point(507, 9);
  155. this.tbx_DferretMin.Name = "tbx_DferretMin";
  156. this.tbx_DferretMin.Size = new System.Drawing.Size(40, 21);
  157. this.tbx_DferretMin.TabIndex = 46;
  158. this.tbx_DferretMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  159. //
  160. // label8
  161. //
  162. this.label8.AutoSize = true;
  163. this.label8.Location = new System.Drawing.Point(258, 13);
  164. this.label8.Name = "label8";
  165. this.label8.Size = new System.Drawing.Size(53, 12);
  166. this.label8.TabIndex = 45;
  167. this.label8.Text = "ECD(μm)";
  168. //
  169. // tbx_ECDMax
  170. //
  171. this.tbx_ECDMax.Location = new System.Drawing.Point(378, 9);
  172. this.tbx_ECDMax.Name = "tbx_ECDMax";
  173. this.tbx_ECDMax.Size = new System.Drawing.Size(40, 21);
  174. this.tbx_ECDMax.TabIndex = 44;
  175. this.tbx_ECDMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  176. //
  177. // label10
  178. //
  179. this.label10.AutoSize = true;
  180. this.label10.Location = new System.Drawing.Point(364, 13);
  181. this.label10.Name = "label10";
  182. this.label10.Size = new System.Drawing.Size(11, 12);
  183. this.label10.TabIndex = 43;
  184. this.label10.Text = "~";
  185. //
  186. // tbx_ECDMin
  187. //
  188. this.tbx_ECDMin.Location = new System.Drawing.Point(322, 9);
  189. this.tbx_ECDMin.Name = "tbx_ECDMin";
  190. this.tbx_ECDMin.Size = new System.Drawing.Size(40, 21);
  191. this.tbx_ECDMin.TabIndex = 42;
  192. this.tbx_ECDMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  193. //
  194. // btn_particletypesel
  195. //
  196. this.btn_particletypesel.Location = new System.Drawing.Point(692, 8);
  197. this.btn_particletypesel.Name = "btn_particletypesel";
  198. this.btn_particletypesel.Size = new System.Drawing.Size(107, 23);
  199. this.btn_particletypesel.TabIndex = 41;
  200. this.btn_particletypesel.Text = "颗粒类别选择";
  201. this.btn_particletypesel.UseVisualStyleBackColor = true;
  202. this.btn_particletypesel.Click += new System.EventHandler(this.btn_particletypesel_Click);
  203. //
  204. // btn_showconfig
  205. //
  206. this.btn_showconfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  207. this.btn_showconfig.Location = new System.Drawing.Point(1414, 8);
  208. this.btn_showconfig.Name = "btn_showconfig";
  209. this.btn_showconfig.Size = new System.Drawing.Size(75, 23);
  210. this.btn_showconfig.TabIndex = 40;
  211. this.btn_showconfig.Text = "显示配置";
  212. this.btn_showconfig.UseVisualStyleBackColor = true;
  213. this.btn_showconfig.Click += new System.EventHandler(this.btn_showconfig_Click);
  214. //
  215. // tB_FieldId
  216. //
  217. this.tB_FieldId.Location = new System.Drawing.Point(1087, 9);
  218. this.tB_FieldId.Name = "tB_FieldId";
  219. this.tB_FieldId.Size = new System.Drawing.Size(35, 21);
  220. this.tB_FieldId.TabIndex = 39;
  221. this.tB_FieldId.Visible = false;
  222. //
  223. // label7
  224. //
  225. this.label7.AutoSize = true;
  226. this.label7.Location = new System.Drawing.Point(1034, 13);
  227. this.label7.Name = "label7";
  228. this.label7.Size = new System.Drawing.Size(47, 12);
  229. this.label7.TabIndex = 38;
  230. this.label7.Text = "FieldId";
  231. this.label7.Visible = false;
  232. //
  233. // tB_ParticleId
  234. //
  235. this.tB_ParticleId.Location = new System.Drawing.Point(1345, 8);
  236. this.tB_ParticleId.Name = "tB_ParticleId";
  237. this.tB_ParticleId.Size = new System.Drawing.Size(53, 21);
  238. this.tB_ParticleId.TabIndex = 37;
  239. this.tB_ParticleId.Visible = false;
  240. //
  241. // label3
  242. //
  243. this.label3.AutoSize = true;
  244. this.label3.Location = new System.Drawing.Point(1274, 12);
  245. this.label3.Name = "label3";
  246. this.label3.Size = new System.Drawing.Size(65, 12);
  247. this.label3.TabIndex = 36;
  248. this.label3.Text = "ParticleId";
  249. this.label3.Visible = false;
  250. //
  251. // label_Condition
  252. //
  253. this.label_Condition.AutoSize = true;
  254. this.label_Condition.Location = new System.Drawing.Point(14, 13);
  255. this.label_Condition.Name = "label_Condition";
  256. this.label_Condition.Size = new System.Drawing.Size(59, 12);
  257. this.label_Condition.TabIndex = 35;
  258. this.label_Condition.Text = "条件查询:";
  259. //
  260. // tbx_Type
  261. //
  262. this.tbx_Type.BackColor = System.Drawing.Color.White;
  263. this.tbx_Type.Location = new System.Drawing.Point(1213, 8);
  264. this.tbx_Type.Name = "tbx_Type";
  265. this.tbx_Type.ReadOnly = true;
  266. this.tbx_Type.Size = new System.Drawing.Size(55, 21);
  267. this.tbx_Type.TabIndex = 34;
  268. this.tbx_Type.TabStop = false;
  269. this.tbx_Type.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  270. this.tbx_Type.Visible = false;
  271. this.tbx_Type.Click += new System.EventHandler(this.tbx_Type_Click);
  272. //
  273. // btn_Sel
  274. //
  275. this.btn_Sel.Location = new System.Drawing.Point(622, 8);
  276. this.btn_Sel.Name = "btn_Sel";
  277. this.btn_Sel.Size = new System.Drawing.Size(54, 23);
  278. this.btn_Sel.TabIndex = 33;
  279. this.btn_Sel.Text = "查询";
  280. this.btn_Sel.UseVisualStyleBackColor = true;
  281. this.btn_Sel.Click += new System.EventHandler(this.btn_Sel_Click);
  282. //
  283. // label_ParticleName
  284. //
  285. this.label_ParticleName.AutoSize = true;
  286. this.label_ParticleName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  287. this.label_ParticleName.Location = new System.Drawing.Point(1128, 13);
  288. this.label_ParticleName.Name = "label_ParticleName";
  289. this.label_ParticleName.Size = new System.Drawing.Size(79, 14);
  290. this.label_ParticleName.TabIndex = 32;
  291. this.label_ParticleName.Text = "颗粒类别选择";
  292. this.label_ParticleName.Visible = false;
  293. //
  294. // label_Dmax
  295. //
  296. this.label_Dmax.AutoSize = true;
  297. this.label_Dmax.Location = new System.Drawing.Point(80, 13);
  298. this.label_Dmax.Name = "label_Dmax";
  299. this.label_Dmax.Size = new System.Drawing.Size(59, 12);
  300. this.label_Dmax.TabIndex = 27;
  301. this.label_Dmax.Text = "Dmax(μm)";
  302. //
  303. // tbx_DmaxMax
  304. //
  305. this.tbx_DmaxMax.Location = new System.Drawing.Point(200, 9);
  306. this.tbx_DmaxMax.Name = "tbx_DmaxMax";
  307. this.tbx_DmaxMax.Size = new System.Drawing.Size(40, 21);
  308. this.tbx_DmaxMax.TabIndex = 25;
  309. this.tbx_DmaxMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  310. //
  311. // label9
  312. //
  313. this.label9.AutoSize = true;
  314. this.label9.Location = new System.Drawing.Point(186, 13);
  315. this.label9.Name = "label9";
  316. this.label9.Size = new System.Drawing.Size(11, 12);
  317. this.label9.TabIndex = 24;
  318. this.label9.Text = "~";
  319. //
  320. // tbx_DmaxMin
  321. //
  322. this.tbx_DmaxMin.Location = new System.Drawing.Point(144, 9);
  323. this.tbx_DmaxMin.Name = "tbx_DmaxMin";
  324. this.tbx_DmaxMin.Size = new System.Drawing.Size(40, 21);
  325. this.tbx_DmaxMin.TabIndex = 23;
  326. this.tbx_DmaxMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  327. //
  328. // label_Area
  329. //
  330. this.label_Area.AutoSize = true;
  331. this.label_Area.Location = new System.Drawing.Point(872, 12);
  332. this.label_Area.Name = "label_Area";
  333. this.label_Area.Size = new System.Drawing.Size(65, 12);
  334. this.label_Area.TabIndex = 22;
  335. this.label_Area.Text = "Area(μm²)";
  336. this.label_Area.Visible = false;
  337. //
  338. // Tbx_AreaMax
  339. //
  340. this.Tbx_AreaMax.Location = new System.Drawing.Point(996, 9);
  341. this.Tbx_AreaMax.Name = "Tbx_AreaMax";
  342. this.Tbx_AreaMax.Size = new System.Drawing.Size(40, 21);
  343. this.Tbx_AreaMax.TabIndex = 4;
  344. this.Tbx_AreaMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  345. this.Tbx_AreaMax.Visible = false;
  346. //
  347. // label5
  348. //
  349. this.label5.AutoSize = true;
  350. this.label5.Location = new System.Drawing.Point(1093, 19);
  351. this.label5.Name = "label5";
  352. this.label5.Size = new System.Drawing.Size(11, 12);
  353. this.label5.TabIndex = 3;
  354. this.label5.Text = "~";
  355. this.label5.Visible = false;
  356. //
  357. // tBx_AreaMin
  358. //
  359. this.tBx_AreaMin.Location = new System.Drawing.Point(939, 9);
  360. this.tBx_AreaMin.Name = "tBx_AreaMin";
  361. this.tBx_AreaMin.Size = new System.Drawing.Size(40, 21);
  362. this.tBx_AreaMin.TabIndex = 2;
  363. this.tBx_AreaMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  364. this.tBx_AreaMin.Visible = false;
  365. //
  366. // panel1
  367. //
  368. this.panel1.Controls.Add(this.cbB_PageSize);
  369. this.panel1.Controls.Add(this.label6);
  370. this.panel1.Controls.Add(this.lblPageCount);
  371. this.panel1.Controls.Add(this.label4);
  372. this.panel1.Controls.Add(this.lblTotalCount);
  373. this.panel1.Controls.Add(this.btnGo);
  374. this.panel1.Controls.Add(this.lnkLast);
  375. this.panel1.Controls.Add(this.lnkNext);
  376. this.panel1.Controls.Add(this.txtPageNum);
  377. this.panel1.Controls.Add(this.lnkPrev);
  378. this.panel1.Controls.Add(this.lnkFirst);
  379. this.panel1.Controls.Add(this.label2);
  380. this.panel1.Controls.Add(this.label1);
  381. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  382. this.panel1.Location = new System.Drawing.Point(3, 793);
  383. this.panel1.Name = "panel1";
  384. this.panel1.Size = new System.Drawing.Size(1502, 39);
  385. this.panel1.TabIndex = 4;
  386. //
  387. // cbB_PageSize
  388. //
  389. this.cbB_PageSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  390. this.cbB_PageSize.FormattingEnabled = true;
  391. this.cbB_PageSize.Location = new System.Drawing.Point(168, 10);
  392. this.cbB_PageSize.Name = "cbB_PageSize";
  393. this.cbB_PageSize.Size = new System.Drawing.Size(59, 20);
  394. this.cbB_PageSize.TabIndex = 38;
  395. this.cbB_PageSize.SelectedIndexChanged += new System.EventHandler(this.cbB_PageSize_SelectedIndexChanged);
  396. //
  397. // label6
  398. //
  399. this.label6.AutoSize = true;
  400. this.label6.Location = new System.Drawing.Point(355, 13);
  401. this.label6.Name = "label6";
  402. this.label6.Size = new System.Drawing.Size(17, 12);
  403. this.label6.TabIndex = 37;
  404. this.label6.Text = "页";
  405. //
  406. // lblPageCount
  407. //
  408. this.lblPageCount.AutoSize = true;
  409. this.lblPageCount.Location = new System.Drawing.Point(326, 13);
  410. this.lblPageCount.Name = "lblPageCount";
  411. this.lblPageCount.Size = new System.Drawing.Size(23, 12);
  412. this.lblPageCount.TabIndex = 36;
  413. this.lblPageCount.Text = "100";
  414. this.lblPageCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  415. //
  416. // label4
  417. //
  418. this.label4.AutoSize = true;
  419. this.label4.Location = new System.Drawing.Point(59, 13);
  420. this.label4.Name = "label4";
  421. this.label4.Size = new System.Drawing.Size(77, 12);
  422. this.label4.TabIndex = 35;
  423. this.label4.Text = "条记录,每页";
  424. //
  425. // lblTotalCount
  426. //
  427. this.lblTotalCount.AutoSize = true;
  428. this.lblTotalCount.Location = new System.Drawing.Point(25, 13);
  429. this.lblTotalCount.Name = "lblTotalCount";
  430. this.lblTotalCount.Size = new System.Drawing.Size(17, 12);
  431. this.lblTotalCount.TabIndex = 34;
  432. this.lblTotalCount.Text = "20";
  433. this.lblTotalCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  434. //
  435. // btnGo
  436. //
  437. this.btnGo.Location = new System.Drawing.Point(604, 8);
  438. this.btnGo.Name = "btnGo";
  439. this.btnGo.Size = new System.Drawing.Size(37, 23);
  440. this.btnGo.TabIndex = 33;
  441. this.btnGo.Text = "GO";
  442. this.btnGo.UseVisualStyleBackColor = true;
  443. this.btnGo.Click += new System.EventHandler(this.btnGo_Click);
  444. //
  445. // lnkLast
  446. //
  447. this.lnkLast.Location = new System.Drawing.Point(561, 8);
  448. this.lnkLast.Name = "lnkLast";
  449. this.lnkLast.Size = new System.Drawing.Size(37, 23);
  450. this.lnkLast.TabIndex = 32;
  451. this.lnkLast.Text = ">|";
  452. this.lnkLast.UseVisualStyleBackColor = true;
  453. this.lnkLast.Click += new System.EventHandler(this.lnkLast_Click);
  454. //
  455. // lnkNext
  456. //
  457. this.lnkNext.Location = new System.Drawing.Point(518, 8);
  458. this.lnkNext.Name = "lnkNext";
  459. this.lnkNext.Size = new System.Drawing.Size(37, 23);
  460. this.lnkNext.TabIndex = 31;
  461. this.lnkNext.Text = ">";
  462. this.lnkNext.UseVisualStyleBackColor = true;
  463. this.lnkNext.Click += new System.EventHandler(this.lnkNext_Click);
  464. //
  465. // txtPageNum
  466. //
  467. this.txtPageNum.Location = new System.Drawing.Point(475, 10);
  468. this.txtPageNum.Name = "txtPageNum";
  469. this.txtPageNum.Size = new System.Drawing.Size(37, 21);
  470. this.txtPageNum.TabIndex = 30;
  471. this.txtPageNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  472. this.txtPageNum.TextChanged += new System.EventHandler(this.txtPageSize_TextChanged);
  473. //
  474. // lnkPrev
  475. //
  476. this.lnkPrev.Location = new System.Drawing.Point(432, 8);
  477. this.lnkPrev.Name = "lnkPrev";
  478. this.lnkPrev.Size = new System.Drawing.Size(37, 23);
  479. this.lnkPrev.TabIndex = 29;
  480. this.lnkPrev.Text = "<";
  481. this.lnkPrev.UseVisualStyleBackColor = true;
  482. this.lnkPrev.Click += new System.EventHandler(this.lnkPrev_Click);
  483. //
  484. // lnkFirst
  485. //
  486. this.lnkFirst.Location = new System.Drawing.Point(389, 8);
  487. this.lnkFirst.Name = "lnkFirst";
  488. this.lnkFirst.Size = new System.Drawing.Size(37, 23);
  489. this.lnkFirst.TabIndex = 28;
  490. this.lnkFirst.Text = "|<";
  491. this.lnkFirst.UseVisualStyleBackColor = true;
  492. this.lnkFirst.Click += new System.EventHandler(this.lnkFirst_Click);
  493. //
  494. // label2
  495. //
  496. this.label2.AutoSize = true;
  497. this.label2.Location = new System.Drawing.Point(233, 13);
  498. this.label2.Name = "label2";
  499. this.label2.Size = new System.Drawing.Size(41, 12);
  500. this.label2.TabIndex = 27;
  501. this.label2.Text = "条,共";
  502. //
  503. // label1
  504. //
  505. this.label1.AutoSize = true;
  506. this.label1.Location = new System.Drawing.Point(3, 13);
  507. this.label1.Name = "label1";
  508. this.label1.Size = new System.Drawing.Size(17, 12);
  509. this.label1.TabIndex = 26;
  510. this.label1.Text = "共";
  511. //
  512. // contextMenuStrip1
  513. //
  514. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  515. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  516. this.ToolStripMenuItem1,
  517. this.ToolStripMenuItem2,
  518. this.toolStripMenuItem4,
  519. this.toolStripSeparator1,
  520. this.ToolStripMenuItem3,
  521. this.ToolStripMenuItem5,
  522. this.ToolStripMenuItem_exportimagefile,
  523. this.testToolStripMenuItem,
  524. this.EXCELToolStripMenuItem,
  525. this.ToolStripMenuItemDelete_Particle,
  526. this.根据相似度批量修改ToolStripMenuItem});
  527. this.contextMenuStrip1.Name = "contextMenuStrip1";
  528. this.contextMenuStrip1.Size = new System.Drawing.Size(211, 252);
  529. //
  530. // ToolStripMenuItem1
  531. //
  532. this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
  533. this.ToolStripMenuItem1.Size = new System.Drawing.Size(210, 22);
  534. this.ToolStripMenuItem1.Text = "复制整个表";
  535. this.ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem1_Click);
  536. //
  537. // ToolStripMenuItem2
  538. //
  539. this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
  540. this.ToolStripMenuItem2.Size = new System.Drawing.Size(210, 22);
  541. this.ToolStripMenuItem2.Text = "复制选择区域";
  542. this.ToolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
  543. //
  544. // toolStripMenuItem4
  545. //
  546. this.toolStripMenuItem4.Name = "toolStripMenuItem4";
  547. this.toolStripMenuItem4.Size = new System.Drawing.Size(210, 22);
  548. this.toolStripMenuItem4.Text = "复制图像";
  549. this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
  550. //
  551. // toolStripSeparator1
  552. //
  553. this.toolStripSeparator1.Name = "toolStripSeparator1";
  554. this.toolStripSeparator1.Size = new System.Drawing.Size(207, 6);
  555. //
  556. // ToolStripMenuItem3
  557. //
  558. this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
  559. this.ToolStripMenuItem3.Size = new System.Drawing.Size(210, 22);
  560. this.ToolStripMenuItem3.Text = "恢复至初始状态";
  561. this.ToolStripMenuItem3.Click += new System.EventHandler(this.ToolStripMenuItem3_Click);
  562. //
  563. // ToolStripMenuItem5
  564. //
  565. this.ToolStripMenuItem5.Name = "ToolStripMenuItem5";
  566. this.ToolStripMenuItem5.Size = new System.Drawing.Size(210, 22);
  567. this.ToolStripMenuItem5.Text = "移动SEM到颗粒视域位置";
  568. this.ToolStripMenuItem5.Click += new System.EventHandler(this.ToolStripMenuItem5_Click);
  569. //
  570. // ToolStripMenuItem_exportimagefile
  571. //
  572. this.ToolStripMenuItem_exportimagefile.Name = "ToolStripMenuItem_exportimagefile";
  573. this.ToolStripMenuItem_exportimagefile.Size = new System.Drawing.Size(210, 22);
  574. this.ToolStripMenuItem_exportimagefile.Text = "导出图像文件";
  575. this.ToolStripMenuItem_exportimagefile.Click += new System.EventHandler(this.ToolStripMenuItem_exportimagefile_Click);
  576. //
  577. // testToolStripMenuItem
  578. //
  579. this.testToolStripMenuItem.Name = "testToolStripMenuItem";
  580. this.testToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
  581. this.testToolStripMenuItem.Text = "显示能谱数据";
  582. this.testToolStripMenuItem.Visible = false;
  583. this.testToolStripMenuItem.Click += new System.EventHandler(this.testToolStripMenuItem_Click);
  584. //
  585. // EXCELToolStripMenuItem
  586. //
  587. this.EXCELToolStripMenuItem.Name = "EXCELToolStripMenuItem";
  588. this.EXCELToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
  589. this.EXCELToolStripMenuItem.Text = "导出EXCEL";
  590. this.EXCELToolStripMenuItem.Click += new System.EventHandler(this.EXCELToolStripMenuItem_Click);
  591. //
  592. // ToolStripMenuItemDelete_Particle
  593. //
  594. this.ToolStripMenuItemDelete_Particle.Name = "ToolStripMenuItemDelete_Particle";
  595. this.ToolStripMenuItemDelete_Particle.Size = new System.Drawing.Size(210, 22);
  596. this.ToolStripMenuItemDelete_Particle.Text = "删除颗粒";
  597. this.ToolStripMenuItemDelete_Particle.Click += new System.EventHandler(this.ToolStripMenuItem_Delete_Particle_Click);
  598. //
  599. // tableLayoutPanel1
  600. //
  601. this.tableLayoutPanel1.ColumnCount = 1;
  602. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  603. this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
  604. this.tableLayoutPanel1.Controls.Add(this.dgV_ParticlesDevidePage, 0, 1);
  605. this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2);
  606. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  607. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  608. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  609. this.tableLayoutPanel1.RowCount = 3;
  610. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
  611. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  612. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
  613. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F));
  614. this.tableLayoutPanel1.Size = new System.Drawing.Size(1508, 835);
  615. this.tableLayoutPanel1.TabIndex = 7;
  616. //
  617. // dgV_ParticlesDevidePage
  618. //
  619. this.dgV_ParticlesDevidePage.AllowUserToAddRows = false;
  620. this.dgV_ParticlesDevidePage.AllowUserToDeleteRows = false;
  621. this.dgV_ParticlesDevidePage.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
  622. this.dgV_ParticlesDevidePage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  623. this.dgV_ParticlesDevidePage.ContextMenuStrip = this.contextMenuStrip1;
  624. this.dgV_ParticlesDevidePage.Dock = System.Windows.Forms.DockStyle.Fill;
  625. this.dgV_ParticlesDevidePage.Location = new System.Drawing.Point(3, 46);
  626. this.dgV_ParticlesDevidePage.Name = "dgV_ParticlesDevidePage";
  627. this.dgV_ParticlesDevidePage.ReadOnly = true;
  628. this.dgV_ParticlesDevidePage.RowHeadersWidth = 4;
  629. this.dgV_ParticlesDevidePage.RowTemplate.Height = 23;
  630. this.dgV_ParticlesDevidePage.Size = new System.Drawing.Size(1502, 741);
  631. this.dgV_ParticlesDevidePage.TabIndex = 5;
  632. this.dgV_ParticlesDevidePage.SortCompare += new System.Windows.Forms.DataGridViewSortCompareEventHandler(this.dgV_ParticlesDevidePage_SortCompare);
  633. this.dgV_ParticlesDevidePage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgV_ParticlesDevidePage_KeyDown);
  634. this.dgV_ParticlesDevidePage.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgV_ParticlesDevidePage_KeyUp);
  635. this.dgV_ParticlesDevidePage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dgV_ParticlesDevidePage_MouseDown);
  636. this.dgV_ParticlesDevidePage.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgV_ParticlesDevidePage_MouseUp);
  637. //
  638. // 根据相似度批量修改ToolStripMenuItem
  639. //
  640. this.根据相似度批量修改ToolStripMenuItem.Name = "根据相似度批量修改ToolStripMenuItem";
  641. this.根据相似度批量修改ToolStripMenuItem.Size = new System.Drawing.Size(210, 22);
  642. this.根据相似度批量修改ToolStripMenuItem.Text = "根据相似度批量修改";
  643. this.根据相似度批量修改ToolStripMenuItem.Click += new System.EventHandler(this.根据相似度批量修改ToolStripMenuItem_Click);
  644. //
  645. // ParticlesGridDevidePage
  646. //
  647. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  648. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  649. this.Controls.Add(this.tableLayoutPanel1);
  650. this.Name = "ParticlesGridDevidePage";
  651. this.Size = new System.Drawing.Size(1508, 835);
  652. this.Load += new System.EventHandler(this.ParticlesGridDevidePage_Load);
  653. this.panel2.ResumeLayout(false);
  654. this.panel2.PerformLayout();
  655. this.panel1.ResumeLayout(false);
  656. this.panel1.PerformLayout();
  657. this.contextMenuStrip1.ResumeLayout(false);
  658. this.tableLayoutPanel1.ResumeLayout(false);
  659. ((System.ComponentModel.ISupportInitialize)(this.dgV_ParticlesDevidePage)).EndInit();
  660. this.ResumeLayout(false);
  661. }
  662. #endregion
  663. private System.Windows.Forms.Panel panel2;
  664. private System.Windows.Forms.Panel panel1;
  665. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem1;
  666. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem2;
  667. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
  668. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  669. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem3;
  670. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem5;
  671. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_exportimagefile;
  672. private System.Windows.Forms.ToolStripMenuItem testToolStripMenuItem;
  673. private System.Windows.Forms.Label label_Condition;
  674. private System.Windows.Forms.TextBox tbx_Type;
  675. private System.Windows.Forms.Button btn_Sel;
  676. private System.Windows.Forms.Label label_ParticleName;
  677. private System.Windows.Forms.Label label_Dmax;
  678. private System.Windows.Forms.TextBox tbx_DmaxMax;
  679. private System.Windows.Forms.Label label9;
  680. private System.Windows.Forms.TextBox tbx_DmaxMin;
  681. private System.Windows.Forms.Label label_Area;
  682. private System.Windows.Forms.TextBox Tbx_AreaMax;
  683. private System.Windows.Forms.Label label5;
  684. private System.Windows.Forms.TextBox tBx_AreaMin;
  685. private System.Windows.Forms.ComboBox cbB_PageSize;
  686. private System.Windows.Forms.Label label6;
  687. private System.Windows.Forms.Label lblPageCount;
  688. private System.Windows.Forms.Label label4;
  689. private System.Windows.Forms.Label lblTotalCount;
  690. private System.Windows.Forms.Button btnGo;
  691. private System.Windows.Forms.Button lnkLast;
  692. private System.Windows.Forms.Button lnkNext;
  693. private System.Windows.Forms.TextBox txtPageNum;
  694. private System.Windows.Forms.Button lnkPrev;
  695. private System.Windows.Forms.Button lnkFirst;
  696. private System.Windows.Forms.Label label2;
  697. private System.Windows.Forms.Label label1;
  698. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  699. private System.Windows.Forms.ToolStripMenuItem EXCELToolStripMenuItem;
  700. private System.Windows.Forms.DataGridView dgV_ParticlesDevidePage;
  701. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemDelete_Particle;
  702. private System.Windows.Forms.TextBox tB_FieldId;
  703. private System.Windows.Forms.Label label7;
  704. private System.Windows.Forms.TextBox tB_ParticleId;
  705. private System.Windows.Forms.Label label3;
  706. private System.Windows.Forms.Button btn_showconfig;
  707. public System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  708. private Control_XRayTable control_XRayTable1;
  709. private System.Windows.Forms.Button btn_particletypesel;
  710. private System.Windows.Forms.Label label11;
  711. private System.Windows.Forms.TextBox tbx_DferretMax;
  712. private System.Windows.Forms.Label label12;
  713. private System.Windows.Forms.TextBox tbx_DferretMin;
  714. private System.Windows.Forms.Label label8;
  715. private System.Windows.Forms.TextBox tbx_ECDMax;
  716. private System.Windows.Forms.Label label10;
  717. private System.Windows.Forms.TextBox tbx_ECDMin;
  718. private System.Windows.Forms.ToolStripMenuItem 根据相似度批量修改ToolStripMenuItem;
  719. }
  720. }