12345678910111213 |
- $PBExportHeader$dw_rpt_lstyle.srd
- $PBExportComments$线的样式--下拉数据窗口
- release 6;
- datawindow(units=0 timer_interval=0 color=16777215 processing=0 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.prompt=no print.buttons=no print.preview.buttons=no )
- summary(height=0 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=96 color="536870912" )
- table(column=(type=char(10) updatewhereclause=no name=pen_style dbname="pen_style" )
- column=(type=char(20) updatewhereclause=no name=pen_value dbname="pen_value" )
- )
- data("0", "普通型", "1", "长线段型", "2", "密点型", "3", "点线型", "4", "点线段型", )
- line(band=detail x1="23" y1="44" x2="1097" y2="44" pen.style="0~tlong(pen_style)" pen.width="5" pen.color="0" background.mode="2" background.color="16777215" )
- htmltable(border="1" cellpadding="0" cellspacing="0" generatecss="no" nowrap="yes")
|