ParticlesGridDevidePage.Designer.cs 32 KB

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