ParticlesGridDevidePage.Designer.cs 33 KB

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