ParticlesGridDevidePage.Designer.cs 29 KB

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