在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 科诚(GoDex)打印机二次开发Demo

科诚(GoDex)打印机二次开发Demo

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:34.40M
  • 下载次数:23
  • 浏览次数:1171
  • 发布时间:2021-01-24
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
二次开发的例子,有C#、VB.NET、VC、dephi等
【实例截图】
【核心代码】
f51af4e7-e124-442e-9d18-0e17c06b3bdf
├── 32
│   ├── EZio
│   │   ├── EZio_BCB.lib
│   │   ├── EZio.dll
│   │   ├── EZio.h
│   │   └── EZio_VC.lib
│   └── EZio32
│   ├── EZio32_BCB.lib
│   ├── EZio32.dll
│   ├── EZio32.h
│   └── EZio32_VC.lib
├── 64
│   ├── EZio
│   │   ├── EZio.dll
│   │   ├── EZio.h
│   │   └── EZio_VC.lib
│   └── EZio64
│   ├── EZio64.dll
│   ├── EZio64.h
│   └── EZio64_VC.lib
├── Example
│   ├── EZio_Sample_BCB6
│   │   ├── BEAR.BMP
│   │   ├── cg32.dll
│   │   ├── clsPrinterCommand.~cpp
│   │   ├── clsPrinterCommand.cpp
│   │   ├── clsPrinterCommand.~h
│   │   ├── clsPrinterCommand.h
│   │   ├── clsPrinterCommand.obj
│   │   ├── clsPrinterConfig.~cpp
│   │   ├── clsPrinterConfig.cpp
│   │   ├── clsPrinterConfig.~h
│   │   ├── clsPrinterConfig.h
│   │   ├── clsPrinterConfig.obj
│   │   ├── EZio32_BCB.lib
│   │   ├── EZio32.dll
│   │   ├── EZio32.h
│   │   ├── EZio32.~h
│   │   ├── EzioDllTest.bcc32pch
│   │   ├── EzioDllTest.~bpr
│   │   ├── EzioDllTest.bpr
│   │   ├── EzioDllTest.cgl
│   │   ├── EzioDllTest.~cpp
│   │   ├── EzioDllTest.cpp
│   │   ├── EzioDllTest.exe
│   │   ├── EzioDllTest.obj
│   │   ├── EzioDllTest.res
│   │   ├── EzioDllTest.tds
│   │   ├── GodexPrinter.~cpp
│   │   ├── GodexPrinter.cpp
│   │   ├── GodexPrinter.~h
│   │   ├── GodexPrinter.h
│   │   ├── GodexPrinter.obj
│   │   ├── ParaDef.~h
│   │   ├── ParaDef.h
│   │   ├── Project1.~bpr
│   │   ├── Project1.~cpp
│   │   ├── stlpmt45.dll
│   │   ├── Unit1.cpp
│   │   ├── Unit1.~cpp
│   │   ├── Unit1.ddp
│   │   ├── Unit1.~ddp
│   │   ├── Unit1.dfm
│   │   ├── Unit1.~dfm
│   │   ├── Unit1.h
│   │   ├── Unit1.~h
│   │   └── Unit1.obj
│   ├── EZio_Sample_C#
│   │   ├── DLLTest
│   │   │   ├── bin
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DLLTest.exe
│   │   │   │   ├── DLLTest.pdb
│   │   │   │   ├── DLLTest.vshost.exe
│   │   │   │   ├── DLLTest.vshost.exe.manifest
│   │   │   │   ├── EZio32.dll
│   │   │   │   ├── Test02.bmp
│   │   │   │   └── Test.BMP
│   │   │   ├── DLLTest.csproj
│   │   │   ├── DLLTest.csproj.user
│   │   │   ├── EZio32.dll
│   │   │   ├── EZioApi.cs
│   │   │   ├── FrmMain.cs
│   │   │   ├── FrmMain.Designer.cs
│   │   │   ├── FrmMain.resx
│   │   │   ├── GodexPrinter.cs
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── DLLTest.csproj.FileListAbsolute.txt
│   │   │   │   ├── DLLTest.exe
│   │   │   │   ├── DLLTest.FrmMain.resources
│   │   │   │   ├── DLLTest.pdb
│   │   │   │   ├── DLLTest.Properties.Resources.resources
│   │   │   │   ├── GenerateResource.read.1.tlog
│   │   │   │   ├── GenerateResource.write.1.tlog
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── Test.BMP
│   │   ├── DLLTest.sln
│   │   └── DLLTest.suo
│   ├── EZio_Sample_Delphi2010
│   │   ├── EZio32.dll
│   │   ├── EZioSample.dpr
│   │   ├── EZioSample.dproj
│   │   ├── EZioSample.dproj.local
│   │   ├── EZioSample.exe
│   │   ├── EZioSample.identcache
│   │   ├── EZioSample.res
│   │   ├── FrmMain.dcu
│   │   ├── FrmMain.dfm
│   │   ├── FrmMain.pas
│   │   ├── GodexPrinter.dcu
│   │   ├── GodexPrinter.pas
│   │   ├── __history
│   │   │   ├── EZioSample.dpr.~1~
│   │   │   ├── EZioSample.dpr.~2~
│   │   │   ├── FrmMain.dfm.~20~
│   │   │   ├── FrmMain.dfm.~21~
│   │   │   ├── FrmMain.dfm.~22~
│   │   │   ├── FrmMain.dfm.~23~
│   │   │   ├── FrmMain.dfm.~24~
│   │   │   ├── FrmMain.dfm.~25~
│   │   │   ├── FrmMain.dfm.~26~
│   │   │   ├── FrmMain.dfm.~27~
│   │   │   ├── FrmMain.dfm.~28~
│   │   │   ├── FrmMain.dfm.~29~
│   │   │   ├── FrmMain.pas.~50~
│   │   │   ├── FrmMain.pas.~51~
│   │   │   ├── FrmMain.pas.~52~
│   │   │   ├── FrmMain.pas.~53~
│   │   │   ├── FrmMain.pas.~54~
│   │   │   ├── FrmMain.pas.~55~
│   │   │   ├── FrmMain.pas.~56~
│   │   │   ├── FrmMain.pas.~57~
│   │   │   ├── FrmMain.pas.~58~
│   │   │   ├── FrmMain.pas.~59~
│   │   │   ├── GodexPrinter.pas.~101~
│   │   │   ├── GodexPrinter.pas.~102~
│   │   │   ├── GodexPrinter.pas.~103~
│   │   │   ├── GodexPrinter.pas.~104~
│   │   │   ├── GodexPrinter.pas.~105~
│   │   │   ├── GodexPrinter.pas.~106~
│   │   │   ├── GodexPrinter.pas.~107~
│   │   │   ├── GodexPrinter.pas.~108~
│   │   │   ├── GodexPrinter.pas.~109~
│   │   │   └── GodexPrinter.pas.~110~
│   │   └── Test.BMP
│   ├── EZio_Sample_Java_Luna
│   │   └── EZioSampleJava
│   │   ├── bin
│   │   │   ├── BarCodeType.class
│   │   │   ├── clsPrinterCommand.class
│   │   │   ├── clsPrinterConfig.class
│   │   │   ├── EZio32.dll
│   │   │   ├── EZioLib$API.class
│   │   │   ├── EZioLib.class
│   │   │   ├── EZioSampleJava.jar
│   │   │   ├── FontWeight.class
│   │   │   ├── FrmMain$10.class
│   │   │   ├── FrmMain$11.class
│   │   │   ├── FrmMain$12.class
│   │   │   ├── FrmMain$13.class
│   │   │   ├── FrmMain$14.class
│   │   │   ├── FrmMain$15.class
│   │   │   ├── FrmMain$16.class
│   │   │   ├── FrmMain$17.class
│   │   │   ├── FrmMain$18.class
│   │   │   ├── FrmMain$19.class
│   │   │   ├── FrmMain$1.class
│   │   │   ├── FrmMain$20.class
│   │   │   ├── FrmMain$21.class
│   │   │   ├── FrmMain$22.class
│   │   │   ├── FrmMain$23.class
│   │   │   ├── FrmMain$24.class
│   │   │   ├── FrmMain$25.class
│   │   │   ├── FrmMain$2.class
│   │   │   ├── FrmMain$3.class
│   │   │   ├── FrmMain$4.class
│   │   │   ├── FrmMain$5.class
│   │   │   ├── FrmMain$6.class
│   │   │   ├── FrmMain$7.class
│   │   │   ├── FrmMain$8.class
│   │   │   ├── FrmMain$9.class
│   │   │   ├── FrmMain.class
│   │   │   ├── GodexPrinter.class
│   │   │   ├── Image_Type.class
│   │   │   ├── Inverse_State.class
│   │   │   ├── Italic_State.class
│   │   │   ├── jna-3.5.1.jar
│   │   │   ├── PaperMode.class
│   │   │   ├── PortType.class
│   │   │   ├── RotateMode.class
│   │   │   ├── Strikeout_State.class
│   │   │   ├── Test.BMP
│   │   │   └── Underline_State.class
│   │   ├── src
│   │   │   ├── clsPrinterCommand.java
│   │   │   ├── clsPrinterConfig.java
│   │   │   ├── EZioLib.java
│   │   │   ├── FrmMain.java
│   │   │   └── GodexPrinter.java
│   │   └── Test.BMP
│   ├── Ezio_Sample_VBNET
│   │   ├── EzioDemoVBNET
│   │   │   ├── BEAR.BMP
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── EzioDemoVBNET.vshost.exe
│   │   │   │   │   └── EzioDemoVBNET.vshost.exe.manifest
│   │   │   │   └── x86
│   │   │   │   └── Debug
│   │   │   │   ├── BEAR.BMP
│   │   │   │   ├── EZio32.dll
│   │   │   │   ├── EzioDemoVBNET.exe
│   │   │   │   ├── EzioDemoVBNET.pdb
│   │   │   │   ├── EzioDemoVBNET.vshost.exe
│   │   │   │   ├── EzioDemoVBNET.vshost.exe.manifest
│   │   │   │   └── EzioDemoVBNET.xml
│   │   │   ├── EZio32.dll
│   │   │   ├── EZioApi.vb
│   │   │   ├── EzioDemoVBNET.vbproj
│   │   │   ├── FrmMain.Designer.vb
│   │   │   ├── FrmMain.resx
│   │   │   ├── FrmMain.vb
│   │   │   ├── GodexPrinter.vb
│   │   │   ├── My Project
│   │   │   │   ├── Application.Designer.vb
│   │   │   │   ├── Application.myapp
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── Resources.Designer.vb
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.vb
│   │   │   │   └── Settings.settings
│   │   │   └── obj
│   │   │   ├── Debug
│   │   │   │   └── TempPE
│   │   │   │   └── My Project.Resources.Designer.vb.dll
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── EzioDemoVBNET.exe
│   │   │   ├── EzioDemoVBNET.FrmMain.resources
│   │   │   ├── EzioDemoVBNET.pdb
│   │   │   ├── EzioDemoVBNET.Resources.resources
│   │   │   ├── EzioDemoVBNET.vbproj.FileListAbsolute.txt
│   │   │   ├── EzioDemoVBNET.vbproj.GenerateResource.Cache
│   │   │   ├── EzioDemoVBNET.xml
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── EzioDemoVBNET.sln
│   │   └── EzioDemoVBNET.suo
│   └── EZio_Sample_VC2008(MFC)
│   └── EZioSample
│   ├── Debug
│   │   ├── EZio32.dll
│   │   ├── EZioSample.exe
│   │   ├── EZioSample.ilk
│   │   └── EZioSample.pdb
│   ├── EZioSample
│   │   ├── clsPrinterCommand.cpp
│   │   ├── clsPrinterCommand.h
│   │   ├── clsPrinterConfig.cpp
│   │   ├── clsPrinterConfig.h
│   │   ├── Debug
│   │   │   ├── BuildLog.htm
│   │   │   ├── clsPrinterCommand.obj
│   │   │   ├── clsPrinterConfig.obj
│   │   │   ├── EZio32.dll
│   │   │   ├── EZioSampleDlg.obj
│   │   │   ├── EZioSample.exe.embed.manifest
│   │   │   ├── EZioSample.exe.embed.manifest.res
│   │   │   ├── EZioSample.exe.intermediate.manifest
│   │   │   ├── EZioSample.obj
│   │   │   ├── EZioSample.pch
│   │   │   ├── EZioSample.res
│   │   │   ├── GoDEX.BMP
│   │   │   ├── GodexPrinter.obj
│   │   │   ├── Lena.bmp
│   │   │   ├── mt.dep
│   │   │   ├── stdafx.obj
│   │   │   ├── vc90.idb
│   │   │   └── vc90.pdb
│   │   ├── EZio32.dll
│   │   ├── EZio32.h
│   │   ├── EZio32_VC.lib
│   │   ├── EZioSample.aps
│   │   ├── EZioSample.cpp
│   │   ├── EZioSampleDlg.cpp
│   │   ├── EZioSampleDlg.h
│   │   ├── EZioSample.h
│   │   ├── EZioSample.rc
│   │   ├── EZioSample.vcproj
│   │   ├── EZioSample.vcproj.GODEX.HT123010.user
│   │   ├── GoDEX.BMP
│   │   ├── GodexPrinter.cpp
│   │   ├── GodexPrinter.h
│   │   ├── Lena.bmp
│   │   ├── ParaDef.h
│   │   ├── ReadMe.txt
│   │   ├── res
│   │   │   ├── EZioSample.ico
│   │   │   └── EZioSample.rc2
│   │   ├── resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── EZioSample.ncb
│   ├── EZioSample.sln
│   └── EZioSample.suo
└── EZio_DLL_UM_CN.pdf

45 directories, 278 files

标签:

实例下载地址

科诚(GoDex)打印机二次开发Demo

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警