ReadMe.txt
资源名称:fontcurve.rar [点击查看]
上传用户:sz81710966
上传日期:2013-03-01
资源大小:409k
文件大小:4k
源码类别:
多国语言处理
开发平台:
Visual C++
- ========================================================================
- ActiveX Control DLL : FONTCURVE
- ========================================================================
- ControlWizard has created this project for your FONTCURVE 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 FONTCURVE ActiveX Control DLL.
- FontCurve.dsp
- This file (the project file) contains information at the project level and
- is used to build a single project or subproject. Other users can share the
- project (.dsp) file, but they should export the makefiles locally.
- FontCurve.h
- This is the main include file for the ActiveX Control DLL. It
- includes other project-specific includes such as resource.h.
- FontCurve.cpp
- This is the main source file that contains code for DLL initialization,
- termination and other bookkeeping.
- FontCurve.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.
- FontCurve.def
- This file contains information about the ActiveX Control DLL that
- must be provided to run with Microsoft Windows.
- FontCurve.clw
- This file contains information used by ClassWizard to edit existing
- classes or add new classes. ClassWizard also uses this file to store
- information needed to generate and edit message maps and dialog data
- maps and to generate prototype member functions.
- FontCurve.odl
- This file contains the Object Description Language source code for the
- type library of your control.
- /////////////////////////////////////////////////////////////////////////////
- FontCurve control:
- FontCurveCtl.h
- This file contains the declaration of the CFontCurveCtrl C++ class.
- FontCurveCtl.cpp
- This file contains the implementation of the CFontCurveCtrl C++ class.
- FontCurvePpg.h
- This file contains the declaration of the CFontCurvePropPage C++ class.
- FontCurvePpg.cpp
- This file contains the implementation of the CFontCurvePropPage C++ class.
- FontCurveCtl.bmp
- This file contains a bitmap that a container will use to represent the
- CFontCurveCtrl control when it appears on a tool palette. This bitmap
- is included by the main resource file FontCurve.rc.
- /////////////////////////////////////////////////////////////////////////////
- Help Support:
- FontCurve.hpj
- This file is the Help Project file used by the Help compiler to create
- your ActiveX Control's Help file.
- *.bmp
- These are bitmap files required by the standard Help file topics for
- Microsoft Foundation Class Library standard commands. These files are
- located in the HLP subdirectory.
- FontCurve.rtf
- This file contains the standard help topics for the common properties,
- events and methods supported by many ActiveX Controls. You can edit
- this to add or remove additional control specific topics. This file is
- located in the HLP subdirectory.
- /////////////////////////////////////////////////////////////////////////////
- Licensing support:
- FontCurve.lic
- This is the user license file. This file must be present in the same
- directory as the control's DLL to allow an instance of the control to be
- created in a design-time environment. Typically, you will distribute
- this file with your control, but your customers will not distribute it.
- /////////////////////////////////////////////////////////////////////////////
- Other standard files:
- stdafx.h, stdafx.cpp
- These files are used to build a precompiled header (PCH) file
- named stdafx.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.
- /////////////////////////////////////////////////////////////////////////////