; testTable.id="t" & (i+1).tostring
testTable.visible=true
end if
form1.controls.add(testtable)
end if
myRow=rows(i)
Row=New tableRow
if myBool then
if spaces>0 then
for k=1 to spaces
cell=new Tablecell
cell.applystyle(cellstyle)
cell.width=unit.pixel(13)
row.cells.add(cell)
next
end if
Cell=New tableCell
cell.width=unit.pixel(13)
cell.applystyle(CellStyle)
myimage=New imagebutton
myimage.imageurl="close.gif"
if signal<>"" then
myimage.id=signal & "-" & (i+1).tostring
else
myimage.id="e" & (i+1).tostring
end if
AddHandler myimage.Command, AddressOf ImageButton_Command
myimage.imagealign=ImageAlign.absmiddle
cell.controls.add(myimage)
row.cells.add(cell)
end if
m=myTable.columns.count-1
for j=0 to m
cell=new tablecell
cell.ApplyStyle(CellStyle)
cell.text=myRow(myTable.columns(j)).tostring
k=(fontsize+6)*aa(j)
cell.width=unit.pixel(k)
row.cells.add(cell)
&n
testTable.visible=true
end if
form1.controls.add(testtable)
end if
myRow=rows(i)
Row=New tableRow
if myBool then
if spaces>0 then
for k=1 to spaces
cell=new Tablecell
cell.applystyle(cellstyle)
cell.width=unit.pixel(13)
row.cells.add(cell)
next
end if
Cell=New tableCell
cell.width=unit.pixel(13)
cell.applystyle(CellStyle)
myimage=New imagebutton
myimage.imageurl="close.gif"
if signal<>"" then
myimage.id=signal & "-" & (i+1).tostring
else
myimage.id="e" & (i+1).tostring
end if
AddHandler myimage.Command, AddressOf ImageButton_Command
myimage.imagealign=ImageAlign.absmiddle
cell.controls.add(myimage)
row.cells.add(cell)
end if
m=myTable.columns.count-1
for j=0 to m
cell=new tablecell
cell.ApplyStyle(CellStyle)
cell.text=myRow(myTable.columns(j)).tostring
k=(fontsize+6)*aa(j)
cell.width=unit.pixel(k)
row.cells.add(cell)
&n
| 对此文章发表了评论 |

