扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
图1 条码打印系统——条码形成界面 |
Print_Outport:string; //输出连接口 Print_Tf:textfile; //存盘时INI声明 Print_Height:string; //标签高度 Print_Refx:string; //X参考坐标 Print_Port:integer; //连接口 …… |
图2 条码打印系统——条码打印设置界面 |
Procedure print_open_port; Var C:comm; Begin If port=0 then outport:=’com1’; If port=1 then outport:=’com2’; C:=comm.create(print); //先使用232组件,将输出端口打开 c.commname:=outport; c.startcomm; c.stopcomm; end; |
Procedure print_write_ini; Begin If fileexists(filepath)=true then Begin File_rewrit(filepath); If formexists(‘frclever’)=true then change_variable; Ini_save_str(filepath Print_,’ed_height’,Print_height); …… |
procedure tprint.BARCODEClick(Sender:TObject); var str:string; begin open_port; str:=’^xa’+#13#10; str:=str+’^ll’+width+#13#10; str:=str+’^lho,10’+ #13#10; str:=str+’^fo’refx+','+refy +'^bcn,'+bcheight+',y,n,n,a^fd' +barcode.text+ '^fs'+#13#10; Str:=str+ '^xz'; If formexists('print' )=true then begin print.memo.Lines.Clear; print.memo.Lines.Add( str ); end; comport_outln(outport,str ); end; |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者