ParticlesGridDevidePage.Designer.cs 30 KB

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