資源簡介
封裝了串口、并口、驅動打印機的打印,使用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.xm
?????文件?????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.xm
?????文件??????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.xm
?????文件??????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.xm
?????文件?????940728??2019-04-03?23:48??POS票據打印機\CommonBLL\bin\x86\Debug\Microsoft.Office.Interop.Word.dll
............此處省略146個文件信息
評論
共有 條評論