123456789101112131415161718192021 |
- $PBExportHeader$dw_rpt_format.srd
- $PBExportComments$显示格式--下拉数据窗口
- release 9;
- datawindow(units=0 timer_interval=0 color=80269524 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 107 print.margin.right = 107 print.margin.top = 97 print.margin.bottom = 97 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=1 selected.mouse=no )
- header(height=60 color="536870912" )
- summary(height=0 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=76 color="536870912" )
- table(column=(type=char(30) updatewhereclause=yes name=format_english dbname="format_english" )
- column=(type=char(30) updatewhereclause=yes name=format_chinese dbname="format_chinese" )
- )
- data("[General]", "普通格式", "#,###", "整数(=零不显示)", "#,##0", "整数(=零显示)", "#,##0.0", "一位小数", "#,##0.00", "两位小数", "#,##0.000", "三位小数", "#,##0.0000", "四位小数", "yyyy-mm-dd", "年-月-日(日期)", "yyyy/mm/dd", "年/月/日(日期)", "yyyy.mm.dd", "年.月.日(日期)", "#,##0.00;-#,##0.00;#;#", "两位小数(零不显示)", )
- text(band=header alignment="2" text="格式" border="6" color="0" x="9" y="8" height="52" width="635" html.valueishtml="0" name=format_english_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="解释" border="6" color="0" x="654" y="8" height="52" width="535" html.valueishtml="0" name=format_chinese_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="9" y="12" height="52" width="635" format="[general]" html.valueishtml="0" name=format_english visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="654" y="12" height="52" width="535" format="[general]" html.valueishtml="0" name=format_chinese visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- htmltable(border="1" )
- htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
- export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
- import.xml()
- export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
|