OTSReport_TemplateDesignerRM.Designer.cs 77 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585
  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. this.tb_FBT = new System.Windows.Forms.TextBox();
  29. this.tb_ZBT = new System.Windows.Forms.TextBox();
  30. this.label5 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.tb_YPBH = new System.Windows.Forms.TextBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.tb_CKBZ = new System.Windows.Forms.TextBox();
  38. this.ck_jggk = new System.Windows.Forms.CheckBox();
  39. this.ck_ypsm = new System.Windows.Forms.CheckBox();
  40. this.label7 = new System.Windows.Forms.Label();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.ck_ym = new System.Windows.Forms.CheckBox();
  43. this.tb_yjwb = new System.Windows.Forms.TextBox();
  44. this.label10 = new System.Windows.Forms.Label();
  45. this.label9 = new System.Windows.Forms.Label();
  46. this.tb_khh = new System.Windows.Forms.TextBox();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.groupBox1 = new System.Windows.Forms.GroupBox();
  49. this.tb_ymwb = new System.Windows.Forms.TextBox();
  50. this.label8 = new System.Windows.Forms.Label();
  51. this.groupBox3 = new System.Windows.Forms.GroupBox();
  52. this.cb_jzwfl_xsmk = new System.Windows.Forms.CheckBox();
  53. this.label18 = new System.Windows.Forms.Label();
  54. this.cb_jzwfl_klfw = new System.Windows.Forms.ComboBox();
  55. this.label13 = new System.Windows.Forms.Label();
  56. this.cb_jzwfl_ljb = new System.Windows.Forms.ComboBox();
  57. this.label19 = new System.Windows.Forms.Label();
  58. this.label11 = new System.Windows.Forms.Label();
  59. this.cb_jzwfl_xstx = new System.Windows.Forms.ComboBox();
  60. this.cb_jzwfl_jsfs = new System.Windows.Forms.ComboBox();
  61. this.label12 = new System.Windows.Forms.Label();
  62. this.groupBox4 = new System.Windows.Forms.GroupBox();
  63. this.ck_klcc_xsmk = new System.Windows.Forms.CheckBox();
  64. this.label17 = new System.Windows.Forms.Label();
  65. this.cb_klcc_klfw = new System.Windows.Forms.ComboBox();
  66. this.cb_klcc_ljb = new System.Windows.Forms.ComboBox();
  67. this.cb_klcc_jsfs = new System.Windows.Forms.ComboBox();
  68. this.label16 = new System.Windows.Forms.Label();
  69. this.label15 = new System.Windows.Forms.Label();
  70. this.label14 = new System.Windows.Forms.Label();
  71. this.groupBox5 = new System.Windows.Forms.GroupBox();
  72. this.button5 = new System.Windows.Forms.Button();
  73. this.tb_yscf_ysxx = new System.Windows.Forms.TextBox();
  74. this.ck_yscf_xsmk = new System.Windows.Forms.CheckBox();
  75. this.label20 = new System.Windows.Forms.Label();
  76. this.cb_yscf_klfw = new System.Windows.Forms.ComboBox();
  77. this.label21 = new System.Windows.Forms.Label();
  78. this.label22 = new System.Windows.Forms.Label();
  79. this.label23 = new System.Windows.Forms.Label();
  80. this.cb_yscf_xstx = new System.Windows.Forms.ComboBox();
  81. this.cb_yscf_jsfs = new System.Windows.Forms.ComboBox();
  82. this.label24 = new System.Windows.Forms.Label();
  83. this.groupBox6 = new System.Windows.Forms.GroupBox();
  84. this.button4 = new System.Windows.Forms.Button();
  85. this.tb_ysfx_xsys = new System.Windows.Forms.TextBox();
  86. this.ck_ysfx_xsmk = new System.Windows.Forms.CheckBox();
  87. this.label25 = new System.Windows.Forms.Label();
  88. this.cb_ysfx_klfw = new System.Windows.Forms.ComboBox();
  89. this.label26 = new System.Windows.Forms.Label();
  90. this.label27 = new System.Windows.Forms.Label();
  91. this.cb_yxfx_jsfs = new System.Windows.Forms.ComboBox();
  92. this.label28 = new System.Windows.Forms.Label();
  93. this.groupBox7 = new System.Windows.Forms.GroupBox();
  94. this.lbv_syxt_mblb = new System.Windows.Forms.ListView();
  95. this.ck_syxt_xsmk = new System.Windows.Forms.CheckBox();
  96. this.label40 = new System.Windows.Forms.Label();
  97. this.cb_syxt_ljb = new System.Windows.Forms.ComboBox();
  98. this.cb_syxt_mhxssl = new System.Windows.Forms.ComboBox();
  99. this.cb_syxt_klfw = new System.Windows.Forms.ComboBox();
  100. this.cb_syxt_jsfs = new System.Windows.Forms.ComboBox();
  101. this.label41 = new System.Windows.Forms.Label();
  102. this.label38 = new System.Windows.Forms.Label();
  103. this.label33 = new System.Windows.Forms.Label();
  104. this.label42 = new System.Windows.Forms.Label();
  105. this.label44 = new System.Windows.Forms.Label();
  106. this.groupBox8 = new System.Windows.Forms.GroupBox();
  107. this.button3 = new System.Windows.Forms.Button();
  108. this.tb_kllb_ylsx = new System.Windows.Forms.TextBox();
  109. this.tb_kllb_sxys = new System.Windows.Forms.TextBox();
  110. this.ck_kllb_npxx = new System.Windows.Forms.CheckBox();
  111. this.ck_kllb_fdtx = new System.Windows.Forms.CheckBox();
  112. this.ck_kllb_ystx = new System.Windows.Forms.CheckBox();
  113. this.ck_kllb_xsmk = new System.Windows.Forms.CheckBox();
  114. this.label32 = new System.Windows.Forms.Label();
  115. this.label31 = new System.Windows.Forms.Label();
  116. this.label30 = new System.Windows.Forms.Label();
  117. this.label34 = new System.Windows.Forms.Label();
  118. this.cb_kllb_klfw = new System.Windows.Forms.ComboBox();
  119. this.cb_kllb_jsfs = new System.Windows.Forms.ComboBox();
  120. this.label35 = new System.Windows.Forms.Label();
  121. this.label29 = new System.Windows.Forms.Label();
  122. this.label36 = new System.Windows.Forms.Label();
  123. this.label37 = new System.Windows.Forms.Label();
  124. this.button6 = new System.Windows.Forms.Button();
  125. this.panel2 = new System.Windows.Forms.Panel();
  126. this.label53 = new System.Windows.Forms.Label();
  127. this.label52 = new System.Windows.Forms.Label();
  128. this.label51 = new System.Windows.Forms.Label();
  129. this.label50 = new System.Windows.Forms.Label();
  130. this.label49 = new System.Windows.Forms.Label();
  131. this.label54 = new System.Windows.Forms.Label();
  132. this.pictureBox8 = new System.Windows.Forms.PictureBox();
  133. this.pictureBox6 = new System.Windows.Forms.PictureBox();
  134. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  135. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  136. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  137. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  138. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  139. this.panel3 = new System.Windows.Forms.Panel();
  140. this.groupBox9 = new System.Windows.Forms.GroupBox();
  141. this.label39 = new System.Windows.Forms.Label();
  142. this.groupBox1.SuspendLayout();
  143. this.groupBox3.SuspendLayout();
  144. this.groupBox4.SuspendLayout();
  145. this.groupBox5.SuspendLayout();
  146. this.groupBox6.SuspendLayout();
  147. this.groupBox7.SuspendLayout();
  148. this.groupBox8.SuspendLayout();
  149. this.panel2.SuspendLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
  151. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
  152. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  157. this.panel3.SuspendLayout();
  158. this.groupBox9.SuspendLayout();
  159. this.SuspendLayout();
  160. //
  161. // tb_FBT
  162. //
  163. this.tb_FBT.Location = new System.Drawing.Point(5, 83);
  164. this.tb_FBT.Margin = new System.Windows.Forms.Padding(2);
  165. this.tb_FBT.Name = "tb_FBT";
  166. this.tb_FBT.Size = new System.Drawing.Size(258, 21);
  167. this.tb_FBT.TabIndex = 20;
  168. //
  169. // tb_ZBT
  170. //
  171. this.tb_ZBT.Location = new System.Drawing.Point(5, 35);
  172. this.tb_ZBT.Margin = new System.Windows.Forms.Padding(2);
  173. this.tb_ZBT.Name = "tb_ZBT";
  174. this.tb_ZBT.Size = new System.Drawing.Size(258, 21);
  175. this.tb_ZBT.TabIndex = 10;
  176. //
  177. // label5
  178. //
  179. this.label5.AutoSize = true;
  180. this.label5.Location = new System.Drawing.Point(5, 69);
  181. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  182. this.label5.Name = "label5";
  183. this.label5.Size = new System.Drawing.Size(41, 12);
  184. this.label5.TabIndex = 0;
  185. this.label5.Text = "副标题";
  186. //
  187. // label3
  188. //
  189. this.label3.AutoSize = true;
  190. this.label3.Location = new System.Drawing.Point(5, 21);
  191. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  192. this.label3.Name = "label3";
  193. this.label3.Size = new System.Drawing.Size(41, 12);
  194. this.label3.TabIndex = 0;
  195. this.label3.Text = "主标题";
  196. //
  197. // button1
  198. //
  199. this.button1.Location = new System.Drawing.Point(930, 47);
  200. this.button1.Margin = new System.Windows.Forms.Padding(2);
  201. this.button1.Name = "button1";
  202. this.button1.Size = new System.Drawing.Size(71, 22);
  203. this.button1.TabIndex = 60;
  204. this.button1.Text = "另存";
  205. this.button1.UseVisualStyleBackColor = true;
  206. this.button1.Click += new System.EventHandler(this.button1_Click);
  207. //
  208. // button2
  209. //
  210. this.button2.Location = new System.Drawing.Point(1376, 648);
  211. this.button2.Margin = new System.Windows.Forms.Padding(2);
  212. this.button2.Name = "button2";
  213. this.button2.Size = new System.Drawing.Size(71, 22);
  214. this.button2.TabIndex = 70;
  215. this.button2.Text = "返 回";
  216. this.button2.UseVisualStyleBackColor = true;
  217. this.button2.Click += new System.EventHandler(this.button2_Click);
  218. //
  219. // label1
  220. //
  221. this.label1.AutoSize = true;
  222. this.label1.Location = new System.Drawing.Point(5, 124);
  223. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  224. this.label1.Name = "label1";
  225. this.label1.Size = new System.Drawing.Size(53, 12);
  226. this.label1.TabIndex = 0;
  227. this.label1.Text = "样品编号";
  228. //
  229. // tb_YPBH
  230. //
  231. this.tb_YPBH.Location = new System.Drawing.Point(5, 138);
  232. this.tb_YPBH.Margin = new System.Windows.Forms.Padding(2);
  233. this.tb_YPBH.Name = "tb_YPBH";
  234. this.tb_YPBH.Size = new System.Drawing.Size(258, 21);
  235. this.tb_YPBH.TabIndex = 30;
  236. //
  237. // label4
  238. //
  239. this.label4.AutoSize = true;
  240. this.label4.Location = new System.Drawing.Point(5, 175);
  241. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  242. this.label4.Name = "label4";
  243. this.label4.Size = new System.Drawing.Size(53, 12);
  244. this.label4.TabIndex = 0;
  245. this.label4.Text = "参考标准";
  246. //
  247. // tb_CKBZ
  248. //
  249. this.tb_CKBZ.Location = new System.Drawing.Point(5, 189);
  250. this.tb_CKBZ.Margin = new System.Windows.Forms.Padding(2);
  251. this.tb_CKBZ.Name = "tb_CKBZ";
  252. this.tb_CKBZ.Size = new System.Drawing.Size(258, 21);
  253. this.tb_CKBZ.TabIndex = 50;
  254. //
  255. // ck_jggk
  256. //
  257. this.ck_jggk.AutoSize = true;
  258. this.ck_jggk.Location = new System.Drawing.Point(224, 230);
  259. this.ck_jggk.Margin = new System.Windows.Forms.Padding(2);
  260. this.ck_jggk.Name = "ck_jggk";
  261. this.ck_jggk.Size = new System.Drawing.Size(15, 14);
  262. this.ck_jggk.TabIndex = 51;
  263. this.ck_jggk.UseVisualStyleBackColor = true;
  264. //
  265. // ck_ypsm
  266. //
  267. this.ck_ypsm.AutoSize = true;
  268. this.ck_ypsm.Location = new System.Drawing.Point(388, 159);
  269. this.ck_ypsm.Margin = new System.Windows.Forms.Padding(2);
  270. this.ck_ypsm.Name = "ck_ypsm";
  271. this.ck_ypsm.Size = new System.Drawing.Size(15, 14);
  272. this.ck_ypsm.TabIndex = 51;
  273. this.ck_ypsm.UseVisualStyleBackColor = true;
  274. //
  275. // label7
  276. //
  277. this.label7.AutoSize = true;
  278. this.label7.Location = new System.Drawing.Point(5, 230);
  279. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  280. this.label7.Name = "label7";
  281. this.label7.Size = new System.Drawing.Size(77, 12);
  282. this.label7.TabIndex = 0;
  283. this.label7.Text = "显示结果概况";
  284. //
  285. // label6
  286. //
  287. this.label6.AutoSize = true;
  288. this.label6.Location = new System.Drawing.Point(302, 159);
  289. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  290. this.label6.Name = "label6";
  291. this.label6.Size = new System.Drawing.Size(77, 12);
  292. this.label6.TabIndex = 0;
  293. this.label6.Text = "显示样品说明";
  294. //
  295. // ck_ym
  296. //
  297. this.ck_ym.AutoSize = true;
  298. this.ck_ym.Location = new System.Drawing.Point(409, 89);
  299. this.ck_ym.Margin = new System.Windows.Forms.Padding(2);
  300. this.ck_ym.Name = "ck_ym";
  301. this.ck_ym.Size = new System.Drawing.Size(15, 14);
  302. this.ck_ym.TabIndex = 52;
  303. this.ck_ym.UseVisualStyleBackColor = true;
  304. //
  305. // tb_yjwb
  306. //
  307. this.tb_yjwb.Location = new System.Drawing.Point(7, 89);
  308. this.tb_yjwb.Margin = new System.Windows.Forms.Padding(2);
  309. this.tb_yjwb.Name = "tb_yjwb";
  310. this.tb_yjwb.Size = new System.Drawing.Size(256, 21);
  311. this.tb_yjwb.TabIndex = 42;
  312. //
  313. // label10
  314. //
  315. this.label10.AutoSize = true;
  316. this.label10.Location = new System.Drawing.Point(5, 75);
  317. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  318. this.label10.Name = "label10";
  319. this.label10.Size = new System.Drawing.Size(53, 12);
  320. this.label10.TabIndex = 41;
  321. this.label10.Text = "页脚文本";
  322. //
  323. // label9
  324. //
  325. this.label9.AutoSize = true;
  326. this.label9.Location = new System.Drawing.Point(360, 89);
  327. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  328. this.label9.Name = "label9";
  329. this.label9.Size = new System.Drawing.Size(29, 12);
  330. this.label9.TabIndex = 41;
  331. this.label9.Text = "页码";
  332. //
  333. // tb_khh
  334. //
  335. this.tb_khh.Location = new System.Drawing.Point(7, 147);
  336. this.tb_khh.Margin = new System.Windows.Forms.Padding(2);
  337. this.tb_khh.Name = "tb_khh";
  338. this.tb_khh.Size = new System.Drawing.Size(256, 21);
  339. this.tb_khh.TabIndex = 42;
  340. //
  341. // label2
  342. //
  343. this.label2.AutoSize = true;
  344. this.label2.Location = new System.Drawing.Point(5, 133);
  345. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  346. this.label2.Name = "label2";
  347. this.label2.Size = new System.Drawing.Size(41, 12);
  348. this.label2.TabIndex = 41;
  349. this.label2.Text = "客户号";
  350. //
  351. // groupBox1
  352. //
  353. this.groupBox1.Controls.Add(this.ck_ym);
  354. this.groupBox1.Controls.Add(this.label9);
  355. this.groupBox1.Controls.Add(this.tb_ymwb);
  356. this.groupBox1.Controls.Add(this.tb_yjwb);
  357. this.groupBox1.Controls.Add(this.tb_khh);
  358. this.groupBox1.Controls.Add(this.label2);
  359. this.groupBox1.Controls.Add(this.label10);
  360. this.groupBox1.Controls.Add(this.label8);
  361. this.groupBox1.Location = new System.Drawing.Point(3, 263);
  362. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  363. this.groupBox1.Name = "groupBox1";
  364. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  365. this.groupBox1.Size = new System.Drawing.Size(268, 181);
  366. this.groupBox1.TabIndex = 0;
  367. this.groupBox1.TabStop = false;
  368. this.groupBox1.Text = "页眉页脚设置";
  369. //
  370. // tb_ymwb
  371. //
  372. this.tb_ymwb.Location = new System.Drawing.Point(7, 33);
  373. this.tb_ymwb.Margin = new System.Windows.Forms.Padding(2);
  374. this.tb_ymwb.Name = "tb_ymwb";
  375. this.tb_ymwb.Size = new System.Drawing.Size(256, 21);
  376. this.tb_ymwb.TabIndex = 42;
  377. //
  378. // label8
  379. //
  380. this.label8.AutoSize = true;
  381. this.label8.Location = new System.Drawing.Point(5, 17);
  382. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  383. this.label8.Name = "label8";
  384. this.label8.Size = new System.Drawing.Size(53, 12);
  385. this.label8.TabIndex = 41;
  386. this.label8.Text = "页眉文本";
  387. //
  388. // groupBox3
  389. //
  390. this.groupBox3.Controls.Add(this.cb_jzwfl_xsmk);
  391. this.groupBox3.Controls.Add(this.label18);
  392. this.groupBox3.Controls.Add(this.cb_jzwfl_klfw);
  393. this.groupBox3.Controls.Add(this.label13);
  394. this.groupBox3.Controls.Add(this.cb_jzwfl_ljb);
  395. this.groupBox3.Controls.Add(this.label19);
  396. this.groupBox3.Controls.Add(this.cb_jzwfl_xstx);
  397. this.groupBox3.Controls.Add(this.label12);
  398. this.groupBox3.Controls.Add(this.label11);
  399. this.groupBox3.Controls.Add(this.cb_jzwfl_jsfs);
  400. this.groupBox3.Location = new System.Drawing.Point(3, 648);
  401. this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
  402. this.groupBox3.Name = "groupBox3";
  403. this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
  404. this.groupBox3.Size = new System.Drawing.Size(268, 251);
  405. this.groupBox3.TabIndex = 1;
  406. this.groupBox3.TabStop = false;
  407. this.groupBox3.Text = "夹杂物分类图";
  408. //
  409. // cb_jzwfl_xsmk
  410. //
  411. this.cb_jzwfl_xsmk.AutoSize = true;
  412. this.cb_jzwfl_xsmk.Location = new System.Drawing.Point(224, 18);
  413. this.cb_jzwfl_xsmk.Margin = new System.Windows.Forms.Padding(2);
  414. this.cb_jzwfl_xsmk.Name = "cb_jzwfl_xsmk";
  415. this.cb_jzwfl_xsmk.Size = new System.Drawing.Size(15, 14);
  416. this.cb_jzwfl_xsmk.TabIndex = 53;
  417. this.cb_jzwfl_xsmk.UseVisualStyleBackColor = true;
  418. this.cb_jzwfl_xsmk.CheckedChanged += new System.EventHandler(this.cb_jzwfl_xsmk_CheckedChanged);
  419. //
  420. // label18
  421. //
  422. this.label18.AutoSize = true;
  423. this.label18.Location = new System.Drawing.Point(7, 20);
  424. this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  425. this.label18.Name = "label18";
  426. this.label18.Size = new System.Drawing.Size(65, 12);
  427. this.label18.TabIndex = 52;
  428. this.label18.Text = "显示该模块";
  429. //
  430. // cb_jzwfl_klfw
  431. //
  432. this.cb_jzwfl_klfw.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  433. this.cb_jzwfl_klfw.FormattingEnabled = true;
  434. this.cb_jzwfl_klfw.Location = new System.Drawing.Point(19, 219);
  435. this.cb_jzwfl_klfw.Margin = new System.Windows.Forms.Padding(2);
  436. this.cb_jzwfl_klfw.Name = "cb_jzwfl_klfw";
  437. this.cb_jzwfl_klfw.Size = new System.Drawing.Size(216, 20);
  438. this.cb_jzwfl_klfw.TabIndex = 42;
  439. //
  440. // label13
  441. //
  442. this.label13.AutoSize = true;
  443. this.label13.Location = new System.Drawing.Point(19, 201);
  444. this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  445. this.label13.Name = "label13";
  446. this.label13.Size = new System.Drawing.Size(53, 12);
  447. this.label13.TabIndex = 41;
  448. this.label13.Text = "颗粒范围";
  449. //
  450. // cb_jzwfl_ljb
  451. //
  452. this.cb_jzwfl_ljb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  453. this.cb_jzwfl_ljb.FormattingEnabled = true;
  454. this.cb_jzwfl_ljb.Location = new System.Drawing.Point(19, 139);
  455. this.cb_jzwfl_ljb.Margin = new System.Windows.Forms.Padding(2);
  456. this.cb_jzwfl_ljb.Name = "cb_jzwfl_ljb";
  457. this.cb_jzwfl_ljb.Size = new System.Drawing.Size(216, 20);
  458. this.cb_jzwfl_ljb.TabIndex = 42;
  459. //
  460. // label19
  461. //
  462. this.label19.AutoSize = true;
  463. this.label19.Location = new System.Drawing.Point(19, 47);
  464. this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  465. this.label19.Name = "label19";
  466. this.label19.Size = new System.Drawing.Size(53, 12);
  467. this.label19.TabIndex = 41;
  468. this.label19.Text = "显示图形";
  469. //
  470. // label11
  471. //
  472. this.label11.AutoSize = true;
  473. this.label11.Location = new System.Drawing.Point(17, 96);
  474. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  475. this.label11.Name = "label11";
  476. this.label11.Size = new System.Drawing.Size(53, 12);
  477. this.label11.TabIndex = 41;
  478. this.label11.Text = "计算方式";
  479. this.label11.Visible = false;
  480. //
  481. // cb_jzwfl_xstx
  482. //
  483. this.cb_jzwfl_xstx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  484. this.cb_jzwfl_xstx.FormattingEnabled = true;
  485. this.cb_jzwfl_xstx.Location = new System.Drawing.Point(19, 61);
  486. this.cb_jzwfl_xstx.Margin = new System.Windows.Forms.Padding(2);
  487. this.cb_jzwfl_xstx.Name = "cb_jzwfl_xstx";
  488. this.cb_jzwfl_xstx.Size = new System.Drawing.Size(216, 20);
  489. this.cb_jzwfl_xstx.TabIndex = 42;
  490. //
  491. // cb_jzwfl_jsfs
  492. //
  493. this.cb_jzwfl_jsfs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  494. this.cb_jzwfl_jsfs.FormattingEnabled = true;
  495. this.cb_jzwfl_jsfs.Location = new System.Drawing.Point(19, 110);
  496. this.cb_jzwfl_jsfs.Margin = new System.Windows.Forms.Padding(2);
  497. this.cb_jzwfl_jsfs.Name = "cb_jzwfl_jsfs";
  498. this.cb_jzwfl_jsfs.Size = new System.Drawing.Size(216, 20);
  499. this.cb_jzwfl_jsfs.TabIndex = 42;
  500. this.cb_jzwfl_jsfs.Visible = false;
  501. //
  502. // label12
  503. //
  504. this.label12.AutoSize = true;
  505. this.label12.Location = new System.Drawing.Point(17, 125);
  506. this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  507. this.label12.Name = "label12";
  508. this.label12.Size = new System.Drawing.Size(65, 12);
  509. this.label12.TabIndex = 41;
  510. this.label12.Text = "粒级表信息";
  511. //
  512. // groupBox4
  513. //
  514. this.groupBox4.Controls.Add(this.ck_klcc_xsmk);
  515. this.groupBox4.Controls.Add(this.label17);
  516. this.groupBox4.Controls.Add(this.cb_klcc_klfw);
  517. this.groupBox4.Controls.Add(this.cb_klcc_ljb);
  518. this.groupBox4.Controls.Add(this.cb_klcc_jsfs);
  519. this.groupBox4.Controls.Add(this.label16);
  520. this.groupBox4.Controls.Add(this.label15);
  521. this.groupBox4.Controls.Add(this.label14);
  522. this.groupBox4.Location = new System.Drawing.Point(3, 448);
  523. this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
  524. this.groupBox4.Name = "groupBox4";
  525. this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
  526. this.groupBox4.Size = new System.Drawing.Size(268, 196);
  527. this.groupBox4.TabIndex = 2;
  528. this.groupBox4.TabStop = false;
  529. this.groupBox4.Text = "颗粒尺寸分析结果";
  530. //
  531. // ck_klcc_xsmk
  532. //
  533. this.ck_klcc_xsmk.AutoSize = true;
  534. this.ck_klcc_xsmk.Location = new System.Drawing.Point(224, 25);
  535. this.ck_klcc_xsmk.Margin = new System.Windows.Forms.Padding(2);
  536. this.ck_klcc_xsmk.Name = "ck_klcc_xsmk";
  537. this.ck_klcc_xsmk.Size = new System.Drawing.Size(15, 14);
  538. this.ck_klcc_xsmk.TabIndex = 53;
  539. this.ck_klcc_xsmk.UseVisualStyleBackColor = true;
  540. this.ck_klcc_xsmk.CheckedChanged += new System.EventHandler(this.ck_klcc_xsmk_CheckedChanged);
  541. //
  542. // label17
  543. //
  544. this.label17.AutoSize = true;
  545. this.label17.Location = new System.Drawing.Point(9, 25);
  546. this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  547. this.label17.Name = "label17";
  548. this.label17.Size = new System.Drawing.Size(65, 12);
  549. this.label17.TabIndex = 52;
  550. this.label17.Text = "显示该模块";
  551. //
  552. // cb_klcc_klfw
  553. //
  554. this.cb_klcc_klfw.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  555. this.cb_klcc_klfw.FormattingEnabled = true;
  556. this.cb_klcc_klfw.Location = new System.Drawing.Point(19, 161);
  557. this.cb_klcc_klfw.Margin = new System.Windows.Forms.Padding(2);
  558. this.cb_klcc_klfw.Name = "cb_klcc_klfw";
  559. this.cb_klcc_klfw.Size = new System.Drawing.Size(216, 20);
  560. this.cb_klcc_klfw.TabIndex = 42;
  561. //
  562. // cb_klcc_ljb
  563. //
  564. this.cb_klcc_ljb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  565. this.cb_klcc_ljb.FormattingEnabled = true;
  566. this.cb_klcc_ljb.Location = new System.Drawing.Point(19, 112);
  567. this.cb_klcc_ljb.Margin = new System.Windows.Forms.Padding(2);
  568. this.cb_klcc_ljb.Name = "cb_klcc_ljb";
  569. this.cb_klcc_ljb.Size = new System.Drawing.Size(216, 20);
  570. this.cb_klcc_ljb.TabIndex = 42;
  571. //
  572. // cb_klcc_jsfs
  573. //
  574. this.cb_klcc_jsfs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  575. this.cb_klcc_jsfs.FormattingEnabled = true;
  576. this.cb_klcc_jsfs.Location = new System.Drawing.Point(19, 67);
  577. this.cb_klcc_jsfs.Margin = new System.Windows.Forms.Padding(2);
  578. this.cb_klcc_jsfs.Name = "cb_klcc_jsfs";
  579. this.cb_klcc_jsfs.Size = new System.Drawing.Size(216, 20);
  580. this.cb_klcc_jsfs.TabIndex = 42;
  581. //
  582. // label16
  583. //
  584. this.label16.AutoSize = true;
  585. this.label16.Location = new System.Drawing.Point(17, 147);
  586. this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  587. this.label16.Name = "label16";
  588. this.label16.Size = new System.Drawing.Size(53, 12);
  589. this.label16.TabIndex = 41;
  590. this.label16.Text = "颗粒范围";
  591. //
  592. // label15
  593. //
  594. this.label15.AutoSize = true;
  595. this.label15.Location = new System.Drawing.Point(19, 97);
  596. this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  597. this.label15.Name = "label15";
  598. this.label15.Size = new System.Drawing.Size(65, 12);
  599. this.label15.TabIndex = 41;
  600. this.label15.Text = "粒级表信息";
  601. //
  602. // label14
  603. //
  604. this.label14.AutoSize = true;
  605. this.label14.Location = new System.Drawing.Point(17, 53);
  606. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  607. this.label14.Name = "label14";
  608. this.label14.Size = new System.Drawing.Size(53, 12);
  609. this.label14.TabIndex = 41;
  610. this.label14.Text = "计算方式";
  611. //
  612. // groupBox5
  613. //
  614. this.groupBox5.Controls.Add(this.button5);
  615. this.groupBox5.Controls.Add(this.tb_yscf_ysxx);
  616. this.groupBox5.Controls.Add(this.ck_yscf_xsmk);
  617. this.groupBox5.Controls.Add(this.label20);
  618. this.groupBox5.Controls.Add(this.cb_yscf_klfw);
  619. this.groupBox5.Controls.Add(this.label21);
  620. this.groupBox5.Controls.Add(this.label22);
  621. this.groupBox5.Controls.Add(this.label23);
  622. this.groupBox5.Controls.Add(this.cb_yscf_xstx);
  623. this.groupBox5.Controls.Add(this.cb_yscf_jsfs);
  624. this.groupBox5.Controls.Add(this.label24);
  625. this.groupBox5.Location = new System.Drawing.Point(8, 1119);
  626. this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
  627. this.groupBox5.Name = "groupBox5";
  628. this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
  629. this.groupBox5.Size = new System.Drawing.Size(263, 263);
  630. this.groupBox5.TabIndex = 3;
  631. this.groupBox5.TabStop = false;
  632. this.groupBox5.Text = "元素成份图";
  633. //
  634. // button5
  635. //
  636. this.button5.Location = new System.Drawing.Point(193, 224);
  637. this.button5.Margin = new System.Windows.Forms.Padding(2);
  638. this.button5.Name = "button5";
  639. this.button5.Size = new System.Drawing.Size(37, 19);
  640. this.button5.TabIndex = 56;
  641. this.button5.Text = "...";
  642. this.button5.UseVisualStyleBackColor = true;
  643. this.button5.Click += new System.EventHandler(this.button5_Click);
  644. //
  645. // tb_yscf_ysxx
  646. //
  647. this.tb_yscf_ysxx.Location = new System.Drawing.Point(16, 222);
  648. this.tb_yscf_ysxx.Margin = new System.Windows.Forms.Padding(2);
  649. this.tb_yscf_ysxx.Name = "tb_yscf_ysxx";
  650. this.tb_yscf_ysxx.ReadOnly = true;
  651. this.tb_yscf_ysxx.Size = new System.Drawing.Size(173, 21);
  652. this.tb_yscf_ysxx.TabIndex = 54;
  653. //
  654. // ck_yscf_xsmk
  655. //
  656. this.ck_yscf_xsmk.AutoSize = true;
  657. this.ck_yscf_xsmk.Location = new System.Drawing.Point(224, 18);
  658. this.ck_yscf_xsmk.Margin = new System.Windows.Forms.Padding(2);
  659. this.ck_yscf_xsmk.Name = "ck_yscf_xsmk";
  660. this.ck_yscf_xsmk.Size = new System.Drawing.Size(15, 14);
  661. this.ck_yscf_xsmk.TabIndex = 53;
  662. this.ck_yscf_xsmk.UseVisualStyleBackColor = true;
  663. this.ck_yscf_xsmk.CheckedChanged += new System.EventHandler(this.ck_yscf_xsmk_CheckedChanged);
  664. //
  665. // label20
  666. //
  667. this.label20.AutoSize = true;
  668. this.label20.Location = new System.Drawing.Point(7, 20);
  669. this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  670. this.label20.Name = "label20";
  671. this.label20.Size = new System.Drawing.Size(65, 12);
  672. this.label20.TabIndex = 52;
  673. this.label20.Text = "显示该模块";
  674. //
  675. // cb_yscf_klfw
  676. //
  677. this.cb_yscf_klfw.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  678. this.cb_yscf_klfw.FormattingEnabled = true;
  679. this.cb_yscf_klfw.Location = new System.Drawing.Point(16, 134);
  680. this.cb_yscf_klfw.Margin = new System.Windows.Forms.Padding(2);
  681. this.cb_yscf_klfw.Name = "cb_yscf_klfw";
  682. this.cb_yscf_klfw.Size = new System.Drawing.Size(214, 20);
  683. this.cb_yscf_klfw.TabIndex = 42;
  684. //
  685. // label21
  686. //
  687. this.label21.AutoSize = true;
  688. this.label21.Location = new System.Drawing.Point(14, 120);
  689. this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  690. this.label21.Name = "label21";
  691. this.label21.Size = new System.Drawing.Size(53, 12);
  692. this.label21.TabIndex = 41;
  693. this.label21.Text = "颗粒范围";
  694. //
  695. // label22
  696. //
  697. this.label22.AutoSize = true;
  698. this.label22.Location = new System.Drawing.Point(14, 45);
  699. this.label22.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  700. this.label22.Name = "label22";
  701. this.label22.Size = new System.Drawing.Size(53, 12);
  702. this.label22.TabIndex = 41;
  703. this.label22.Text = "显示图形";
  704. //
  705. // label23
  706. //
  707. this.label23.AutoSize = true;
  708. this.label23.Location = new System.Drawing.Point(14, 96);
  709. this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  710. this.label23.Name = "label23";
  711. this.label23.Size = new System.Drawing.Size(53, 12);
  712. this.label23.TabIndex = 41;
  713. this.label23.Text = "计算方式";
  714. this.label23.Visible = false;
  715. //
  716. // cb_yscf_xstx
  717. //
  718. this.cb_yscf_xstx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  719. this.cb_yscf_xstx.FormattingEnabled = true;
  720. this.cb_yscf_xstx.Location = new System.Drawing.Point(16, 59);
  721. this.cb_yscf_xstx.Margin = new System.Windows.Forms.Padding(2);
  722. this.cb_yscf_xstx.Name = "cb_yscf_xstx";
  723. this.cb_yscf_xstx.Size = new System.Drawing.Size(214, 20);
  724. this.cb_yscf_xstx.TabIndex = 42;
  725. //
  726. // cb_yscf_jsfs
  727. //
  728. this.cb_yscf_jsfs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  729. this.cb_yscf_jsfs.FormattingEnabled = true;
  730. this.cb_yscf_jsfs.Location = new System.Drawing.Point(16, 110);
  731. this.cb_yscf_jsfs.Margin = new System.Windows.Forms.Padding(2);
  732. this.cb_yscf_jsfs.Name = "cb_yscf_jsfs";
  733. this.cb_yscf_jsfs.Size = new System.Drawing.Size(214, 20);
  734. this.cb_yscf_jsfs.TabIndex = 42;
  735. this.cb_yscf_jsfs.Visible = false;
  736. //
  737. // label24
  738. //
  739. this.label24.AutoSize = true;
  740. this.label24.Location = new System.Drawing.Point(14, 208);
  741. this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  742. this.label24.Name = "label24";
  743. this.label24.Size = new System.Drawing.Size(53, 12);
  744. this.label24.TabIndex = 41;
  745. this.label24.Text = "元素信息";
  746. //
  747. // groupBox6
  748. //
  749. this.groupBox6.Controls.Add(this.button4);
  750. this.groupBox6.Controls.Add(this.tb_ysfx_xsys);
  751. this.groupBox6.Controls.Add(this.ck_ysfx_xsmk);
  752. this.groupBox6.Controls.Add(this.label25);
  753. this.groupBox6.Controls.Add(this.cb_ysfx_klfw);
  754. this.groupBox6.Controls.Add(this.label26);
  755. this.groupBox6.Controls.Add(this.label27);
  756. this.groupBox6.Controls.Add(this.cb_yxfx_jsfs);
  757. this.groupBox6.Controls.Add(this.label28);
  758. this.groupBox6.Location = new System.Drawing.Point(3, 903);
  759. this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
  760. this.groupBox6.Name = "groupBox6";
  761. this.groupBox6.Padding = new System.Windows.Forms.Padding(2);
  762. this.groupBox6.Size = new System.Drawing.Size(268, 212);
  763. this.groupBox6.TabIndex = 4;
  764. this.groupBox6.TabStop = false;
  765. this.groupBox6.Text = "元素分析表";
  766. //
  767. // button4
  768. //
  769. this.button4.Location = new System.Drawing.Point(198, 143);
  770. this.button4.Margin = new System.Windows.Forms.Padding(2);
  771. this.button4.Name = "button4";
  772. this.button4.Size = new System.Drawing.Size(37, 19);
  773. this.button4.TabIndex = 56;
  774. this.button4.Text = "...";
  775. this.button4.UseVisualStyleBackColor = true;
  776. this.button4.Click += new System.EventHandler(this.button4_Click);
  777. //
  778. // tb_ysfx_xsys
  779. //
  780. this.tb_ysfx_xsys.Location = new System.Drawing.Point(21, 143);
  781. this.tb_ysfx_xsys.Margin = new System.Windows.Forms.Padding(2);
  782. this.tb_ysfx_xsys.Name = "tb_ysfx_xsys";
  783. this.tb_ysfx_xsys.ReadOnly = true;
  784. this.tb_ysfx_xsys.Size = new System.Drawing.Size(173, 21);
  785. this.tb_ysfx_xsys.TabIndex = 54;
  786. //
  787. // ck_ysfx_xsmk
  788. //
  789. this.ck_ysfx_xsmk.AutoSize = true;
  790. this.ck_ysfx_xsmk.Location = new System.Drawing.Point(224, 25);
  791. this.ck_ysfx_xsmk.Margin = new System.Windows.Forms.Padding(2);
  792. this.ck_ysfx_xsmk.Name = "ck_ysfx_xsmk";
  793. this.ck_ysfx_xsmk.Size = new System.Drawing.Size(15, 14);
  794. this.ck_ysfx_xsmk.TabIndex = 53;
  795. this.ck_ysfx_xsmk.UseVisualStyleBackColor = true;
  796. this.ck_ysfx_xsmk.CheckedChanged += new System.EventHandler(this.ck_ysfx_xsmk_CheckedChanged);
  797. //
  798. // label25
  799. //
  800. this.label25.AutoSize = true;
  801. this.label25.Location = new System.Drawing.Point(5, 27);
  802. this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  803. this.label25.Name = "label25";
  804. this.label25.Size = new System.Drawing.Size(65, 12);
  805. this.label25.TabIndex = 52;
  806. this.label25.Text = "显示该模块";
  807. //
  808. // cb_ysfx_klfw
  809. //
  810. this.cb_ysfx_klfw.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  811. this.cb_ysfx_klfw.FormattingEnabled = true;
  812. this.cb_ysfx_klfw.Location = new System.Drawing.Point(21, 89);
  813. this.cb_ysfx_klfw.Margin = new System.Windows.Forms.Padding(2);
  814. this.cb_ysfx_klfw.Name = "cb_ysfx_klfw";
  815. this.cb_ysfx_klfw.Size = new System.Drawing.Size(214, 20);
  816. this.cb_ysfx_klfw.TabIndex = 42;
  817. //
  818. // label26
  819. //
  820. this.label26.AutoSize = true;
  821. this.label26.Location = new System.Drawing.Point(19, 75);
  822. this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  823. this.label26.Name = "label26";
  824. this.label26.Size = new System.Drawing.Size(53, 12);
  825. this.label26.TabIndex = 41;
  826. this.label26.Text = "颗粒范围";
  827. //
  828. // label27
  829. //
  830. this.label27.AutoSize = true;
  831. this.label27.Location = new System.Drawing.Point(19, 129);
  832. this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  833. this.label27.Name = "label27";
  834. this.label27.Size = new System.Drawing.Size(53, 12);
  835. this.label27.TabIndex = 41;
  836. this.label27.Text = "显示元素";
  837. //
  838. // cb_yxfx_jsfs
  839. //
  840. this.cb_yxfx_jsfs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  841. this.cb_yxfx_jsfs.FormattingEnabled = true;
  842. this.cb_yxfx_jsfs.Location = new System.Drawing.Point(21, 65);
  843. this.cb_yxfx_jsfs.Margin = new System.Windows.Forms.Padding(2);
  844. this.cb_yxfx_jsfs.Name = "cb_yxfx_jsfs";
  845. this.cb_yxfx_jsfs.Size = new System.Drawing.Size(214, 20);
  846. this.cb_yxfx_jsfs.TabIndex = 42;
  847. this.cb_yxfx_jsfs.Visible = false;
  848. //
  849. // label28
  850. //
  851. this.label28.AutoSize = true;
  852. this.label28.Location = new System.Drawing.Point(19, 51);
  853. this.label28.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  854. this.label28.Name = "label28";
  855. this.label28.Size = new System.Drawing.Size(53, 12);
  856. this.label28.TabIndex = 41;
  857. this.label28.Text = "计算方式";
  858. this.label28.Visible = false;
  859. //
  860. // groupBox7
  861. //
  862. this.groupBox7.Controls.Add(this.cb_syxt_klfw);
  863. this.groupBox7.Controls.Add(this.label41);
  864. this.groupBox7.Controls.Add(this.lbv_syxt_mblb);
  865. this.groupBox7.Controls.Add(this.ck_syxt_xsmk);
  866. this.groupBox7.Controls.Add(this.label40);
  867. this.groupBox7.Controls.Add(this.cb_syxt_ljb);
  868. this.groupBox7.Controls.Add(this.cb_syxt_mhxssl);
  869. this.groupBox7.Controls.Add(this.label38);
  870. this.groupBox7.Controls.Add(this.label33);
  871. this.groupBox7.Controls.Add(this.label42);
  872. this.groupBox7.Controls.Add(this.cb_syxt_jsfs);
  873. this.groupBox7.Controls.Add(this.label44);
  874. this.groupBox7.Location = new System.Drawing.Point(8, 1386);
  875. this.groupBox7.Margin = new System.Windows.Forms.Padding(2);
  876. this.groupBox7.Name = "groupBox7";
  877. this.groupBox7.Padding = new System.Windows.Forms.Padding(2);
  878. this.groupBox7.Size = new System.Drawing.Size(263, 531);
  879. this.groupBox7.TabIndex = 7;
  880. this.groupBox7.TabStop = false;
  881. this.groupBox7.Text = "三元相图";
  882. //
  883. // lbv_syxt_mblb
  884. //
  885. this.lbv_syxt_mblb.CheckBoxes = true;
  886. this.lbv_syxt_mblb.FullRowSelect = true;
  887. this.lbv_syxt_mblb.HideSelection = false;
  888. this.lbv_syxt_mblb.Location = new System.Drawing.Point(6, 269);
  889. this.lbv_syxt_mblb.Margin = new System.Windows.Forms.Padding(2);
  890. this.lbv_syxt_mblb.Name = "lbv_syxt_mblb";
  891. this.lbv_syxt_mblb.Size = new System.Drawing.Size(249, 258);
  892. this.lbv_syxt_mblb.TabIndex = 55;
  893. this.lbv_syxt_mblb.UseCompatibleStateImageBehavior = false;
  894. this.lbv_syxt_mblb.View = System.Windows.Forms.View.List;
  895. //
  896. // ck_syxt_xsmk
  897. //
  898. this.ck_syxt_xsmk.AutoSize = true;
  899. this.ck_syxt_xsmk.Location = new System.Drawing.Point(224, 21);
  900. this.ck_syxt_xsmk.Margin = new System.Windows.Forms.Padding(2);
  901. this.ck_syxt_xsmk.Name = "ck_syxt_xsmk";
  902. this.ck_syxt_xsmk.Size = new System.Drawing.Size(15, 14);
  903. this.ck_syxt_xsmk.TabIndex = 53;
  904. this.ck_syxt_xsmk.UseVisualStyleBackColor = true;
  905. this.ck_syxt_xsmk.CheckedChanged += new System.EventHandler(this.ck_syxt_xsmk_CheckedChanged);
  906. //
  907. // label40
  908. //
  909. this.label40.AutoSize = true;
  910. this.label40.Location = new System.Drawing.Point(4, 23);
  911. this.label40.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  912. this.label40.Name = "label40";
  913. this.label40.Size = new System.Drawing.Size(65, 12);
  914. this.label40.TabIndex = 52;
  915. this.label40.Text = "显示该模块";
  916. //
  917. // cb_syxt_ljb
  918. //
  919. this.cb_syxt_ljb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  920. this.cb_syxt_ljb.FormattingEnabled = true;
  921. this.cb_syxt_ljb.Location = new System.Drawing.Point(14, 144);
  922. this.cb_syxt_ljb.Margin = new System.Windows.Forms.Padding(2);
  923. this.cb_syxt_ljb.Name = "cb_syxt_ljb";
  924. this.cb_syxt_ljb.Size = new System.Drawing.Size(214, 20);
  925. this.cb_syxt_ljb.TabIndex = 42;
  926. //
  927. // cb_syxt_mhxssl
  928. //
  929. this.cb_syxt_mhxssl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  930. this.cb_syxt_mhxssl.FormattingEnabled = true;
  931. this.cb_syxt_mhxssl.Location = new System.Drawing.Point(16, 212);
  932. this.cb_syxt_mhxssl.Margin = new System.Windows.Forms.Padding(2);
  933. this.cb_syxt_mhxssl.Name = "cb_syxt_mhxssl";
  934. this.cb_syxt_mhxssl.Size = new System.Drawing.Size(214, 20);
  935. this.cb_syxt_mhxssl.TabIndex = 42;
  936. this.cb_syxt_mhxssl.SelectedIndexChanged += new System.EventHandler(this.cb_syxt_mhxssl_SelectedIndexChanged);
  937. //
  938. // cb_syxt_klfw
  939. //
  940. this.cb_syxt_klfw.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  941. this.cb_syxt_klfw.FormattingEnabled = true;
  942. this.cb_syxt_klfw.Location = new System.Drawing.Point(16, 77);
  943. this.cb_syxt_klfw.Margin = new System.Windows.Forms.Padding(2);
  944. this.cb_syxt_klfw.Name = "cb_syxt_klfw";
  945. this.cb_syxt_klfw.Size = new System.Drawing.Size(214, 20);
  946. this.cb_syxt_klfw.TabIndex = 42;
  947. //
  948. // cb_syxt_jsfs
  949. //
  950. this.cb_syxt_jsfs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  951. this.cb_syxt_jsfs.FormattingEnabled = true;
  952. this.cb_syxt_jsfs.Location = new System.Drawing.Point(16, 62);
  953. this.cb_syxt_jsfs.Margin = new System.Windows.Forms.Padding(2);
  954. this.cb_syxt_jsfs.Name = "cb_syxt_jsfs";
  955. this.cb_syxt_jsfs.Size = new System.Drawing.Size(214, 20);
  956. this.cb_syxt_jsfs.TabIndex = 42;
  957. this.cb_syxt_jsfs.Visible = false;
  958. //
  959. // label41
  960. //
  961. this.label41.AutoSize = true;
  962. this.label41.Location = new System.Drawing.Point(14, 63);
  963. this.label41.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  964. this.label41.Name = "label41";
  965. this.label41.Size = new System.Drawing.Size(53, 12);
  966. this.label41.TabIndex = 41;
  967. this.label41.Text = "颗粒范围";
  968. //
  969. // label38
  970. //
  971. this.label38.AutoSize = true;
  972. this.label38.Location = new System.Drawing.Point(12, 130);
  973. this.label38.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  974. this.label38.Name = "label38";
  975. this.label38.Size = new System.Drawing.Size(65, 12);
  976. this.label38.TabIndex = 41;
  977. this.label38.Text = "粒级表信息";
  978. //
  979. // label33
  980. //
  981. this.label33.AutoSize = true;
  982. this.label33.Location = new System.Drawing.Point(14, 248);
  983. this.label33.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  984. this.label33.Name = "label33";
  985. this.label33.Size = new System.Drawing.Size(101, 12);
  986. this.label33.TabIndex = 41;
  987. this.label33.Text = "三元相图模板列表";
  988. //
  989. // label42
  990. //
  991. this.label42.AutoSize = true;
  992. this.label42.Location = new System.Drawing.Point(14, 198);
  993. this.label42.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  994. this.label42.Name = "label42";
  995. this.label42.Size = new System.Drawing.Size(77, 12);
  996. this.label42.TabIndex = 41;
  997. this.label42.Text = "每行显示数量";
  998. //
  999. // label44
  1000. //
  1001. this.label44.AutoSize = true;
  1002. this.label44.Location = new System.Drawing.Point(14, 48);
  1003. this.label44.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1004. this.label44.Name = "label44";
  1005. this.label44.Size = new System.Drawing.Size(53, 12);
  1006. this.label44.TabIndex = 41;
  1007. this.label44.Text = "计算方式";
  1008. this.label44.Visible = false;
  1009. //
  1010. // groupBox8
  1011. //
  1012. this.groupBox8.Controls.Add(this.button3);
  1013. this.groupBox8.Controls.Add(this.tb_kllb_ylsx);
  1014. this.groupBox8.Controls.Add(this.tb_kllb_sxys);
  1015. this.groupBox8.Controls.Add(this.ck_kllb_npxx);
  1016. this.groupBox8.Controls.Add(this.ck_kllb_fdtx);
  1017. this.groupBox8.Controls.Add(this.ck_kllb_ystx);
  1018. this.groupBox8.Controls.Add(this.ck_kllb_xsmk);
  1019. this.groupBox8.Controls.Add(this.label32);
  1020. this.groupBox8.Controls.Add(this.label31);
  1021. this.groupBox8.Controls.Add(this.label30);
  1022. this.groupBox8.Controls.Add(this.label34);
  1023. this.groupBox8.Controls.Add(this.cb_kllb_klfw);
  1024. this.groupBox8.Controls.Add(this.cb_kllb_jsfs);
  1025. this.groupBox8.Controls.Add(this.label35);
  1026. this.groupBox8.Controls.Add(this.label29);
  1027. this.groupBox8.Controls.Add(this.label36);
  1028. this.groupBox8.Controls.Add(this.label37);
  1029. this.groupBox8.Location = new System.Drawing.Point(8, 1921);
  1030. this.groupBox8.Margin = new System.Windows.Forms.Padding(2);
  1031. this.groupBox8.Name = "groupBox8";
  1032. this.groupBox8.Padding = new System.Windows.Forms.Padding(2);
  1033. this.groupBox8.Size = new System.Drawing.Size(263, 352);
  1034. this.groupBox8.TabIndex = 6;
  1035. this.groupBox8.TabStop = false;
  1036. this.groupBox8.Text = "颗粒列表";
  1037. //
  1038. // button3
  1039. //
  1040. this.button3.Location = new System.Drawing.Point(193, 213);
  1041. this.button3.Margin = new System.Windows.Forms.Padding(2);
  1042. this.button3.Name = "button3";
  1043. this.button3.Size = new System.Drawing.Size(37, 19);
  1044. this.button3.TabIndex = 55;
  1045. this.button3.Text = "...";
  1046. this.button3.UseVisualStyleBackColor = true;
  1047. this.button3.Visible = false;
  1048. this.button3.Click += new System.EventHandler(this.button3_Click);
  1049. //
  1050. // tb_kllb_ylsx
  1051. //
  1052. this.tb_kllb_ylsx.Location = new System.Drawing.Point(16, 159);
  1053. this.tb_kllb_ylsx.Margin = new System.Windows.Forms.Padding(2);
  1054. this.tb_kllb_ylsx.Name = "tb_kllb_ylsx";
  1055. this.tb_kllb_ylsx.Size = new System.Drawing.Size(214, 21);
  1056. this.tb_kllb_ylsx.TabIndex = 54;
  1057. //
  1058. // tb_kllb_sxys
  1059. //
  1060. this.tb_kllb_sxys.Location = new System.Drawing.Point(16, 211);
  1061. this.tb_kllb_sxys.Margin = new System.Windows.Forms.Padding(2);
  1062. this.tb_kllb_sxys.Name = "tb_kllb_sxys";
  1063. this.tb_kllb_sxys.ReadOnly = true;
  1064. this.tb_kllb_sxys.Size = new System.Drawing.Size(173, 21);
  1065. this.tb_kllb_sxys.TabIndex = 54;
  1066. this.tb_kllb_sxys.Visible = false;
  1067. //
  1068. // ck_kllb_npxx
  1069. //
  1070. this.ck_kllb_npxx.AutoSize = true;
  1071. this.ck_kllb_npxx.Location = new System.Drawing.Point(224, 299);
  1072. this.ck_kllb_npxx.Margin = new System.Windows.Forms.Padding(2);
  1073. this.ck_kllb_npxx.Name = "ck_kllb_npxx";
  1074. this.ck_kllb_npxx.Size = new System.Drawing.Size(15, 14);
  1075. this.ck_kllb_npxx.TabIndex = 53;
  1076. this.ck_kllb_npxx.UseVisualStyleBackColor = true;
  1077. this.ck_kllb_npxx.CheckedChanged += new System.EventHandler(this.ck_kllb_npxx_CheckedChanged);
  1078. //
  1079. // ck_kllb_fdtx
  1080. //
  1081. this.ck_kllb_fdtx.AutoSize = true;
  1082. this.ck_kllb_fdtx.Location = new System.Drawing.Point(224, 273);
  1083. this.ck_kllb_fdtx.Margin = new System.Windows.Forms.Padding(2);
  1084. this.ck_kllb_fdtx.Name = "ck_kllb_fdtx";
  1085. this.ck_kllb_fdtx.Size = new System.Drawing.Size(15, 14);
  1086. this.ck_kllb_fdtx.TabIndex = 53;
  1087. this.ck_kllb_fdtx.UseVisualStyleBackColor = true;
  1088. this.ck_kllb_fdtx.CheckedChanged += new System.EventHandler(this.ck_kllb_fdtx_CheckedChanged);
  1089. //
  1090. // ck_kllb_ystx
  1091. //
  1092. this.ck_kllb_ystx.AutoSize = true;
  1093. this.ck_kllb_ystx.Location = new System.Drawing.Point(224, 247);
  1094. this.ck_kllb_ystx.Margin = new System.Windows.Forms.Padding(2);
  1095. this.ck_kllb_ystx.Name = "ck_kllb_ystx";
  1096. this.ck_kllb_ystx.Size = new System.Drawing.Size(15, 14);
  1097. this.ck_kllb_ystx.TabIndex = 53;
  1098. this.ck_kllb_ystx.UseVisualStyleBackColor = true;
  1099. this.ck_kllb_ystx.CheckedChanged += new System.EventHandler(this.ck_kllb_ystx_CheckedChanged);
  1100. //
  1101. // ck_kllb_xsmk
  1102. //
  1103. this.ck_kllb_xsmk.AutoSize = true;
  1104. this.ck_kllb_xsmk.Location = new System.Drawing.Point(224, 23);
  1105. this.ck_kllb_xsmk.Margin = new System.Windows.Forms.Padding(2);
  1106. this.ck_kllb_xsmk.Name = "ck_kllb_xsmk";
  1107. this.ck_kllb_xsmk.Size = new System.Drawing.Size(15, 14);
  1108. this.ck_kllb_xsmk.TabIndex = 53;
  1109. this.ck_kllb_xsmk.UseVisualStyleBackColor = true;
  1110. this.ck_kllb_xsmk.CheckedChanged += new System.EventHandler(this.ck_kllb_xsmk_CheckedChanged);
  1111. //
  1112. // label32
  1113. //
  1114. this.label32.AutoSize = true;
  1115. this.label32.Location = new System.Drawing.Point(16, 301);
  1116. this.label32.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1117. this.label32.Name = "label32";
  1118. this.label32.Size = new System.Drawing.Size(53, 12);
  1119. this.label32.TabIndex = 52;
  1120. this.label32.Text = "能谱信息";
  1121. //
  1122. // label31
  1123. //
  1124. this.label31.AutoSize = true;
  1125. this.label31.Location = new System.Drawing.Point(14, 275);
  1126. this.label31.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1127. this.label31.Name = "label31";
  1128. this.label31.Size = new System.Drawing.Size(53, 12);
  1129. this.label31.TabIndex = 52;
  1130. this.label31.Text = "放大图像";
  1131. //
  1132. // label30
  1133. //
  1134. this.label30.AutoSize = true;
  1135. this.label30.Location = new System.Drawing.Point(14, 249);
  1136. this.label30.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1137. this.label30.Name = "label30";
  1138. this.label30.Size = new System.Drawing.Size(53, 12);
  1139. this.label30.TabIndex = 52;
  1140. this.label30.Text = "原始图像";
  1141. //
  1142. // label34
  1143. //
  1144. this.label34.AutoSize = true;
  1145. this.label34.Location = new System.Drawing.Point(4, 25);
  1146. this.label34.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1147. this.label34.Name = "label34";
  1148. this.label34.Size = new System.Drawing.Size(65, 12);
  1149. this.label34.TabIndex = 52;
  1150. this.label34.Text = "显示该模块";
  1151. //
  1152. // cb_kllb_klfw
  1153. //
  1154. this.cb_kllb_klfw.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1155. this.cb_kllb_klfw.FormattingEnabled = true;
  1156. this.cb_kllb_klfw.Location = new System.Drawing.Point(16, 109);
  1157. this.cb_kllb_klfw.Margin = new System.Windows.Forms.Padding(2);
  1158. this.cb_kllb_klfw.Name = "cb_kllb_klfw";
  1159. this.cb_kllb_klfw.Size = new System.Drawing.Size(214, 20);
  1160. this.cb_kllb_klfw.TabIndex = 42;
  1161. //
  1162. // cb_kllb_jsfs
  1163. //
  1164. this.cb_kllb_jsfs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1165. this.cb_kllb_jsfs.FormattingEnabled = true;
  1166. this.cb_kllb_jsfs.Location = new System.Drawing.Point(16, 62);
  1167. this.cb_kllb_jsfs.Margin = new System.Windows.Forms.Padding(2);
  1168. this.cb_kllb_jsfs.Name = "cb_kllb_jsfs";
  1169. this.cb_kllb_jsfs.Size = new System.Drawing.Size(214, 20);
  1170. this.cb_kllb_jsfs.TabIndex = 42;
  1171. //
  1172. // label35
  1173. //
  1174. this.label35.AutoSize = true;
  1175. this.label35.Location = new System.Drawing.Point(14, 95);
  1176. this.label35.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1177. this.label35.Name = "label35";
  1178. this.label35.Size = new System.Drawing.Size(53, 12);
  1179. this.label35.TabIndex = 41;
  1180. this.label35.Text = "颗粒范围";
  1181. //
  1182. // label29
  1183. //
  1184. this.label29.AutoSize = true;
  1185. this.label29.Location = new System.Drawing.Point(14, 145);
  1186. this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1187. this.label29.Name = "label29";
  1188. this.label29.Size = new System.Drawing.Size(53, 12);
  1189. this.label29.TabIndex = 41;
  1190. this.label29.Text = "数量上限";
  1191. //
  1192. // label36
  1193. //
  1194. this.label36.AutoSize = true;
  1195. this.label36.Location = new System.Drawing.Point(14, 197);
  1196. this.label36.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1197. this.label36.Name = "label36";
  1198. this.label36.Size = new System.Drawing.Size(53, 12);
  1199. this.label36.TabIndex = 41;
  1200. this.label36.Text = "显示元素";
  1201. this.label36.Visible = false;
  1202. //
  1203. // label37
  1204. //
  1205. this.label37.AutoSize = true;
  1206. this.label37.Location = new System.Drawing.Point(14, 48);
  1207. this.label37.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1208. this.label37.Name = "label37";
  1209. this.label37.Size = new System.Drawing.Size(53, 12);
  1210. this.label37.TabIndex = 41;
  1211. this.label37.Text = "计算方式";
  1212. //
  1213. // button6
  1214. //
  1215. this.button6.Location = new System.Drawing.Point(855, 47);
  1216. this.button6.Margin = new System.Windows.Forms.Padding(2);
  1217. this.button6.Name = "button6";
  1218. this.button6.Size = new System.Drawing.Size(71, 22);
  1219. this.button6.TabIndex = 72;
  1220. this.button6.Text = "保存";
  1221. this.button6.UseVisualStyleBackColor = true;
  1222. this.button6.Click += new System.EventHandler(this.button6_Click);
  1223. //
  1224. // panel2
  1225. //
  1226. this.panel2.AutoScroll = true;
  1227. this.panel2.BackColor = System.Drawing.Color.White;
  1228. this.panel2.Controls.Add(this.label53);
  1229. this.panel2.Controls.Add(this.label52);
  1230. this.panel2.Controls.Add(this.label51);
  1231. this.panel2.Controls.Add(this.label50);
  1232. this.panel2.Controls.Add(this.label49);
  1233. this.panel2.Controls.Add(this.label54);
  1234. this.panel2.Controls.Add(this.pictureBox8);
  1235. this.panel2.Controls.Add(this.pictureBox6);
  1236. this.panel2.Controls.Add(this.pictureBox5);
  1237. this.panel2.Controls.Add(this.pictureBox4);
  1238. this.panel2.Controls.Add(this.pictureBox3);
  1239. this.panel2.Controls.Add(this.pictureBox2);
  1240. this.panel2.Controls.Add(this.pictureBox1);
  1241. this.panel2.Location = new System.Drawing.Point(12, 12);
  1242. this.panel2.Name = "panel2";
  1243. this.panel2.Size = new System.Drawing.Size(696, 706);
  1244. this.panel2.TabIndex = 73;
  1245. //
  1246. // label53
  1247. //
  1248. this.label53.AutoSize = true;
  1249. this.label53.Location = new System.Drawing.Point(273, 348);
  1250. this.label53.Name = "label53";
  1251. this.label53.Size = new System.Drawing.Size(77, 12);
  1252. this.label53.TabIndex = 105;
  1253. this.label53.Text = "检测结果文件";
  1254. //
  1255. // label52
  1256. //
  1257. this.label52.AutoSize = true;
  1258. this.label52.Location = new System.Drawing.Point(273, 325);
  1259. this.label52.Name = "label52";
  1260. this.label52.Size = new System.Drawing.Size(53, 12);
  1261. this.label52.TabIndex = 104;
  1262. this.label52.Text = "报告时间";
  1263. //
  1264. // label51
  1265. //
  1266. this.label51.AutoSize = true;
  1267. this.label51.Location = new System.Drawing.Point(273, 371);
  1268. this.label51.Name = "label51";
  1269. this.label51.Size = new System.Drawing.Size(53, 12);
  1270. this.label51.TabIndex = 103;
  1271. this.label51.Text = "参考标准";
  1272. //
  1273. // label50
  1274. //
  1275. this.label50.AutoSize = true;
  1276. this.label50.Location = new System.Drawing.Point(273, 302);
  1277. this.label50.Name = "label50";
  1278. this.label50.Size = new System.Drawing.Size(53, 12);
  1279. this.label50.TabIndex = 102;
  1280. this.label50.Text = "样品编号";
  1281. //
  1282. // label49
  1283. //
  1284. this.label49.AutoSize = true;
  1285. this.label49.BackColor = System.Drawing.Color.White;
  1286. this.label49.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1287. this.label49.Location = new System.Drawing.Point(272, 215);
  1288. this.label49.Name = "label49";
  1289. this.label49.Size = new System.Drawing.Size(112, 14);
  1290. this.label49.TabIndex = 101;
  1291. this.label49.Text = "副标题有限公司";
  1292. //
  1293. // label54
  1294. //
  1295. this.label54.AutoSize = true;
  1296. this.label54.BackColor = System.Drawing.Color.White;
  1297. this.label54.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1298. this.label54.Location = new System.Drawing.Point(239, 184);
  1299. this.label54.Name = "label54";
  1300. this.label54.Size = new System.Drawing.Size(185, 24);
  1301. this.label54.TabIndex = 100;
  1302. this.label54.Text = "主标题分析报告";
  1303. //
  1304. // pictureBox8
  1305. //
  1306. this.pictureBox8.Image = global::OTSIncAReportApp.Properties.Resources.颗粒列表;
  1307. this.pictureBox8.Location = new System.Drawing.Point(3, 5729);
  1308. this.pictureBox8.Name = "pictureBox8";
  1309. this.pictureBox8.Size = new System.Drawing.Size(673, 954);
  1310. this.pictureBox8.TabIndex = 8;
  1311. this.pictureBox8.TabStop = false;
  1312. //
  1313. // pictureBox6
  1314. //
  1315. this.pictureBox6.Image = global::OTSIncAReportApp.Properties.Resources.三元相图;
  1316. this.pictureBox6.Location = new System.Drawing.Point(3, 4769);
  1317. this.pictureBox6.Name = "pictureBox6";
  1318. this.pictureBox6.Size = new System.Drawing.Size(673, 954);
  1319. this.pictureBox6.TabIndex = 6;
  1320. this.pictureBox6.TabStop = false;
  1321. //
  1322. // pictureBox5
  1323. //
  1324. this.pictureBox5.Image = global::OTSIncAReportApp.Properties.Resources.元素成分图;
  1325. this.pictureBox5.Location = new System.Drawing.Point(3, 3814);
  1326. this.pictureBox5.Name = "pictureBox5";
  1327. this.pictureBox5.Size = new System.Drawing.Size(673, 954);
  1328. this.pictureBox5.TabIndex = 5;
  1329. this.pictureBox5.TabStop = false;
  1330. //
  1331. // pictureBox4
  1332. //
  1333. this.pictureBox4.Image = global::OTSIncAReportApp.Properties.Resources.元素分析表;
  1334. this.pictureBox4.Location = new System.Drawing.Point(3, 2860);
  1335. this.pictureBox4.Name = "pictureBox4";
  1336. this.pictureBox4.Size = new System.Drawing.Size(673, 954);
  1337. this.pictureBox4.TabIndex = 4;
  1338. this.pictureBox4.TabStop = false;
  1339. //
  1340. // pictureBox3
  1341. //
  1342. this.pictureBox3.Image = global::OTSIncAReportApp.Properties.Resources.颗粒成分图;
  1343. this.pictureBox3.Location = new System.Drawing.Point(3, 1907);
  1344. this.pictureBox3.Name = "pictureBox3";
  1345. this.pictureBox3.Size = new System.Drawing.Size(673, 954);
  1346. this.pictureBox3.TabIndex = 3;
  1347. this.pictureBox3.TabStop = false;
  1348. //
  1349. // pictureBox2
  1350. //
  1351. this.pictureBox2.Image = global::OTSIncAReportApp.Properties.Resources.颗粒尺寸分析结果;
  1352. this.pictureBox2.Location = new System.Drawing.Point(3, 953);
  1353. this.pictureBox2.Name = "pictureBox2";
  1354. this.pictureBox2.Size = new System.Drawing.Size(673, 954);
  1355. this.pictureBox2.TabIndex = 2;
  1356. this.pictureBox2.TabStop = false;
  1357. //
  1358. // pictureBox1
  1359. //
  1360. this.pictureBox1.Image = global::OTSIncAReportApp.Properties.Resources.报表首页加样品说明;
  1361. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  1362. this.pictureBox1.Name = "pictureBox1";
  1363. this.pictureBox1.Size = new System.Drawing.Size(673, 954);
  1364. this.pictureBox1.TabIndex = 1;
  1365. this.pictureBox1.TabStop = false;
  1366. //
  1367. // panel3
  1368. //
  1369. this.panel3.AutoScroll = true;
  1370. this.panel3.Controls.Add(this.groupBox7);
  1371. this.panel3.Controls.Add(this.groupBox5);
  1372. this.panel3.Controls.Add(this.groupBox8);
  1373. this.panel3.Controls.Add(this.groupBox3);
  1374. this.panel3.Controls.Add(this.groupBox6);
  1375. this.panel3.Controls.Add(this.groupBox9);
  1376. this.panel3.Controls.Add(this.groupBox4);
  1377. this.panel3.Controls.Add(this.groupBox1);
  1378. this.panel3.Location = new System.Drawing.Point(714, 74);
  1379. this.panel3.Name = "panel3";
  1380. this.panel3.Size = new System.Drawing.Size(299, 636);
  1381. this.panel3.TabIndex = 74;
  1382. //
  1383. // groupBox9
  1384. //
  1385. this.groupBox9.Controls.Add(this.ck_jggk);
  1386. this.groupBox9.Controls.Add(this.tb_YPBH);
  1387. this.groupBox9.Controls.Add(this.ck_ypsm);
  1388. this.groupBox9.Controls.Add(this.label4);
  1389. this.groupBox9.Controls.Add(this.tb_ZBT);
  1390. this.groupBox9.Controls.Add(this.label6);
  1391. this.groupBox9.Controls.Add(this.label5);
  1392. this.groupBox9.Controls.Add(this.label7);
  1393. this.groupBox9.Controls.Add(this.tb_CKBZ);
  1394. this.groupBox9.Controls.Add(this.tb_FBT);
  1395. this.groupBox9.Controls.Add(this.label1);
  1396. this.groupBox9.Controls.Add(this.label3);
  1397. this.groupBox9.Location = new System.Drawing.Point(3, 3);
  1398. this.groupBox9.Name = "groupBox9";
  1399. this.groupBox9.Size = new System.Drawing.Size(268, 255);
  1400. this.groupBox9.TabIndex = 1;
  1401. this.groupBox9.TabStop = false;
  1402. this.groupBox9.Text = "首页设置信息";
  1403. //
  1404. // label39
  1405. //
  1406. this.label39.AutoSize = true;
  1407. this.label39.BackColor = System.Drawing.Color.Transparent;
  1408. this.label39.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1409. this.label39.Location = new System.Drawing.Point(709, 9);
  1410. this.label39.Name = "label39";
  1411. this.label39.Size = new System.Drawing.Size(129, 29);
  1412. this.label39.TabIndex = 75;
  1413. this.label39.Text = "模板设置";
  1414. //
  1415. // OTSReport_TemplateDesignerRM
  1416. //
  1417. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1418. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1419. this.ClientSize = new System.Drawing.Size(1037, 707);
  1420. this.Controls.Add(this.button6);
  1421. this.Controls.Add(this.button1);
  1422. this.Controls.Add(this.label39);
  1423. this.Controls.Add(this.panel3);
  1424. this.Controls.Add(this.panel2);
  1425. this.Controls.Add(this.button2);
  1426. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  1427. this.Margin = new System.Windows.Forms.Padding(2);
  1428. this.MaximizeBox = false;
  1429. this.MinimizeBox = false;
  1430. this.Name = "OTSReport_TemplateDesignerRM";
  1431. this.ShowIcon = false;
  1432. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1433. this.Text = "报告预览信息设置";
  1434. this.Load += new System.EventHandler(this.OTSReport_TemplateDesignerRM_Load);
  1435. this.groupBox1.ResumeLayout(false);
  1436. this.groupBox1.PerformLayout();
  1437. this.groupBox3.ResumeLayout(false);
  1438. this.groupBox3.PerformLayout();
  1439. this.groupBox4.ResumeLayout(false);
  1440. this.groupBox4.PerformLayout();
  1441. this.groupBox5.ResumeLayout(false);
  1442. this.groupBox5.PerformLayout();
  1443. this.groupBox6.ResumeLayout(false);
  1444. this.groupBox6.PerformLayout();
  1445. this.groupBox7.ResumeLayout(false);
  1446. this.groupBox7.PerformLayout();
  1447. this.groupBox8.ResumeLayout(false);
  1448. this.groupBox8.PerformLayout();
  1449. this.panel2.ResumeLayout(false);
  1450. this.panel2.PerformLayout();
  1451. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
  1452. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
  1453. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  1454. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  1455. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  1456. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  1457. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1458. this.panel3.ResumeLayout(false);
  1459. this.groupBox9.ResumeLayout(false);
  1460. this.groupBox9.PerformLayout();
  1461. this.ResumeLayout(false);
  1462. this.PerformLayout();
  1463. }
  1464. #endregion
  1465. private System.Windows.Forms.Button button1;
  1466. private System.Windows.Forms.Button button2;
  1467. private System.Windows.Forms.Label label5;
  1468. private System.Windows.Forms.Label label3;
  1469. private System.Windows.Forms.TextBox tb_FBT;
  1470. private System.Windows.Forms.TextBox tb_ZBT;
  1471. private System.Windows.Forms.Label label1;
  1472. private System.Windows.Forms.TextBox tb_YPBH;
  1473. private System.Windows.Forms.Label label4;
  1474. private System.Windows.Forms.TextBox tb_CKBZ;
  1475. private System.Windows.Forms.CheckBox ck_jggk;
  1476. private System.Windows.Forms.CheckBox ck_ypsm;
  1477. private System.Windows.Forms.Label label7;
  1478. private System.Windows.Forms.Label label6;
  1479. private System.Windows.Forms.TextBox tb_khh;
  1480. private System.Windows.Forms.Label label2;
  1481. private System.Windows.Forms.GroupBox groupBox1;
  1482. private System.Windows.Forms.TextBox tb_yjwb;
  1483. private System.Windows.Forms.Label label10;
  1484. private System.Windows.Forms.Label label9;
  1485. private System.Windows.Forms.TextBox tb_ymwb;
  1486. private System.Windows.Forms.Label label8;
  1487. private System.Windows.Forms.GroupBox groupBox3;
  1488. private System.Windows.Forms.CheckBox cb_jzwfl_xsmk;
  1489. private System.Windows.Forms.Label label18;
  1490. private System.Windows.Forms.ComboBox cb_jzwfl_klfw;
  1491. private System.Windows.Forms.Label label13;
  1492. private System.Windows.Forms.ComboBox cb_jzwfl_ljb;
  1493. private System.Windows.Forms.Label label19;
  1494. private System.Windows.Forms.Label label11;
  1495. private System.Windows.Forms.ComboBox cb_jzwfl_xstx;
  1496. private System.Windows.Forms.ComboBox cb_jzwfl_jsfs;
  1497. private System.Windows.Forms.Label label12;
  1498. private System.Windows.Forms.GroupBox groupBox4;
  1499. private System.Windows.Forms.CheckBox ck_klcc_xsmk;
  1500. private System.Windows.Forms.Label label17;
  1501. private System.Windows.Forms.ComboBox cb_klcc_klfw;
  1502. private System.Windows.Forms.ComboBox cb_klcc_ljb;
  1503. private System.Windows.Forms.ComboBox cb_klcc_jsfs;
  1504. private System.Windows.Forms.Label label16;
  1505. private System.Windows.Forms.Label label15;
  1506. private System.Windows.Forms.Label label14;
  1507. private System.Windows.Forms.GroupBox groupBox5;
  1508. private System.Windows.Forms.TextBox tb_yscf_ysxx;
  1509. private System.Windows.Forms.CheckBox ck_yscf_xsmk;
  1510. private System.Windows.Forms.Label label20;
  1511. private System.Windows.Forms.ComboBox cb_yscf_klfw;
  1512. private System.Windows.Forms.Label label21;
  1513. private System.Windows.Forms.Label label22;
  1514. private System.Windows.Forms.Label label23;
  1515. private System.Windows.Forms.ComboBox cb_yscf_xstx;
  1516. private System.Windows.Forms.ComboBox cb_yscf_jsfs;
  1517. private System.Windows.Forms.Label label24;
  1518. private System.Windows.Forms.GroupBox groupBox6;
  1519. private System.Windows.Forms.TextBox tb_ysfx_xsys;
  1520. private System.Windows.Forms.CheckBox ck_ysfx_xsmk;
  1521. private System.Windows.Forms.Label label25;
  1522. private System.Windows.Forms.ComboBox cb_ysfx_klfw;
  1523. private System.Windows.Forms.ComboBox cb_yxfx_jsfs;
  1524. private System.Windows.Forms.Label label26;
  1525. private System.Windows.Forms.Label label27;
  1526. private System.Windows.Forms.Label label28;
  1527. private System.Windows.Forms.GroupBox groupBox7;
  1528. private System.Windows.Forms.CheckBox ck_syxt_xsmk;
  1529. private System.Windows.Forms.Label label40;
  1530. private System.Windows.Forms.ComboBox cb_syxt_mhxssl;
  1531. private System.Windows.Forms.ComboBox cb_syxt_klfw;
  1532. private System.Windows.Forms.ComboBox cb_syxt_jsfs;
  1533. private System.Windows.Forms.Label label41;
  1534. private System.Windows.Forms.Label label42;
  1535. private System.Windows.Forms.Label label44;
  1536. private System.Windows.Forms.GroupBox groupBox8;
  1537. private System.Windows.Forms.TextBox tb_kllb_ylsx;
  1538. private System.Windows.Forms.TextBox tb_kllb_sxys;
  1539. private System.Windows.Forms.CheckBox ck_kllb_npxx;
  1540. private System.Windows.Forms.CheckBox ck_kllb_fdtx;
  1541. private System.Windows.Forms.CheckBox ck_kllb_ystx;
  1542. private System.Windows.Forms.CheckBox ck_kllb_xsmk;
  1543. private System.Windows.Forms.Label label32;
  1544. private System.Windows.Forms.Label label31;
  1545. private System.Windows.Forms.Label label30;
  1546. private System.Windows.Forms.Label label34;
  1547. private System.Windows.Forms.ComboBox cb_kllb_klfw;
  1548. private System.Windows.Forms.ComboBox cb_kllb_jsfs;
  1549. private System.Windows.Forms.Label label35;
  1550. private System.Windows.Forms.Label label29;
  1551. private System.Windows.Forms.Label label36;
  1552. private System.Windows.Forms.Label label37;
  1553. private System.Windows.Forms.CheckBox ck_ym;
  1554. private System.Windows.Forms.Button button5;
  1555. private System.Windows.Forms.Button button4;
  1556. private System.Windows.Forms.Label label33;
  1557. private System.Windows.Forms.Button button3;
  1558. private System.Windows.Forms.ListView lbv_syxt_mblb;
  1559. private System.Windows.Forms.ComboBox cb_syxt_ljb;
  1560. private System.Windows.Forms.Label label38;
  1561. private System.Windows.Forms.Button button6;
  1562. private System.Windows.Forms.Panel panel2;
  1563. private System.Windows.Forms.Label label53;
  1564. private System.Windows.Forms.Label label52;
  1565. private System.Windows.Forms.Label label51;
  1566. private System.Windows.Forms.Label label50;
  1567. private System.Windows.Forms.Label label49;
  1568. private System.Windows.Forms.Label label54;
  1569. private System.Windows.Forms.PictureBox pictureBox8;
  1570. private System.Windows.Forms.PictureBox pictureBox6;
  1571. private System.Windows.Forms.PictureBox pictureBox5;
  1572. private System.Windows.Forms.PictureBox pictureBox4;
  1573. private System.Windows.Forms.PictureBox pictureBox3;
  1574. private System.Windows.Forms.PictureBox pictureBox2;
  1575. private System.Windows.Forms.PictureBox pictureBox1;
  1576. private System.Windows.Forms.Panel panel3;
  1577. private System.Windows.Forms.GroupBox groupBox9;
  1578. private System.Windows.Forms.Label label39;
  1579. }
  1580. }