OTSReport_TemplateDesignerRM.Designer.cs 64 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308
  1. namespace OTSIncAReportApp.OTSTemplateDesigner
  2. {
  3. partial class OTSReport_TemplateDesignerRM
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OTSReport_TemplateDesignerRM));
  29. this.tb_FBT = new System.Windows.Forms.TextBox();
  30. this.tb_ZBT = new System.Windows.Forms.TextBox();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.button2 = new System.Windows.Forms.Button();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.tb_YPBH = new System.Windows.Forms.TextBox();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.tb_CKBZ = new System.Windows.Forms.TextBox();
  39. this.ck_jggk = new System.Windows.Forms.CheckBox();
  40. this.ck_ypsm = new System.Windows.Forms.CheckBox();
  41. this.label7 = new System.Windows.Forms.Label();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.ck_ym = new System.Windows.Forms.CheckBox();
  44. this.tb_yjwb = new System.Windows.Forms.TextBox();
  45. this.label10 = new System.Windows.Forms.Label();
  46. this.label9 = new System.Windows.Forms.Label();
  47. this.tb_khh = new System.Windows.Forms.TextBox();
  48. this.label2 = new System.Windows.Forms.Label();
  49. this.groupBox1 = new System.Windows.Forms.GroupBox();
  50. this.tb_ymwb = new System.Windows.Forms.TextBox();
  51. this.label8 = new System.Windows.Forms.Label();
  52. this.groupBox4 = new System.Windows.Forms.GroupBox();
  53. this.ck_klcc_xsmk = new System.Windows.Forms.CheckBox();
  54. this.label17 = new System.Windows.Forms.Label();
  55. this.cb_klcc_ljb = new System.Windows.Forms.ComboBox();
  56. this.cb_klcc_jsfs = new System.Windows.Forms.ComboBox();
  57. this.label15 = new System.Windows.Forms.Label();
  58. this.label14 = new System.Windows.Forms.Label();
  59. this.groupBox6 = new System.Windows.Forms.GroupBox();
  60. this.button3 = new System.Windows.Forms.Button();
  61. this.comboBox_PeriodicTable = new System.Windows.Forms.ComboBox();
  62. this.tb_ysfx_xsys = new System.Windows.Forms.TextBox();
  63. this.button4 = new System.Windows.Forms.Button();
  64. this.ck_ysfx_xsmk = new System.Windows.Forms.CheckBox();
  65. this.label25 = new System.Windows.Forms.Label();
  66. this.groupBox7 = new System.Windows.Forms.GroupBox();
  67. this.lbv_syxt_mblb = new System.Windows.Forms.ListView();
  68. this.ck_syxt_xsmk = new System.Windows.Forms.CheckBox();
  69. this.label40 = new System.Windows.Forms.Label();
  70. this.cb_syxt_ljb = new System.Windows.Forms.ComboBox();
  71. this.cb_syxt_mhxssl = new System.Windows.Forms.ComboBox();
  72. this.label38 = new System.Windows.Forms.Label();
  73. this.label33 = new System.Windows.Forms.Label();
  74. this.label42 = new System.Windows.Forms.Label();
  75. this.groupBox8 = new System.Windows.Forms.GroupBox();
  76. this.label_delete_Class = new System.Windows.Forms.Label();
  77. this.delete_Class = new System.Windows.Forms.TextBox();
  78. this.label11111 = new System.Windows.Forms.Label();
  79. this.button5 = new System.Windows.Forms.Button();
  80. this.tb_RemoveElements = new System.Windows.Forms.TextBox();
  81. this.ck_kllb_fjzt = new System.Windows.Forms.CheckBox();
  82. this.label111 = new System.Windows.Forms.Label();
  83. this.groupBox_zt = new System.Windows.Forms.GroupBox();
  84. this.ParticleList_5 = new System.Windows.Forms.Label();
  85. this.cb_FrameChart_p2 = new System.Windows.Forms.ComboBox();
  86. this.ParticleList_4 = new System.Windows.Forms.Label();
  87. this.cb_FrameChart_p1 = new System.Windows.Forms.ComboBox();
  88. this.groupBox_px = new System.Windows.Forms.GroupBox();
  89. this.comboBox_p3 = new System.Windows.Forms.ComboBox();
  90. this.ParticleList_3 = new System.Windows.Forms.Label();
  91. this.comboBox_p2 = new System.Windows.Forms.ComboBox();
  92. this.ParticleList_2 = new System.Windows.Forms.Label();
  93. this.ParticleList_1 = new System.Windows.Forms.Label();
  94. this.comboBox_p1 = new System.Windows.Forms.ComboBox();
  95. this.ck_kllb_npxx = new System.Windows.Forms.CheckBox();
  96. this.ck_kllb_fdtx = new System.Windows.Forms.CheckBox();
  97. this.ck_kllb_ystx = new System.Windows.Forms.CheckBox();
  98. this.ck_kllb_xsmk = new System.Windows.Forms.CheckBox();
  99. this.label32 = new System.Windows.Forms.Label();
  100. this.label31 = new System.Windows.Forms.Label();
  101. this.label30 = new System.Windows.Forms.Label();
  102. this.label34 = new System.Windows.Forms.Label();
  103. this.button6 = new System.Windows.Forms.Button();
  104. this.panel2 = new System.Windows.Forms.Panel();
  105. this.pictureBox8 = new System.Windows.Forms.PictureBox();
  106. this.pictureBox6 = new System.Windows.Forms.PictureBox();
  107. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  108. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  109. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  110. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  111. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  112. this.panel3 = new System.Windows.Forms.Panel();
  113. this.groupBox211 = new System.Windows.Forms.GroupBox();
  114. this.ck_jzwzb_chart = new System.Windows.Forms.CheckBox();
  115. this.label1311 = new System.Windows.Forms.Label();
  116. this.label1211 = new System.Windows.Forms.Label();
  117. this.ck_jzwzb_surface = new System.Windows.Forms.CheckBox();
  118. this.groupBZ = new System.Windows.Forms.GroupBox();
  119. this.textBox_strBZ = new System.Windows.Forms.TextBox();
  120. this.groupBox9 = new System.Windows.Forms.GroupBox();
  121. this.label39 = new System.Windows.Forms.Label();
  122. this.cb_ParticleRange = new System.Windows.Forms.ComboBox();
  123. this.groupBox1.SuspendLayout();
  124. this.groupBox4.SuspendLayout();
  125. this.groupBox6.SuspendLayout();
  126. this.groupBox7.SuspendLayout();
  127. this.groupBox8.SuspendLayout();
  128. this.groupBox_zt.SuspendLayout();
  129. this.groupBox_px.SuspendLayout();
  130. this.panel2.SuspendLayout();
  131. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  138. this.panel3.SuspendLayout();
  139. this.groupBox211.SuspendLayout();
  140. this.groupBZ.SuspendLayout();
  141. this.groupBox9.SuspendLayout();
  142. this.SuspendLayout();
  143. //
  144. // tb_FBT
  145. //
  146. this.tb_FBT.Location = new System.Drawing.Point(5, 83);
  147. this.tb_FBT.Margin = new System.Windows.Forms.Padding(2);
  148. this.tb_FBT.Name = "tb_FBT";
  149. this.tb_FBT.Size = new System.Drawing.Size(258, 21);
  150. this.tb_FBT.TabIndex = 20;
  151. //
  152. // tb_ZBT
  153. //
  154. this.tb_ZBT.Location = new System.Drawing.Point(5, 35);
  155. this.tb_ZBT.Margin = new System.Windows.Forms.Padding(2);
  156. this.tb_ZBT.Name = "tb_ZBT";
  157. this.tb_ZBT.Size = new System.Drawing.Size(258, 21);
  158. this.tb_ZBT.TabIndex = 10;
  159. //
  160. // label5
  161. //
  162. this.label5.AutoSize = true;
  163. this.label5.Location = new System.Drawing.Point(5, 69);
  164. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  165. this.label5.Name = "label5";
  166. this.label5.Size = new System.Drawing.Size(41, 12);
  167. this.label5.TabIndex = 0;
  168. this.label5.Text = "副标题";
  169. //
  170. // label3
  171. //
  172. this.label3.AutoSize = true;
  173. this.label3.Location = new System.Drawing.Point(5, 21);
  174. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  175. this.label3.Name = "label3";
  176. this.label3.Size = new System.Drawing.Size(41, 12);
  177. this.label3.TabIndex = 0;
  178. this.label3.Text = "主标题";
  179. //
  180. // button1
  181. //
  182. this.button1.Location = new System.Drawing.Point(930, 47);
  183. this.button1.Margin = new System.Windows.Forms.Padding(2);
  184. this.button1.Name = "button1";
  185. this.button1.Size = new System.Drawing.Size(71, 22);
  186. this.button1.TabIndex = 60;
  187. this.button1.Text = "另存";
  188. this.button1.UseVisualStyleBackColor = true;
  189. this.button1.Click += new System.EventHandler(this.button1_Click);
  190. //
  191. // button2
  192. //
  193. this.button2.Location = new System.Drawing.Point(1376, 648);
  194. this.button2.Margin = new System.Windows.Forms.Padding(2);
  195. this.button2.Name = "button2";
  196. this.button2.Size = new System.Drawing.Size(71, 22);
  197. this.button2.TabIndex = 70;
  198. this.button2.Text = "返 回";
  199. this.button2.UseVisualStyleBackColor = true;
  200. this.button2.Click += new System.EventHandler(this.button2_Click);
  201. //
  202. // label1
  203. //
  204. this.label1.AutoSize = true;
  205. this.label1.Location = new System.Drawing.Point(5, 124);
  206. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  207. this.label1.Name = "label1";
  208. this.label1.Size = new System.Drawing.Size(53, 12);
  209. this.label1.TabIndex = 0;
  210. this.label1.Text = "样品编号";
  211. //
  212. // tb_YPBH
  213. //
  214. this.tb_YPBH.Location = new System.Drawing.Point(5, 138);
  215. this.tb_YPBH.Margin = new System.Windows.Forms.Padding(2);
  216. this.tb_YPBH.Name = "tb_YPBH";
  217. this.tb_YPBH.Size = new System.Drawing.Size(258, 21);
  218. this.tb_YPBH.TabIndex = 30;
  219. //
  220. // label4
  221. //
  222. this.label4.AutoSize = true;
  223. this.label4.Location = new System.Drawing.Point(5, 175);
  224. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  225. this.label4.Name = "label4";
  226. this.label4.Size = new System.Drawing.Size(53, 12);
  227. this.label4.TabIndex = 0;
  228. this.label4.Text = "参考标准";
  229. //
  230. // tb_CKBZ
  231. //
  232. this.tb_CKBZ.Location = new System.Drawing.Point(5, 189);
  233. this.tb_CKBZ.Margin = new System.Windows.Forms.Padding(2);
  234. this.tb_CKBZ.Name = "tb_CKBZ";
  235. this.tb_CKBZ.Size = new System.Drawing.Size(258, 21);
  236. this.tb_CKBZ.TabIndex = 50;
  237. //
  238. // ck_jggk
  239. //
  240. this.ck_jggk.AutoSize = true;
  241. this.ck_jggk.Location = new System.Drawing.Point(224, 230);
  242. this.ck_jggk.Margin = new System.Windows.Forms.Padding(2);
  243. this.ck_jggk.Name = "ck_jggk";
  244. this.ck_jggk.Size = new System.Drawing.Size(15, 14);
  245. this.ck_jggk.TabIndex = 51;
  246. this.ck_jggk.UseVisualStyleBackColor = true;
  247. this.ck_jggk.Visible = false;
  248. //
  249. // ck_ypsm
  250. //
  251. this.ck_ypsm.AutoSize = true;
  252. this.ck_ypsm.Location = new System.Drawing.Point(388, 159);
  253. this.ck_ypsm.Margin = new System.Windows.Forms.Padding(2);
  254. this.ck_ypsm.Name = "ck_ypsm";
  255. this.ck_ypsm.Size = new System.Drawing.Size(15, 14);
  256. this.ck_ypsm.TabIndex = 51;
  257. this.ck_ypsm.UseVisualStyleBackColor = true;
  258. //
  259. // label7
  260. //
  261. this.label7.AutoSize = true;
  262. this.label7.Location = new System.Drawing.Point(5, 230);
  263. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  264. this.label7.Name = "label7";
  265. this.label7.Size = new System.Drawing.Size(77, 12);
  266. this.label7.TabIndex = 0;
  267. this.label7.Text = "显示结果概况";
  268. this.label7.Visible = false;
  269. //
  270. // label6
  271. //
  272. this.label6.AutoSize = true;
  273. this.label6.Location = new System.Drawing.Point(302, 159);
  274. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  275. this.label6.Name = "label6";
  276. this.label6.Size = new System.Drawing.Size(77, 12);
  277. this.label6.TabIndex = 0;
  278. this.label6.Text = "显示样品说明";
  279. //
  280. // ck_ym
  281. //
  282. this.ck_ym.AutoSize = true;
  283. this.ck_ym.Location = new System.Drawing.Point(409, 89);
  284. this.ck_ym.Margin = new System.Windows.Forms.Padding(2);
  285. this.ck_ym.Name = "ck_ym";
  286. this.ck_ym.Size = new System.Drawing.Size(15, 14);
  287. this.ck_ym.TabIndex = 52;
  288. this.ck_ym.UseVisualStyleBackColor = true;
  289. //
  290. // tb_yjwb
  291. //
  292. this.tb_yjwb.Location = new System.Drawing.Point(7, 89);
  293. this.tb_yjwb.Margin = new System.Windows.Forms.Padding(2);
  294. this.tb_yjwb.Name = "tb_yjwb";
  295. this.tb_yjwb.Size = new System.Drawing.Size(256, 21);
  296. this.tb_yjwb.TabIndex = 42;
  297. //
  298. // label10
  299. //
  300. this.label10.AutoSize = true;
  301. this.label10.Location = new System.Drawing.Point(5, 75);
  302. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  303. this.label10.Name = "label10";
  304. this.label10.Size = new System.Drawing.Size(53, 12);
  305. this.label10.TabIndex = 41;
  306. this.label10.Text = "页脚文本";
  307. //
  308. // label9
  309. //
  310. this.label9.AutoSize = true;
  311. this.label9.Location = new System.Drawing.Point(360, 89);
  312. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  313. this.label9.Name = "label9";
  314. this.label9.Size = new System.Drawing.Size(29, 12);
  315. this.label9.TabIndex = 41;
  316. this.label9.Text = "页码";
  317. //
  318. // tb_khh
  319. //
  320. this.tb_khh.Location = new System.Drawing.Point(7, 147);
  321. this.tb_khh.Margin = new System.Windows.Forms.Padding(2);
  322. this.tb_khh.Name = "tb_khh";
  323. this.tb_khh.Size = new System.Drawing.Size(256, 21);
  324. this.tb_khh.TabIndex = 42;
  325. this.tb_khh.Visible = false;
  326. //
  327. // label2
  328. //
  329. this.label2.AutoSize = true;
  330. this.label2.Location = new System.Drawing.Point(5, 133);
  331. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  332. this.label2.Name = "label2";
  333. this.label2.Size = new System.Drawing.Size(41, 12);
  334. this.label2.TabIndex = 41;
  335. this.label2.Text = "客户号";
  336. this.label2.Visible = false;
  337. //
  338. // groupBox1
  339. //
  340. this.groupBox1.Controls.Add(this.ck_ym);
  341. this.groupBox1.Controls.Add(this.label9);
  342. this.groupBox1.Controls.Add(this.tb_ymwb);
  343. this.groupBox1.Controls.Add(this.tb_yjwb);
  344. this.groupBox1.Controls.Add(this.tb_khh);
  345. this.groupBox1.Controls.Add(this.label2);
  346. this.groupBox1.Controls.Add(this.label10);
  347. this.groupBox1.Controls.Add(this.label8);
  348. this.groupBox1.Location = new System.Drawing.Point(3, 263);
  349. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  350. this.groupBox1.Name = "groupBox1";
  351. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  352. this.groupBox1.Size = new System.Drawing.Size(268, 181);
  353. this.groupBox1.TabIndex = 0;
  354. this.groupBox1.TabStop = false;
  355. this.groupBox1.Text = "页眉页脚设置";
  356. //
  357. // tb_ymwb
  358. //
  359. this.tb_ymwb.Location = new System.Drawing.Point(7, 33);
  360. this.tb_ymwb.Margin = new System.Windows.Forms.Padding(2);
  361. this.tb_ymwb.Name = "tb_ymwb";
  362. this.tb_ymwb.Size = new System.Drawing.Size(256, 21);
  363. this.tb_ymwb.TabIndex = 42;
  364. //
  365. // label8
  366. //
  367. this.label8.AutoSize = true;
  368. this.label8.Location = new System.Drawing.Point(5, 17);
  369. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  370. this.label8.Name = "label8";
  371. this.label8.Size = new System.Drawing.Size(53, 12);
  372. this.label8.TabIndex = 41;
  373. this.label8.Text = "页眉文本";
  374. //
  375. // groupBox4
  376. //
  377. this.groupBox4.Controls.Add(this.ck_klcc_xsmk);
  378. this.groupBox4.Controls.Add(this.label17);
  379. this.groupBox4.Controls.Add(this.cb_klcc_ljb);
  380. this.groupBox4.Controls.Add(this.cb_klcc_jsfs);
  381. this.groupBox4.Controls.Add(this.label15);
  382. this.groupBox4.Controls.Add(this.label14);
  383. this.groupBox4.Location = new System.Drawing.Point(3, 448);
  384. this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
  385. this.groupBox4.Name = "groupBox4";
  386. this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
  387. this.groupBox4.Size = new System.Drawing.Size(268, 158);
  388. this.groupBox4.TabIndex = 2;
  389. this.groupBox4.TabStop = false;
  390. this.groupBox4.Text = "颗粒尺寸分析结果";
  391. //
  392. // ck_klcc_xsmk
  393. //
  394. this.ck_klcc_xsmk.AutoSize = true;
  395. this.ck_klcc_xsmk.Location = new System.Drawing.Point(224, 25);
  396. this.ck_klcc_xsmk.Margin = new System.Windows.Forms.Padding(2);
  397. this.ck_klcc_xsmk.Name = "ck_klcc_xsmk";
  398. this.ck_klcc_xsmk.Size = new System.Drawing.Size(15, 14);
  399. this.ck_klcc_xsmk.TabIndex = 53;
  400. this.ck_klcc_xsmk.UseVisualStyleBackColor = true;
  401. //
  402. // label17
  403. //
  404. this.label17.AutoSize = true;
  405. this.label17.Location = new System.Drawing.Point(9, 25);
  406. this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  407. this.label17.Name = "label17";
  408. this.label17.Size = new System.Drawing.Size(65, 12);
  409. this.label17.TabIndex = 52;
  410. this.label17.Text = "显示该模块";
  411. //
  412. // cb_klcc_ljb
  413. //
  414. this.cb_klcc_ljb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  415. this.cb_klcc_ljb.FormattingEnabled = true;
  416. this.cb_klcc_ljb.Location = new System.Drawing.Point(19, 112);
  417. this.cb_klcc_ljb.Margin = new System.Windows.Forms.Padding(2);
  418. this.cb_klcc_ljb.Name = "cb_klcc_ljb";
  419. this.cb_klcc_ljb.Size = new System.Drawing.Size(216, 20);
  420. this.cb_klcc_ljb.TabIndex = 42;
  421. //
  422. // cb_klcc_jsfs
  423. //
  424. this.cb_klcc_jsfs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  425. this.cb_klcc_jsfs.FormattingEnabled = true;
  426. this.cb_klcc_jsfs.Location = new System.Drawing.Point(19, 67);
  427. this.cb_klcc_jsfs.Margin = new System.Windows.Forms.Padding(2);
  428. this.cb_klcc_jsfs.Name = "cb_klcc_jsfs";
  429. this.cb_klcc_jsfs.Size = new System.Drawing.Size(216, 20);
  430. this.cb_klcc_jsfs.TabIndex = 42;
  431. //
  432. // label15
  433. //
  434. this.label15.AutoSize = true;
  435. this.label15.Location = new System.Drawing.Point(19, 97);
  436. this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  437. this.label15.Name = "label15";
  438. this.label15.Size = new System.Drawing.Size(65, 12);
  439. this.label15.TabIndex = 41;
  440. this.label15.Text = "粒级表信息";
  441. //
  442. // label14
  443. //
  444. this.label14.AutoSize = true;
  445. this.label14.Location = new System.Drawing.Point(17, 53);
  446. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  447. this.label14.Name = "label14";
  448. this.label14.Size = new System.Drawing.Size(53, 12);
  449. this.label14.TabIndex = 41;
  450. this.label14.Text = "计算方式";
  451. //
  452. // groupBox6
  453. //
  454. this.groupBox6.Controls.Add(this.button3);
  455. this.groupBox6.Controls.Add(this.comboBox_PeriodicTable);
  456. this.groupBox6.Controls.Add(this.tb_ysfx_xsys);
  457. this.groupBox6.Controls.Add(this.button4);
  458. this.groupBox6.Controls.Add(this.ck_ysfx_xsmk);
  459. this.groupBox6.Controls.Add(this.label25);
  460. this.groupBox6.Location = new System.Drawing.Point(3, 614);
  461. this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
  462. this.groupBox6.Name = "groupBox6";
  463. this.groupBox6.Padding = new System.Windows.Forms.Padding(2);
  464. this.groupBox6.Size = new System.Drawing.Size(268, 134);
  465. this.groupBox6.TabIndex = 4;
  466. this.groupBox6.TabStop = false;
  467. this.groupBox6.Text = "元素分析表";
  468. //
  469. // button3
  470. //
  471. this.button3.Location = new System.Drawing.Point(202, 51);
  472. this.button3.Name = "button3";
  473. this.button3.Size = new System.Drawing.Size(55, 23);
  474. this.button3.TabIndex = 60;
  475. this.button3.Text = "Delete";
  476. this.button3.UseVisualStyleBackColor = true;
  477. this.button3.Click += new System.EventHandler(this.button3_Click_1);
  478. //
  479. // comboBox_PeriodicTable
  480. //
  481. this.comboBox_PeriodicTable.FormattingEnabled = true;
  482. this.comboBox_PeriodicTable.Location = new System.Drawing.Point(16, 93);
  483. this.comboBox_PeriodicTable.Name = "comboBox_PeriodicTable";
  484. this.comboBox_PeriodicTable.Size = new System.Drawing.Size(141, 20);
  485. this.comboBox_PeriodicTable.TabIndex = 59;
  486. this.comboBox_PeriodicTable.SelectedIndexChanged += new System.EventHandler(this.comboBox_PeriodicTable_SelectedIndexChanged);
  487. this.comboBox_PeriodicTable.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboBox_PeriodicTable_KeyDown);
  488. //
  489. // tb_ysfx_xsys
  490. //
  491. this.tb_ysfx_xsys.Location = new System.Drawing.Point(16, 51);
  492. this.tb_ysfx_xsys.Margin = new System.Windows.Forms.Padding(2);
  493. this.tb_ysfx_xsys.Name = "tb_ysfx_xsys";
  494. this.tb_ysfx_xsys.ReadOnly = true;
  495. this.tb_ysfx_xsys.Size = new System.Drawing.Size(181, 21);
  496. this.tb_ysfx_xsys.TabIndex = 58;
  497. //
  498. // button4
  499. //
  500. this.button4.Location = new System.Drawing.Point(167, 93);
  501. this.button4.Margin = new System.Windows.Forms.Padding(2);
  502. this.button4.Name = "button4";
  503. this.button4.Size = new System.Drawing.Size(72, 20);
  504. this.button4.TabIndex = 57;
  505. this.button4.Text = "PeriodicTable";
  506. this.button4.UseVisualStyleBackColor = true;
  507. this.button4.Click += new System.EventHandler(this.button4_Click);
  508. //
  509. // ck_ysfx_xsmk
  510. //
  511. this.ck_ysfx_xsmk.AutoSize = true;
  512. this.ck_ysfx_xsmk.Location = new System.Drawing.Point(224, 25);
  513. this.ck_ysfx_xsmk.Margin = new System.Windows.Forms.Padding(2);
  514. this.ck_ysfx_xsmk.Name = "ck_ysfx_xsmk";
  515. this.ck_ysfx_xsmk.Size = new System.Drawing.Size(15, 14);
  516. this.ck_ysfx_xsmk.TabIndex = 53;
  517. this.ck_ysfx_xsmk.UseVisualStyleBackColor = true;
  518. //
  519. // label25
  520. //
  521. this.label25.AutoSize = true;
  522. this.label25.Location = new System.Drawing.Point(5, 27);
  523. this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  524. this.label25.Name = "label25";
  525. this.label25.Size = new System.Drawing.Size(65, 12);
  526. this.label25.TabIndex = 52;
  527. this.label25.Text = "显示该模块";
  528. //
  529. // groupBox7
  530. //
  531. this.groupBox7.Controls.Add(this.lbv_syxt_mblb);
  532. this.groupBox7.Controls.Add(this.ck_syxt_xsmk);
  533. this.groupBox7.Controls.Add(this.label40);
  534. this.groupBox7.Controls.Add(this.cb_syxt_ljb);
  535. this.groupBox7.Controls.Add(this.cb_syxt_mhxssl);
  536. this.groupBox7.Controls.Add(this.label38);
  537. this.groupBox7.Controls.Add(this.label33);
  538. this.groupBox7.Controls.Add(this.label42);
  539. this.groupBox7.Location = new System.Drawing.Point(3, 752);
  540. this.groupBox7.Margin = new System.Windows.Forms.Padding(2);
  541. this.groupBox7.Name = "groupBox7";
  542. this.groupBox7.Padding = new System.Windows.Forms.Padding(2);
  543. this.groupBox7.Size = new System.Drawing.Size(263, 471);
  544. this.groupBox7.TabIndex = 7;
  545. this.groupBox7.TabStop = false;
  546. this.groupBox7.Text = "三元相图";
  547. //
  548. // lbv_syxt_mblb
  549. //
  550. this.lbv_syxt_mblb.CheckBoxes = true;
  551. this.lbv_syxt_mblb.FullRowSelect = true;
  552. this.lbv_syxt_mblb.HideSelection = false;
  553. this.lbv_syxt_mblb.Location = new System.Drawing.Point(8, 199);
  554. this.lbv_syxt_mblb.Margin = new System.Windows.Forms.Padding(2);
  555. this.lbv_syxt_mblb.Name = "lbv_syxt_mblb";
  556. this.lbv_syxt_mblb.Size = new System.Drawing.Size(249, 258);
  557. this.lbv_syxt_mblb.TabIndex = 55;
  558. this.lbv_syxt_mblb.UseCompatibleStateImageBehavior = false;
  559. this.lbv_syxt_mblb.View = System.Windows.Forms.View.List;
  560. //
  561. // ck_syxt_xsmk
  562. //
  563. this.ck_syxt_xsmk.AutoSize = true;
  564. this.ck_syxt_xsmk.Location = new System.Drawing.Point(224, 21);
  565. this.ck_syxt_xsmk.Margin = new System.Windows.Forms.Padding(2);
  566. this.ck_syxt_xsmk.Name = "ck_syxt_xsmk";
  567. this.ck_syxt_xsmk.Size = new System.Drawing.Size(15, 14);
  568. this.ck_syxt_xsmk.TabIndex = 53;
  569. this.ck_syxt_xsmk.UseVisualStyleBackColor = true;
  570. //
  571. // label40
  572. //
  573. this.label40.AutoSize = true;
  574. this.label40.Location = new System.Drawing.Point(4, 23);
  575. this.label40.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  576. this.label40.Name = "label40";
  577. this.label40.Size = new System.Drawing.Size(65, 12);
  578. this.label40.TabIndex = 52;
  579. this.label40.Text = "显示该模块";
  580. //
  581. // cb_syxt_ljb
  582. //
  583. this.cb_syxt_ljb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  584. this.cb_syxt_ljb.FormattingEnabled = true;
  585. this.cb_syxt_ljb.Location = new System.Drawing.Point(14, 73);
  586. this.cb_syxt_ljb.Margin = new System.Windows.Forms.Padding(2);
  587. this.cb_syxt_ljb.Name = "cb_syxt_ljb";
  588. this.cb_syxt_ljb.Size = new System.Drawing.Size(214, 20);
  589. this.cb_syxt_ljb.TabIndex = 42;
  590. //
  591. // cb_syxt_mhxssl
  592. //
  593. this.cb_syxt_mhxssl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  594. this.cb_syxt_mhxssl.FormattingEnabled = true;
  595. this.cb_syxt_mhxssl.Location = new System.Drawing.Point(14, 129);
  596. this.cb_syxt_mhxssl.Margin = new System.Windows.Forms.Padding(2);
  597. this.cb_syxt_mhxssl.Name = "cb_syxt_mhxssl";
  598. this.cb_syxt_mhxssl.Size = new System.Drawing.Size(214, 20);
  599. this.cb_syxt_mhxssl.TabIndex = 42;
  600. this.cb_syxt_mhxssl.Visible = false;
  601. this.cb_syxt_mhxssl.SelectedIndexChanged += new System.EventHandler(this.cb_syxt_mhxssl_SelectedIndexChanged);
  602. //
  603. // label38
  604. //
  605. this.label38.AutoSize = true;
  606. this.label38.Location = new System.Drawing.Point(12, 59);
  607. this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  608. this.label38.Name = "label38";
  609. this.label38.Size = new System.Drawing.Size(65, 12);
  610. this.label38.TabIndex = 41;
  611. this.label38.Text = "粒级表信息";
  612. //
  613. // label33
  614. //
  615. this.label33.AutoSize = true;
  616. this.label33.Location = new System.Drawing.Point(14, 176);
  617. this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  618. this.label33.Name = "label33";
  619. this.label33.Size = new System.Drawing.Size(101, 12);
  620. this.label33.TabIndex = 41;
  621. this.label33.Text = "三元相图模板列表";
  622. //
  623. // label42
  624. //
  625. this.label42.AutoSize = true;
  626. this.label42.Location = new System.Drawing.Point(12, 115);
  627. this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  628. this.label42.Name = "label42";
  629. this.label42.Size = new System.Drawing.Size(77, 12);
  630. this.label42.TabIndex = 41;
  631. this.label42.Text = "每行显示数量";
  632. this.label42.Visible = false;
  633. //
  634. // groupBox8
  635. //
  636. this.groupBox8.Controls.Add(this.label_delete_Class);
  637. this.groupBox8.Controls.Add(this.delete_Class);
  638. this.groupBox8.Controls.Add(this.label11111);
  639. this.groupBox8.Controls.Add(this.button5);
  640. this.groupBox8.Controls.Add(this.tb_RemoveElements);
  641. this.groupBox8.Controls.Add(this.ck_kllb_fjzt);
  642. this.groupBox8.Controls.Add(this.label111);
  643. this.groupBox8.Controls.Add(this.groupBox_zt);
  644. this.groupBox8.Controls.Add(this.groupBox_px);
  645. this.groupBox8.Controls.Add(this.ck_kllb_npxx);
  646. this.groupBox8.Controls.Add(this.ck_kllb_fdtx);
  647. this.groupBox8.Controls.Add(this.ck_kllb_ystx);
  648. this.groupBox8.Controls.Add(this.ck_kllb_xsmk);
  649. this.groupBox8.Controls.Add(this.label32);
  650. this.groupBox8.Controls.Add(this.label31);
  651. this.groupBox8.Controls.Add(this.label30);
  652. this.groupBox8.Controls.Add(this.label34);
  653. this.groupBox8.Location = new System.Drawing.Point(3, 1227);
  654. this.groupBox8.Margin = new System.Windows.Forms.Padding(2);
  655. this.groupBox8.Name = "groupBox8";
  656. this.groupBox8.Padding = new System.Windows.Forms.Padding(2);
  657. this.groupBox8.Size = new System.Drawing.Size(263, 501);
  658. this.groupBox8.TabIndex = 6;
  659. this.groupBox8.TabStop = false;
  660. this.groupBox8.Text = "颗粒列表";
  661. //
  662. // label_delete_Class
  663. //
  664. this.label_delete_Class.AutoSize = true;
  665. this.label_delete_Class.Location = new System.Drawing.Point(12, 440);
  666. this.label_delete_Class.Name = "label_delete_Class";
  667. this.label_delete_Class.Size = new System.Drawing.Size(101, 12);
  668. this.label_delete_Class.TabIndex = 63;
  669. this.label_delete_Class.Text = "去除指定物质分类";
  670. //
  671. // delete_Class
  672. //
  673. this.delete_Class.Location = new System.Drawing.Point(11, 464);
  674. this.delete_Class.Name = "delete_Class";
  675. this.delete_Class.Size = new System.Drawing.Size(181, 21);
  676. this.delete_Class.TabIndex = 62;
  677. //
  678. // label11111
  679. //
  680. this.label11111.AutoSize = true;
  681. this.label11111.Location = new System.Drawing.Point(14, 382);
  682. this.label11111.Name = "label11111";
  683. this.label11111.Size = new System.Drawing.Size(77, 12);
  684. this.label11111.TabIndex = 61;
  685. this.label11111.Text = "去除元素信息";
  686. //
  687. // button5
  688. //
  689. this.button5.Location = new System.Drawing.Point(181, 403);
  690. this.button5.Name = "button5";
  691. this.button5.Size = new System.Drawing.Size(76, 23);
  692. this.button5.TabIndex = 60;
  693. this.button5.Text = "选取";
  694. this.button5.UseVisualStyleBackColor = true;
  695. this.button5.Click += new System.EventHandler(this.button5_Click);
  696. //
  697. // tb_RemoveElements
  698. //
  699. this.tb_RemoveElements.Location = new System.Drawing.Point(11, 405);
  700. this.tb_RemoveElements.Margin = new System.Windows.Forms.Padding(2);
  701. this.tb_RemoveElements.Name = "tb_RemoveElements";
  702. this.tb_RemoveElements.ReadOnly = true;
  703. this.tb_RemoveElements.Size = new System.Drawing.Size(168, 21);
  704. this.tb_RemoveElements.TabIndex = 59;
  705. //
  706. // ck_kllb_fjzt
  707. //
  708. this.ck_kllb_fjzt.AutoSize = true;
  709. this.ck_kllb_fjzt.Location = new System.Drawing.Point(224, 47);
  710. this.ck_kllb_fjzt.Name = "ck_kllb_fjzt";
  711. this.ck_kllb_fjzt.Size = new System.Drawing.Size(15, 14);
  712. this.ck_kllb_fjzt.TabIndex = 57;
  713. this.ck_kllb_fjzt.UseVisualStyleBackColor = true;
  714. //
  715. // label111
  716. //
  717. this.label111.AutoSize = true;
  718. this.label111.Location = new System.Drawing.Point(7, 47);
  719. this.label111.Name = "label111";
  720. this.label111.Size = new System.Drawing.Size(53, 12);
  721. this.label111.TabIndex = 56;
  722. this.label111.Text = "附加帧图";
  723. //
  724. // groupBox_zt
  725. //
  726. this.groupBox_zt.Controls.Add(this.ParticleList_5);
  727. this.groupBox_zt.Controls.Add(this.cb_FrameChart_p2);
  728. this.groupBox_zt.Controls.Add(this.ParticleList_4);
  729. this.groupBox_zt.Controls.Add(this.cb_FrameChart_p1);
  730. this.groupBox_zt.Location = new System.Drawing.Point(8, 239);
  731. this.groupBox_zt.Name = "groupBox_zt";
  732. this.groupBox_zt.Size = new System.Drawing.Size(249, 125);
  733. this.groupBox_zt.TabIndex = 55;
  734. this.groupBox_zt.TabStop = false;
  735. this.groupBox_zt.Text = "帧图表";
  736. //
  737. // ParticleList_5
  738. //
  739. this.ParticleList_5.AutoSize = true;
  740. this.ParticleList_5.Location = new System.Drawing.Point(17, 70);
  741. this.ParticleList_5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  742. this.ParticleList_5.Name = "ParticleList_5";
  743. this.ParticleList_5.Size = new System.Drawing.Size(35, 12);
  744. this.ParticleList_5.TabIndex = 57;
  745. this.ParticleList_5.Text = "参数2";
  746. //
  747. // cb_FrameChart_p2
  748. //
  749. this.cb_FrameChart_p2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  750. this.cb_FrameChart_p2.FormattingEnabled = true;
  751. this.cb_FrameChart_p2.Location = new System.Drawing.Point(17, 84);
  752. this.cb_FrameChart_p2.Margin = new System.Windows.Forms.Padding(2);
  753. this.cb_FrameChart_p2.Name = "cb_FrameChart_p2";
  754. this.cb_FrameChart_p2.Size = new System.Drawing.Size(216, 20);
  755. this.cb_FrameChart_p2.TabIndex = 56;
  756. //
  757. // ParticleList_4
  758. //
  759. this.ParticleList_4.AutoSize = true;
  760. this.ParticleList_4.Location = new System.Drawing.Point(17, 23);
  761. this.ParticleList_4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  762. this.ParticleList_4.Name = "ParticleList_4";
  763. this.ParticleList_4.Size = new System.Drawing.Size(35, 12);
  764. this.ParticleList_4.TabIndex = 55;
  765. this.ParticleList_4.Text = "参数1";
  766. //
  767. // cb_FrameChart_p1
  768. //
  769. this.cb_FrameChart_p1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  770. this.cb_FrameChart_p1.FormattingEnabled = true;
  771. this.cb_FrameChart_p1.Location = new System.Drawing.Point(17, 37);
  772. this.cb_FrameChart_p1.Margin = new System.Windows.Forms.Padding(2);
  773. this.cb_FrameChart_p1.Name = "cb_FrameChart_p1";
  774. this.cb_FrameChart_p1.Size = new System.Drawing.Size(216, 20);
  775. this.cb_FrameChart_p1.TabIndex = 54;
  776. //
  777. // groupBox_px
  778. //
  779. this.groupBox_px.Controls.Add(this.comboBox_p3);
  780. this.groupBox_px.Controls.Add(this.ParticleList_3);
  781. this.groupBox_px.Controls.Add(this.comboBox_p2);
  782. this.groupBox_px.Controls.Add(this.ParticleList_2);
  783. this.groupBox_px.Controls.Add(this.ParticleList_1);
  784. this.groupBox_px.Controls.Add(this.comboBox_p1);
  785. this.groupBox_px.Location = new System.Drawing.Point(8, 67);
  786. this.groupBox_px.Name = "groupBox_px";
  787. this.groupBox_px.Size = new System.Drawing.Size(249, 166);
  788. this.groupBox_px.TabIndex = 54;
  789. this.groupBox_px.TabStop = false;
  790. this.groupBox_px.Text = "最大排序表";
  791. //
  792. // comboBox_p3
  793. //
  794. this.comboBox_p3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  795. this.comboBox_p3.FormattingEnabled = true;
  796. this.comboBox_p3.Location = new System.Drawing.Point(13, 128);
  797. this.comboBox_p3.Margin = new System.Windows.Forms.Padding(2);
  798. this.comboBox_p3.Name = "comboBox_p3";
  799. this.comboBox_p3.Size = new System.Drawing.Size(216, 20);
  800. this.comboBox_p3.TabIndex = 57;
  801. //
  802. // ParticleList_3
  803. //
  804. this.ParticleList_3.AutoSize = true;
  805. this.ParticleList_3.Location = new System.Drawing.Point(15, 114);
  806. this.ParticleList_3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  807. this.ParticleList_3.Name = "ParticleList_3";
  808. this.ParticleList_3.Size = new System.Drawing.Size(35, 12);
  809. this.ParticleList_3.TabIndex = 56;
  810. this.ParticleList_3.Text = "参数3";
  811. //
  812. // comboBox_p2
  813. //
  814. this.comboBox_p2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  815. this.comboBox_p2.FormattingEnabled = true;
  816. this.comboBox_p2.Location = new System.Drawing.Point(13, 86);
  817. this.comboBox_p2.Margin = new System.Windows.Forms.Padding(2);
  818. this.comboBox_p2.Name = "comboBox_p2";
  819. this.comboBox_p2.Size = new System.Drawing.Size(216, 20);
  820. this.comboBox_p2.TabIndex = 55;
  821. //
  822. // ParticleList_2
  823. //
  824. this.ParticleList_2.AutoSize = true;
  825. this.ParticleList_2.Location = new System.Drawing.Point(11, 72);
  826. this.ParticleList_2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  827. this.ParticleList_2.Name = "ParticleList_2";
  828. this.ParticleList_2.Size = new System.Drawing.Size(35, 12);
  829. this.ParticleList_2.TabIndex = 54;
  830. this.ParticleList_2.Text = "参数2";
  831. //
  832. // ParticleList_1
  833. //
  834. this.ParticleList_1.AutoSize = true;
  835. this.ParticleList_1.Location = new System.Drawing.Point(13, 26);
  836. this.ParticleList_1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  837. this.ParticleList_1.Name = "ParticleList_1";
  838. this.ParticleList_1.Size = new System.Drawing.Size(35, 12);
  839. this.ParticleList_1.TabIndex = 53;
  840. this.ParticleList_1.Text = "参数1";
  841. //
  842. // comboBox_p1
  843. //
  844. this.comboBox_p1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  845. this.comboBox_p1.FormattingEnabled = true;
  846. this.comboBox_p1.Location = new System.Drawing.Point(13, 40);
  847. this.comboBox_p1.Margin = new System.Windows.Forms.Padding(2);
  848. this.comboBox_p1.Name = "comboBox_p1";
  849. this.comboBox_p1.Size = new System.Drawing.Size(216, 20);
  850. this.comboBox_p1.TabIndex = 43;
  851. //
  852. // ck_kllb_npxx
  853. //
  854. this.ck_kllb_npxx.AutoSize = true;
  855. this.ck_kllb_npxx.Location = new System.Drawing.Point(229, 440);
  856. this.ck_kllb_npxx.Margin = new System.Windows.Forms.Padding(2);
  857. this.ck_kllb_npxx.Name = "ck_kllb_npxx";
  858. this.ck_kllb_npxx.Size = new System.Drawing.Size(15, 14);
  859. this.ck_kllb_npxx.TabIndex = 53;
  860. this.ck_kllb_npxx.UseVisualStyleBackColor = true;
  861. this.ck_kllb_npxx.Visible = false;
  862. //
  863. // ck_kllb_fdtx
  864. //
  865. this.ck_kllb_fdtx.AutoSize = true;
  866. this.ck_kllb_fdtx.Location = new System.Drawing.Point(229, 412);
  867. this.ck_kllb_fdtx.Margin = new System.Windows.Forms.Padding(2);
  868. this.ck_kllb_fdtx.Name = "ck_kllb_fdtx";
  869. this.ck_kllb_fdtx.Size = new System.Drawing.Size(15, 14);
  870. this.ck_kllb_fdtx.TabIndex = 53;
  871. this.ck_kllb_fdtx.UseVisualStyleBackColor = true;
  872. this.ck_kllb_fdtx.Visible = false;
  873. //
  874. // ck_kllb_ystx
  875. //
  876. this.ck_kllb_ystx.AutoSize = true;
  877. this.ck_kllb_ystx.Location = new System.Drawing.Point(229, 386);
  878. this.ck_kllb_ystx.Margin = new System.Windows.Forms.Padding(2);
  879. this.ck_kllb_ystx.Name = "ck_kllb_ystx";
  880. this.ck_kllb_ystx.Size = new System.Drawing.Size(15, 14);
  881. this.ck_kllb_ystx.TabIndex = 53;
  882. this.ck_kllb_ystx.UseVisualStyleBackColor = true;
  883. this.ck_kllb_ystx.Visible = false;
  884. //
  885. // ck_kllb_xsmk
  886. //
  887. this.ck_kllb_xsmk.AutoSize = true;
  888. this.ck_kllb_xsmk.Location = new System.Drawing.Point(224, 23);
  889. this.ck_kllb_xsmk.Margin = new System.Windows.Forms.Padding(2);
  890. this.ck_kllb_xsmk.Name = "ck_kllb_xsmk";
  891. this.ck_kllb_xsmk.Size = new System.Drawing.Size(15, 14);
  892. this.ck_kllb_xsmk.TabIndex = 53;
  893. this.ck_kllb_xsmk.UseVisualStyleBackColor = true;
  894. //
  895. // label32
  896. //
  897. this.label32.AutoSize = true;
  898. this.label32.Location = new System.Drawing.Point(21, 440);
  899. this.label32.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  900. this.label32.Name = "label32";
  901. this.label32.Size = new System.Drawing.Size(53, 12);
  902. this.label32.TabIndex = 52;
  903. this.label32.Text = "能谱信息";
  904. this.label32.Visible = false;
  905. //
  906. // label31
  907. //
  908. this.label31.AutoSize = true;
  909. this.label31.Location = new System.Drawing.Point(19, 414);
  910. this.label31.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  911. this.label31.Name = "label31";
  912. this.label31.Size = new System.Drawing.Size(53, 12);
  913. this.label31.TabIndex = 52;
  914. this.label31.Text = "放大图像";
  915. this.label31.Visible = false;
  916. //
  917. // label30
  918. //
  919. this.label30.AutoSize = true;
  920. this.label30.Location = new System.Drawing.Point(19, 388);
  921. this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  922. this.label30.Name = "label30";
  923. this.label30.Size = new System.Drawing.Size(53, 12);
  924. this.label30.TabIndex = 52;
  925. this.label30.Text = "原始图像";
  926. this.label30.Visible = false;
  927. //
  928. // label34
  929. //
  930. this.label34.AutoSize = true;
  931. this.label34.Location = new System.Drawing.Point(4, 25);
  932. this.label34.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  933. this.label34.Name = "label34";
  934. this.label34.Size = new System.Drawing.Size(65, 12);
  935. this.label34.TabIndex = 52;
  936. this.label34.Text = "显示该模块";
  937. //
  938. // button6
  939. //
  940. this.button6.Location = new System.Drawing.Point(855, 47);
  941. this.button6.Margin = new System.Windows.Forms.Padding(2);
  942. this.button6.Name = "button6";
  943. this.button6.Size = new System.Drawing.Size(71, 22);
  944. this.button6.TabIndex = 72;
  945. this.button6.Text = "保存";
  946. this.button6.UseVisualStyleBackColor = true;
  947. this.button6.Click += new System.EventHandler(this.button6_Click);
  948. //
  949. // panel2
  950. //
  951. this.panel2.AutoScroll = true;
  952. this.panel2.BackColor = System.Drawing.Color.White;
  953. this.panel2.Controls.Add(this.pictureBox8);
  954. this.panel2.Controls.Add(this.pictureBox6);
  955. this.panel2.Controls.Add(this.pictureBox5);
  956. this.panel2.Controls.Add(this.pictureBox4);
  957. this.panel2.Controls.Add(this.pictureBox3);
  958. this.panel2.Controls.Add(this.pictureBox2);
  959. this.panel2.Controls.Add(this.pictureBox1);
  960. this.panel2.Location = new System.Drawing.Point(12, 12);
  961. this.panel2.Name = "panel2";
  962. this.panel2.Size = new System.Drawing.Size(678, 706);
  963. this.panel2.TabIndex = 73;
  964. //
  965. // pictureBox8
  966. //
  967. this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image")));
  968. this.pictureBox8.Location = new System.Drawing.Point(3, 5138);
  969. this.pictureBox8.Name = "pictureBox8";
  970. this.pictureBox8.Size = new System.Drawing.Size(655, 850);
  971. this.pictureBox8.TabIndex = 8;
  972. this.pictureBox8.TabStop = false;
  973. //
  974. // pictureBox6
  975. //
  976. this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
  977. this.pictureBox6.Location = new System.Drawing.Point(3, 4282);
  978. this.pictureBox6.Name = "pictureBox6";
  979. this.pictureBox6.Size = new System.Drawing.Size(655, 850);
  980. this.pictureBox6.TabIndex = 6;
  981. this.pictureBox6.TabStop = false;
  982. //
  983. // pictureBox5
  984. //
  985. this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
  986. this.pictureBox5.Location = new System.Drawing.Point(3, 3426);
  987. this.pictureBox5.Name = "pictureBox5";
  988. this.pictureBox5.Size = new System.Drawing.Size(655, 850);
  989. this.pictureBox5.TabIndex = 5;
  990. this.pictureBox5.TabStop = false;
  991. //
  992. // pictureBox4
  993. //
  994. this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
  995. this.pictureBox4.Location = new System.Drawing.Point(3, 2570);
  996. this.pictureBox4.Name = "pictureBox4";
  997. this.pictureBox4.Size = new System.Drawing.Size(655, 850);
  998. this.pictureBox4.TabIndex = 4;
  999. this.pictureBox4.TabStop = false;
  1000. //
  1001. // pictureBox3
  1002. //
  1003. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  1004. this.pictureBox3.Location = new System.Drawing.Point(3, 1714);
  1005. this.pictureBox3.Name = "pictureBox3";
  1006. this.pictureBox3.Size = new System.Drawing.Size(655, 850);
  1007. this.pictureBox3.TabIndex = 3;
  1008. this.pictureBox3.TabStop = false;
  1009. //
  1010. // pictureBox2
  1011. //
  1012. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  1013. this.pictureBox2.Location = new System.Drawing.Point(3, 858);
  1014. this.pictureBox2.Name = "pictureBox2";
  1015. this.pictureBox2.Size = new System.Drawing.Size(655, 850);
  1016. this.pictureBox2.TabIndex = 2;
  1017. this.pictureBox2.TabStop = false;
  1018. //
  1019. // pictureBox1
  1020. //
  1021. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  1022. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  1023. this.pictureBox1.Name = "pictureBox1";
  1024. this.pictureBox1.Size = new System.Drawing.Size(655, 850);
  1025. this.pictureBox1.TabIndex = 1;
  1026. this.pictureBox1.TabStop = false;
  1027. //
  1028. // panel3
  1029. //
  1030. this.panel3.AutoScroll = true;
  1031. this.panel3.Controls.Add(this.groupBox211);
  1032. this.panel3.Controls.Add(this.groupBox7);
  1033. this.panel3.Controls.Add(this.groupBZ);
  1034. this.panel3.Controls.Add(this.groupBox8);
  1035. this.panel3.Controls.Add(this.groupBox6);
  1036. this.panel3.Controls.Add(this.groupBox9);
  1037. this.panel3.Controls.Add(this.groupBox4);
  1038. this.panel3.Controls.Add(this.groupBox1);
  1039. this.panel3.Location = new System.Drawing.Point(714, 74);
  1040. this.panel3.Name = "panel3";
  1041. this.panel3.Size = new System.Drawing.Size(288, 644);
  1042. this.panel3.TabIndex = 74;
  1043. //
  1044. // groupBox211
  1045. //
  1046. this.groupBox211.Controls.Add(this.ck_jzwzb_chart);
  1047. this.groupBox211.Controls.Add(this.label1311);
  1048. this.groupBox211.Controls.Add(this.label1211);
  1049. this.groupBox211.Controls.Add(this.ck_jzwzb_surface);
  1050. this.groupBox211.Location = new System.Drawing.Point(3, 1749);
  1051. this.groupBox211.Name = "groupBox211";
  1052. this.groupBox211.Size = new System.Drawing.Size(263, 81);
  1053. this.groupBox211.TabIndex = 8;
  1054. this.groupBox211.TabStop = false;
  1055. this.groupBox211.Text = "夹杂物占比表";
  1056. //
  1057. // ck_jzwzb_chart
  1058. //
  1059. this.ck_jzwzb_chart.AutoSize = true;
  1060. this.ck_jzwzb_chart.Location = new System.Drawing.Point(229, 53);
  1061. this.ck_jzwzb_chart.Name = "ck_jzwzb_chart";
  1062. this.ck_jzwzb_chart.Size = new System.Drawing.Size(15, 14);
  1063. this.ck_jzwzb_chart.TabIndex = 3;
  1064. this.ck_jzwzb_chart.UseVisualStyleBackColor = true;
  1065. //
  1066. // label1311
  1067. //
  1068. this.label1311.AutoSize = true;
  1069. this.label1311.Location = new System.Drawing.Point(19, 53);
  1070. this.label1311.Name = "label1311";
  1071. this.label1311.Size = new System.Drawing.Size(77, 12);
  1072. this.label1311.TabIndex = 2;
  1073. this.label1311.Text = "显示附加图形";
  1074. //
  1075. // label1211
  1076. //
  1077. this.label1211.AutoSize = true;
  1078. this.label1211.Location = new System.Drawing.Point(19, 28);
  1079. this.label1211.Name = "label1211";
  1080. this.label1211.Size = new System.Drawing.Size(65, 12);
  1081. this.label1211.TabIndex = 1;
  1082. this.label1211.Text = "显示该模块";
  1083. //
  1084. // ck_jzwzb_surface
  1085. //
  1086. this.ck_jzwzb_surface.AutoSize = true;
  1087. this.ck_jzwzb_surface.Location = new System.Drawing.Point(229, 26);
  1088. this.ck_jzwzb_surface.Name = "ck_jzwzb_surface";
  1089. this.ck_jzwzb_surface.Size = new System.Drawing.Size(15, 14);
  1090. this.ck_jzwzb_surface.TabIndex = 0;
  1091. this.ck_jzwzb_surface.UseVisualStyleBackColor = true;
  1092. this.ck_jzwzb_surface.CheckedChanged += new System.EventHandler(this.ck_jzwzb_surface_CheckedChanged);
  1093. //
  1094. // groupBZ
  1095. //
  1096. this.groupBZ.Controls.Add(this.textBox_strBZ);
  1097. this.groupBZ.Location = new System.Drawing.Point(5, 1838);
  1098. this.groupBZ.Name = "groupBZ";
  1099. this.groupBZ.Size = new System.Drawing.Size(263, 139);
  1100. this.groupBZ.TabIndex = 7;
  1101. this.groupBZ.TabStop = false;
  1102. this.groupBZ.Text = "备注";
  1103. this.groupBZ.Visible = false;
  1104. //
  1105. // textBox_strBZ
  1106. //
  1107. this.textBox_strBZ.Location = new System.Drawing.Point(5, 19);
  1108. this.textBox_strBZ.Margin = new System.Windows.Forms.Padding(2);
  1109. this.textBox_strBZ.Multiline = true;
  1110. this.textBox_strBZ.Name = "textBox_strBZ";
  1111. this.textBox_strBZ.Size = new System.Drawing.Size(252, 115);
  1112. this.textBox_strBZ.TabIndex = 11;
  1113. //
  1114. // groupBox9
  1115. //
  1116. this.groupBox9.Controls.Add(this.ck_jggk);
  1117. this.groupBox9.Controls.Add(this.tb_YPBH);
  1118. this.groupBox9.Controls.Add(this.ck_ypsm);
  1119. this.groupBox9.Controls.Add(this.label4);
  1120. this.groupBox9.Controls.Add(this.tb_ZBT);
  1121. this.groupBox9.Controls.Add(this.label6);
  1122. this.groupBox9.Controls.Add(this.label5);
  1123. this.groupBox9.Controls.Add(this.label7);
  1124. this.groupBox9.Controls.Add(this.tb_CKBZ);
  1125. this.groupBox9.Controls.Add(this.tb_FBT);
  1126. this.groupBox9.Controls.Add(this.label1);
  1127. this.groupBox9.Controls.Add(this.label3);
  1128. this.groupBox9.Location = new System.Drawing.Point(3, 3);
  1129. this.groupBox9.Name = "groupBox9";
  1130. this.groupBox9.Size = new System.Drawing.Size(268, 255);
  1131. this.groupBox9.TabIndex = 1;
  1132. this.groupBox9.TabStop = false;
  1133. this.groupBox9.Text = "首页设置信息";
  1134. //
  1135. // label39
  1136. //
  1137. this.label39.AutoSize = true;
  1138. this.label39.BackColor = System.Drawing.Color.Transparent;
  1139. this.label39.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1140. this.label39.Location = new System.Drawing.Point(709, 9);
  1141. this.label39.Name = "label39";
  1142. this.label39.Size = new System.Drawing.Size(129, 29);
  1143. this.label39.TabIndex = 75;
  1144. this.label39.Text = "模板设置";
  1145. //
  1146. // cb_ParticleRange
  1147. //
  1148. this.cb_ParticleRange.FormattingEnabled = true;
  1149. this.cb_ParticleRange.Location = new System.Drawing.Point(722, 47);
  1150. this.cb_ParticleRange.Name = "cb_ParticleRange";
  1151. this.cb_ParticleRange.Size = new System.Drawing.Size(121, 20);
  1152. this.cb_ParticleRange.TabIndex = 76;
  1153. //
  1154. // OTSReport_TemplateDesignerRM
  1155. //
  1156. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1157. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1158. this.ClientSize = new System.Drawing.Size(1014, 751);
  1159. this.Controls.Add(this.cb_ParticleRange);
  1160. this.Controls.Add(this.button6);
  1161. this.Controls.Add(this.button1);
  1162. this.Controls.Add(this.label39);
  1163. this.Controls.Add(this.panel3);
  1164. this.Controls.Add(this.panel2);
  1165. this.Controls.Add(this.button2);
  1166. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1167. this.Margin = new System.Windows.Forms.Padding(2);
  1168. this.MaximizeBox = false;
  1169. this.MinimizeBox = false;
  1170. this.Name = "OTSReport_TemplateDesignerRM";
  1171. this.ShowIcon = false;
  1172. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1173. this.Text = "报告预览信息设置";
  1174. this.Load += new System.EventHandler(this.OTSReport_TemplateDesignerRM_Load);
  1175. this.groupBox1.ResumeLayout(false);
  1176. this.groupBox1.PerformLayout();
  1177. this.groupBox4.ResumeLayout(false);
  1178. this.groupBox4.PerformLayout();
  1179. this.groupBox6.ResumeLayout(false);
  1180. this.groupBox6.PerformLayout();
  1181. this.groupBox7.ResumeLayout(false);
  1182. this.groupBox7.PerformLayout();
  1183. this.groupBox8.ResumeLayout(false);
  1184. this.groupBox8.PerformLayout();
  1185. this.groupBox_zt.ResumeLayout(false);
  1186. this.groupBox_zt.PerformLayout();
  1187. this.groupBox_px.ResumeLayout(false);
  1188. this.groupBox_px.PerformLayout();
  1189. this.panel2.ResumeLayout(false);
  1190. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
  1191. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
  1192. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  1193. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  1194. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  1195. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  1196. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1197. this.panel3.ResumeLayout(false);
  1198. this.groupBox211.ResumeLayout(false);
  1199. this.groupBox211.PerformLayout();
  1200. this.groupBZ.ResumeLayout(false);
  1201. this.groupBZ.PerformLayout();
  1202. this.groupBox9.ResumeLayout(false);
  1203. this.groupBox9.PerformLayout();
  1204. this.ResumeLayout(false);
  1205. this.PerformLayout();
  1206. }
  1207. #endregion
  1208. private System.Windows.Forms.Button button1;
  1209. private System.Windows.Forms.Button button2;
  1210. private System.Windows.Forms.Label label5;
  1211. private System.Windows.Forms.Label label3;
  1212. private System.Windows.Forms.TextBox tb_FBT;
  1213. private System.Windows.Forms.TextBox tb_ZBT;
  1214. private System.Windows.Forms.Label label1;
  1215. private System.Windows.Forms.TextBox tb_YPBH;
  1216. private System.Windows.Forms.Label label4;
  1217. private System.Windows.Forms.TextBox tb_CKBZ;
  1218. private System.Windows.Forms.CheckBox ck_jggk;
  1219. private System.Windows.Forms.CheckBox ck_ypsm;
  1220. private System.Windows.Forms.Label label7;
  1221. private System.Windows.Forms.Label label6;
  1222. private System.Windows.Forms.TextBox tb_khh;
  1223. private System.Windows.Forms.Label label2;
  1224. private System.Windows.Forms.GroupBox groupBox1;
  1225. private System.Windows.Forms.TextBox tb_yjwb;
  1226. private System.Windows.Forms.Label label10;
  1227. private System.Windows.Forms.Label label9;
  1228. private System.Windows.Forms.TextBox tb_ymwb;
  1229. private System.Windows.Forms.Label label8;
  1230. private System.Windows.Forms.GroupBox groupBox4;
  1231. private System.Windows.Forms.CheckBox ck_klcc_xsmk;
  1232. private System.Windows.Forms.Label label17;
  1233. private System.Windows.Forms.ComboBox cb_klcc_ljb;
  1234. private System.Windows.Forms.ComboBox cb_klcc_jsfs;
  1235. private System.Windows.Forms.Label label15;
  1236. private System.Windows.Forms.Label label14;
  1237. private System.Windows.Forms.GroupBox groupBox6;
  1238. private System.Windows.Forms.CheckBox ck_ysfx_xsmk;
  1239. private System.Windows.Forms.Label label25;
  1240. private System.Windows.Forms.GroupBox groupBox7;
  1241. private System.Windows.Forms.CheckBox ck_syxt_xsmk;
  1242. private System.Windows.Forms.Label label40;
  1243. private System.Windows.Forms.ComboBox cb_syxt_mhxssl;
  1244. private System.Windows.Forms.Label label42;
  1245. private System.Windows.Forms.GroupBox groupBox8;
  1246. private System.Windows.Forms.CheckBox ck_kllb_npxx;
  1247. private System.Windows.Forms.CheckBox ck_kllb_fdtx;
  1248. private System.Windows.Forms.CheckBox ck_kllb_ystx;
  1249. private System.Windows.Forms.CheckBox ck_kllb_xsmk;
  1250. private System.Windows.Forms.Label label32;
  1251. private System.Windows.Forms.Label label31;
  1252. private System.Windows.Forms.Label label30;
  1253. private System.Windows.Forms.Label label34;
  1254. private System.Windows.Forms.CheckBox ck_ym;
  1255. private System.Windows.Forms.Label label33;
  1256. private System.Windows.Forms.ListView lbv_syxt_mblb;
  1257. private System.Windows.Forms.ComboBox cb_syxt_ljb;
  1258. private System.Windows.Forms.Label label38;
  1259. private System.Windows.Forms.Button button6;
  1260. private System.Windows.Forms.Panel panel2;
  1261. private System.Windows.Forms.PictureBox pictureBox8;
  1262. private System.Windows.Forms.PictureBox pictureBox6;
  1263. private System.Windows.Forms.PictureBox pictureBox5;
  1264. private System.Windows.Forms.PictureBox pictureBox4;
  1265. private System.Windows.Forms.PictureBox pictureBox3;
  1266. private System.Windows.Forms.PictureBox pictureBox2;
  1267. private System.Windows.Forms.PictureBox pictureBox1;
  1268. private System.Windows.Forms.Panel panel3;
  1269. private System.Windows.Forms.GroupBox groupBox9;
  1270. private System.Windows.Forms.Label label39;
  1271. private System.Windows.Forms.TextBox tb_ysfx_xsys;
  1272. private System.Windows.Forms.Button button4;
  1273. public System.Windows.Forms.ComboBox comboBox_PeriodicTable;
  1274. private System.Windows.Forms.Button button3;
  1275. private System.Windows.Forms.GroupBox groupBZ;
  1276. private System.Windows.Forms.TextBox textBox_strBZ;
  1277. private System.Windows.Forms.GroupBox groupBox_px;
  1278. private System.Windows.Forms.GroupBox groupBox_zt;
  1279. private System.Windows.Forms.Label ParticleList_5;
  1280. private System.Windows.Forms.ComboBox cb_FrameChart_p2;
  1281. private System.Windows.Forms.Label ParticleList_4;
  1282. private System.Windows.Forms.ComboBox cb_FrameChart_p1;
  1283. private System.Windows.Forms.ComboBox comboBox_p3;
  1284. private System.Windows.Forms.Label ParticleList_3;
  1285. private System.Windows.Forms.ComboBox comboBox_p2;
  1286. private System.Windows.Forms.Label ParticleList_2;
  1287. private System.Windows.Forms.Label ParticleList_1;
  1288. private System.Windows.Forms.ComboBox comboBox_p1;
  1289. private System.Windows.Forms.ComboBox cb_ParticleRange;
  1290. private System.Windows.Forms.CheckBox ck_kllb_fjzt;
  1291. private System.Windows.Forms.Label label111;
  1292. private System.Windows.Forms.GroupBox groupBox211;
  1293. private System.Windows.Forms.CheckBox ck_jzwzb_chart;
  1294. private System.Windows.Forms.Label label1311;
  1295. private System.Windows.Forms.Label label1211;
  1296. private System.Windows.Forms.CheckBox ck_jzwzb_surface;
  1297. private System.Windows.Forms.Button button5;
  1298. private System.Windows.Forms.TextBox tb_RemoveElements;
  1299. private System.Windows.Forms.Label label11111;
  1300. private System.Windows.Forms.Label label_delete_Class;
  1301. private System.Windows.Forms.TextBox delete_Class;
  1302. }
  1303. }