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