OTSReport_TemplateDesignerRM.Designer.cs 70 KB

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