用explain就可以了。是在解盘窗口中显示,能达到你所描述的要求。文字就直接写,数字转文字用numtostr函数。还可以\n换行。比如:
cwp:=cwpjpl,noaxis,nodraw;
wtos:=wtoffset,noaxis,nodraw;
wthos:=wthoffset,noaxis,nodraw;
explain(1,'CWP:'+numtostr(cwp,3)+' WTOS:'+numtostr(wtos,1)+'\n WTHOS:'+numtostr(wthos,1),colorred);
用explain就可以了。是在解盘窗口中显示,能达到你所描述的要求。文字就直接写,数字转文字用numtostr函数。还可以\n换行。比如:
cwp:=cwpjpl,noaxis,nodraw;
wtos:=wtoffset,noaxis,nodraw;
wthos:=wthoffset,noaxis,nodraw;
explain(1,'CWP:'+numtostr(cwp,3)+' WTOS:'+numtostr(wtos,1)+'\n WTHOS:'+numtostr(wthos,1),colorred);