AxtiveX

所属分类:打印编程
开发工具:Visual Basic
文件大小:202KB
下载次数:18
上传日期:2005-02-17 15:18:41
上 传 者土豆丝饼
说明:  结合F1Book做的打印控件
(Print Control)

文件列表:
AxtiveX (0, 2003-01-17)
AxtiveX\MFCActiveX (0, 2003-01-17)
AxtiveX\MFCActiveX\Alignmentenums.h (171, 2001-05-13)
AxtiveX\MFCActiveX\HLP (0, 2003-01-17)
AxtiveX\MFCActiveX\HLP\Bullet.bmp (142, 2000-10-10)
AxtiveX\MFCActiveX\HLP\MFCActiveX.hm (305, 2001-05-13)
AxtiveX\MFCActiveX\HLP\MFCActiveX.rtf (4740, 2000-10-10)
AxtiveX\MFCActiveX\MAKEHELP.BAT (969, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX.aps (37608, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX.cpp (1655, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX.def (216, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX.h (486, 2001-05-13)
AxtiveX\MFCActiveX\MFCACTIVEX.HLP (6511, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX.hpj (314, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX.ico (1078, 2000-10-10)
AxtiveX\MFCActiveX\MFCActiveX.idl (2251, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX.lic (389, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX.log (514, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX.ncb (76800, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX.ph (53, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX.rc (4535, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX.sln (785, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX.suo (9216, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX.vcproj (5965, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveXidl.h (8822, 2001-05-13)
AxtiveX\MFCActiveX\MFCActiveX_i.c (2146, 2001-05-13)
AxtiveX\MFCActiveX\MFCControlWinCtrl.bmp (238, 2000-10-10)
AxtiveX\MFCActiveX\MFCControlWinCtrl.cpp (12824, 2001-05-13)
AxtiveX\MFCActiveX\MFCControlWinCtrl.h (2291, 2001-05-13)
AxtiveX\MFCActiveX\MFCControlWinPpg.cpp (2360, 2001-05-13)
AxtiveX\MFCActiveX\MFCControlWinPpg.h (678, 2001-05-13)
AxtiveX\MFCActiveX\MyDataPath.cpp (953, 2001-05-13)
AxtiveX\MFCActiveX\MyDataPath.h (266, 2001-05-13)
AxtiveX\MFCActiveX\RESOURCE.H (853, 2001-05-13)
AxtiveX\MFCActiveX\STDAFX.CPP (208, 2001-05-13)
AxtiveX\MFCActiveX\STDAFX.H (847, 2001-05-13)
AxtiveX\MFCControl (0, 2003-01-17)
AxtiveX\MFCControl\alignmentenums.h (247, 1998-08-22)
AxtiveX\MFCControl\MFCControl.cpp (1959, 1998-08-22)
... ...

======================================================================== ACTIVEX CONTROL DLL : MFCActiveX Project Overview ======================================================================== ControlWizard has created this project for your MFCActiveX 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 MFCActiveX ActiveX Control DLL. MFCActiveX.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. MFCActiveX.h This is the main include file for the ActiveX Control DLL. It includes other project-specific includes such as resource.h. MFCActiveX.cpp This is the main source file that contains code for DLL initialization, termination and other bookkeeping. MFCActiveX.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. MFCActiveX.def This file contains information about the ActiveX Control DLL that must be provided to run with Microsoft Windows. MFCActiveX.idl This file contains the Object Description Language source code for the type library of your control. MFCActiveX.ico This file contains an icon that will appear in the About box. This icon is included by the main resource file MFCActiveX.rc. ///////////////////////////////////////////////////////////////////////////// CMFCControlWinCtrl control: MFCControlWinCtrl.h This file contains the declaration of the CMFCControlWinCtrl C++ class. MFCControlWinCtrl.cpp This file contains the implementation of the CMFCControlWinCtrl C++ class. MFCControlWinPpg.h This file contains the declaration of the CMFCControlWinPropPage C++ class. MFCControlWinPpg.cpp This file contains the implementation of the CMFCControlWinPropPage C++ class. CMFCControlWinCtrl.bmp This file contains a bitmap that a container will use to represent the CMFCControlWinCtrl control when it appears on a tool palette. This bitmap is included by the main resource file MFCActiveX.rc. ///////////////////////////////////////////////////////////////////////////// Help Support: MFCActiveX.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. MFCActiveX.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: MFCActiveX.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 MFCActiveX.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. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者