OTSReport_TemplateDesignerRM.Designer.cs 66 KB

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