ParticlesGridDevidePage.Designer.cs 31 KB

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