rpt_cfg.js 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. module.exports = {
  2. "fonts" : [
  3. {
  4. "ID" : "ReportTitle_Main",
  5. "CfgDispName" : "主标题",
  6. "Name" : "宋体",
  7. "FontHeight" : "32",
  8. "FontColor" : "BLACK",
  9. "FontBold" : "T",
  10. "FontItalic" : "F",
  11. "FontUnderline" : "F",
  12. "FontStrikeOut" : "F",
  13. "FontAngle" : "0"
  14. },
  15. {
  16. "ID" : "ReportTitle_Vice_1",
  17. "CfgDispName" : "副标题",
  18. "Name" : "宋体",
  19. "FontHeight" : "22",
  20. "FontColor" : "BLACK",
  21. "FontBold" : "T",
  22. "FontItalic" : "F",
  23. "FontUnderline" : "F",
  24. "FontStrikeOut" : "F",
  25. "FontAngle" : "0"
  26. },
  27. {
  28. "ID" : "ReportTitle_Vice_2",
  29. "CfgDispName" : "副标题2",
  30. "Name" : "宋体",
  31. "FontHeight" : "18",
  32. "FontColor" : "BLACK",
  33. "FontBold" : "T",
  34. "FontItalic" : "F",
  35. "FontUnderline" : "F",
  36. "FontStrikeOut" : "F",
  37. "FontAngle" : "0"
  38. },
  39. {
  40. "ID" : "HeaderColumn",
  41. "CfgDispName" : "栏头",
  42. "Name" : "宋体",
  43. "FontHeight" : "12",
  44. "FontColor" : "BLACK",
  45. "FontBold" : "F",
  46. "FontItalic" : "F",
  47. "FontUnderline" : "F",
  48. "FontStrikeOut" : "F",
  49. "FontAngle" : "0"
  50. },
  51. {
  52. "ID" : "Header",
  53. "CfgDispName" : "表头",
  54. "Name" : "宋体",
  55. "FontHeight" : "12",
  56. "FontColor" : "BLACK",
  57. "FontBold" : "F",
  58. "FontItalic" : "F",
  59. "FontUnderline" : "F",
  60. "FontStrikeOut" : "F",
  61. "FontAngle" : "0"
  62. },
  63. {
  64. "ID" : "FooterColumn",
  65. "CfgDispName" : "栏尾",
  66. "Name" : "宋体",
  67. "FontHeight" : "12",
  68. "FontColor" : "BLACK",
  69. "FontBold" : "F",
  70. "FontItalic" : "F",
  71. "FontUnderline" : "F",
  72. "FontStrikeOut" : "F",
  73. "FontAngle" : "0"
  74. },
  75. {
  76. "ID" : "Footer",
  77. "CfgDispName" : "表尾",
  78. "Name" : "宋体",
  79. "FontHeight" : "12",
  80. "FontColor" : "BLACK",
  81. "FontBold" : "F",
  82. "FontItalic" : "F",
  83. "FontUnderline" : "F",
  84. "FontStrikeOut" : "F",
  85. "FontAngle" : "0"
  86. },
  87. {
  88. "ID" : "GrandTotal",
  89. "CfgDispName" : "总合计",
  90. "Name" : "宋体",
  91. "FontHeight" : "12",
  92. "FontColor" : "BLACK",
  93. "FontBold" : "F",
  94. "FontItalic" : "F",
  95. "FontUnderline" : "F",
  96. "FontStrikeOut" : "F",
  97. "FontAngle" : "0"
  98. },
  99. {
  100. "ID" : "SectionTotal",
  101. "CfgDispName" : "章合计",
  102. "Name" : "宋体",
  103. "FontHeight" : "12",
  104. "FontColor" : "BLACK",
  105. "FontBold" : "F",
  106. "FontItalic" : "F",
  107. "FontUnderline" : "F",
  108. "FontStrikeOut" : "F",
  109. "FontAngle" : "0"
  110. },
  111. {
  112. "ID" : "Content",
  113. "CfgDispName" : "正文内容",
  114. "Name" : "宋体",
  115. "FontHeight" : "12",
  116. "FontColor" : "BLACK",
  117. "FontBold" : "F",
  118. "FontItalic" : "F",
  119. "FontUnderline" : "F",
  120. "FontStrikeOut" : "F",
  121. "FontAngle" : "0"
  122. },
  123. {
  124. "ID" : "Content_Narrow",
  125. "CfgDispName" : "正文内容-窄体",
  126. "Name" : "Arial Narrow",
  127. "FontHeight" : "12",
  128. "FontColor" : "BLACK",
  129. "FontBold" : "F",
  130. "FontItalic" : "F",
  131. "FontUnderline" : "F",
  132. "FontStrikeOut" : "F",
  133. "FontAngle" : "0"
  134. },
  135. {
  136. "ID" : "Header_V1",
  137. "Name" : "宋体",
  138. "FontHeight" : "12",
  139. "FontColor" : "BLACK",
  140. "FontBold" : "F",
  141. "FontItalic" : "F",
  142. "FontUnderline" : "F",
  143. "FontStrikeOut" : "F",
  144. "FontAngle" : "90"
  145. },
  146. {
  147. "ID" : "Header_V2",
  148. "Name" : "宋体",
  149. "FontHeight" : "12",
  150. "FontColor" : "BLACK",
  151. "FontBold" : "F",
  152. "FontItalic" : "F",
  153. "FontUnderline" : "F",
  154. "FontStrikeOut" : "F",
  155. "FontAngle" : "-90"
  156. }
  157. ],
  158. "styles" : [
  159. {
  160. "ID" : "Default_None",
  161. "CfgDispName" : "空白",
  162. "border_style" : []
  163. },
  164. {
  165. "ID" : "Default",
  166. "CfgDispName" : "默认",
  167. "border_style" : [
  168. {
  169. "Position" : "Left",
  170. "LineWeight" : "1",
  171. "DashStyle" : "SOLID",
  172. "Color" : "BLACK"
  173. },
  174. {
  175. "Position" : "Right",
  176. "LineWeight" : "1",
  177. "DashStyle" : "SOLID",
  178. "Color" : "BLACK"
  179. },
  180. {
  181. "Position" : "Top",
  182. "LineWeight" : "0",
  183. "DashStyle" : "SOLID",
  184. "Color" : "BLACK"
  185. },
  186. {
  187. "Position" : "Bottom",
  188. "LineWeight" : "0",
  189. "DashStyle" : "SOLID",
  190. "Color" : "BLACK"
  191. }
  192. ]
  193. },
  194. {
  195. "ID" : "Default_Normal",
  196. "CfgDispName" : "正常",
  197. "border_style" : [
  198. {
  199. "Position" : "Left",
  200. "LineWeight" : "1",
  201. "DashStyle" : "SOLID",
  202. "Color" : "BLACK"
  203. },
  204. {
  205. "Position" : "Right",
  206. "LineWeight" : "1",
  207. "DashStyle" : "SOLID",
  208. "Color" : "BLACK"
  209. },
  210. {
  211. "Position" : "Top",
  212. "LineWeight" : "1",
  213. "DashStyle" : "SOLID",
  214. "Color" : "BLACK"
  215. },
  216. {
  217. "Position" : "Bottom",
  218. "LineWeight" : "1",
  219. "DashStyle" : "SOLID",
  220. "Color" : "BLACK"
  221. }
  222. ]
  223. },
  224. {
  225. "ID" : "Label_Underline",
  226. "CfgDispName" : "字符底线",
  227. "border_style" : [
  228. {
  229. "Position" : "Left",
  230. "LineWeight" : "0",
  231. "DashStyle" : "SOLID",
  232. "Color" : "BLACK"
  233. },
  234. {
  235. "Position" : "Right",
  236. "LineWeight" : "0",
  237. "DashStyle" : "SOLID",
  238. "Color" : "BLACK"
  239. },
  240. {
  241. "Position" : "Top",
  242. "LineWeight" : "0",
  243. "DashStyle" : "SOLID",
  244. "Color" : "BLACK"
  245. },
  246. {
  247. "Position" : "Bottom",
  248. "LineWeight" : "1",
  249. "DashStyle" : "SOLID",
  250. "Color" : "BLACK"
  251. }
  252. ]
  253. },
  254. {
  255. "ID" : "Label_Topline",
  256. "CfgDispName" : "边框头线",
  257. "border_style" : [
  258. {
  259. "Position" : "Left",
  260. "LineWeight" : "0",
  261. "DashStyle" : "SOLID",
  262. "Color" : "BLACK"
  263. },
  264. {
  265. "Position" : "Right",
  266. "LineWeight" : "0",
  267. "DashStyle" : "SOLID",
  268. "Color" : "BLACK"
  269. },
  270. {
  271. "Position" : "Top",
  272. "LineWeight" : "1",
  273. "DashStyle" : "SOLID",
  274. "Color" : "BLACK"
  275. },
  276. {
  277. "Position" : "Bottom",
  278. "LineWeight" : "0",
  279. "DashStyle" : "SOLID",
  280. "Color" : "BLACK"
  281. }
  282. ]
  283. },
  284. {
  285. "ID" : "BORDER_ALL_AROUND",
  286. "CfgDispName" : "报表边框",
  287. "border_style" : [
  288. {
  289. "Position" : "Left",
  290. "LineWeight" : "0.0",
  291. "DashStyle" : "SOLID",
  292. "Color" : "BLACK"
  293. },
  294. {
  295. "Position" : "Right",
  296. "LineWeight" : "0.0",
  297. "DashStyle" : "SOLID",
  298. "Color" : "BLACK"
  299. },
  300. {
  301. "Position" : "Top",
  302. "LineWeight" : "2.0",
  303. "DashStyle" : "SOLID",
  304. "Color" : "BLACK"
  305. },
  306. {
  307. "Position" : "Bottom",
  308. "LineWeight" : "2.0",
  309. "DashStyle" : "SOLID",
  310. "Color" : "BLACK"
  311. }
  312. ]
  313. }
  314. ],
  315. "ctrls" : [
  316. {
  317. "ID" : "Default",
  318. "CfgDispName" : "默认",
  319. "Shrink" : "T",
  320. "ShowZero" : "T",
  321. "Horizon" : "left",
  322. "Vertical" : "bottom",
  323. "Wrap" : "false"
  324. },
  325. {
  326. "ID" : "Title",
  327. "CfgDispName" : "标题",
  328. "Shrink" : "T",
  329. "ShowZero" : "T",
  330. "Horizon" : "center",
  331. "Vertical" : "center",
  332. "Wrap" : "false"
  333. },
  334. {
  335. "ID" : "Header",
  336. "CfgDispName" : "表头",
  337. "Shrink" : "T",
  338. "ShowZero" : "T",
  339. "Horizon" : "left",
  340. "Vertical" : "center",
  341. "Wrap" : "false"
  342. },
  343. {
  344. "ID": "Header_Right",
  345. "CfgDispName": "表头_右",
  346. "Shrink": "F",
  347. "ShowZero": "T",
  348. "Horizon": "right",
  349. "Vertical": "center",
  350. "Wrap": "F"
  351. },
  352. {
  353. "ID" : "Footer",
  354. "CfgDispName" : "表尾",
  355. "Shrink" : "T",
  356. "ShowZero" : "T",
  357. "Horizon" : "left",
  358. "Vertical" : "center",
  359. "Wrap" : "false"
  360. },
  361. {
  362. "ID" : "Column",
  363. "CfgDispName" : "表栏",
  364. "Shrink" : "T",
  365. "ShowZero" : "T",
  366. "Horizon" : "center",
  367. "Vertical" : "center",
  368. "Wrap" : "false",
  369. "FillAfterWrap" : "true"
  370. },
  371. {
  372. "ID" : "Column_Left",
  373. "CfgDispName" : "表栏_左",
  374. "Shrink" : "T",
  375. "ShowZero" : "T",
  376. "Horizon" : "left",
  377. "Vertical" : "center",
  378. "Wrap" : "false"
  379. },
  380. {
  381. "ID" : "Column_Right",
  382. "CfgDispName" : "表栏_右",
  383. "Shrink" : "T",
  384. "ShowZero" : "T",
  385. "Horizon" : "right",
  386. "Vertical" : "center",
  387. "Wrap" : "false"
  388. },
  389. {
  390. "ID" : "Content_Left",
  391. "CfgDispName" : "正文内容",
  392. "Shrink" : "T",
  393. "ShowZero" : "F",
  394. "Horizon" : "left",
  395. "Vertical" : "bottom",
  396. "Wrap" : "false"
  397. },
  398. {
  399. "ID" : "Content_Right",
  400. "CfgDispName" : "正文内容_右",
  401. "Shrink" : "T",
  402. "ShowZero" : "F",
  403. "Horizon" : "right",
  404. "Vertical" : "bottom",
  405. "Wrap" : "false"
  406. },
  407. {
  408. "ID" : "Content_Center",
  409. "CfgDispName" : "正文内容_中",
  410. "Shrink" : "T",
  411. "ShowZero" : "F",
  412. "Horizon" : "center",
  413. "Vertical" : "bottom",
  414. "Wrap" : "false"
  415. },
  416. {
  417. "ID" : "NewContent_Left",
  418. "CfgDispName" : "正文内容(新)",
  419. "Shrink" : "T",
  420. "ShowZero" : "F",
  421. "Horizon" : "left",
  422. "Vertical" : "center",
  423. "Wrap" : "F",
  424. "ShrinkFirst" : "F",
  425. "CloseOutput" : "T"
  426. },
  427. {
  428. "ID" : "NewContent_Right",
  429. "CfgDispName" : "正文内容(新)_右",
  430. "Shrink" : "T",
  431. "ShowZero" : "F",
  432. "Horizon" : "right",
  433. "Vertical" : "center",
  434. "Wrap" : "F",
  435. "ShrinkFirst" : "F",
  436. "CloseOutput" : "T"
  437. },
  438. {
  439. "ID" : "NewContent_Center",
  440. "CfgDispName" : "正文内容(新)_中",
  441. "Shrink" : "T",
  442. "ShowZero" : "F",
  443. "Horizon" : "center",
  444. "Vertical" : "center",
  445. "Wrap" : "F",
  446. "ShrinkFirst" : "F",
  447. "CloseOutput" : "T"
  448. },
  449. {
  450. "ID" : "Currency",
  451. "CfgDispName" : "金额型",
  452. "Shrink" : "T",
  453. "ShowZero" : "F",
  454. "Horizon" : "right",
  455. "Vertical" : "center",
  456. "Wrap" : "F"
  457. },
  458. {
  459. "ID" : "Left_Top",
  460. "CfgDispName" : "上靠_左",
  461. "Shrink" : "F",
  462. "ShowZero" : "T",
  463. "Horizon" : "left",
  464. "Vertical" : "top",
  465. "Wrap" : "F"
  466. },
  467. {
  468. "ID" : "Center_Top",
  469. "CfgDispName" : "上靠_中",
  470. "Shrink" : "F",
  471. "ShowZero" : "T",
  472. "Horizon" : "center",
  473. "Vertical" : "top",
  474. "Wrap" : "F"
  475. },
  476. {
  477. "ID" : "Right_Top",
  478. "CfgDispName" : "上靠_右",
  479. "Shrink" : "F",
  480. "ShowZero" : "T",
  481. "Horizon" : "right",
  482. "Vertical" : "top",
  483. "Wrap" : "F"
  484. }
  485. ]
  486. }