-
大小: 2.03M文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2020-12-26
- 語(yǔ)言: C#
- 標(biāo)簽: 指令??模板??網(wǎng)口打印??圖片??
資源簡(jiǎn)介
這是補(bǔ)上的網(wǎng)口無驅(qū)打印,串口并口驅(qū)動(dòng)打印在另外一個(gè)實(shí)例,還有就是這個(gè)不是使用esc指令,而是使用整個(gè)打印內(nèi)容先繪制出來圖片,再打印圖片。esc指令打印和這個(gè)圖片打印各有好處。看個(gè)人喜歡。
代碼片段和文件信息
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.Runtime.InteropServices;
namespace?NetPrinterTest2
{
????
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????//生成條形碼
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????Bitmap?bmp?=?PrinterRowUtils.GetCode1DBmp(textBox1.Text);
????????????label1.Text?=?string.Format(“w:{0}????h:{1}“?bmp.Width?bmp.Height);
????????????pictureBox1.Image?=?bmp;
????????}
????????//生成二維碼
????????private?void?button3_Click(object?sender?EventArgs?e)
????????{
????????????
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????6144??2019-07-12?16:12??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\.vs\NetPrinterTest2\v14\.suo
?????文件?????111616??2016-04-15?08:55??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\bin\Debug\JsPrinterDll.dll
?????文件??????28672??2019-07-18?17:35??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\bin\Debug\NetPrinterTest2.exe
?????文件??????46592??2019-07-18?17:35??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\bin\Debug\NetPrinterTest2.pdb
?????文件??????22688??2019-07-18?17:42??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\bin\Debug\NetPrinterTest2.vshost.exe
?????文件????????490??2018-09-15?15:29??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\bin\Debug\NetPrinterTest2.vshost.exe.manifest
?????文件????6205440??2017-04-11?13:59??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\bin\Debug\ThoughtWorks.QRCode.dll
?????文件?????425984??2017-03-07?11:45??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\bin\Debug\zxing.dll
?????文件????6205440??2017-04-11?13:59??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\dll\ThoughtWorks.QRCode.dll
?????文件?????425984??2017-03-07?11:45??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\dll\zxing.dll
?????文件???????1484??2017-06-30?16:24??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\Form1.cs
?????文件??????10312??2017-06-30?16:24??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\Form1.Designer.cs
?????文件???????5817??2017-06-30?16:24??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\Form1.resx
?????文件???????4287??2017-06-30?09:49??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\NetPrinterTest2.csproj
?????文件????????228??2017-06-28?15:04??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\NetPrinterTest2.csproj.user
?????文件???????1452??2017-06-30?09:07??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7322??2019-07-18?17:34??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????2078??2019-07-18?17:42??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\obj\Debug\NetPrinterTest2.csproj.FileListAbsolute.txt
?????文件???????1096??2017-06-30?16:25??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\obj\Debug\NetPrinterTest2.csproj.GenerateResource.Cache
?????文件??????10747??2019-07-18?17:35??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\obj\Debug\NetPrinterTest2.csprojResolveAssemblyReference.cache
?????文件??????28672??2019-07-18?17:35??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\obj\Debug\NetPrinterTest2.exe
?????文件????????180??2017-06-30?16:25??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\obj\Debug\NetPrinterTest2.Form1.resources
?????文件??????46592??2019-07-18?17:35??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\obj\Debug\NetPrinterTest2.pdb
?????文件???????7998??2017-06-30?16:25??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\obj\Debug\NetPrinterTest2.Properties.Resources.resources
?????文件???????4096??2017-06-30?09:15??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件??????12072??2017-06-30?16:03??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\PrinterCmdUtils.cs
?????文件???????7058??2017-06-30?16:23??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\PrinterHelper.cs
?????文件???????9961??2017-06-30?16:14??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\PrinterRowUtils.cs
?????文件????????496??2017-06-28?13:42??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\Program.cs
?????文件???????1338??2017-06-28?13:42??無驅(qū)動(dòng)網(wǎng)口打印機(jī).NET源碼\NetPrinterTest2\Properties\AssemblyInfo.cs
............此處省略25個(gè)文件信息
評(píng)論
共有 條評(píng)論