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