dw_billstyle_edit.srd 4.9 KB

123456789101112131415161718192021222324252627282930313233
  1. $PBExportHeader$dw_billstyle_edit.srd
  2. release 9;
  3. datawindow(units=0 timer_interval=0 color=1073741824 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 110 print.margin.right = 110 print.margin.top = 96 print.margin.bottom = 96 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 )
  4. summary(height=0 color="536870912" )
  5. footer(height=0 color="536870912" )
  6. detail(height=904 color="536870912" )
  7. table(column=(type=long update=yes updatewhereclause=yes key=yes name=id dbname="u_billcode.id" initial="0" )
  8. column=(type=long update=yes updatewhereclause=yes name=scid dbname="u_billcode.scid" initial="0" )
  9. column=(type=char(30) update=yes updatewhereclause=yes name=billstyle dbname="u_billcode.billstyle" initial="empty" )
  10. column=(type=char(20) update=yes updatewhereclause=yes name=datestyle dbname="u_billcode.datestyle" initial="empty" values="年月日 yymmdd/年月 yymm/年 yy/" )
  11. column=(type=char(30) update=yes updatewhereclause=yes name=dscrp dbname="u_billcode.dscrp" initial="empty" )
  12. column=(type=char(5) update=yes updatewhereclause=yes name=firststr dbname="u_billcode.firststr" initial="empty" )
  13. retrieve=" SELECT u_billcode.id,
  14. u_billcode.scid,
  15. u_billcode.billstyle,
  16. u_billcode.datestyle,
  17. u_billcode.dscrp,
  18. u_billcode.firststr
  19. FROM u_billcode
  20. " update="u_billcode" updatewhere=1 updatekeyinplace=no )
  21. text(band=detail alignment="1" text="单据类型" border="0" color="16711680" x="50" y="172" height="56" width="247" html.valueishtml="0" name=billstyle_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" )
  22. column(band=detail id=3 alignment="0" tabsequence=10 border="4" color="33554432" x="306" y="172" height="68" width="622" format="[general]" html.valueishtml="0" name=billstyle visible="1" dddw.name=ddd_billstyle dddw.displaycolumn=billstyle dddw.datacolumn=firststr dddw.percentwidth=120 dddw.lines=0 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 dddw.vscrollbar=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  23. column(band=detail id=5 alignment="0" tabsequence=40 border="4" color="33554432" x="306" y="676" height="60" width="622" format="[general]" html.valueishtml="0" name=dscrp visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  24. column(band=detail id=4 alignment="0" tabsequence=30 border="4" color="33554432" x="306" y="508" height="68" width="622" format="[general]" html.valueishtml="0" name=datestyle visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  25. column(band=detail id=6 alignment="0" tabsequence=20 border="4" color="33554432" x="306" y="340" height="68" width="622" format="[general]" html.valueishtml="0" name=firststr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
  26. text(band=detail alignment="1" text="单据抬头" border="0" color="16711680" x="50" y="340" height="56" width="247" html.valueishtml="0" name=t_1 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
  27. text(band=detail alignment="1" text="流转类型" border="0" color="16711680" x="50" y="508" height="56" width="247" html.valueishtml="0" name=datestyle_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" )
  28. text(band=detail alignment="1" text="备 注" border="0" color="16711680" x="50" y="676" height="56" width="247" html.valueishtml="0" name=dscrp_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" )
  29. htmltable(border="1" )
  30. htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
  31. export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
  32. import.xml()
  33. export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )