unit Unit1DataRecord;
更改此单元的此函数中的内容如下
function TDrawManyPNL1.DrawPnl2(CONST ValuePNLSize9:TMyPNLSize9;
....
vstr1 := 'Pnl排版数据: '; //注意此句开始后就开始更改,注意变化
if VCHANGE2 then
begin
vstr1 :=vstr1 + #13#10 + '长:' + currtostr(VPNLSize3.Long) + '=' +currtostr(VPNLSize3.MySet[0].StartX) +' + '+ INTTOSTR(VPNLSize3.MySet[0].NumberX)
+ ' X ( '+currtostr(VPNLSize3.MySet[0].SetSize.SetLong) +' + '+ currtostr(VPNLSize3.MySet[0].SetSpace.SetLongSpace)+' )'
+' + '+ INTTOSTR(VPNLSize3.MySet[2].NumberX)
+ ' X ( '+currtostr(VPNLSize3.MySet[2].SetSize.SetLong) +' + '+ currtostr(VPNLSize3.MySet[2].SetSpace.SetLongSpace)+' )';
end
else
begin
vstr1 :=vstr1 + #13#10 + '长:' + currtostr(VPNLSize3.Long) + '=' +currtostr(VPNLSize3.MySet[0].StartX) +' + '+ INTTOSTR(VPNLSize3.MySet[0].NumberX)
+ ' X ( '+currtostr(VPNLSize3.MySet[0].SetSize.SetLong) +' + '+ currtostr(VPNLSize3.MySet[0].SetSpace.SetLongSpace)+' )'
+' + '+ INTTOSTR(VPNLSize3.MySet[1].NumberX)
+ ' X ( '+currtostr(VPNLSize3.MySet[1].SetSize.SetLong) +' + '+ currtostr(VPNLSize3.MySet[1].SetSpace.SetLongSpace)+' )';
end ;
//VImage1.Canvas.TextOut(0,0,s);
if VCHANGE2 then
begin
vstr1 :=vstr1 + #13#10 + '宽:'+ currtostr(VPNLSize3.Width) + '=' +currtostr(VPNLSize3.MySet[0].StartY) +' + '+ INTTOSTR(VPNLSize3.MySet[0].NumberY)
+ ' X ( '+currtostr(VPNLSize3.MySet[0].SetSize.SetWidth) +' + '+ currtostr(VPNLSize3.MySet[0].SetSpace.SetWidthSpace)+' )'
+' + '+ INTTOSTR(VPNLSize3.MySet[1].NumberY)
+ ' X ( '+currtostr(VPNLSize3.MySet[1].SetSize.SetWidth) +' + '+ currtostr(VPNLSize3.MySet[1].SetSpace.SetWidthSpace)+' )';
//VImage1.Canvas.TextOut(0,text_height1,s) ;
end
else
begin
vstr1 :=vstr1 + #13#10 + '宽:'+ currtostr(VPNLSize3.Width) + '=' +currtostr(VPNLSize3.MySet[0].StartY) +' + '+ INTTOSTR(VPNLSize3.MySet[0].NumberY)
+ ' X ( '+currtostr(VPNLSize3.MySet[0].SetSize.SetWidth) +' + '+ currtostr(VPNLSize3.MySet[0].SetSpace.SetWidthSpace)+' )'
+' + '+ INTTOSTR(VPNLSize3.MySet[2].NumberY)
+ ' X ( '+currtostr(VPNLSize3.MySet[2].SetSize.SetWidth) +' + '+ currtostr(VPNLSize3.MySet[2].SetSpace.SetWidthSpace)+' )';
end ;
//注意更改到此处结束,下一句为以前存在的语句
vstr1 :=vstr1 + #13#10 + '排列方式(1区):'+ ' 长:' + currtostr(VPNLSize3.MySet[0].SetSize.SetLong) +
' 间距:' + currtostr(VPNLSize3.MySet[0].SetSpace.SetLongSpace) +
' 长个数:' + inttostr(VPNLSize3.MySet[0].NumberX) +
' 宽:' + currtostr(VPNLSize3.MySet[0].SetSize.SetWidth) +
' 宽间距:' + currtostr(VPNLSize3.MySet[0].SetSpace.SetWidthSpace) +
' 宽个数:' + inttostr(VPNLSize3.MySet[0].NumberY) ;
.....
.....
只要更改这个地方就可以了,其它不用更改,如有什么不明白的地方在这里发信息给我,