OTSReport_Template_INCA.Designer.cs 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942
  1. namespace OTSIncAReportApp.OTSTemplateDesigner
  2. {
  3. partial class OTSReport_Template_INCA
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.tb_FBT = new System.Windows.Forms.TextBox();
  29. this.tb_ZBT = new System.Windows.Forms.TextBox();
  30. this.label5 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.tb_YPBH = new System.Windows.Forms.TextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.tb_CKBZ = new System.Windows.Forms.TextBox();
  38. this.ck_ypsm = new System.Windows.Forms.CheckBox();
  39. this.label6 = new System.Windows.Forms.Label();
  40. this.ck_ym = new System.Windows.Forms.CheckBox();
  41. this.tb_yjwb = new System.Windows.Forms.TextBox();
  42. this.label10 = new System.Windows.Forms.Label();
  43. this.label9 = new System.Windows.Forms.Label();
  44. this.groupBox1 = new System.Windows.Forms.GroupBox();
  45. this.pictureBox7 = new System.Windows.Forms.PictureBox();
  46. this.label8312 = new System.Windows.Forms.Label();
  47. this.button1217 = new System.Windows.Forms.Button();
  48. this.checkBox2 = new System.Windows.Forms.CheckBox();
  49. this.checkBox1 = new System.Windows.Forms.CheckBox();
  50. this.ck_klcc_xsmk = new System.Windows.Forms.CheckBox();
  51. this.cb_klcc_ljb = new System.Windows.Forms.ComboBox();
  52. this.cb_klcc_jsfs = new System.Windows.Forms.ComboBox();
  53. this.label15 = new System.Windows.Forms.Label();
  54. this.label14 = new System.Windows.Forms.Label();
  55. this.button3 = new System.Windows.Forms.Button();
  56. this.comboBox_PeriodicTable = new System.Windows.Forms.ComboBox();
  57. this.tb_ysfx_xsys = new System.Windows.Forms.TextBox();
  58. this.button4 = new System.Windows.Forms.Button();
  59. this.ck_ysfx_xsmk = new System.Windows.Forms.CheckBox();
  60. this.lbv_syxt_mblb = new System.Windows.Forms.ListView();
  61. this.label33 = new System.Windows.Forms.Label();
  62. this.numericMin = new System.Windows.Forms.NumericUpDown();
  63. this.label112121 = new System.Windows.Forms.Label();
  64. this.ck_kllb_fjzt = new System.Windows.Forms.CheckBox();
  65. this.groupBox_zt = new System.Windows.Forms.GroupBox();
  66. this.ParticleList_5 = new System.Windows.Forms.Label();
  67. this.cb_FrameChart_p2 = new System.Windows.Forms.ComboBox();
  68. this.ParticleList_4 = new System.Windows.Forms.Label();
  69. this.cb_FrameChart_p1 = new System.Windows.Forms.ComboBox();
  70. this.groupBox_px = new System.Windows.Forms.GroupBox();
  71. this.comboBox_p3 = new System.Windows.Forms.ComboBox();
  72. this.ParticleList_3 = new System.Windows.Forms.Label();
  73. this.comboBox_p2 = new System.Windows.Forms.ComboBox();
  74. this.ParticleList_2 = new System.Windows.Forms.Label();
  75. this.ParticleList_1 = new System.Windows.Forms.Label();
  76. this.comboBox_p1 = new System.Windows.Forms.ComboBox();
  77. this.ck_kllb_xsmk = new System.Windows.Forms.CheckBox();
  78. this.label_delete_Class = new System.Windows.Forms.Label();
  79. this.delete_Class = new System.Windows.Forms.TextBox();
  80. this.label11111 = new System.Windows.Forms.Label();
  81. this.button5 = new System.Windows.Forms.Button();
  82. this.tb_RemoveElements = new System.Windows.Forms.TextBox();
  83. this.button6 = new System.Windows.Forms.Button();
  84. this.ck_jzwzb_surface = new System.Windows.Forms.CheckBox();
  85. this.groupBox9 = new System.Windows.Forms.GroupBox();
  86. this.label39 = new System.Windows.Forms.Label();
  87. this.cb_ParticleRange = new System.Windows.Forms.ComboBox();
  88. this.groupBox2 = new System.Windows.Forms.GroupBox();
  89. this.textBox_cypxss = new System.Windows.Forms.TextBox();
  90. this.label_cypxss = new System.Windows.Forms.Label();
  91. this.textBox_zypxss = new System.Windows.Forms.TextBox();
  92. this.label_zypxss = new System.Windows.Forms.Label();
  93. this.groupBox3 = new System.Windows.Forms.GroupBox();
  94. this.ck_syxt_xsmk = new System.Windows.Forms.CheckBox();
  95. this.groupBox1.SuspendLayout();
  96. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.numericMin)).BeginInit();
  98. this.groupBox_zt.SuspendLayout();
  99. this.groupBox_px.SuspendLayout();
  100. this.groupBox9.SuspendLayout();
  101. this.groupBox2.SuspendLayout();
  102. this.groupBox3.SuspendLayout();
  103. this.SuspendLayout();
  104. //
  105. // tb_FBT
  106. //
  107. this.tb_FBT.Location = new System.Drawing.Point(5, 99);
  108. this.tb_FBT.Margin = new System.Windows.Forms.Padding(2);
  109. this.tb_FBT.Name = "tb_FBT";
  110. this.tb_FBT.Size = new System.Drawing.Size(252, 21);
  111. this.tb_FBT.TabIndex = 20;
  112. //
  113. // tb_ZBT
  114. //
  115. this.tb_ZBT.Location = new System.Drawing.Point(5, 44);
  116. this.tb_ZBT.Margin = new System.Windows.Forms.Padding(2);
  117. this.tb_ZBT.Name = "tb_ZBT";
  118. this.tb_ZBT.Size = new System.Drawing.Size(252, 21);
  119. this.tb_ZBT.TabIndex = 10;
  120. //
  121. // label5
  122. //
  123. this.label5.AutoSize = true;
  124. this.label5.Location = new System.Drawing.Point(5, 76);
  125. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  126. this.label5.Name = "label5";
  127. this.label5.Size = new System.Drawing.Size(41, 12);
  128. this.label5.TabIndex = 0;
  129. this.label5.Text = "副标题";
  130. //
  131. // label3
  132. //
  133. this.label3.AutoSize = true;
  134. this.label3.Location = new System.Drawing.Point(5, 21);
  135. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  136. this.label3.Name = "label3";
  137. this.label3.Size = new System.Drawing.Size(41, 12);
  138. this.label3.TabIndex = 0;
  139. this.label3.Text = "主标题";
  140. //
  141. // button1
  142. //
  143. this.button1.Location = new System.Drawing.Point(208, 57);
  144. this.button1.Margin = new System.Windows.Forms.Padding(2);
  145. this.button1.Name = "button1";
  146. this.button1.Size = new System.Drawing.Size(55, 22);
  147. this.button1.TabIndex = 60;
  148. this.button1.Text = "另存";
  149. this.button1.UseVisualStyleBackColor = true;
  150. this.button1.Click += new System.EventHandler(this.button1_Click);
  151. //
  152. // button2
  153. //
  154. this.button2.Location = new System.Drawing.Point(1376, 648);
  155. this.button2.Margin = new System.Windows.Forms.Padding(2);
  156. this.button2.Name = "button2";
  157. this.button2.Size = new System.Drawing.Size(71, 22);
  158. this.button2.TabIndex = 70;
  159. this.button2.Text = "返 回";
  160. this.button2.UseVisualStyleBackColor = true;
  161. this.button2.Click += new System.EventHandler(this.button2_Click);
  162. //
  163. // label1
  164. //
  165. this.label1.AutoSize = true;
  166. this.label1.Location = new System.Drawing.Point(5, 131);
  167. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  168. this.label1.Name = "label1";
  169. this.label1.Size = new System.Drawing.Size(53, 12);
  170. this.label1.TabIndex = 0;
  171. this.label1.Text = "样品编号";
  172. //
  173. // tb_YPBH
  174. //
  175. this.tb_YPBH.Location = new System.Drawing.Point(5, 154);
  176. this.tb_YPBH.Margin = new System.Windows.Forms.Padding(2);
  177. this.tb_YPBH.Name = "tb_YPBH";
  178. this.tb_YPBH.Size = new System.Drawing.Size(252, 21);
  179. this.tb_YPBH.TabIndex = 30;
  180. //
  181. // label4
  182. //
  183. this.label4.AutoSize = true;
  184. this.label4.Location = new System.Drawing.Point(5, 186);
  185. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  186. this.label4.Name = "label4";
  187. this.label4.Size = new System.Drawing.Size(53, 12);
  188. this.label4.TabIndex = 0;
  189. this.label4.Text = "参考标准";
  190. //
  191. // tb_CKBZ
  192. //
  193. this.tb_CKBZ.Location = new System.Drawing.Point(5, 209);
  194. this.tb_CKBZ.Margin = new System.Windows.Forms.Padding(2);
  195. this.tb_CKBZ.Name = "tb_CKBZ";
  196. this.tb_CKBZ.Size = new System.Drawing.Size(252, 21);
  197. this.tb_CKBZ.TabIndex = 50;
  198. //
  199. // ck_ypsm
  200. //
  201. this.ck_ypsm.AutoSize = true;
  202. this.ck_ypsm.Location = new System.Drawing.Point(388, 159);
  203. this.ck_ypsm.Margin = new System.Windows.Forms.Padding(2);
  204. this.ck_ypsm.Name = "ck_ypsm";
  205. this.ck_ypsm.Size = new System.Drawing.Size(15, 14);
  206. this.ck_ypsm.TabIndex = 51;
  207. this.ck_ypsm.UseVisualStyleBackColor = true;
  208. //
  209. // label6
  210. //
  211. this.label6.AutoSize = true;
  212. this.label6.Location = new System.Drawing.Point(302, 159);
  213. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  214. this.label6.Name = "label6";
  215. this.label6.Size = new System.Drawing.Size(77, 12);
  216. this.label6.TabIndex = 0;
  217. this.label6.Text = "显示样品说明";
  218. //
  219. // ck_ym
  220. //
  221. this.ck_ym.AutoSize = true;
  222. this.ck_ym.Location = new System.Drawing.Point(409, 89);
  223. this.ck_ym.Margin = new System.Windows.Forms.Padding(2);
  224. this.ck_ym.Name = "ck_ym";
  225. this.ck_ym.Size = new System.Drawing.Size(15, 14);
  226. this.ck_ym.TabIndex = 52;
  227. this.ck_ym.UseVisualStyleBackColor = true;
  228. //
  229. // tb_yjwb
  230. //
  231. this.tb_yjwb.Location = new System.Drawing.Point(5, 42);
  232. this.tb_yjwb.Margin = new System.Windows.Forms.Padding(2);
  233. this.tb_yjwb.Name = "tb_yjwb";
  234. this.tb_yjwb.Size = new System.Drawing.Size(250, 21);
  235. this.tb_yjwb.TabIndex = 42;
  236. //
  237. // label10
  238. //
  239. this.label10.AutoSize = true;
  240. this.label10.Location = new System.Drawing.Point(7, 19);
  241. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  242. this.label10.Name = "label10";
  243. this.label10.Size = new System.Drawing.Size(53, 12);
  244. this.label10.TabIndex = 41;
  245. this.label10.Text = "页脚文本";
  246. //
  247. // label9
  248. //
  249. this.label9.AutoSize = true;
  250. this.label9.Location = new System.Drawing.Point(360, 89);
  251. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  252. this.label9.Name = "label9";
  253. this.label9.Size = new System.Drawing.Size(29, 12);
  254. this.label9.TabIndex = 41;
  255. this.label9.Text = "页码";
  256. //
  257. // groupBox1
  258. //
  259. this.groupBox1.Controls.Add(this.pictureBox7);
  260. this.groupBox1.Controls.Add(this.label8312);
  261. this.groupBox1.Controls.Add(this.button1217);
  262. this.groupBox1.Controls.Add(this.ck_ym);
  263. this.groupBox1.Controls.Add(this.label9);
  264. this.groupBox1.Controls.Add(this.tb_yjwb);
  265. this.groupBox1.Controls.Add(this.label10);
  266. this.groupBox1.Location = new System.Drawing.Point(13, 341);
  267. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  268. this.groupBox1.Name = "groupBox1";
  269. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  270. this.groupBox1.Size = new System.Drawing.Size(263, 259);
  271. this.groupBox1.TabIndex = 0;
  272. this.groupBox1.TabStop = false;
  273. this.groupBox1.Text = "页脚设置";
  274. //
  275. // pictureBox7
  276. //
  277. this.pictureBox7.Location = new System.Drawing.Point(5, 104);
  278. this.pictureBox7.Name = "pictureBox7";
  279. this.pictureBox7.Size = new System.Drawing.Size(249, 144);
  280. this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  281. this.pictureBox7.TabIndex = 55;
  282. this.pictureBox7.TabStop = false;
  283. //
  284. // label8312
  285. //
  286. this.label8312.AutoSize = true;
  287. this.label8312.Location = new System.Drawing.Point(6, 80);
  288. this.label8312.Name = "label8312";
  289. this.label8312.Size = new System.Drawing.Size(47, 12);
  290. this.label8312.TabIndex = 54;
  291. this.label8312.Text = "LOG图标";
  292. //
  293. // button1217
  294. //
  295. this.button1217.Location = new System.Drawing.Point(170, 75);
  296. this.button1217.Name = "button1217";
  297. this.button1217.Size = new System.Drawing.Size(75, 23);
  298. this.button1217.TabIndex = 53;
  299. this.button1217.Text = "选择图片";
  300. this.button1217.UseVisualStyleBackColor = true;
  301. this.button1217.Click += new System.EventHandler(this.button1217_Click);
  302. //
  303. // checkBox2
  304. //
  305. this.checkBox2.AutoSize = true;
  306. this.checkBox2.Location = new System.Drawing.Point(391, 59);
  307. this.checkBox2.Margin = new System.Windows.Forms.Padding(2);
  308. this.checkBox2.Name = "checkBox2";
  309. this.checkBox2.Size = new System.Drawing.Size(108, 16);
  310. this.checkBox2.TabIndex = 57;
  311. this.checkBox2.Text = "显示小分类图表";
  312. this.checkBox2.UseVisualStyleBackColor = true;
  313. //
  314. // checkBox1
  315. //
  316. this.checkBox1.AutoSize = true;
  317. this.checkBox1.Location = new System.Drawing.Point(271, 59);
  318. this.checkBox1.Margin = new System.Windows.Forms.Padding(2);
  319. this.checkBox1.Name = "checkBox1";
  320. this.checkBox1.Size = new System.Drawing.Size(108, 16);
  321. this.checkBox1.TabIndex = 56;
  322. this.checkBox1.Text = "显示大分类图表";
  323. this.checkBox1.UseVisualStyleBackColor = true;
  324. //
  325. // ck_klcc_xsmk
  326. //
  327. this.ck_klcc_xsmk.AutoSize = true;
  328. this.ck_klcc_xsmk.Location = new System.Drawing.Point(16, 29);
  329. this.ck_klcc_xsmk.Margin = new System.Windows.Forms.Padding(2);
  330. this.ck_klcc_xsmk.Name = "ck_klcc_xsmk";
  331. this.ck_klcc_xsmk.Size = new System.Drawing.Size(72, 16);
  332. this.ck_klcc_xsmk.TabIndex = 53;
  333. this.ck_klcc_xsmk.Text = "颗粒尺寸";
  334. this.ck_klcc_xsmk.UseVisualStyleBackColor = true;
  335. //
  336. // cb_klcc_ljb
  337. //
  338. this.cb_klcc_ljb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  339. this.cb_klcc_ljb.FormattingEnabled = true;
  340. this.cb_klcc_ljb.Location = new System.Drawing.Point(140, 82);
  341. this.cb_klcc_ljb.Margin = new System.Windows.Forms.Padding(2);
  342. this.cb_klcc_ljb.Name = "cb_klcc_ljb";
  343. this.cb_klcc_ljb.Size = new System.Drawing.Size(92, 20);
  344. this.cb_klcc_ljb.TabIndex = 42;
  345. //
  346. // cb_klcc_jsfs
  347. //
  348. this.cb_klcc_jsfs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  349. this.cb_klcc_jsfs.FormattingEnabled = true;
  350. this.cb_klcc_jsfs.Location = new System.Drawing.Point(18, 82);
  351. this.cb_klcc_jsfs.Margin = new System.Windows.Forms.Padding(2);
  352. this.cb_klcc_jsfs.Name = "cb_klcc_jsfs";
  353. this.cb_klcc_jsfs.Size = new System.Drawing.Size(92, 20);
  354. this.cb_klcc_jsfs.TabIndex = 42;
  355. //
  356. // label15
  357. //
  358. this.label15.AutoSize = true;
  359. this.label15.Location = new System.Drawing.Point(138, 59);
  360. this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  361. this.label15.Name = "label15";
  362. this.label15.Size = new System.Drawing.Size(65, 12);
  363. this.label15.TabIndex = 41;
  364. this.label15.Text = "粒级表信息";
  365. //
  366. // label14
  367. //
  368. this.label14.AutoSize = true;
  369. this.label14.Location = new System.Drawing.Point(16, 59);
  370. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  371. this.label14.Name = "label14";
  372. this.label14.Size = new System.Drawing.Size(53, 12);
  373. this.label14.TabIndex = 41;
  374. this.label14.Text = "计算方式";
  375. //
  376. // button3
  377. //
  378. this.button3.Location = new System.Drawing.Point(172, 116);
  379. this.button3.Name = "button3";
  380. this.button3.Size = new System.Drawing.Size(55, 23);
  381. this.button3.TabIndex = 60;
  382. this.button3.Text = "Delete";
  383. this.button3.UseVisualStyleBackColor = true;
  384. this.button3.Click += new System.EventHandler(this.button3_Click_1);
  385. //
  386. // comboBox_PeriodicTable
  387. //
  388. this.comboBox_PeriodicTable.FormattingEnabled = true;
  389. this.comboBox_PeriodicTable.Location = new System.Drawing.Point(16, 149);
  390. this.comboBox_PeriodicTable.Name = "comboBox_PeriodicTable";
  391. this.comboBox_PeriodicTable.Size = new System.Drawing.Size(116, 20);
  392. this.comboBox_PeriodicTable.TabIndex = 59;
  393. this.comboBox_PeriodicTable.SelectedIndexChanged += new System.EventHandler(this.comboBox_PeriodicTable_SelectedIndexChanged);
  394. this.comboBox_PeriodicTable.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboBox_PeriodicTable_KeyDown);
  395. //
  396. // tb_ysfx_xsys
  397. //
  398. this.tb_ysfx_xsys.Location = new System.Drawing.Point(16, 118);
  399. this.tb_ysfx_xsys.Margin = new System.Windows.Forms.Padding(2);
  400. this.tb_ysfx_xsys.Name = "tb_ysfx_xsys";
  401. this.tb_ysfx_xsys.ReadOnly = true;
  402. this.tb_ysfx_xsys.Size = new System.Drawing.Size(137, 21);
  403. this.tb_ysfx_xsys.TabIndex = 58;
  404. //
  405. // button4
  406. //
  407. this.button4.Location = new System.Drawing.Point(155, 150);
  408. this.button4.Margin = new System.Windows.Forms.Padding(2);
  409. this.button4.Name = "button4";
  410. this.button4.Size = new System.Drawing.Size(72, 20);
  411. this.button4.TabIndex = 57;
  412. this.button4.Text = "PeriodicTable";
  413. this.button4.UseVisualStyleBackColor = true;
  414. this.button4.Click += new System.EventHandler(this.button4_Click);
  415. //
  416. // ck_ysfx_xsmk
  417. //
  418. this.ck_ysfx_xsmk.AutoSize = true;
  419. this.ck_ysfx_xsmk.Location = new System.Drawing.Point(105, 29);
  420. this.ck_ysfx_xsmk.Margin = new System.Windows.Forms.Padding(2);
  421. this.ck_ysfx_xsmk.Name = "ck_ysfx_xsmk";
  422. this.ck_ysfx_xsmk.Size = new System.Drawing.Size(72, 16);
  423. this.ck_ysfx_xsmk.TabIndex = 53;
  424. this.ck_ysfx_xsmk.Text = "元素分析";
  425. this.ck_ysfx_xsmk.UseVisualStyleBackColor = true;
  426. //
  427. // lbv_syxt_mblb
  428. //
  429. this.lbv_syxt_mblb.CheckBoxes = true;
  430. this.lbv_syxt_mblb.FullRowSelect = true;
  431. this.lbv_syxt_mblb.HideSelection = false;
  432. this.lbv_syxt_mblb.Location = new System.Drawing.Point(15, 203);
  433. this.lbv_syxt_mblb.Margin = new System.Windows.Forms.Padding(2);
  434. this.lbv_syxt_mblb.Name = "lbv_syxt_mblb";
  435. this.lbv_syxt_mblb.Size = new System.Drawing.Size(236, 141);
  436. this.lbv_syxt_mblb.TabIndex = 55;
  437. this.lbv_syxt_mblb.UseCompatibleStateImageBehavior = false;
  438. this.lbv_syxt_mblb.View = System.Windows.Forms.View.List;
  439. //
  440. // label33
  441. //
  442. this.label33.AutoSize = true;
  443. this.label33.Location = new System.Drawing.Point(13, 189);
  444. this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  445. this.label33.Name = "label33";
  446. this.label33.Size = new System.Drawing.Size(101, 12);
  447. this.label33.TabIndex = 41;
  448. this.label33.Text = "三元相图模板列表";
  449. //
  450. // numericMin
  451. //
  452. this.numericMin.Increment = new decimal(new int[] {
  453. 10,
  454. 0,
  455. 0,
  456. 0});
  457. this.numericMin.Location = new System.Drawing.Point(387, 92);
  458. this.numericMin.Maximum = new decimal(new int[] {
  459. 99999,
  460. 0,
  461. 0,
  462. 0});
  463. this.numericMin.Name = "numericMin";
  464. this.numericMin.Size = new System.Drawing.Size(72, 21);
  465. this.numericMin.TabIndex = 66;
  466. this.numericMin.Value = new decimal(new int[] {
  467. 10,
  468. 0,
  469. 0,
  470. 0});
  471. //
  472. // label112121
  473. //
  474. this.label112121.AutoSize = true;
  475. this.label112121.Location = new System.Drawing.Point(265, 94);
  476. this.label112121.Name = "label112121";
  477. this.label112121.Size = new System.Drawing.Size(77, 12);
  478. this.label112121.TabIndex = 64;
  479. this.label112121.Text = "颗粒显示数量";
  480. //
  481. // ck_kllb_fjzt
  482. //
  483. this.ck_kllb_fjzt.AutoSize = true;
  484. this.ck_kllb_fjzt.Location = new System.Drawing.Point(461, 29);
  485. this.ck_kllb_fjzt.Name = "ck_kllb_fjzt";
  486. this.ck_kllb_fjzt.Size = new System.Drawing.Size(96, 16);
  487. this.ck_kllb_fjzt.TabIndex = 57;
  488. this.ck_kllb_fjzt.Text = "颗粒附加帧图";
  489. this.ck_kllb_fjzt.UseVisualStyleBackColor = true;
  490. this.ck_kllb_fjzt.CheckedChanged += new System.EventHandler(this.ck_kllb_fjzt_CheckedChanged);
  491. //
  492. // groupBox_zt
  493. //
  494. this.groupBox_zt.Controls.Add(this.ParticleList_5);
  495. this.groupBox_zt.Controls.Add(this.cb_FrameChart_p2);
  496. this.groupBox_zt.Controls.Add(this.ParticleList_4);
  497. this.groupBox_zt.Controls.Add(this.cb_FrameChart_p1);
  498. this.groupBox_zt.Location = new System.Drawing.Point(267, 203);
  499. this.groupBox_zt.Name = "groupBox_zt";
  500. this.groupBox_zt.Size = new System.Drawing.Size(290, 67);
  501. this.groupBox_zt.TabIndex = 55;
  502. this.groupBox_zt.TabStop = false;
  503. this.groupBox_zt.Text = "帧图表";
  504. //
  505. // ParticleList_5
  506. //
  507. this.ParticleList_5.AutoSize = true;
  508. this.ParticleList_5.Location = new System.Drawing.Point(88, 23);
  509. this.ParticleList_5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  510. this.ParticleList_5.Name = "ParticleList_5";
  511. this.ParticleList_5.Size = new System.Drawing.Size(35, 12);
  512. this.ParticleList_5.TabIndex = 57;
  513. this.ParticleList_5.Text = "参数2";
  514. //
  515. // cb_FrameChart_p2
  516. //
  517. this.cb_FrameChart_p2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  518. this.cb_FrameChart_p2.FormattingEnabled = true;
  519. this.cb_FrameChart_p2.Location = new System.Drawing.Point(88, 37);
  520. this.cb_FrameChart_p2.Margin = new System.Windows.Forms.Padding(2);
  521. this.cb_FrameChart_p2.Name = "cb_FrameChart_p2";
  522. this.cb_FrameChart_p2.Size = new System.Drawing.Size(85, 20);
  523. this.cb_FrameChart_p2.TabIndex = 56;
  524. //
  525. // ParticleList_4
  526. //
  527. this.ParticleList_4.AutoSize = true;
  528. this.ParticleList_4.Location = new System.Drawing.Point(13, 23);
  529. this.ParticleList_4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  530. this.ParticleList_4.Name = "ParticleList_4";
  531. this.ParticleList_4.Size = new System.Drawing.Size(35, 12);
  532. this.ParticleList_4.TabIndex = 55;
  533. this.ParticleList_4.Text = "参数1";
  534. //
  535. // cb_FrameChart_p1
  536. //
  537. this.cb_FrameChart_p1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  538. this.cb_FrameChart_p1.FormattingEnabled = true;
  539. this.cb_FrameChart_p1.Location = new System.Drawing.Point(13, 37);
  540. this.cb_FrameChart_p1.Margin = new System.Windows.Forms.Padding(2);
  541. this.cb_FrameChart_p1.Name = "cb_FrameChart_p1";
  542. this.cb_FrameChart_p1.Size = new System.Drawing.Size(85, 20);
  543. this.cb_FrameChart_p1.TabIndex = 54;
  544. //
  545. // groupBox_px
  546. //
  547. this.groupBox_px.Controls.Add(this.comboBox_p3);
  548. this.groupBox_px.Controls.Add(this.ParticleList_3);
  549. this.groupBox_px.Controls.Add(this.comboBox_p2);
  550. this.groupBox_px.Controls.Add(this.ParticleList_2);
  551. this.groupBox_px.Controls.Add(this.ParticleList_1);
  552. this.groupBox_px.Controls.Add(this.comboBox_p1);
  553. this.groupBox_px.Location = new System.Drawing.Point(267, 127);
  554. this.groupBox_px.Name = "groupBox_px";
  555. this.groupBox_px.Size = new System.Drawing.Size(290, 70);
  556. this.groupBox_px.TabIndex = 54;
  557. this.groupBox_px.TabStop = false;
  558. this.groupBox_px.Text = "最大排序表";
  559. //
  560. // comboBox_p3
  561. //
  562. this.comboBox_p3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  563. this.comboBox_p3.FormattingEnabled = true;
  564. this.comboBox_p3.Location = new System.Drawing.Point(200, 40);
  565. this.comboBox_p3.Margin = new System.Windows.Forms.Padding(2);
  566. this.comboBox_p3.Name = "comboBox_p3";
  567. this.comboBox_p3.Size = new System.Drawing.Size(85, 20);
  568. this.comboBox_p3.TabIndex = 57;
  569. //
  570. // ParticleList_3
  571. //
  572. this.ParticleList_3.AutoSize = true;
  573. this.ParticleList_3.Location = new System.Drawing.Point(198, 25);
  574. this.ParticleList_3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  575. this.ParticleList_3.Name = "ParticleList_3";
  576. this.ParticleList_3.Size = new System.Drawing.Size(35, 12);
  577. this.ParticleList_3.TabIndex = 56;
  578. this.ParticleList_3.Text = "参数3";
  579. //
  580. // comboBox_p2
  581. //
  582. this.comboBox_p2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  583. this.comboBox_p2.FormattingEnabled = true;
  584. this.comboBox_p2.Location = new System.Drawing.Point(105, 40);
  585. this.comboBox_p2.Margin = new System.Windows.Forms.Padding(2);
  586. this.comboBox_p2.Name = "comboBox_p2";
  587. this.comboBox_p2.Size = new System.Drawing.Size(85, 20);
  588. this.comboBox_p2.TabIndex = 55;
  589. //
  590. // ParticleList_2
  591. //
  592. this.ParticleList_2.AutoSize = true;
  593. this.ParticleList_2.Location = new System.Drawing.Point(103, 25);
  594. this.ParticleList_2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  595. this.ParticleList_2.Name = "ParticleList_2";
  596. this.ParticleList_2.Size = new System.Drawing.Size(35, 12);
  597. this.ParticleList_2.TabIndex = 54;
  598. this.ParticleList_2.Text = "参数2";
  599. //
  600. // ParticleList_1
  601. //
  602. this.ParticleList_1.AutoSize = true;
  603. this.ParticleList_1.Location = new System.Drawing.Point(5, 25);
  604. this.ParticleList_1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  605. this.ParticleList_1.Name = "ParticleList_1";
  606. this.ParticleList_1.Size = new System.Drawing.Size(35, 12);
  607. this.ParticleList_1.TabIndex = 53;
  608. this.ParticleList_1.Text = "参数1";
  609. //
  610. // comboBox_p1
  611. //
  612. this.comboBox_p1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  613. this.comboBox_p1.FormattingEnabled = true;
  614. this.comboBox_p1.Location = new System.Drawing.Point(5, 40);
  615. this.comboBox_p1.Margin = new System.Windows.Forms.Padding(2);
  616. this.comboBox_p1.Name = "comboBox_p1";
  617. this.comboBox_p1.Size = new System.Drawing.Size(85, 20);
  618. this.comboBox_p1.TabIndex = 43;
  619. //
  620. // ck_kllb_xsmk
  621. //
  622. this.ck_kllb_xsmk.AutoSize = true;
  623. this.ck_kllb_xsmk.Location = new System.Drawing.Point(372, 29);
  624. this.ck_kllb_xsmk.Margin = new System.Windows.Forms.Padding(2);
  625. this.ck_kllb_xsmk.Name = "ck_kllb_xsmk";
  626. this.ck_kllb_xsmk.Size = new System.Drawing.Size(72, 16);
  627. this.ck_kllb_xsmk.TabIndex = 53;
  628. this.ck_kllb_xsmk.Text = "颗粒列表";
  629. this.ck_kllb_xsmk.UseVisualStyleBackColor = true;
  630. this.ck_kllb_xsmk.CheckedChanged += new System.EventHandler(this.ck_kllb_xsmk_CheckedChanged);
  631. //
  632. // label_delete_Class
  633. //
  634. this.label_delete_Class.AutoSize = true;
  635. this.label_delete_Class.Location = new System.Drawing.Point(289, 26);
  636. this.label_delete_Class.Name = "label_delete_Class";
  637. this.label_delete_Class.Size = new System.Drawing.Size(101, 12);
  638. this.label_delete_Class.TabIndex = 63;
  639. this.label_delete_Class.Text = "去除指定物质分类";
  640. //
  641. // delete_Class
  642. //
  643. this.delete_Class.Location = new System.Drawing.Point(287, 49);
  644. this.delete_Class.Name = "delete_Class";
  645. this.delete_Class.Size = new System.Drawing.Size(181, 21);
  646. this.delete_Class.TabIndex = 62;
  647. //
  648. // label11111
  649. //
  650. this.label11111.AutoSize = true;
  651. this.label11111.Location = new System.Drawing.Point(13, 26);
  652. this.label11111.Name = "label11111";
  653. this.label11111.Size = new System.Drawing.Size(77, 12);
  654. this.label11111.TabIndex = 61;
  655. this.label11111.Text = "去除元素信息";
  656. //
  657. // button5
  658. //
  659. this.button5.Location = new System.Drawing.Point(185, 47);
  660. this.button5.Name = "button5";
  661. this.button5.Size = new System.Drawing.Size(76, 23);
  662. this.button5.TabIndex = 60;
  663. this.button5.Text = "选取";
  664. this.button5.UseVisualStyleBackColor = true;
  665. this.button5.Click += new System.EventHandler(this.button5_Click);
  666. //
  667. // tb_RemoveElements
  668. //
  669. this.tb_RemoveElements.Location = new System.Drawing.Point(15, 49);
  670. this.tb_RemoveElements.Margin = new System.Windows.Forms.Padding(2);
  671. this.tb_RemoveElements.Name = "tb_RemoveElements";
  672. this.tb_RemoveElements.ReadOnly = true;
  673. this.tb_RemoveElements.Size = new System.Drawing.Size(168, 21);
  674. this.tb_RemoveElements.TabIndex = 59;
  675. //
  676. // button6
  677. //
  678. this.button6.Location = new System.Drawing.Point(149, 57);
  679. this.button6.Margin = new System.Windows.Forms.Padding(2);
  680. this.button6.Name = "button6";
  681. this.button6.Size = new System.Drawing.Size(55, 22);
  682. this.button6.TabIndex = 72;
  683. this.button6.Text = "保存";
  684. this.button6.UseVisualStyleBackColor = true;
  685. this.button6.Click += new System.EventHandler(this.button6_Click);
  686. //
  687. // ck_jzwzb_surface
  688. //
  689. this.ck_jzwzb_surface.AutoSize = true;
  690. this.ck_jzwzb_surface.Location = new System.Drawing.Point(271, 29);
  691. this.ck_jzwzb_surface.Name = "ck_jzwzb_surface";
  692. this.ck_jzwzb_surface.Size = new System.Drawing.Size(84, 16);
  693. this.ck_jzwzb_surface.TabIndex = 0;
  694. this.ck_jzwzb_surface.Text = "夹杂物占比";
  695. this.ck_jzwzb_surface.UseVisualStyleBackColor = true;
  696. this.ck_jzwzb_surface.CheckedChanged += new System.EventHandler(this.ck_jzwzb_surface_CheckedChanged);
  697. //
  698. // groupBox9
  699. //
  700. this.groupBox9.Controls.Add(this.tb_YPBH);
  701. this.groupBox9.Controls.Add(this.ck_ypsm);
  702. this.groupBox9.Controls.Add(this.label4);
  703. this.groupBox9.Controls.Add(this.tb_ZBT);
  704. this.groupBox9.Controls.Add(this.label6);
  705. this.groupBox9.Controls.Add(this.label5);
  706. this.groupBox9.Controls.Add(this.tb_CKBZ);
  707. this.groupBox9.Controls.Add(this.tb_FBT);
  708. this.groupBox9.Controls.Add(this.label1);
  709. this.groupBox9.Controls.Add(this.label3);
  710. this.groupBox9.Location = new System.Drawing.Point(13, 98);
  711. this.groupBox9.Name = "groupBox9";
  712. this.groupBox9.Size = new System.Drawing.Size(263, 238);
  713. this.groupBox9.TabIndex = 1;
  714. this.groupBox9.TabStop = false;
  715. this.groupBox9.Text = "首页设置信息";
  716. //
  717. // label39
  718. //
  719. this.label39.AutoSize = true;
  720. this.label39.BackColor = System.Drawing.Color.Transparent;
  721. this.label39.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  722. this.label39.Location = new System.Drawing.Point(8, 21);
  723. this.label39.Name = "label39";
  724. this.label39.Size = new System.Drawing.Size(129, 29);
  725. this.label39.TabIndex = 75;
  726. this.label39.Text = "模板设置";
  727. //
  728. // cb_ParticleRange
  729. //
  730. this.cb_ParticleRange.FormattingEnabled = true;
  731. this.cb_ParticleRange.Location = new System.Drawing.Point(23, 59);
  732. this.cb_ParticleRange.Name = "cb_ParticleRange";
  733. this.cb_ParticleRange.Size = new System.Drawing.Size(121, 20);
  734. this.cb_ParticleRange.TabIndex = 76;
  735. //
  736. // groupBox2
  737. //
  738. this.groupBox2.Controls.Add(this.textBox_cypxss);
  739. this.groupBox2.Controls.Add(this.label_cypxss);
  740. this.groupBox2.Controls.Add(this.textBox_zypxss);
  741. this.groupBox2.Controls.Add(this.label_zypxss);
  742. this.groupBox2.Controls.Add(this.tb_RemoveElements);
  743. this.groupBox2.Controls.Add(this.button5);
  744. this.groupBox2.Controls.Add(this.label_delete_Class);
  745. this.groupBox2.Controls.Add(this.delete_Class);
  746. this.groupBox2.Controls.Add(this.label11111);
  747. this.groupBox2.Location = new System.Drawing.Point(280, 13);
  748. this.groupBox2.Name = "groupBox2";
  749. this.groupBox2.Size = new System.Drawing.Size(569, 140);
  750. this.groupBox2.TabIndex = 77;
  751. this.groupBox2.TabStop = false;
  752. this.groupBox2.Text = "去除信息";
  753. //
  754. // textBox_cypxss
  755. //
  756. this.textBox_cypxss.Location = new System.Drawing.Point(287, 106);
  757. this.textBox_cypxss.Name = "textBox_cypxss";
  758. this.textBox_cypxss.Size = new System.Drawing.Size(181, 21);
  759. this.textBox_cypxss.TabIndex = 67;
  760. //
  761. // label_cypxss
  762. //
  763. this.label_cypxss.AutoSize = true;
  764. this.label_cypxss.Location = new System.Drawing.Point(289, 85);
  765. this.label_cypxss.Name = "label_cypxss";
  766. this.label_cypxss.Size = new System.Drawing.Size(77, 12);
  767. this.label_cypxss.TabIndex = 66;
  768. this.label_cypxss.Text = "次要排序显示";
  769. //
  770. // textBox_zypxss
  771. //
  772. this.textBox_zypxss.Location = new System.Drawing.Point(18, 106);
  773. this.textBox_zypxss.Name = "textBox_zypxss";
  774. this.textBox_zypxss.Size = new System.Drawing.Size(181, 21);
  775. this.textBox_zypxss.TabIndex = 65;
  776. //
  777. // label_zypxss
  778. //
  779. this.label_zypxss.AutoSize = true;
  780. this.label_zypxss.Location = new System.Drawing.Point(16, 85);
  781. this.label_zypxss.Name = "label_zypxss";
  782. this.label_zypxss.Size = new System.Drawing.Size(77, 12);
  783. this.label_zypxss.TabIndex = 64;
  784. this.label_zypxss.Text = "主要排序显示";
  785. //
  786. // groupBox3
  787. //
  788. this.groupBox3.Controls.Add(this.groupBox_zt);
  789. this.groupBox3.Controls.Add(this.numericMin);
  790. this.groupBox3.Controls.Add(this.groupBox_px);
  791. this.groupBox3.Controls.Add(this.label112121);
  792. this.groupBox3.Controls.Add(this.lbv_syxt_mblb);
  793. this.groupBox3.Controls.Add(this.label33);
  794. this.groupBox3.Controls.Add(this.ck_kllb_fjzt);
  795. this.groupBox3.Controls.Add(this.button3);
  796. this.groupBox3.Controls.Add(this.comboBox_PeriodicTable);
  797. this.groupBox3.Controls.Add(this.ck_syxt_xsmk);
  798. this.groupBox3.Controls.Add(this.ck_jzwzb_surface);
  799. this.groupBox3.Controls.Add(this.tb_ysfx_xsys);
  800. this.groupBox3.Controls.Add(this.checkBox2);
  801. this.groupBox3.Controls.Add(this.ck_kllb_xsmk);
  802. this.groupBox3.Controls.Add(this.button4);
  803. this.groupBox3.Controls.Add(this.checkBox1);
  804. this.groupBox3.Controls.Add(this.ck_ysfx_xsmk);
  805. this.groupBox3.Controls.Add(this.ck_klcc_xsmk);
  806. this.groupBox3.Controls.Add(this.cb_klcc_jsfs);
  807. this.groupBox3.Controls.Add(this.cb_klcc_ljb);
  808. this.groupBox3.Controls.Add(this.label14);
  809. this.groupBox3.Controls.Add(this.label15);
  810. this.groupBox3.Location = new System.Drawing.Point(280, 157);
  811. this.groupBox3.Name = "groupBox3";
  812. this.groupBox3.Size = new System.Drawing.Size(569, 443);
  813. this.groupBox3.TabIndex = 78;
  814. this.groupBox3.TabStop = false;
  815. this.groupBox3.Text = "颗粒筛选";
  816. //
  817. // ck_syxt_xsmk
  818. //
  819. this.ck_syxt_xsmk.AutoSize = true;
  820. this.ck_syxt_xsmk.Location = new System.Drawing.Point(194, 29);
  821. this.ck_syxt_xsmk.Margin = new System.Windows.Forms.Padding(2);
  822. this.ck_syxt_xsmk.Name = "ck_syxt_xsmk";
  823. this.ck_syxt_xsmk.Size = new System.Drawing.Size(60, 16);
  824. this.ck_syxt_xsmk.TabIndex = 58;
  825. this.ck_syxt_xsmk.Text = "三元图";
  826. this.ck_syxt_xsmk.UseVisualStyleBackColor = true;
  827. //
  828. // OTSReport_Template_INCA
  829. //
  830. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  831. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  832. this.ClientSize = new System.Drawing.Size(861, 610);
  833. this.Controls.Add(this.groupBox3);
  834. this.Controls.Add(this.groupBox2);
  835. this.Controls.Add(this.cb_ParticleRange);
  836. this.Controls.Add(this.button6);
  837. this.Controls.Add(this.button1);
  838. this.Controls.Add(this.label39);
  839. this.Controls.Add(this.groupBox9);
  840. this.Controls.Add(this.groupBox1);
  841. this.Controls.Add(this.button2);
  842. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  843. this.Margin = new System.Windows.Forms.Padding(2);
  844. this.MaximizeBox = false;
  845. this.MinimizeBox = false;
  846. this.Name = "OTSReport_Template_INCA";
  847. this.ShowIcon = false;
  848. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  849. this.Text = "模板设置";
  850. this.Load += new System.EventHandler(this.OTSReport_TemplateDesignerRM_Load);
  851. this.groupBox1.ResumeLayout(false);
  852. this.groupBox1.PerformLayout();
  853. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
  854. ((System.ComponentModel.ISupportInitialize)(this.numericMin)).EndInit();
  855. this.groupBox_zt.ResumeLayout(false);
  856. this.groupBox_zt.PerformLayout();
  857. this.groupBox_px.ResumeLayout(false);
  858. this.groupBox_px.PerformLayout();
  859. this.groupBox9.ResumeLayout(false);
  860. this.groupBox9.PerformLayout();
  861. this.groupBox2.ResumeLayout(false);
  862. this.groupBox2.PerformLayout();
  863. this.groupBox3.ResumeLayout(false);
  864. this.groupBox3.PerformLayout();
  865. this.ResumeLayout(false);
  866. this.PerformLayout();
  867. }
  868. #endregion
  869. private System.Windows.Forms.Button button1;
  870. private System.Windows.Forms.Button button2;
  871. private System.Windows.Forms.Label label5;
  872. private System.Windows.Forms.Label label3;
  873. private System.Windows.Forms.TextBox tb_FBT;
  874. private System.Windows.Forms.TextBox tb_ZBT;
  875. private System.Windows.Forms.Label label1;
  876. private System.Windows.Forms.TextBox tb_YPBH;
  877. private System.Windows.Forms.Label label4;
  878. private System.Windows.Forms.TextBox tb_CKBZ;
  879. private System.Windows.Forms.CheckBox ck_ypsm;
  880. private System.Windows.Forms.Label label6;
  881. private System.Windows.Forms.GroupBox groupBox1;
  882. private System.Windows.Forms.TextBox tb_yjwb;
  883. private System.Windows.Forms.Label label10;
  884. private System.Windows.Forms.Label label9;
  885. private System.Windows.Forms.CheckBox ck_klcc_xsmk;
  886. private System.Windows.Forms.ComboBox cb_klcc_ljb;
  887. private System.Windows.Forms.ComboBox cb_klcc_jsfs;
  888. private System.Windows.Forms.Label label15;
  889. private System.Windows.Forms.Label label14;
  890. private System.Windows.Forms.CheckBox ck_ysfx_xsmk;
  891. private System.Windows.Forms.CheckBox ck_kllb_xsmk;
  892. private System.Windows.Forms.CheckBox ck_ym;
  893. private System.Windows.Forms.Label label33;
  894. private System.Windows.Forms.ListView lbv_syxt_mblb;
  895. private System.Windows.Forms.Button button6;
  896. private System.Windows.Forms.GroupBox groupBox9;
  897. private System.Windows.Forms.Label label39;
  898. private System.Windows.Forms.TextBox tb_ysfx_xsys;
  899. private System.Windows.Forms.Button button4;
  900. public System.Windows.Forms.ComboBox comboBox_PeriodicTable;
  901. private System.Windows.Forms.Button button3;
  902. private System.Windows.Forms.GroupBox groupBox_px;
  903. private System.Windows.Forms.GroupBox groupBox_zt;
  904. private System.Windows.Forms.Label ParticleList_5;
  905. private System.Windows.Forms.ComboBox cb_FrameChart_p2;
  906. private System.Windows.Forms.Label ParticleList_4;
  907. private System.Windows.Forms.ComboBox cb_FrameChart_p1;
  908. private System.Windows.Forms.ComboBox comboBox_p3;
  909. private System.Windows.Forms.Label ParticleList_3;
  910. private System.Windows.Forms.ComboBox comboBox_p2;
  911. private System.Windows.Forms.Label ParticleList_2;
  912. private System.Windows.Forms.Label ParticleList_1;
  913. private System.Windows.Forms.ComboBox comboBox_p1;
  914. private System.Windows.Forms.ComboBox cb_ParticleRange;
  915. private System.Windows.Forms.CheckBox ck_kllb_fjzt;
  916. private System.Windows.Forms.CheckBox ck_jzwzb_surface;
  917. private System.Windows.Forms.Button button5;
  918. private System.Windows.Forms.TextBox tb_RemoveElements;
  919. private System.Windows.Forms.Label label11111;
  920. private System.Windows.Forms.Label label_delete_Class;
  921. private System.Windows.Forms.TextBox delete_Class;
  922. private System.Windows.Forms.Label label112121;
  923. private System.Windows.Forms.NumericUpDown numericMin;
  924. private System.Windows.Forms.CheckBox checkBox2;
  925. private System.Windows.Forms.CheckBox checkBox1;
  926. private System.Windows.Forms.PictureBox pictureBox7;
  927. private System.Windows.Forms.Label label8312;
  928. private System.Windows.Forms.Button button1217;
  929. private System.Windows.Forms.GroupBox groupBox2;
  930. private System.Windows.Forms.TextBox textBox_cypxss;
  931. private System.Windows.Forms.Label label_cypxss;
  932. private System.Windows.Forms.TextBox textBox_zypxss;
  933. private System.Windows.Forms.Label label_zypxss;
  934. private System.Windows.Forms.GroupBox groupBox3;
  935. private System.Windows.Forms.CheckBox ck_syxt_xsmk;
  936. }
  937. }