ParticlesGridDevidePage.Designer.cs 31 KB

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