资源简介
二次开发的例子,有C#、VB.NET、VC、dephi等
代码片段和文件信息
//---------------------------------------------------------------------------
// Create clsPrinterCommand.h by Jeffrey 2014/07/15
//---------------------------------------------------------------------------
#pragma hdrstop
#include
#include “clsPrinterCommand.h“
#include “EZio32.h“
#pragma package(smart_init)
using namespace Ezio32;
//---------------------------------------------------------------------------
map < int string > clsPrinterCommand::BarcodeTypeHash;
//---------------------------------------------------------------------------
// Get Barcode Type Hash (map)
//---------------------------------------------------------------------------
void clsPrinterCommand::GetBarcodeTypeHash()
{
if (BarcodeTypeHash.size() > 0)
return;
BarcodeTypeHash[Code39_Extended] = “A“;
BarcodeTypeHash[Code39_Extended_CheckDidit] = “A2“;
BarcodeTypeHash[Code39] = “A3“;
BarcodeTypeHash[Code39_CheckDidit] = “A4“;
BarcodeTypeHash[EAN8] = “B“;
BarcodeTypeHash[EAN8_Add2] = “C“;
BarcodeTypeHash[EAN8_Add5] = “D“;
BarcodeTypeHash[EAN13] = “E“;
BarcodeTypeHash[EAN13_Add2] = “F“;
BarcodeTypeHash[EAN13_Add5] = “G“;
BarcodeTypeHash[UPCA] = “H“;
BarcodeTypeHash[UPCA_Add2] = “I“;
BarcodeTypeHash[UPCA_Add5] = “J“;
BarcodeTypeHash[UPCE] = “K“;
BarcodeTypeHash[UPCE_Add2] = “L“;
BarcodeTypeHash[UPCE_Add5] = “M“;
BarcodeTypeHash[I2of5] = “N“;
BarcodeTypeHash[I2of5_CheckDigit] = “N2“;
BarcodeTypeHash[Codabar] = “O“;
BarcodeTypeHash[Code93] = “P“;
BarcodeTypeHash[Code128_Auto] = “Q“;
BarcodeTypeHash[Code128_Subset] = “Q2“;
BarcodeTypeHash[UCC_128] = “R“;
BarcodeTypeHash[PostNET] = “S“;
BarcodeTypeHash[ITF14] = “T“;
BarcodeTypeHash[EAN128] = “U“;
BarcodeTypeHash[RPS128] = “V“;
BarcodeTypeHash[HIBC] = “X“;
BarcodeTypeHash[MSI_1MOD10] = “Y“;
BarcodeTypeHash[MSI_2MOD10] = “Y2“;
BarcodeTypeHash[MSI_1MOD1110] = “Y3“;
BarcodeTypeHash[MSI_NoDigitCheck] = “Y4“;
BarcodeTypeHash[I2of5_ShippingBearerBars] = “Z“;
BarcodeTypeHash[UCC_EAN128_KMART] = “1“;
BarcodeTypeHash[UCC_EAN128_RANDOM] = “2“;
BarcodeTypeHash[Telepen] = “3“;
BarcodeTypeHash[FIM] = “4“;
BarcodeTypeHash[Plessey] = “7“;
}
//---------------------------------------------------------------------------
// Start Job (^L)
//---------------------------------------------------------------------------
void clsPrinterCommand::Start()
{
sendcommand(“^L“);
}
//---------------------------------------------------------------------------
// End Job (E)
//---------------------------------------------------------------------------
void clsPrinterCommand::End()
{
sendcommand(“E“);
}
//---------------------------------------------------------------------------
// Print Text (Simple)
//---------------------------------------------------------------------------
int clsPrinterCommand::PrintTex
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-09-12 18:10 32\
目录 0 2014-09-12 18:10 32\EZio\
目录 0 2014-09-12 18:10 32\EZio32\
文件 1680384 2014-09-03 16:15 32\EZio32\EZio32.dll
文件 6021 2014-09-04 14:25 32\EZio32\EZio32.h
文件 6656 2014-09-03 16:27 32\EZio32\EZio32_BCB.lib
文件 14558 2014-09-03 16:15 32\EZio32\EZio32_VC.lib
文件 1680384 2014-09-03 16:22 32\EZio\EZio.dll
文件 6021 2014-09-04 14:25 32\EZio\EZio.h
文件 6144 2014-09-03 16:27 32\EZio\EZio_BCB.lib
文件 14410 2014-09-03 16:22 32\EZio\EZio_VC.lib
目录 0 2014-09-12 18:10 64\
目录 0 2014-09-12 18:10 64\EZio\
目录 0 2014-09-12 18:10 64\EZio64\
文件 2296320 2014-09-03 16:25 64\EZio64\EZio64.dll
文件 6021 2014-09-04 14:25 64\EZio64\EZio64.h
文件 13244 2014-09-03 16:25 64\EZio64\EZio64_VC.lib
文件 2296320 2014-09-03 16:23 64\EZio\EZio.dll
文件 6021 2014-09-04 14:25 64\EZio\EZio.h
文件 13096 2014-09-03 16:23 64\EZio\EZio_VC.lib
目录 0 2014-09-12 18:10 Example\
目录 0 2014-09-12 18:10 Example\EZio_Sample_BCB6\
文件 1262 2013-05-06 13:30 Example\EZio_Sample_BCB6\BEAR.BMP
文件 221696 2002-02-01 22:00 Example\EZio_Sample_BCB6\cg32.dll
文件 20793 2014-09-05 16:39 Example\EZio_Sample_BCB6\clsPrinterCommand.cpp
文件 5251 2014-09-05 16:39 Example\EZio_Sample_BCB6\clsPrinterCommand.h
文件 331074 2014-09-05 16:40 Example\EZio_Sample_BCB6\clsPrinterCommand.obj
文件 20789 2014-09-05 16:38 Example\EZio_Sample_BCB6\clsPrinterCommand.~cpp
文件 5251 2014-09-05 16:39 Example\EZio_Sample_BCB6\clsPrinterCommand.~h
文件 2840 2014-07-15 11:01 Example\EZio_Sample_BCB6\clsPrinterConfig.cpp
文件 974 2014-07-15 10:41 Example\EZio_Sample_BCB6\clsPrinterConfig.h
............此处省略298个文件信息
- 上一篇:C#商城源码
- 下一篇:C#高级编程第11版
相关资源
- 基于AE和C#二次开发
- C# ABB PC SDK参考代码.zip
- C#二次开发之海康威视摄像机登录、预
- 深居浅出AutoCAD二次开发
- ASP.NET WebForm通用权限系统框架源码 二
- Tekla二次开发学习资料含C#源代码
- C#二次开发CAD
- ArcGIS Engine地理信息系统开发从入门到
- 考勤机SDK二次开发包接口
- 地理信息系统二次开发教程-c#+ArcGis
- SDK3.8 指纹仪 中控U.are.U 4000B二次开发
- ArcGIS最短路径分析
- SWMM二次开发
- K3主控台开发自定义功能
- AutoCAD VBA&VB;.NET开发基础与教程 C# PD
- 基于C#+ArcGIS Engine的二次开发教程牟乃
- 基于MapX的二次开发
- 佳博标签热敏打印机C#二次开发源码
- AE二次开发——最短路径分析
- ArcGIS二次开发_叠置分析
- tekla二次开发代码
- C#实现《CATIA二次开发技术基础》中的
- CanTest.zip
- C# ArcEngine二次开发
- zebraZPL EPL开发控件及API说明
- P2P远程控制C#.net二次开发源码
- C#实现的读取CAD表格文字
- gis二次开发空间与属性查询
- 一个基于C#的ArcGIS二次开发程序!
- HIKVISION工业相机通过Halcon二次开发的
评论
共有 条评论