rpt_cfg.js 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. module.exports = {
  2. "fonts" : [
  3. {
  4. "ID" : "ReportTitle_Main",
  5. "CfgDispName" : "主标题",
  6. "Name" : "smartSimSun",
  7. "FontHeight" : "27",
  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" : "smartSimSun",
  19. "FontHeight" : "20",
  20. "FontColor" : "BLACK",
  21. "FontBold" : "T",
  22. "FontItalic" : "F",
  23. "FontUnderline" : "F",
  24. "FontStrikeOut" : "F",
  25. "FontAngle" : "0"
  26. },
  27. {
  28. "ID" : "HeaderColumn",
  29. "CfgDispName" : "栏头",
  30. "Name" : "smartSimSun",
  31. "FontHeight" : "12",
  32. "FontColor" : "BLACK",
  33. "FontBold" : "F",
  34. "FontItalic" : "F",
  35. "FontUnderline" : "F",
  36. "FontStrikeOut" : "F",
  37. "FontAngle" : "0"
  38. },
  39. {
  40. "ID" : "Header",
  41. "CfgDispName" : "表头",
  42. "Name" : "smartSimSun",
  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" : "FooterColumn",
  53. "CfgDispName" : "栏尾",
  54. "Name" : "smartSimSun",
  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" : "Footer",
  65. "CfgDispName" : "表尾",
  66. "Name" : "smartSimSun",
  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" : "GrandTotal",
  77. "CfgDispName" : "总合计",
  78. "Name" : "smartSimSun",
  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" : "SectionTotal",
  89. "CfgDispName" : "章合计",
  90. "Name" : "smartSimSun",
  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" : "Content",
  101. "CfgDispName" : "正文内容",
  102. "Name" : "smartSimSun",
  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" : "Header_V1",
  113. "Name" : "smartSimSun",
  114. "FontHeight" : "12",
  115. "FontColor" : "BLACK",
  116. "FontBold" : "F",
  117. "FontItalic" : "F",
  118. "FontUnderline" : "F",
  119. "FontStrikeOut" : "F",
  120. "FontAngle" : "90"
  121. },
  122. {
  123. "ID" : "Header_V2",
  124. "Name" : "smartSimSun",
  125. "FontHeight" : "12",
  126. "FontColor" : "BLACK",
  127. "FontBold" : "F",
  128. "FontItalic" : "F",
  129. "FontUnderline" : "F",
  130. "FontStrikeOut" : "F",
  131. "FontAngle" : "-90"
  132. }
  133. ],
  134. "styles" : [
  135. {
  136. "ID" : "Default_None",
  137. "CfgDispName" : "空白",
  138. "border_style" : []
  139. },
  140. {
  141. "ID" : "Default",
  142. "CfgDispName" : "默认",
  143. "border_style" : []
  144. },
  145. {
  146. "ID" : "Default_Normal",
  147. "CfgDispName" : "正常",
  148. "border_style" : [
  149. {
  150. "Position" : "Left",
  151. "LineWeight" : "1",
  152. "DashStyle" : "SOLID",
  153. "Color" : "BLACK"
  154. },
  155. {
  156. "Position" : "Right",
  157. "LineWeight" : "1",
  158. "DashStyle" : "SOLID",
  159. "Color" : "BLACK"
  160. },
  161. {
  162. "Position" : "Top",
  163. "LineWeight" : "1",
  164. "DashStyle" : "SOLID",
  165. "Color" : "BLACK"
  166. },
  167. {
  168. "Position" : "Bottom",
  169. "LineWeight" : "1",
  170. "DashStyle" : "SOLID",
  171. "Color" : "BLACK"
  172. }
  173. ]
  174. },
  175. {
  176. "ID" : "Label_Underline",
  177. "CfgDispName" : "字符底线",
  178. "border_style" : [
  179. {
  180. "Position" : "Left",
  181. "LineWeight" : "0",
  182. "DashStyle" : "SOLID",
  183. "Color" : "BLACK"
  184. },
  185. {
  186. "Position" : "Right",
  187. "LineWeight" : "0",
  188. "DashStyle" : "SOLID",
  189. "Color" : "BLACK"
  190. },
  191. {
  192. "Position" : "Top",
  193. "LineWeight" : "0",
  194. "DashStyle" : "SOLID",
  195. "Color" : "BLACK"
  196. },
  197. {
  198. "Position" : "Bottom",
  199. "LineWeight" : "1",
  200. "DashStyle" : "SOLID",
  201. "Color" : "BLACK"
  202. }
  203. ]
  204. },
  205. {
  206. "ID" : "BORDER_ALL_AROUND",
  207. "CfgDispName" : "报表边框",
  208. "border_style" : [
  209. {
  210. "Position" : "Left",
  211. "LineWeight" : "0.0",
  212. "DashStyle" : "SOLID",
  213. "Color" : "BLACK"
  214. },
  215. {
  216. "Position" : "Right",
  217. "LineWeight" : "0.0",
  218. "DashStyle" : "SOLID",
  219. "Color" : "BLACK"
  220. },
  221. {
  222. "Position" : "Top",
  223. "LineWeight" : "2.0",
  224. "DashStyle" : "SOLID",
  225. "Color" : "BLACK"
  226. },
  227. {
  228. "Position" : "Bottom",
  229. "LineWeight" : "2.0",
  230. "DashStyle" : "SOLID",
  231. "Color" : "BLACK"
  232. }
  233. ]
  234. }
  235. ],
  236. "ctrls" : [
  237. {
  238. "ID" : "Default",
  239. "CfgDispName" : "默认",
  240. "Shrink" : "T",
  241. "ShowZero" : "T",
  242. "Horizon" : "left",
  243. "Vertical" : "bottom",
  244. "Wrap" : "false"
  245. },
  246. {
  247. "ID" : "Title",
  248. "CfgDispName" : "标题",
  249. "Shrink" : "T",
  250. "ShowZero" : "T",
  251. "Horizon" : "center",
  252. "Vertical" : "center",
  253. "Wrap" : "false"
  254. },
  255. {
  256. "ID" : "Header",
  257. "CfgDispName" : "表头",
  258. "Shrink" : "T",
  259. "ShowZero" : "T",
  260. "Horizon" : "left",
  261. "Vertical" : "center",
  262. "Wrap" : "false"
  263. },
  264. {
  265. "ID" : "Footer",
  266. "CfgDispName" : "表尾",
  267. "Shrink" : "T",
  268. "ShowZero" : "T",
  269. "Horizon" : "left",
  270. "Vertical" : "center",
  271. "Wrap" : "false"
  272. },
  273. {
  274. "ID" : "Column",
  275. "CfgDispName" : "表栏",
  276. "Shrink" : "T",
  277. "ShowZero" : "T",
  278. "Horizon" : "center",
  279. "Vertical" : "center",
  280. "Wrap" : "false",
  281. "FillAfterWrap" : "true"
  282. },
  283. {
  284. "ID" : "Column_Left",
  285. "CfgDispName" : "表栏_左",
  286. "Shrink" : "T",
  287. "ShowZero" : "T",
  288. "Horizon" : "left",
  289. "Vertical" : "center",
  290. "Wrap" : "false"
  291. },
  292. {
  293. "ID" : "Column_Right",
  294. "CfgDispName" : "表栏_右",
  295. "Shrink" : "T",
  296. "ShowZero" : "T",
  297. "Horizon" : "right",
  298. "Vertical" : "center",
  299. "Wrap" : "false"
  300. },
  301. {
  302. "ID" : "Content_Left",
  303. "CfgDispName" : "正文内容",
  304. "Shrink" : "T",
  305. "ShowZero" : "F",
  306. "Horizon" : "left",
  307. "Vertical" : "bottom",
  308. "Wrap" : "false"
  309. },
  310. {
  311. "ID" : "Content_Right",
  312. "CfgDispName" : "正文内容_右",
  313. "Shrink" : "T",
  314. "ShowZero" : "F",
  315. "Horizon" : "right",
  316. "Vertical" : "bottom",
  317. "Wrap" : "false"
  318. },
  319. {
  320. "ID" : "Content_Center",
  321. "CfgDispName" : "正文内容_中",
  322. "Shrink" : "T",
  323. "ShowZero" : "F",
  324. "Horizon" : "center",
  325. "Vertical" : "bottom",
  326. "Wrap" : "false"
  327. },
  328. {
  329. "ID" : "Numeric",
  330. "Shrink" : "T",
  331. "ShowZero" : "F",
  332. "Horizon" : "right",
  333. "Vertical" : "bottom",
  334. "Wrap" : "false"
  335. }
  336. ]
  337. }