• 大小: 3.87M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 驱动  打印  串口  C#  

资源简介

封装了串口、并口、驱动打印机的打印,使用esc命令,行内所有打印机通用,网口打印机也是一样的,把esc指令发过去即可。个人可以根据自己的使用习惯来进行封装。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Runtime.InteropServices;
using LaisonTech.CommonBLL;
using System.Management;
using System.Threading;
using LaisonTech.MediaLib;
using System.Drawing.Printing;

namespace 小票打印Demo
{
    public partial class FormPrint_LPT : Form
    { 
        private ReceiptPrinter_LPT m_printer = new ReceiptPrinter_LPT();

        public FormPrint_LPT()
        {
            InitializeComponent();
        }

        private void FormReceipt_Load(object sender EventArgs e)
        {
            btnRefreshPrinter_Click(null null);
            
            cboAlign.

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.    144384  2019-07-12 18:17  POS票据打印机\.vs\小票打印Demo\v14\.suo

     文件      17920  2016-04-08 11:39  POS票据打印机\bin\Debug\AForge.dll

     文件     262656  2016-04-08 11:39  POS票据打印机\bin\Debug\AForge.Imaging.dll

     文件      62976  2019-07-10 16:27  POS票据打印机\bin\Debug\CommonBLL.dll

     文件     179712  2019-07-10 16:27  POS票据打印机\bin\Debug\CommonBLL.pdb

     文件      50176  2019-07-10 16:27  POS票据打印机\bin\Debug\MediaLib.dll

     文件     108032  2019-07-10 16:27  POS票据打印机\bin\Debug\MediaLib.pdb

     文件      32392  2018-06-25 16:33  POS票据打印机\bin\Debug\stdole.dll

     文件      36864  2019-07-10 19:11  POS票据打印机\bin\Debug\小票打印Demo.exe

     文件      62976  2019-07-10 19:11  POS票据打印机\bin\Debug\小票打印Demo.pdb

     文件      21688  2019-07-12 16:12  POS票据打印机\bin\Debug\小票打印Demo.vshost.exe

     文件        490  2018-09-15 15:29  POS票据打印机\bin\Debug\小票打印Demo.vshost.exe.manifest

     文件     262642  2019-07-09 09:44  POS票据打印机\bin\Debug.rar

     文件        118  2019-07-10 16:27  POS票据打印机\CommonBLL\app.config

     文件      51200  2016-01-13 09:57  POS票据打印机\CommonBLL\bin\Debug\CommonBLL.dll

    .......       118  2015-12-04 07:12  POS票据打印机\CommonBLL\bin\Debug\CommonBLL.dll.config

     文件     165376  2016-01-13 09:57  POS票据打印机\CommonBLL\bin\Debug\CommonBLL.pdb

     文件    1550200  2010-03-03 20:07  POS票据打印机\CommonBLL\bin\Debug\Microsoft.Office.Interop.Excel.dll

     文件    3571020  2010-03-03 21:11  POS票据打印机\CommonBLL\bin\Debug\Microsoft.Office.Interop.Excel.xml

     文件     907120  2010-03-03 20:07  POS票据打印机\CommonBLL\bin\Debug\Microsoft.Office.Interop.Word.dll

     文件    2894590  2010-03-03 21:11  POS票据打印机\CommonBLL\bin\Debug\Microsoft.Office.Interop.Word.xml

     文件      63336  2010-03-03 20:07  POS票据打印机\CommonBLL\bin\Debug\Microsoft.Vbe.Interop.dll

     文件     448360  2010-03-03 20:07  POS票据打印机\CommonBLL\bin\Debug\office.dll

     文件    1110600  2010-03-03 21:11  POS票据打印机\CommonBLL\bin\Debug\office.xml

     文件      62976  2019-07-10 16:27  POS票据打印机\CommonBLL\bin\x86\Debug\CommonBLL.dll

     文件        118  2019-07-10 16:27  POS票据打印机\CommonBLL\bin\x86\Debug\CommonBLL.dll.config

     文件     179712  2019-07-10 16:27  POS票据打印机\CommonBLL\bin\x86\Debug\CommonBLL.pdb

     文件    1628856  2019-04-03 23:48  POS票据打印机\CommonBLL\bin\x86\Debug\Microsoft.Office.Interop.Excel.dll

     文件    3571020  2010-03-03 21:11  POS票据打印机\CommonBLL\bin\x86\Debug\Microsoft.Office.Interop.Excel.xml

     文件     940728  2019-04-03 23:48  POS票据打印机\CommonBLL\bin\x86\Debug\Microsoft.Office.Interop.Word.dll

............此处省略146个文件信息

评论

共有 条评论