条码打印机编程

来源:互联网 发布:淘宝6.9.0 编辑:程序博客网 时间:2024/06/10 15:54

            openport("TSC TTP-245");//Call openport(“TSC CLEVER TTP-243”)  TSC TTP/TDP-243(E),
            //openport(“TSC CLEVER TTP-243”)  

   setup(this.textBox3.Text, this.textBox4.Text, "2", "10", "0", "0", "0");

   if(this.checkBox1.Checked == false)
   {
    nobackfeed();
   }

   clearbuffer();

   barcode("100", "60", "128", "128", "1", "0", "2", "2", strContents);
           
            //windowsfont(120, 40, 100, 0, 1, 0, "Arial", strContents);
            //windowsfont(50, 30, 100, 0, 1, 0, "Arial", strContents);
            //printerfont(this.textBox5.Text, this.textBox6.Text, "4", "1", "1", strContents);
   printlabel("1","1");

   closeport(); 

原创粉丝点击