rpt_cfg.js 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  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. {
  170. "ID" : "Default_Normal",
  171. "CfgDispName" : "正常",
  172. "border_style" : [
  173. {
  174. "Position" : "Left",
  175. "LineWeight" : "1",
  176. "DashStyle" : "SOLID",
  177. "Color" : "BLACK"
  178. },
  179. {
  180. "Position" : "Right",
  181. "LineWeight" : "1",
  182. "DashStyle" : "SOLID",
  183. "Color" : "BLACK"
  184. },
  185. {
  186. "Position" : "Top",
  187. "LineWeight" : "1",
  188. "DashStyle" : "SOLID",
  189. "Color" : "BLACK"
  190. },
  191. {
  192. "Position" : "Bottom",
  193. "LineWeight" : "1",
  194. "DashStyle" : "SOLID",
  195. "Color" : "BLACK"
  196. }
  197. ]
  198. },
  199. {
  200. "ID" : "Label_Underline",
  201. "CfgDispName" : "字符底线",
  202. "border_style" : [
  203. {
  204. "Position" : "Left",
  205. "LineWeight" : "0",
  206. "DashStyle" : "SOLID",
  207. "Color" : "BLACK"
  208. },
  209. {
  210. "Position" : "Right",
  211. "LineWeight" : "0",
  212. "DashStyle" : "SOLID",
  213. "Color" : "BLACK"
  214. },
  215. {
  216. "Position" : "Top",
  217. "LineWeight" : "0",
  218. "DashStyle" : "SOLID",
  219. "Color" : "BLACK"
  220. },
  221. {
  222. "Position" : "Bottom",
  223. "LineWeight" : "1",
  224. "DashStyle" : "SOLID",
  225. "Color" : "BLACK"
  226. }
  227. ]
  228. },
  229. {
  230. "ID" : "BORDER_ALL_AROUND",
  231. "CfgDispName" : "报表边框",
  232. "border_style" : [
  233. {
  234. "Position" : "Left",
  235. "LineWeight" : "0.0",
  236. "DashStyle" : "SOLID",
  237. "Color" : "BLACK"
  238. },
  239. {
  240. "Position" : "Right",
  241. "LineWeight" : "0.0",
  242. "DashStyle" : "SOLID",
  243. "Color" : "BLACK"
  244. },
  245. {
  246. "Position" : "Top",
  247. "LineWeight" : "2.0",
  248. "DashStyle" : "SOLID",
  249. "Color" : "BLACK"
  250. },
  251. {
  252. "Position" : "Bottom",
  253. "LineWeight" : "2.0",
  254. "DashStyle" : "SOLID",
  255. "Color" : "BLACK"
  256. }
  257. ]
  258. }
  259. ],
  260. "ctrls" : [
  261. {
  262. "ID" : "Default",
  263. "CfgDispName" : "默认",
  264. "Shrink" : "T",
  265. "ShowZero" : "T",
  266. "Horizon" : "left",
  267. "Vertical" : "bottom",
  268. "Wrap" : "false"
  269. },
  270. {
  271. "ID" : "Title",
  272. "CfgDispName" : "标题",
  273. "Shrink" : "T",
  274. "ShowZero" : "T",
  275. "Horizon" : "center",
  276. "Vertical" : "center",
  277. "Wrap" : "false"
  278. },
  279. {
  280. "ID" : "Header",
  281. "CfgDispName" : "表头",
  282. "Shrink" : "T",
  283. "ShowZero" : "T",
  284. "Horizon" : "left",
  285. "Vertical" : "center",
  286. "Wrap" : "false"
  287. },
  288. {
  289. "ID" : "Footer",
  290. "CfgDispName" : "表尾",
  291. "Shrink" : "T",
  292. "ShowZero" : "T",
  293. "Horizon" : "left",
  294. "Vertical" : "center",
  295. "Wrap" : "false"
  296. },
  297. {
  298. "ID" : "Column",
  299. "CfgDispName" : "表栏",
  300. "Shrink" : "T",
  301. "ShowZero" : "T",
  302. "Horizon" : "center",
  303. "Vertical" : "center",
  304. "Wrap" : "false",
  305. "FillAfterWrap" : "true"
  306. },
  307. {
  308. "ID" : "Column_Left",
  309. "CfgDispName" : "表栏_左",
  310. "Shrink" : "T",
  311. "ShowZero" : "T",
  312. "Horizon" : "left",
  313. "Vertical" : "center",
  314. "Wrap" : "false"
  315. },
  316. {
  317. "ID" : "Column_Right",
  318. "CfgDispName" : "表栏_右",
  319. "Shrink" : "T",
  320. "ShowZero" : "T",
  321. "Horizon" : "right",
  322. "Vertical" : "center",
  323. "Wrap" : "false"
  324. },
  325. {
  326. "ID" : "Content_Left",
  327. "CfgDispName" : "正文内容",
  328. "Shrink" : "T",
  329. "ShowZero" : "F",
  330. "Horizon" : "left",
  331. "Vertical" : "bottom",
  332. "Wrap" : "false"
  333. },
  334. {
  335. "ID" : "Content_Right",
  336. "CfgDispName" : "正文内容_右",
  337. "Shrink" : "T",
  338. "ShowZero" : "F",
  339. "Horizon" : "right",
  340. "Vertical" : "bottom",
  341. "Wrap" : "false"
  342. },
  343. {
  344. "ID" : "Content_Center",
  345. "CfgDispName" : "正文内容_中",
  346. "Shrink" : "T",
  347. "ShowZero" : "F",
  348. "Horizon" : "center",
  349. "Vertical" : "bottom",
  350. "Wrap" : "false"
  351. },
  352. {
  353. "ID" : "Numeric",
  354. "Shrink" : "T",
  355. "ShowZero" : "F",
  356. "Horizon" : "right",
  357. "Vertical" : "bottom",
  358. "Wrap" : "false"
  359. }
  360. ]
  361. }