BCGPAppWizard

所属分类:界面编程
开发工具:Visual C++
文件大小:764KB
下载次数:119
上传日期:2007-05-28 12:27:27
上 传 者dhyao
说明:  软件介绍: 一套非常好的MFC扩展界面库!可以帮助你在编程时轻松制作出非常漂亮专业的自定义界面!提供100多种界面,很容易经过我们自己的重新设计组合成满意的效果. 说明: 1、 适用版本BCGControlBar Library (v9.4)Professional Edition。
(software presentations : a very good expansion interface for MFC! I can help you in a relaxed programming produced very beautiful from the definition of the professional sector face! Provide more than 100 interface is very easy to read our own re-design combined with encouraging results. Note : 1. BCGControlBar Library applicable version (v9.4) Profession al Edition.)

文件列表:
BCGPAppWizard\BCGCBProAppWizard.aps (1237544, 2007-01-25)
BCGPAppWizard\BCGCBProAppWizard.cpp (1081, 2006-11-27)
BCGPAppWizard\BCGCBProAppWizard.dsp (28170, 2007-01-26)
BCGPAppWizard\BCGCBProAppWizard.dsw (559, 2007-01-26)
BCGPAppWizard\BCGCBProAppWizard.h (613, 2006-11-27)
BCGPAppWizard\BCGCBProAppWizard.ncb (91136, 2007-01-26)
BCGPAppWizard\BCGCBProAppWizard.opt (52736, 2007-01-26)
BCGPAppWizard\BCGCBProAppWizard.plg (3484, 2007-01-26)
BCGPAppWizard\BCGCBProAppWizard.rc (21860, 2007-01-25)
BCGPAppWizard\BCGCBProAppWizard.rc.bak (20947, 2007-01-25)
BCGPAppWizard\BCGCBProAppWizardAw.cpp (5748, 2007-01-25)
BCGPAppWizard\BCGCBProAppWizardAw.h (1483, 2006-11-27)
BCGPAppWizard\Chooser.cpp (3138, 2006-11-27)
BCGPAppWizard\Chooser.h (1201, 2006-11-27)
BCGPAppWizard\Cstm1Dlg.cpp (5593, 2006-11-27)
BCGPAppWizard\Cstm1Dlg.h (1592, 2006-11-27)
BCGPAppWizard\cstm2dlg.cpp (6073, 2006-11-27)
BCGPAppWizard\cstm2dlg.h (1693, 2006-11-27)
BCGPAppWizard\cstm3dlg.cpp (5402, 2006-11-27)
BCGPAppWizard\cstm3dlg.h (1625, 2006-11-27)
BCGPAppWizard\Custom4Dlg.cpp (5132, 2006-11-27)
BCGPAppWizard\Custom4Dlg.h (1744, 2006-11-27)
BCGPAppWizard\Debug.cpp (1821, 2006-11-27)
BCGPAppWizard\Debug.h (1662, 2006-11-27)
BCGPAppWizard\Frame.cpp (28028, 2006-11-27)
BCGPAppWizard\hlp\BCGCBPROAPPWIZARD.HLP (5908, 2006-11-27)
BCGPAppWizard\hlp\BCGCBProAppWizard.hm (335, 2006-11-27)
BCGPAppWizard\hlp\BCGCBProAppWizard.hpj (293, 2006-11-27)
BCGPAppWizard\hlp\BCGCBProAppWizard.ph (0, 2006-11-27)
BCGPAppWizard\hlp\BCGCBProAppWizard.rtf (4744, 2006-11-27)
BCGPAppWizard\res\bcg.bmp (61878, 2006-11-27)
BCGPAppWizard\res\bcg1.bmp (61878, 2006-11-27)
BCGPAppWizard\res\bcg2.bmp (61878, 2006-11-27)
BCGPAppWizard\res\bcg3.bmp (61878, 2006-11-27)
BCGPAppWizard\res\BCGCBProAppWizard.ico (4710, 2006-11-27)
BCGPAppWizard\resource.h (2896, 2007-01-25)
BCGPAppWizard\StdAfx.cpp (203, 2006-11-27)
BCGPAppWizard\StdAfx.h (900, 2006-11-27)
BCGPAppWizard\Template\AfxCore_chs.rtf (80163, 2007-01-25)
... ...

======================================================================== CUSTOM APPWIZARD: BCGCBProAppWizard ======================================================================== AppWizard has created a BCGCBProAppWizard DLL for you. This DLL is the starting point for writing your custom AppWizard. It demonstrates the basics of creating a custom AppWizard. Although your custom AppWizard is a DLL, it has the special suffix AWX. When you build BCGCBProAppWizard.awx, it will automatically be copied to your Template directory. Your custom AppWizard will then appear as a choice in the Project Type drop-list in the New Workspace and Insert Project dialogs. To run your custom AppWizard, simply create a new workspace (or insert a project into the current workspace), and select your custom AppWizard from the Project Type drop-list. This file contains a summary of what you will find in each of the files that make up your BCGCBProAppWizard DLL. BCGCBProAppWizard.dsw This file (the project workspace file) contains information on the contents and organization of the project workspace. Other users can share the project workspace (.dsw) file, but they should export the makefiles locally. Files associated with the project workspace file are a project file (.dsp) for each project in the workspace and a workspace options file (.opt). BCGCBProAppWizard.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. BCGCBProAppWizard.opt This file (the workspace options file) contains the workspace settings that you specify in the Project Settings dialog. These settings specify the appearance of the project workspace using your hardware and configuration. This binary file is automatically generated when you open the .dsw or .dsp file in the IDE. You should not share the .opt file, because it contains information specific to your computer. BCGCBProAppWizard.ncb This file provides information on the NCB (No Compile Browse) parser, the mechanism that updates ClassView and WizardBar. This is a binary file that is generated automatically and should not be shared. BCGCBProAppWizard.cpp This file is the main DLL source file that contains the definition of DllMain(). It also exports the function GetCustomAppWizClass(), which returns a pointer to the one instance of this custom AppWizard's CCustomAppWiz-derived class. BCGCBProAppWizard.h This file is the main header file for the DLL. It includes your RESOURCE.H file. BCGCBProAppWizard.rc This file is a listing of all of the Microsoft Windows resources that the program uses. It includes all of your custom AppWizard's templates as custom resources of type "TEMPLATE". These resources are pointers to the files in your project's TEMPLATE directory. This file can be directly edited in the Visual C++ development environment. However, you will probably want to edit your templates by opening the template files directly in the source editor rather than by editing the "TEMPLATE" resources from the Visual C++ resource editor. BCGCBProAppWizard.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 create and edit message maps and dialog data maps and to create prototype member functions. ///////////////////////////////////////////////////////////////////////////// Custom AppWizard Interface: BCGCBProAppWizardAw.h, BCGCBProAppWizardAw.cpp - the CCustomAppWiz class These files contain your CCustomAppWiz-derived class, CBCGCBProAppWizardAppWiz. This class contains virtual member functions which MFCAPWZ.DLL calls to initialize your custom AppWizard and to query which step to pop up at a given time. This class also contains m_Dictionary, a CMapStringToString member variable, which maps template macro names to their values. ///////////////////////////////////////////////////////////////////////////// Dialogs: Chooser.h, Chooser.cpp - the dialog chooser These files contain your CDialogChooser class. The class maintains pointers to each of your steps, keeps track of which step is currently up, and handles calls to your custom AppWizard class's member functions Next(...) and Back(...). Cstm*Dlg.h, Cstm*Dlg.cpp - the dialog classes These files contain the dialog classes for all of your custom AppWizard's new steps. They derive from CAppWizStepDlg and override CAppWizStepDlg::OnDismiss. ///////////////////////////////////////////////////////////////////////////// Help Support: MakeHelp.bat Use this batch file to create your custom AppWizard's Help file, BCGCBProAppWizard.hlp. BCGCBProAppWizard.hpj This file is the Help Project file used by the Help compiler to create your custom AppWizard's Help file. HLP\BCGCBProAppWizard.rtf This file contains an empty topic for each new step you generated. You may fill out the topics using any rich-text-format editor such as Microsoft Word. ///////////////////////////////////////////////////////////////////////////// Template Files: Template\ Put your template files in this directory. Template files are stored in your custom AppWizard as custom resources of type "TEMPLATE", and are used by your custom AppWizard to determine the contents of the files it generates. When you add a new template file to this directory, you must import that file as a "TEMPLATE" custom resource into BCGCBProAppWizard.rc. Be sure to select the "External File" checkbox on the custom resource's property page. Template\Confirm.inf In this template you should put a description of the project your custom AppWizard generates. The file uses template macros to customize the text to reflect which options were selected by the custom AppWizard user. When the custom AppWizard user clicks the "Finish" button, MFCAPWZ.DLL parses this template and sends the output to the New Project Information dialog. Initially, this file is identical to the Confirm.inf template used by AppWizard. If you add your own custom steps to the standard AppWizard steps, you’ll need to add text, macros, and directives to this template that reflect each feature a user can choose in each custom step. Template\NewProj.inf This template lists all of the templates other than Confirm.inf and NewProj.inf which your custom AppWizard will use to generate a project. After MFCAPWZ.DLL parses this template, the output lists the other templates to be parsed and what the output files should be called. Initially, this file is identical to the NewProj.inf template used by AppWizard. If you add your own custom steps to the standard AppWizard steps which require that additional files be generated, you will need to add statements, macros, and directives to this template that can build a project for any combination of features a user can select from the custom steps. See the documentation on custom AppWizards for a more complete description of this template and the project generation process in general. You have also been provided with copies of the templates used by AppWizard to generate an executable. You are free to modify any of these templates to customize them any way you like. For example, you may wish to change the source code tabbing style, or to include your company's copyright message at the top of each source code file. If you delete any of these templates, AppWizard's copy of the template will automatically be used when your custom AppWizard generates projects. ///////////////////////////////////////////////////////////////////////////// Other Standard Files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named BCGCBProAppWizard.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other Notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize.

近期下载者

相关文件


收藏者