OTSReport_TemplateDesignerRM.Designer.cs 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032
  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.groupBox4 = new System.Windows.Forms.GroupBox();
  52. this.ck_klcc_xsmk = new System.Windows.Forms.CheckBox();
  53. this.label17 = new System.Windows.Forms.Label();
  54. this.cb_klcc_ljb = new System.Windows.Forms.ComboBox();
  55. this.cb_klcc_jsfs = new System.Windows.Forms.ComboBox();
  56. this.label15 = new System.Windows.Forms.Label();
  57. this.label14 = new System.Windows.Forms.Label();
  58. this.groupBox6 = new System.Windows.Forms.GroupBox();
  59. this.button3 = new System.Windows.Forms.Button();
  60. this.comboBox_PeriodicTable = new System.Windows.Forms.ComboBox();
  61. this.tb_ysfx_xsys = new System.Windows.Forms.TextBox();
  62. this.button4 = new System.Windows.Forms.Button();
  63. this.ck_ysfx_xsmk = new System.Windows.Forms.CheckBox();
  64. this.label25 = new System.Windows.Forms.Label();
  65. this.groupBox7 = new System.Windows.Forms.GroupBox();
  66. this.lbv_syxt_mblb = new System.Windows.Forms.ListView();
  67. this.ck_syxt_xsmk = new System.Windows.Forms.CheckBox();
  68. this.label40 = new System.Windows.Forms.Label();
  69. this.cb_syxt_ljb = new System.Windows.Forms.ComboBox();
  70. this.cb_syxt_mhxssl = new System.Windows.Forms.ComboBox();
  71. this.label38 = new System.Windows.Forms.Label();
  72. this.label33 = new System.Windows.Forms.Label();
  73. this.label42 = new System.Windows.Forms.Label();
  74. this.groupBox8 = new System.Windows.Forms.GroupBox();
  75. this.ck_kllb_npxx = new System.Windows.Forms.CheckBox();
  76. this.ck_kllb_fdtx = new System.Windows.Forms.CheckBox();
  77. this.ck_kllb_ystx = new System.Windows.Forms.CheckBox();
  78. this.ck_kllb_xsmk = new System.Windows.Forms.CheckBox();
  79. this.label32 = new System.Windows.Forms.Label();
  80. this.label31 = new System.Windows.Forms.Label();
  81. this.label30 = new System.Windows.Forms.Label();
  82. this.label34 = new System.Windows.Forms.Label();
  83. this.button6 = new System.Windows.Forms.Button();
  84. this.panel2 = new System.Windows.Forms.Panel();
  85. this.label53 = new System.Windows.Forms.Label();
  86. this.label52 = new System.Windows.Forms.Label();
  87. this.label51 = new System.Windows.Forms.Label();
  88. this.label50 = new System.Windows.Forms.Label();
  89. this.label49 = new System.Windows.Forms.Label();
  90. this.label54 = new System.Windows.Forms.Label();
  91. this.pictureBox8 = new System.Windows.Forms.PictureBox();
  92. this.pictureBox6 = new System.Windows.Forms.PictureBox();
  93. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  94. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  95. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  96. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  97. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  98. this.panel3 = new System.Windows.Forms.Panel();
  99. this.groupBox9 = new System.Windows.Forms.GroupBox();
  100. this.label39 = new System.Windows.Forms.Label();
  101. this.groupBox1.SuspendLayout();
  102. this.groupBox4.SuspendLayout();
  103. this.groupBox6.SuspendLayout();
  104. this.groupBox7.SuspendLayout();
  105. this.groupBox8.SuspendLayout();
  106. this.panel2.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  114. this.panel3.SuspendLayout();
  115. this.groupBox9.SuspendLayout();
  116. this.SuspendLayout();
  117. //
  118. // tb_FBT
  119. //
  120. this.tb_FBT.Location = new System.Drawing.Point(7, 104);
  121. this.tb_FBT.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  122. this.tb_FBT.Name = "tb_FBT";
  123. this.tb_FBT.Size = new System.Drawing.Size(343, 25);
  124. this.tb_FBT.TabIndex = 20;
  125. //
  126. // tb_ZBT
  127. //
  128. this.tb_ZBT.Location = new System.Drawing.Point(7, 44);
  129. this.tb_ZBT.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  130. this.tb_ZBT.Name = "tb_ZBT";
  131. this.tb_ZBT.Size = new System.Drawing.Size(343, 25);
  132. this.tb_ZBT.TabIndex = 10;
  133. //
  134. // label5
  135. //
  136. this.label5.AutoSize = true;
  137. this.label5.Location = new System.Drawing.Point(7, 86);
  138. this.label5.Name = "label5";
  139. this.label5.Size = new System.Drawing.Size(52, 15);
  140. this.label5.TabIndex = 0;
  141. this.label5.Text = "副标题";
  142. //
  143. // label3
  144. //
  145. this.label3.AutoSize = true;
  146. this.label3.Location = new System.Drawing.Point(7, 26);
  147. this.label3.Name = "label3";
  148. this.label3.Size = new System.Drawing.Size(52, 15);
  149. this.label3.TabIndex = 0;
  150. this.label3.Text = "主标题";
  151. //
  152. // button1
  153. //
  154. this.button1.Location = new System.Drawing.Point(1240, 59);
  155. this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  156. this.button1.Name = "button1";
  157. this.button1.Size = new System.Drawing.Size(95, 28);
  158. this.button1.TabIndex = 60;
  159. this.button1.Text = "另存";
  160. this.button1.UseVisualStyleBackColor = true;
  161. this.button1.Click += new System.EventHandler(this.button1_Click);
  162. //
  163. // button2
  164. //
  165. this.button2.Location = new System.Drawing.Point(1835, 810);
  166. this.button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  167. this.button2.Name = "button2";
  168. this.button2.Size = new System.Drawing.Size(95, 28);
  169. this.button2.TabIndex = 70;
  170. this.button2.Text = "返 回";
  171. this.button2.UseVisualStyleBackColor = true;
  172. this.button2.Click += new System.EventHandler(this.button2_Click);
  173. //
  174. // label1
  175. //
  176. this.label1.AutoSize = true;
  177. this.label1.Location = new System.Drawing.Point(7, 155);
  178. this.label1.Name = "label1";
  179. this.label1.Size = new System.Drawing.Size(67, 15);
  180. this.label1.TabIndex = 0;
  181. this.label1.Text = "样品编号";
  182. //
  183. // tb_YPBH
  184. //
  185. this.tb_YPBH.Location = new System.Drawing.Point(7, 172);
  186. this.tb_YPBH.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  187. this.tb_YPBH.Name = "tb_YPBH";
  188. this.tb_YPBH.Size = new System.Drawing.Size(343, 25);
  189. this.tb_YPBH.TabIndex = 30;
  190. //
  191. // label4
  192. //
  193. this.label4.AutoSize = true;
  194. this.label4.Location = new System.Drawing.Point(7, 219);
  195. this.label4.Name = "label4";
  196. this.label4.Size = new System.Drawing.Size(67, 15);
  197. this.label4.TabIndex = 0;
  198. this.label4.Text = "参考标准";
  199. //
  200. // tb_CKBZ
  201. //
  202. this.tb_CKBZ.Location = new System.Drawing.Point(7, 236);
  203. this.tb_CKBZ.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  204. this.tb_CKBZ.Name = "tb_CKBZ";
  205. this.tb_CKBZ.Size = new System.Drawing.Size(343, 25);
  206. this.tb_CKBZ.TabIndex = 50;
  207. //
  208. // ck_jggk
  209. //
  210. this.ck_jggk.AutoSize = true;
  211. this.ck_jggk.Location = new System.Drawing.Point(299, 288);
  212. this.ck_jggk.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  213. this.ck_jggk.Name = "ck_jggk";
  214. this.ck_jggk.Size = new System.Drawing.Size(18, 17);
  215. this.ck_jggk.TabIndex = 51;
  216. this.ck_jggk.UseVisualStyleBackColor = true;
  217. //
  218. // ck_ypsm
  219. //
  220. this.ck_ypsm.AutoSize = true;
  221. this.ck_ypsm.Location = new System.Drawing.Point(517, 199);
  222. this.ck_ypsm.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  223. this.ck_ypsm.Name = "ck_ypsm";
  224. this.ck_ypsm.Size = new System.Drawing.Size(18, 17);
  225. this.ck_ypsm.TabIndex = 51;
  226. this.ck_ypsm.UseVisualStyleBackColor = true;
  227. //
  228. // label7
  229. //
  230. this.label7.AutoSize = true;
  231. this.label7.Location = new System.Drawing.Point(7, 288);
  232. this.label7.Name = "label7";
  233. this.label7.Size = new System.Drawing.Size(97, 15);
  234. this.label7.TabIndex = 0;
  235. this.label7.Text = "显示结果概况";
  236. //
  237. // label6
  238. //
  239. this.label6.AutoSize = true;
  240. this.label6.Location = new System.Drawing.Point(403, 199);
  241. this.label6.Name = "label6";
  242. this.label6.Size = new System.Drawing.Size(97, 15);
  243. this.label6.TabIndex = 0;
  244. this.label6.Text = "显示样品说明";
  245. //
  246. // ck_ym
  247. //
  248. this.ck_ym.AutoSize = true;
  249. this.ck_ym.Location = new System.Drawing.Point(545, 111);
  250. this.ck_ym.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  251. this.ck_ym.Name = "ck_ym";
  252. this.ck_ym.Size = new System.Drawing.Size(18, 17);
  253. this.ck_ym.TabIndex = 52;
  254. this.ck_ym.UseVisualStyleBackColor = true;
  255. //
  256. // tb_yjwb
  257. //
  258. this.tb_yjwb.Location = new System.Drawing.Point(9, 111);
  259. this.tb_yjwb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  260. this.tb_yjwb.Name = "tb_yjwb";
  261. this.tb_yjwb.Size = new System.Drawing.Size(340, 25);
  262. this.tb_yjwb.TabIndex = 42;
  263. //
  264. // label10
  265. //
  266. this.label10.AutoSize = true;
  267. this.label10.Location = new System.Drawing.Point(7, 94);
  268. this.label10.Name = "label10";
  269. this.label10.Size = new System.Drawing.Size(67, 15);
  270. this.label10.TabIndex = 41;
  271. this.label10.Text = "页脚文本";
  272. //
  273. // label9
  274. //
  275. this.label9.AutoSize = true;
  276. this.label9.Location = new System.Drawing.Point(480, 111);
  277. this.label9.Name = "label9";
  278. this.label9.Size = new System.Drawing.Size(37, 15);
  279. this.label9.TabIndex = 41;
  280. this.label9.Text = "页码";
  281. //
  282. // tb_khh
  283. //
  284. this.tb_khh.Location = new System.Drawing.Point(9, 184);
  285. this.tb_khh.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  286. this.tb_khh.Name = "tb_khh";
  287. this.tb_khh.Size = new System.Drawing.Size(340, 25);
  288. this.tb_khh.TabIndex = 42;
  289. //
  290. // label2
  291. //
  292. this.label2.AutoSize = true;
  293. this.label2.Location = new System.Drawing.Point(7, 166);
  294. this.label2.Name = "label2";
  295. this.label2.Size = new System.Drawing.Size(52, 15);
  296. this.label2.TabIndex = 41;
  297. this.label2.Text = "客户号";
  298. //
  299. // groupBox1
  300. //
  301. this.groupBox1.Controls.Add(this.ck_ym);
  302. this.groupBox1.Controls.Add(this.label9);
  303. this.groupBox1.Controls.Add(this.tb_ymwb);
  304. this.groupBox1.Controls.Add(this.tb_yjwb);
  305. this.groupBox1.Controls.Add(this.tb_khh);
  306. this.groupBox1.Controls.Add(this.label2);
  307. this.groupBox1.Controls.Add(this.label10);
  308. this.groupBox1.Controls.Add(this.label8);
  309. this.groupBox1.Location = new System.Drawing.Point(4, 329);
  310. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  311. this.groupBox1.Name = "groupBox1";
  312. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  313. this.groupBox1.Size = new System.Drawing.Size(357, 226);
  314. this.groupBox1.TabIndex = 0;
  315. this.groupBox1.TabStop = false;
  316. this.groupBox1.Text = "页眉页脚设置";
  317. //
  318. // tb_ymwb
  319. //
  320. this.tb_ymwb.Location = new System.Drawing.Point(9, 41);
  321. this.tb_ymwb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  322. this.tb_ymwb.Name = "tb_ymwb";
  323. this.tb_ymwb.Size = new System.Drawing.Size(340, 25);
  324. this.tb_ymwb.TabIndex = 42;
  325. //
  326. // label8
  327. //
  328. this.label8.AutoSize = true;
  329. this.label8.Location = new System.Drawing.Point(7, 21);
  330. this.label8.Name = "label8";
  331. this.label8.Size = new System.Drawing.Size(67, 15);
  332. this.label8.TabIndex = 41;
  333. this.label8.Text = "页眉文本";
  334. //
  335. // groupBox4
  336. //
  337. this.groupBox4.Controls.Add(this.ck_klcc_xsmk);
  338. this.groupBox4.Controls.Add(this.label17);
  339. this.groupBox4.Controls.Add(this.cb_klcc_ljb);
  340. this.groupBox4.Controls.Add(this.cb_klcc_jsfs);
  341. this.groupBox4.Controls.Add(this.label15);
  342. this.groupBox4.Controls.Add(this.label14);
  343. this.groupBox4.Location = new System.Drawing.Point(4, 560);
  344. this.groupBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  345. this.groupBox4.Name = "groupBox4";
  346. this.groupBox4.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  347. this.groupBox4.Size = new System.Drawing.Size(357, 198);
  348. this.groupBox4.TabIndex = 2;
  349. this.groupBox4.TabStop = false;
  350. this.groupBox4.Text = "颗粒尺寸分析结果";
  351. //
  352. // ck_klcc_xsmk
  353. //
  354. this.ck_klcc_xsmk.AutoSize = true;
  355. this.ck_klcc_xsmk.Location = new System.Drawing.Point(299, 31);
  356. this.ck_klcc_xsmk.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  357. this.ck_klcc_xsmk.Name = "ck_klcc_xsmk";
  358. this.ck_klcc_xsmk.Size = new System.Drawing.Size(18, 17);
  359. this.ck_klcc_xsmk.TabIndex = 53;
  360. this.ck_klcc_xsmk.UseVisualStyleBackColor = true;
  361. this.ck_klcc_xsmk.CheckedChanged += new System.EventHandler(this.ck_klcc_xsmk_CheckedChanged);
  362. //
  363. // label17
  364. //
  365. this.label17.AutoSize = true;
  366. this.label17.Location = new System.Drawing.Point(12, 31);
  367. this.label17.Name = "label17";
  368. this.label17.Size = new System.Drawing.Size(82, 15);
  369. this.label17.TabIndex = 52;
  370. this.label17.Text = "显示该模块";
  371. //
  372. // cb_klcc_ljb
  373. //
  374. this.cb_klcc_ljb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  375. this.cb_klcc_ljb.FormattingEnabled = true;
  376. this.cb_klcc_ljb.Location = new System.Drawing.Point(25, 140);
  377. this.cb_klcc_ljb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  378. this.cb_klcc_ljb.Name = "cb_klcc_ljb";
  379. this.cb_klcc_ljb.Size = new System.Drawing.Size(287, 23);
  380. this.cb_klcc_ljb.TabIndex = 42;
  381. //
  382. // cb_klcc_jsfs
  383. //
  384. this.cb_klcc_jsfs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  385. this.cb_klcc_jsfs.FormattingEnabled = true;
  386. this.cb_klcc_jsfs.Location = new System.Drawing.Point(25, 84);
  387. this.cb_klcc_jsfs.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  388. this.cb_klcc_jsfs.Name = "cb_klcc_jsfs";
  389. this.cb_klcc_jsfs.Size = new System.Drawing.Size(287, 23);
  390. this.cb_klcc_jsfs.TabIndex = 42;
  391. //
  392. // label15
  393. //
  394. this.label15.AutoSize = true;
  395. this.label15.Location = new System.Drawing.Point(25, 121);
  396. this.label15.Name = "label15";
  397. this.label15.Size = new System.Drawing.Size(82, 15);
  398. this.label15.TabIndex = 41;
  399. this.label15.Text = "粒级表信息";
  400. //
  401. // label14
  402. //
  403. this.label14.AutoSize = true;
  404. this.label14.Location = new System.Drawing.Point(23, 66);
  405. this.label14.Name = "label14";
  406. this.label14.Size = new System.Drawing.Size(67, 15);
  407. this.label14.TabIndex = 41;
  408. this.label14.Text = "计算方式";
  409. //
  410. // groupBox6
  411. //
  412. this.groupBox6.Controls.Add(this.button3);
  413. this.groupBox6.Controls.Add(this.comboBox_PeriodicTable);
  414. this.groupBox6.Controls.Add(this.tb_ysfx_xsys);
  415. this.groupBox6.Controls.Add(this.button4);
  416. this.groupBox6.Controls.Add(this.ck_ysfx_xsmk);
  417. this.groupBox6.Controls.Add(this.label25);
  418. this.groupBox6.Location = new System.Drawing.Point(4, 768);
  419. this.groupBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  420. this.groupBox6.Name = "groupBox6";
  421. this.groupBox6.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  422. this.groupBox6.Size = new System.Drawing.Size(357, 168);
  423. this.groupBox6.TabIndex = 4;
  424. this.groupBox6.TabStop = false;
  425. this.groupBox6.Text = "元素分析表";
  426. //
  427. // button3
  428. //
  429. this.button3.Location = new System.Drawing.Point(269, 64);
  430. this.button3.Margin = new System.Windows.Forms.Padding(4);
  431. this.button3.Name = "button3";
  432. this.button3.Size = new System.Drawing.Size(73, 29);
  433. this.button3.TabIndex = 60;
  434. this.button3.Text = "Delete";
  435. this.button3.UseVisualStyleBackColor = true;
  436. this.button3.Click += new System.EventHandler(this.button3_Click_1);
  437. //
  438. // comboBox_PeriodicTable
  439. //
  440. this.comboBox_PeriodicTable.FormattingEnabled = true;
  441. this.comboBox_PeriodicTable.Location = new System.Drawing.Point(21, 116);
  442. this.comboBox_PeriodicTable.Margin = new System.Windows.Forms.Padding(4);
  443. this.comboBox_PeriodicTable.Name = "comboBox_PeriodicTable";
  444. this.comboBox_PeriodicTable.Size = new System.Drawing.Size(187, 23);
  445. this.comboBox_PeriodicTable.TabIndex = 59;
  446. this.comboBox_PeriodicTable.SelectedIndexChanged += new System.EventHandler(this.comboBox_PeriodicTable_SelectedIndexChanged);
  447. this.comboBox_PeriodicTable.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboBox_PeriodicTable_KeyDown);
  448. //
  449. // tb_ysfx_xsys
  450. //
  451. this.tb_ysfx_xsys.Location = new System.Drawing.Point(21, 64);
  452. this.tb_ysfx_xsys.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  453. this.tb_ysfx_xsys.Name = "tb_ysfx_xsys";
  454. this.tb_ysfx_xsys.ReadOnly = true;
  455. this.tb_ysfx_xsys.Size = new System.Drawing.Size(240, 25);
  456. this.tb_ysfx_xsys.TabIndex = 58;
  457. //
  458. // button4
  459. //
  460. this.button4.Location = new System.Drawing.Point(223, 116);
  461. this.button4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  462. this.button4.Name = "button4";
  463. this.button4.Size = new System.Drawing.Size(96, 25);
  464. this.button4.TabIndex = 57;
  465. this.button4.Text = "PeriodicTable";
  466. this.button4.UseVisualStyleBackColor = true;
  467. this.button4.Click += new System.EventHandler(this.button4_Click);
  468. //
  469. // ck_ysfx_xsmk
  470. //
  471. this.ck_ysfx_xsmk.AutoSize = true;
  472. this.ck_ysfx_xsmk.Location = new System.Drawing.Point(299, 31);
  473. this.ck_ysfx_xsmk.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  474. this.ck_ysfx_xsmk.Name = "ck_ysfx_xsmk";
  475. this.ck_ysfx_xsmk.Size = new System.Drawing.Size(18, 17);
  476. this.ck_ysfx_xsmk.TabIndex = 53;
  477. this.ck_ysfx_xsmk.UseVisualStyleBackColor = true;
  478. this.ck_ysfx_xsmk.CheckedChanged += new System.EventHandler(this.ck_ysfx_xsmk_CheckedChanged);
  479. //
  480. // label25
  481. //
  482. this.label25.AutoSize = true;
  483. this.label25.Location = new System.Drawing.Point(7, 34);
  484. this.label25.Name = "label25";
  485. this.label25.Size = new System.Drawing.Size(82, 15);
  486. this.label25.TabIndex = 52;
  487. this.label25.Text = "显示该模块";
  488. //
  489. // groupBox7
  490. //
  491. this.groupBox7.Controls.Add(this.lbv_syxt_mblb);
  492. this.groupBox7.Controls.Add(this.ck_syxt_xsmk);
  493. this.groupBox7.Controls.Add(this.label40);
  494. this.groupBox7.Controls.Add(this.cb_syxt_ljb);
  495. this.groupBox7.Controls.Add(this.cb_syxt_mhxssl);
  496. this.groupBox7.Controls.Add(this.label38);
  497. this.groupBox7.Controls.Add(this.label33);
  498. this.groupBox7.Controls.Add(this.label42);
  499. this.groupBox7.Location = new System.Drawing.Point(1567, 152);
  500. this.groupBox7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  501. this.groupBox7.Name = "groupBox7";
  502. this.groupBox7.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  503. this.groupBox7.Size = new System.Drawing.Size(351, 589);
  504. this.groupBox7.TabIndex = 7;
  505. this.groupBox7.TabStop = false;
  506. this.groupBox7.Text = "三元相图";
  507. this.groupBox7.Visible = false;
  508. //
  509. // lbv_syxt_mblb
  510. //
  511. this.lbv_syxt_mblb.CheckBoxes = true;
  512. this.lbv_syxt_mblb.FullRowSelect = true;
  513. this.lbv_syxt_mblb.HideSelection = false;
  514. this.lbv_syxt_mblb.Location = new System.Drawing.Point(11, 249);
  515. this.lbv_syxt_mblb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  516. this.lbv_syxt_mblb.Name = "lbv_syxt_mblb";
  517. this.lbv_syxt_mblb.Size = new System.Drawing.Size(331, 322);
  518. this.lbv_syxt_mblb.TabIndex = 55;
  519. this.lbv_syxt_mblb.UseCompatibleStateImageBehavior = false;
  520. this.lbv_syxt_mblb.View = System.Windows.Forms.View.List;
  521. //
  522. // ck_syxt_xsmk
  523. //
  524. this.ck_syxt_xsmk.AutoSize = true;
  525. this.ck_syxt_xsmk.Location = new System.Drawing.Point(299, 26);
  526. this.ck_syxt_xsmk.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  527. this.ck_syxt_xsmk.Name = "ck_syxt_xsmk";
  528. this.ck_syxt_xsmk.Size = new System.Drawing.Size(18, 17);
  529. this.ck_syxt_xsmk.TabIndex = 53;
  530. this.ck_syxt_xsmk.UseVisualStyleBackColor = true;
  531. this.ck_syxt_xsmk.CheckedChanged += new System.EventHandler(this.ck_syxt_xsmk_CheckedChanged);
  532. //
  533. // label40
  534. //
  535. this.label40.AutoSize = true;
  536. this.label40.Location = new System.Drawing.Point(5, 29);
  537. this.label40.Name = "label40";
  538. this.label40.Size = new System.Drawing.Size(82, 15);
  539. this.label40.TabIndex = 52;
  540. this.label40.Text = "显示该模块";
  541. //
  542. // cb_syxt_ljb
  543. //
  544. this.cb_syxt_ljb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  545. this.cb_syxt_ljb.FormattingEnabled = true;
  546. this.cb_syxt_ljb.Location = new System.Drawing.Point(19, 91);
  547. this.cb_syxt_ljb.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  548. this.cb_syxt_ljb.Name = "cb_syxt_ljb";
  549. this.cb_syxt_ljb.Size = new System.Drawing.Size(284, 23);
  550. this.cb_syxt_ljb.TabIndex = 42;
  551. //
  552. // cb_syxt_mhxssl
  553. //
  554. this.cb_syxt_mhxssl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  555. this.cb_syxt_mhxssl.FormattingEnabled = true;
  556. this.cb_syxt_mhxssl.Location = new System.Drawing.Point(19, 161);
  557. this.cb_syxt_mhxssl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  558. this.cb_syxt_mhxssl.Name = "cb_syxt_mhxssl";
  559. this.cb_syxt_mhxssl.Size = new System.Drawing.Size(284, 23);
  560. this.cb_syxt_mhxssl.TabIndex = 42;
  561. this.cb_syxt_mhxssl.SelectedIndexChanged += new System.EventHandler(this.cb_syxt_mhxssl_SelectedIndexChanged);
  562. //
  563. // label38
  564. //
  565. this.label38.AutoSize = true;
  566. this.label38.Location = new System.Drawing.Point(16, 74);
  567. this.label38.Name = "label38";
  568. this.label38.Size = new System.Drawing.Size(82, 15);
  569. this.label38.TabIndex = 41;
  570. this.label38.Text = "粒级表信息";
  571. //
  572. // label33
  573. //
  574. this.label33.AutoSize = true;
  575. this.label33.Location = new System.Drawing.Point(18, 220);
  576. this.label33.Name = "label33";
  577. this.label33.Size = new System.Drawing.Size(127, 15);
  578. this.label33.TabIndex = 41;
  579. this.label33.Text = "三元相图模板列表";
  580. //
  581. // label42
  582. //
  583. this.label42.AutoSize = true;
  584. this.label42.Location = new System.Drawing.Point(16, 144);
  585. this.label42.Name = "label42";
  586. this.label42.Size = new System.Drawing.Size(97, 15);
  587. this.label42.TabIndex = 41;
  588. this.label42.Text = "每行显示数量";
  589. //
  590. // groupBox8
  591. //
  592. this.groupBox8.Controls.Add(this.ck_kllb_npxx);
  593. this.groupBox8.Controls.Add(this.ck_kllb_fdtx);
  594. this.groupBox8.Controls.Add(this.ck_kllb_ystx);
  595. this.groupBox8.Controls.Add(this.ck_kllb_xsmk);
  596. this.groupBox8.Controls.Add(this.label32);
  597. this.groupBox8.Controls.Add(this.label31);
  598. this.groupBox8.Controls.Add(this.label30);
  599. this.groupBox8.Controls.Add(this.label34);
  600. this.groupBox8.Location = new System.Drawing.Point(3, 940);
  601. this.groupBox8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  602. this.groupBox8.Name = "groupBox8";
  603. this.groupBox8.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  604. this.groupBox8.Size = new System.Drawing.Size(351, 175);
  605. this.groupBox8.TabIndex = 6;
  606. this.groupBox8.TabStop = false;
  607. this.groupBox8.Text = "颗粒列表";
  608. //
  609. // ck_kllb_npxx
  610. //
  611. this.ck_kllb_npxx.AutoSize = true;
  612. this.ck_kllb_npxx.Location = new System.Drawing.Point(299, 128);
  613. this.ck_kllb_npxx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  614. this.ck_kllb_npxx.Name = "ck_kllb_npxx";
  615. this.ck_kllb_npxx.Size = new System.Drawing.Size(18, 17);
  616. this.ck_kllb_npxx.TabIndex = 53;
  617. this.ck_kllb_npxx.UseVisualStyleBackColor = true;
  618. this.ck_kllb_npxx.CheckedChanged += new System.EventHandler(this.ck_kllb_npxx_CheckedChanged);
  619. //
  620. // ck_kllb_fdtx
  621. //
  622. this.ck_kllb_fdtx.AutoSize = true;
  623. this.ck_kllb_fdtx.Location = new System.Drawing.Point(299, 92);
  624. this.ck_kllb_fdtx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  625. this.ck_kllb_fdtx.Name = "ck_kllb_fdtx";
  626. this.ck_kllb_fdtx.Size = new System.Drawing.Size(18, 17);
  627. this.ck_kllb_fdtx.TabIndex = 53;
  628. this.ck_kllb_fdtx.UseVisualStyleBackColor = true;
  629. this.ck_kllb_fdtx.CheckedChanged += new System.EventHandler(this.ck_kllb_fdtx_CheckedChanged);
  630. //
  631. // ck_kllb_ystx
  632. //
  633. this.ck_kllb_ystx.AutoSize = true;
  634. this.ck_kllb_ystx.Location = new System.Drawing.Point(299, 60);
  635. this.ck_kllb_ystx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  636. this.ck_kllb_ystx.Name = "ck_kllb_ystx";
  637. this.ck_kllb_ystx.Size = new System.Drawing.Size(18, 17);
  638. this.ck_kllb_ystx.TabIndex = 53;
  639. this.ck_kllb_ystx.UseVisualStyleBackColor = true;
  640. this.ck_kllb_ystx.CheckedChanged += new System.EventHandler(this.ck_kllb_ystx_CheckedChanged);
  641. //
  642. // ck_kllb_xsmk
  643. //
  644. this.ck_kllb_xsmk.AutoSize = true;
  645. this.ck_kllb_xsmk.Location = new System.Drawing.Point(299, 29);
  646. this.ck_kllb_xsmk.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  647. this.ck_kllb_xsmk.Name = "ck_kllb_xsmk";
  648. this.ck_kllb_xsmk.Size = new System.Drawing.Size(18, 17);
  649. this.ck_kllb_xsmk.TabIndex = 53;
  650. this.ck_kllb_xsmk.UseVisualStyleBackColor = true;
  651. this.ck_kllb_xsmk.CheckedChanged += new System.EventHandler(this.ck_kllb_xsmk_CheckedChanged);
  652. //
  653. // label32
  654. //
  655. this.label32.AutoSize = true;
  656. this.label32.Location = new System.Drawing.Point(21, 128);
  657. this.label32.Name = "label32";
  658. this.label32.Size = new System.Drawing.Size(67, 15);
  659. this.label32.TabIndex = 52;
  660. this.label32.Text = "能谱信息";
  661. //
  662. // label31
  663. //
  664. this.label31.AutoSize = true;
  665. this.label31.Location = new System.Drawing.Point(19, 95);
  666. this.label31.Name = "label31";
  667. this.label31.Size = new System.Drawing.Size(67, 15);
  668. this.label31.TabIndex = 52;
  669. this.label31.Text = "放大图像";
  670. //
  671. // label30
  672. //
  673. this.label30.AutoSize = true;
  674. this.label30.Location = new System.Drawing.Point(19, 62);
  675. this.label30.Name = "label30";
  676. this.label30.Size = new System.Drawing.Size(67, 15);
  677. this.label30.TabIndex = 52;
  678. this.label30.Text = "原始图像";
  679. //
  680. // label34
  681. //
  682. this.label34.AutoSize = true;
  683. this.label34.Location = new System.Drawing.Point(5, 31);
  684. this.label34.Name = "label34";
  685. this.label34.Size = new System.Drawing.Size(82, 15);
  686. this.label34.TabIndex = 52;
  687. this.label34.Text = "显示该模块";
  688. //
  689. // button6
  690. //
  691. this.button6.Location = new System.Drawing.Point(1140, 59);
  692. this.button6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  693. this.button6.Name = "button6";
  694. this.button6.Size = new System.Drawing.Size(95, 28);
  695. this.button6.TabIndex = 72;
  696. this.button6.Text = "保存";
  697. this.button6.UseVisualStyleBackColor = true;
  698. this.button6.Click += new System.EventHandler(this.button6_Click);
  699. //
  700. // panel2
  701. //
  702. this.panel2.AutoScroll = true;
  703. this.panel2.BackColor = System.Drawing.Color.White;
  704. this.panel2.Controls.Add(this.label53);
  705. this.panel2.Controls.Add(this.label52);
  706. this.panel2.Controls.Add(this.label51);
  707. this.panel2.Controls.Add(this.label50);
  708. this.panel2.Controls.Add(this.label49);
  709. this.panel2.Controls.Add(this.label54);
  710. this.panel2.Controls.Add(this.pictureBox8);
  711. this.panel2.Controls.Add(this.pictureBox6);
  712. this.panel2.Controls.Add(this.pictureBox5);
  713. this.panel2.Controls.Add(this.pictureBox4);
  714. this.panel2.Controls.Add(this.pictureBox3);
  715. this.panel2.Controls.Add(this.pictureBox2);
  716. this.panel2.Controls.Add(this.pictureBox1);
  717. this.panel2.Location = new System.Drawing.Point(16, 15);
  718. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  719. this.panel2.Name = "panel2";
  720. this.panel2.Size = new System.Drawing.Size(928, 882);
  721. this.panel2.TabIndex = 73;
  722. //
  723. // label53
  724. //
  725. this.label53.AutoSize = true;
  726. this.label53.Location = new System.Drawing.Point(364, 435);
  727. this.label53.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  728. this.label53.Name = "label53";
  729. this.label53.Size = new System.Drawing.Size(97, 15);
  730. this.label53.TabIndex = 105;
  731. this.label53.Text = "检测结果文件";
  732. //
  733. // label52
  734. //
  735. this.label52.AutoSize = true;
  736. this.label52.Location = new System.Drawing.Point(364, 406);
  737. this.label52.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  738. this.label52.Name = "label52";
  739. this.label52.Size = new System.Drawing.Size(67, 15);
  740. this.label52.TabIndex = 104;
  741. this.label52.Text = "报告时间";
  742. //
  743. // label51
  744. //
  745. this.label51.AutoSize = true;
  746. this.label51.Location = new System.Drawing.Point(364, 464);
  747. this.label51.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  748. this.label51.Name = "label51";
  749. this.label51.Size = new System.Drawing.Size(67, 15);
  750. this.label51.TabIndex = 103;
  751. this.label51.Text = "参考标准";
  752. //
  753. // label50
  754. //
  755. this.label50.AutoSize = true;
  756. this.label50.Location = new System.Drawing.Point(364, 378);
  757. this.label50.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  758. this.label50.Name = "label50";
  759. this.label50.Size = new System.Drawing.Size(67, 15);
  760. this.label50.TabIndex = 102;
  761. this.label50.Text = "样品编号";
  762. //
  763. // label49
  764. //
  765. this.label49.AutoSize = true;
  766. this.label49.BackColor = System.Drawing.Color.White;
  767. this.label49.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  768. this.label49.Location = new System.Drawing.Point(363, 269);
  769. this.label49.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  770. this.label49.Name = "label49";
  771. this.label49.Size = new System.Drawing.Size(141, 18);
  772. this.label49.TabIndex = 101;
  773. this.label49.Text = "副标题有限公司";
  774. //
  775. // label54
  776. //
  777. this.label54.AutoSize = true;
  778. this.label54.BackColor = System.Drawing.Color.White;
  779. this.label54.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  780. this.label54.Location = new System.Drawing.Point(319, 230);
  781. this.label54.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  782. this.label54.Name = "label54";
  783. this.label54.Size = new System.Drawing.Size(230, 30);
  784. this.label54.TabIndex = 100;
  785. this.label54.Text = "主标题分析报告";
  786. //
  787. // pictureBox8
  788. //
  789. this.pictureBox8.Image = global::OTSIncAReportApp.Properties.Resources.颗粒列表;
  790. this.pictureBox8.Location = new System.Drawing.Point(4, 7161);
  791. this.pictureBox8.Margin = new System.Windows.Forms.Padding(4);
  792. this.pictureBox8.Name = "pictureBox8";
  793. this.pictureBox8.Size = new System.Drawing.Size(897, 1192);
  794. this.pictureBox8.TabIndex = 8;
  795. this.pictureBox8.TabStop = false;
  796. //
  797. // pictureBox6
  798. //
  799. this.pictureBox6.Image = global::OTSIncAReportApp.Properties.Resources.三元相图;
  800. this.pictureBox6.Location = new System.Drawing.Point(4, 5961);
  801. this.pictureBox6.Margin = new System.Windows.Forms.Padding(4);
  802. this.pictureBox6.Name = "pictureBox6";
  803. this.pictureBox6.Size = new System.Drawing.Size(897, 1192);
  804. this.pictureBox6.TabIndex = 6;
  805. this.pictureBox6.TabStop = false;
  806. //
  807. // pictureBox5
  808. //
  809. this.pictureBox5.Image = global::OTSIncAReportApp.Properties.Resources.元素成分图;
  810. this.pictureBox5.Location = new System.Drawing.Point(4, 4768);
  811. this.pictureBox5.Margin = new System.Windows.Forms.Padding(4);
  812. this.pictureBox5.Name = "pictureBox5";
  813. this.pictureBox5.Size = new System.Drawing.Size(897, 1192);
  814. this.pictureBox5.TabIndex = 5;
  815. this.pictureBox5.TabStop = false;
  816. //
  817. // pictureBox4
  818. //
  819. this.pictureBox4.Image = global::OTSIncAReportApp.Properties.Resources.元素分析表;
  820. this.pictureBox4.Location = new System.Drawing.Point(4, 3575);
  821. this.pictureBox4.Margin = new System.Windows.Forms.Padding(4);
  822. this.pictureBox4.Name = "pictureBox4";
  823. this.pictureBox4.Size = new System.Drawing.Size(897, 1192);
  824. this.pictureBox4.TabIndex = 4;
  825. this.pictureBox4.TabStop = false;
  826. //
  827. // pictureBox3
  828. //
  829. this.pictureBox3.Image = global::OTSIncAReportApp.Properties.Resources.颗粒成分图;
  830. this.pictureBox3.Location = new System.Drawing.Point(4, 2384);
  831. this.pictureBox3.Margin = new System.Windows.Forms.Padding(4);
  832. this.pictureBox3.Name = "pictureBox3";
  833. this.pictureBox3.Size = new System.Drawing.Size(897, 1192);
  834. this.pictureBox3.TabIndex = 3;
  835. this.pictureBox3.TabStop = false;
  836. //
  837. // pictureBox2
  838. //
  839. this.pictureBox2.Image = global::OTSIncAReportApp.Properties.Resources.颗粒尺寸分析结果;
  840. this.pictureBox2.Location = new System.Drawing.Point(4, 1191);
  841. this.pictureBox2.Margin = new System.Windows.Forms.Padding(4);
  842. this.pictureBox2.Name = "pictureBox2";
  843. this.pictureBox2.Size = new System.Drawing.Size(897, 1192);
  844. this.pictureBox2.TabIndex = 2;
  845. this.pictureBox2.TabStop = false;
  846. //
  847. // pictureBox1
  848. //
  849. this.pictureBox1.Image = global::OTSIncAReportApp.Properties.Resources.报表首页加样品说明;
  850. this.pictureBox1.Location = new System.Drawing.Point(4, 4);
  851. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
  852. this.pictureBox1.Name = "pictureBox1";
  853. this.pictureBox1.Size = new System.Drawing.Size(897, 1192);
  854. this.pictureBox1.TabIndex = 1;
  855. this.pictureBox1.TabStop = false;
  856. //
  857. // panel3
  858. //
  859. this.panel3.AutoScroll = true;
  860. this.panel3.Controls.Add(this.groupBox8);
  861. this.panel3.Controls.Add(this.groupBox6);
  862. this.panel3.Controls.Add(this.groupBox9);
  863. this.panel3.Controls.Add(this.groupBox4);
  864. this.panel3.Controls.Add(this.groupBox1);
  865. this.panel3.Location = new System.Drawing.Point(952, 92);
  866. this.panel3.Margin = new System.Windows.Forms.Padding(4);
  867. this.panel3.Name = "panel3";
  868. this.panel3.Size = new System.Drawing.Size(383, 805);
  869. this.panel3.TabIndex = 74;
  870. //
  871. // groupBox9
  872. //
  873. this.groupBox9.Controls.Add(this.ck_jggk);
  874. this.groupBox9.Controls.Add(this.tb_YPBH);
  875. this.groupBox9.Controls.Add(this.ck_ypsm);
  876. this.groupBox9.Controls.Add(this.label4);
  877. this.groupBox9.Controls.Add(this.tb_ZBT);
  878. this.groupBox9.Controls.Add(this.label6);
  879. this.groupBox9.Controls.Add(this.label5);
  880. this.groupBox9.Controls.Add(this.label7);
  881. this.groupBox9.Controls.Add(this.tb_CKBZ);
  882. this.groupBox9.Controls.Add(this.tb_FBT);
  883. this.groupBox9.Controls.Add(this.label1);
  884. this.groupBox9.Controls.Add(this.label3);
  885. this.groupBox9.Location = new System.Drawing.Point(4, 4);
  886. this.groupBox9.Margin = new System.Windows.Forms.Padding(4);
  887. this.groupBox9.Name = "groupBox9";
  888. this.groupBox9.Padding = new System.Windows.Forms.Padding(4);
  889. this.groupBox9.Size = new System.Drawing.Size(357, 319);
  890. this.groupBox9.TabIndex = 1;
  891. this.groupBox9.TabStop = false;
  892. this.groupBox9.Text = "首页设置信息";
  893. //
  894. // label39
  895. //
  896. this.label39.AutoSize = true;
  897. this.label39.BackColor = System.Drawing.Color.Transparent;
  898. this.label39.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  899. this.label39.Location = new System.Drawing.Point(945, 11);
  900. this.label39.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  901. this.label39.Name = "label39";
  902. this.label39.Size = new System.Drawing.Size(165, 37);
  903. this.label39.TabIndex = 75;
  904. this.label39.Text = "模板设置";
  905. //
  906. // OTSReport_TemplateDesignerRM
  907. //
  908. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  909. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  910. this.ClientSize = new System.Drawing.Size(1348, 939);
  911. this.Controls.Add(this.groupBox7);
  912. this.Controls.Add(this.button6);
  913. this.Controls.Add(this.button1);
  914. this.Controls.Add(this.label39);
  915. this.Controls.Add(this.panel3);
  916. this.Controls.Add(this.panel2);
  917. this.Controls.Add(this.button2);
  918. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  919. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  920. this.MaximizeBox = false;
  921. this.MinimizeBox = false;
  922. this.Name = "OTSReport_TemplateDesignerRM";
  923. this.ShowIcon = false;
  924. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  925. this.Text = "报告预览信息设置";
  926. this.Load += new System.EventHandler(this.OTSReport_TemplateDesignerRM_Load);
  927. this.groupBox1.ResumeLayout(false);
  928. this.groupBox1.PerformLayout();
  929. this.groupBox4.ResumeLayout(false);
  930. this.groupBox4.PerformLayout();
  931. this.groupBox6.ResumeLayout(false);
  932. this.groupBox6.PerformLayout();
  933. this.groupBox7.ResumeLayout(false);
  934. this.groupBox7.PerformLayout();
  935. this.groupBox8.ResumeLayout(false);
  936. this.groupBox8.PerformLayout();
  937. this.panel2.ResumeLayout(false);
  938. this.panel2.PerformLayout();
  939. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
  940. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
  941. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  942. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  943. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  944. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  945. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  946. this.panel3.ResumeLayout(false);
  947. this.groupBox9.ResumeLayout(false);
  948. this.groupBox9.PerformLayout();
  949. this.ResumeLayout(false);
  950. this.PerformLayout();
  951. }
  952. #endregion
  953. private System.Windows.Forms.Button button1;
  954. private System.Windows.Forms.Button button2;
  955. private System.Windows.Forms.Label label5;
  956. private System.Windows.Forms.Label label3;
  957. private System.Windows.Forms.TextBox tb_FBT;
  958. private System.Windows.Forms.TextBox tb_ZBT;
  959. private System.Windows.Forms.Label label1;
  960. private System.Windows.Forms.TextBox tb_YPBH;
  961. private System.Windows.Forms.Label label4;
  962. private System.Windows.Forms.TextBox tb_CKBZ;
  963. private System.Windows.Forms.CheckBox ck_jggk;
  964. private System.Windows.Forms.CheckBox ck_ypsm;
  965. private System.Windows.Forms.Label label7;
  966. private System.Windows.Forms.Label label6;
  967. private System.Windows.Forms.TextBox tb_khh;
  968. private System.Windows.Forms.Label label2;
  969. private System.Windows.Forms.GroupBox groupBox1;
  970. private System.Windows.Forms.TextBox tb_yjwb;
  971. private System.Windows.Forms.Label label10;
  972. private System.Windows.Forms.Label label9;
  973. private System.Windows.Forms.TextBox tb_ymwb;
  974. private System.Windows.Forms.Label label8;
  975. private System.Windows.Forms.GroupBox groupBox4;
  976. private System.Windows.Forms.CheckBox ck_klcc_xsmk;
  977. private System.Windows.Forms.Label label17;
  978. private System.Windows.Forms.ComboBox cb_klcc_ljb;
  979. private System.Windows.Forms.ComboBox cb_klcc_jsfs;
  980. private System.Windows.Forms.Label label15;
  981. private System.Windows.Forms.Label label14;
  982. private System.Windows.Forms.GroupBox groupBox6;
  983. private System.Windows.Forms.CheckBox ck_ysfx_xsmk;
  984. private System.Windows.Forms.Label label25;
  985. private System.Windows.Forms.GroupBox groupBox7;
  986. private System.Windows.Forms.CheckBox ck_syxt_xsmk;
  987. private System.Windows.Forms.Label label40;
  988. private System.Windows.Forms.ComboBox cb_syxt_mhxssl;
  989. private System.Windows.Forms.Label label42;
  990. private System.Windows.Forms.GroupBox groupBox8;
  991. private System.Windows.Forms.CheckBox ck_kllb_npxx;
  992. private System.Windows.Forms.CheckBox ck_kllb_fdtx;
  993. private System.Windows.Forms.CheckBox ck_kllb_ystx;
  994. private System.Windows.Forms.CheckBox ck_kllb_xsmk;
  995. private System.Windows.Forms.Label label32;
  996. private System.Windows.Forms.Label label31;
  997. private System.Windows.Forms.Label label30;
  998. private System.Windows.Forms.Label label34;
  999. private System.Windows.Forms.CheckBox ck_ym;
  1000. private System.Windows.Forms.Label label33;
  1001. private System.Windows.Forms.ListView lbv_syxt_mblb;
  1002. private System.Windows.Forms.ComboBox cb_syxt_ljb;
  1003. private System.Windows.Forms.Label label38;
  1004. private System.Windows.Forms.Button button6;
  1005. private System.Windows.Forms.Panel panel2;
  1006. private System.Windows.Forms.Label label53;
  1007. private System.Windows.Forms.Label label52;
  1008. private System.Windows.Forms.Label label51;
  1009. private System.Windows.Forms.Label label50;
  1010. private System.Windows.Forms.Label label49;
  1011. private System.Windows.Forms.Label label54;
  1012. private System.Windows.Forms.PictureBox pictureBox8;
  1013. private System.Windows.Forms.PictureBox pictureBox6;
  1014. private System.Windows.Forms.PictureBox pictureBox5;
  1015. private System.Windows.Forms.PictureBox pictureBox4;
  1016. private System.Windows.Forms.PictureBox pictureBox3;
  1017. private System.Windows.Forms.PictureBox pictureBox2;
  1018. private System.Windows.Forms.PictureBox pictureBox1;
  1019. private System.Windows.Forms.Panel panel3;
  1020. private System.Windows.Forms.GroupBox groupBox9;
  1021. private System.Windows.Forms.Label label39;
  1022. private System.Windows.Forms.TextBox tb_ysfx_xsys;
  1023. private System.Windows.Forms.Button button4;
  1024. public System.Windows.Forms.ComboBox comboBox_PeriodicTable;
  1025. private System.Windows.Forms.Button button3;
  1026. }
  1027. }