ParticlesGridDevidePage.Designer.cs 31 KB

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