在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 条形码 二维码生成 打印机打印

条形码 二维码生成 打印机打印

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:10.59M
  • 下载次数:45
  • 浏览次数:246
  • 发布时间:2023-02-24
  • 实例类别:C#语言基础
  • 发 布 人:suxuezhen
  • 文件格式:.zip
  • 所需积分:2

实例介绍

【实例简介】条形码 二维码生成 打印机打印

该项目是【喜科堂】VIP 学员 资料包里的项目,可以实现条形码,二维码,打印机打印的操作。

【实例截图】

from clipboard

from clipboard


from clipboard

【核心代码】

.
├── 项目源码
│   └── LotteryPro
│       ├── LotteryPro
│       │   ├── App.config
│       │   ├── FrmMain.Designer.cs
│       │   ├── FrmMain.cs
│       │   ├── FrmMain.resx
│       │   ├── LotteryPro.csproj
│       │   ├── Models
│       │   │   ├── QRcodeCreator.cs
│       │   │   └── Selector.cs
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Resources.Designer.cs
│       │   │   └── Resources.resx
│       │   ├── bin
│       │   │   └── Debug
│       │   │       ├── BarcodeX.dll
│       │   │       ├── LotteryPro.exe
│       │   │       ├── LotteryPro.exe.config
│       │   │       ├── LotteryPro.pdb
│       │   │       ├── LotteryPro.vshost.exe
│       │   │       ├── LotteryPro.vshost.exe.config
│       │   │       ├── LotteryPro.vshost.exe.manifest
│       │   │       ├── MusicPlayer.exe
│       │   │       ├── MusicPlayer.pdb
│       │   │       ├── MusicPlayer.vshost.exe
│       │   │       ├── MusicPlayer.vshost.exe.manifest
│       │   │       ├── ThoughtWorks.QRCode.dll
│       │   │       ├── ThoughtWorks.QRCode.pdb
│       │   │       └── numList
│       │   │           ├── 20170109180939939.num
│       │   │           ├── 201701091810191019.num
│       │   │           ├── 201701101947124712.num
│       │   │           ├── 201701101947534753.num
│       │   │           ├── 201701101948324832.num
│       │   │           ├── 201701101949304930.num
│       │   │           ├── 201701101950385038.num
│       │   │           ├── 201701101953485348.num
│       │   │           ├── 201701101954195419.num
│       │   │           ├── 201701101958255825.num
│       │   │           ├── 201701101958595859.num
│       │   │           ├── 20170110200046046.num
│       │   │           ├── 20170110200116116.num
│       │   │           ├── 20170110200147147.num
│       │   │           ├── 20170110200232232.num
│       │   │           ├── 20170110200257257.num
│       │   │           ├── 201701102046294629.num
│       │   │           ├── 201701102048414841.num
│       │   │           ├── 201701102051475147.num
│       │   │           ├── 201701102053155315.num
│       │   │           ├── 20170110210116116.num
│       │   │           ├── 20170110210227227.num
│       │   │           ├── 2017011021040848.num
│       │   │           ├── 201701102116381638.num
│       │   │           ├── 20170110211706176.num
│       │   │           ├── 201701102117341734.num
│       │   │           ├── 201701102118211821.num
│       │   │           ├── 201701102121222122.num
│       │   │           ├── 201701102124242424.num
│       │   │           ├── 201701102125562556.num
│       │   │           ├── 201701102126452645.num
│       │   │           ├── 201701102127352735.num
│       │   │           ├── 201701102129362936.num
│       │   │           ├── 201701102131133113.num
│       │   │           ├── 201701102135483548.num
│       │   │           ├── 201701102137423742.num
│       │   │           ├── 201701102138123812.num
│       │   │           ├── 201701102139183918.num
│       │   │           ├── 201701102140404040.num
│       │   │           ├── 20170110214106416.num
│       │   │           ├── 201701102143354335.num
│       │   │           ├── 201701102144104410.num
│       │   │           ├── 201701102144574457.num
│       │   │           ├── 201701102145184518.num
│       │   │           ├── 20170110214901491.num
│       │   │           ├── 20170110215204524.num
│       │   │           ├── 201701102152355235.num
│       │   │           ├── 201701102154275427.num
│       │   │           ├── 201701102155435543.num
│       │   │           ├── 20170110220058058.num
│       │   │           ├── 20170110220134134.num
│       │   │           ├── 20170110220652652.num
│       │   │           ├── 20170110220839839.num
│       │   │           ├── 201701102210151015.num
│       │   │           ├── 201701102210231023.num
│       │   │           ├── 201701102210301030.num
│       │   │           ├── 201701102210371037.num
│       │   │           ├── 201701102210421042.num
│       │   │           ├── 201701102210571057.num
│       │   │           ├── 201701102211541154.num
│       │   │           ├── 20170110221201121.num
│       │   │           ├── 20170110221301131.num
│       │   │           ├── 201701102214561456.num
│       │   │           ├── 201701102234363436.num
│       │   │           ├── 201701102234493449.num
│       │   │           ├── 201701102234543454.num
│       │   │           ├── 201701102234573457.num
│       │   │           ├── 20170110223501351.num
│       │   │           ├── 20170110223506356.num
│       │   │           ├── 201701102235113511.num
│       │   │           ├── 201701102235243524.num
│       │   │           ├── 201701102235273527.num
│       │   │           ├── 201701102235303530.num
│       │   │           ├── 201701102237473747.num
│       │   │           ├── 201701102238253825.num
│       │   │           ├── 20170116211601161.num
│       │   │           ├── 201701162117271727.num
│       │   │           ├── 201701162118261826.num
│       │   │           └── 2023022410050656.num
│       │   └── obj
│       │       └── Debug
│       │           ├── DesignTimeResolveAssemblyReferences.cache
│       │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │           ├── LotteryPro.FrmMain.resources
│       │           ├── LotteryPro.Properties.Resources.resources
│       │           ├── LotteryPro.csproj.AssemblyReference.cache
│       │           ├── LotteryPro.csproj.FileListAbsolute.txt
│       │           ├── LotteryPro.csproj.GenerateResource.Cache
│       │           ├── LotteryPro.csprojResolveAssemblyReference.cache
│       │           ├── LotteryPro.exe
│       │           ├── LotteryPro.pdb
│       │           ├── MusicPlayer.FrmMain.resources
│       │           ├── MusicPlayer.FrmPlayer.resources
│       │           ├── MusicPlayer.Properties.Resources.resources
│       │           ├── MusicPlayer.csproj.FileListAbsolute.txt
│       │           ├── MusicPlayer.csproj.GenerateResource.Cache
│       │           ├── MusicPlayer.csproj.ResolveComReference.cache
│       │           ├── MusicPlayer.csprojResolveAssemblyReference.cache
│       │           ├── MusicPlayer.exe
│       │           ├── MusicPlayer.pdb
│       │           └── TempPE
│       │               └── Properties.Resources.Designer.cs.dll
│       └── LotteryPro.sln
├── 项目资料
│   ├── 基于OOP设计项目的基本方法.docx
│   ├── 彩票打印效果参考
│   │   ├── 彩票打印效果.jpg
│   │   └── 彩票打印过程录制.mp4
│   └── 条码和二维码生成的DLL
│       ├── BarcodeX.dll
│       └── ThoughtWorks.QRCode.dll
└── 好例子网_彩票选号 条形码及二维码打印项目.zip

14 directories, 130 files


实例下载地址

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警