report_defined_properties.js 14 KB

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