Jeff 96bf40c7a1 转储到git上。 6 лет назад
..
BarCode.cpp 96bf40c7a1 转储到git上。 6 лет назад
BarCode.def 96bf40c7a1 转储到git上。 6 лет назад
BarCode.dsp 96bf40c7a1 转储到git上。 6 лет назад
BarCode.dsw 96bf40c7a1 转储到git上。 6 лет назад
BarCode.h 96bf40c7a1 转储到git上。 6 лет назад
BarCode.idl 96bf40c7a1 转储到git上。 6 лет назад
BarCode.rc 96bf40c7a1 转储到git上。 6 лет назад
BarCode.sln 96bf40c7a1 转储到git上。 6 лет назад
BarCode.tlb 96bf40c7a1 转储到git上。 6 лет назад
BarCode.vcproj 96bf40c7a1 转储到git上。 6 лет назад
BarCode.vcxproj 96bf40c7a1 转储到git上。 6 лет назад
BarCodeCtrl.bmp 96bf40c7a1 转储到git上。 6 лет назад
BarCodeCtrl.cpp 96bf40c7a1 转储到git上。 6 лет назад
BarCodeCtrl.h 96bf40c7a1 转储到git上。 6 лет назад
BarCodePropPage.cpp 96bf40c7a1 转储到git上。 6 лет назад
BarCodePropPage.h 96bf40c7a1 转储到git上。 6 лет назад
BarCode_i.c 96bf40c7a1 转储到git上。 6 лет назад
BarCodeidl.h 96bf40c7a1 转储到git上。 6 лет назад
EAN Barcode 13.url 96bf40c7a1 转储到git上。 6 лет назад
EANBarCode.cpp 96bf40c7a1 转储到git上。 6 лет назад
EANBarCode.h 96bf40c7a1 转储到git上。 6 лет назад
ReadMe.txt 96bf40c7a1 转储到git上。 6 лет назад
STDAFX.CPP 96bf40c7a1 转储到git上。 6 лет назад
STDAFX.H 96bf40c7a1 转储到git上。 6 лет назад
resource.h 96bf40c7a1 转储到git上。 6 лет назад

ReadMe.txt

========================================================================
ACTIVEX CONTROL DLL : BarCode Project Overview
========================================================================

ControlWizard has created this project for your BarCode ActiveX Control
DLL, which contains 1 control.

This skeleton project not only demonstrates the basics of writing an
ActiveX Control, but is also a starting point for writing the specific
features of your control.

This file contains a summary of what you will find in each of the files
that make up your BarCode ActiveX Control DLL.

BarCode.vcproj
This is the main project file for VC++ projects generated using an
Application Wizard. It contains information about the version of
Visual C++ that generated the file, and information about the platforms,
configurations, and project features selected with the Application Wizard.

BarCode.h
This is the main include file for the ActiveX Control DLL. It
includes other project-specific includes such as resource.h.

BarCode.cpp
This is the main source file that contains code for DLL initialization,
termination and other bookkeeping.

BarCode.rc
This is a listing of the Microsoft Windows resources that the project
uses. This file can be directly edited with the Visual C++ resource
editor.

BarCode.def
This file contains information about the ActiveX Control DLL that
must be provided to run with Microsoft Windows.

BarCode.idl
This file contains the Object Description Language source code for the
type library of your control.

/////////////////////////////////////////////////////////////////////////////
CBarCodeCtrl control:

BarCodeCtrl.h
This file contains the declaration of the CBarCodeCtrl C++ class.

BarCodeCtrl.cpp
This file contains the implementation of the CBarCodeCtrl C++ class.

BarCodePropPage.h
This file contains the declaration of the CBarCodePropPage C++ class.

BarCodePropPage.cpp
This file contains the implementation of the CBarCodePropPage C++ class.

CBarCodeCtrl.bmp
This file contains a bitmap that a container will use to represent the
CBarCodeCtrl control when it appears on a tool palette. This bitmap
is included by the main resource file BarCode.rc.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

stdafx.h, stdafx.cpp
These files are used to build a precompiled header (PCH) file
named BarCode.pch and a precompiled types (PCT) file named stdafx.obj.

resource.h
This is the standard header file, which defines new resource IDs.
The Visual C++ resource editor reads and updates this file.

/////////////////////////////////////////////////////////////////////////////
Other notes:

ControlWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////