ParticlesGridDevidePage.Designer.cs 31 KB

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