In the project folder there is a Readme file, the following is translated.
========================================================================
MICROSOFT FOUNDATION CLASS Library:down1
========================================================================
Microsoft Foundation Class Library
AppWizard have created this DOWN1 application for you. This application isn't only demonstrates the basics of the using the Microsoft Foundation classes, but was also a starting point For writing your application.
AppWizard has created Down1 this app for you. This application not only demonstrates the basics of using the Microsoft Foundation classes, but also provides a starting point for you to write your application.
This file contains a summary of what you'll find in each of the files is the make up your DOWN1 application.
This file is a summary of every file you'll find, and it's what makes up your DOWN1 application. (also when you build other projects there will be this file, you can ignore it, but the project roughly include which documents, or to understand the next)
Down1.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.
This file (the project file) contains the information in the project and is used to build individual projects or sub-projects. Other users can share this project (. dsp) file, but they want to output the makefile locally.
Down1.h
The main header file for the application. It includes other project specific headers (including Resource.h) and declares the Cdown1app application class.
This is the header file for the application. It includes header files specified by other projects (including Resource.h) and declares the Cdown1app application class.
Down1.cpp
This is the main application source file, that contains the application class Cdown1app.
This is the main application source file, which contains the application class Cdown1app
Down1.rc
This is a listing of the Microsoft Windows resources, the program uses. It includes the icons, bitmaps, and cursors that is stored in the RES subdirectory. This file can is directly edited in Microsoft Visual C + +.
This is a list of all Microsoft Windows resources that a program uses. It includes icons, bitmaps, and cursors stored in the Res directory. This file can be edited directly in Microsoft Visual C + +.
Down1.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 CR Eate prototype member functions.
This file contains information that is used by ClassWizard to edit an existing class or to add a new class. ClassWizard also uses this file to store information, such as the message map that needs to be created and edited, the dialog data map, and the member function prototype to create.
Res\down1.ico
This is a icon file, which is used as the application ' s icon. This icon was included by the main resource file down1.rc.
This is an icon file that is used as an icon for the application. This icon file is in the main resource file down1.rc
Res\down1.rc2
This file contains resources is not edited by Microsoft Visual C + +. You should place any resources not editable by the resource Editor in this file.
This file contains resources that Microsoft Visual C + + cannot edit. You should place all resource editors ' non-editable resources in this file.
/////////////////////////////////////////////////////////////////////////////
For the main frame window:
MainFrm.h, MainFrm.cpp
These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features.
These files contain the CMainFrame framework class, which inherits from CFrameWnd and controls all SDI framework functions.
Res\toolbar.bmp
This bitmap file was used to create tiled images for the toolbar. The initial toolbar and status bar is constructed in the CMainFrame class. Edit This toolbar bitmap using the Resource Editor, and update the Idr_mainframe toolbar array in down1.rc to add
toolbar buttons.
This bitmap file is used to create a tiled image for the toolbar. The original toolbar and status bar are constructed in the CMainFrame class. Edit this toolbar bitmap using the Resource Editor, and Add the toolbar button to update the Idr_mainframe toolbar array rc in Down1.rc.
/////////////////////////////////////////////////////////////////////////////
AppWizard creates one document type and one view:
AppWizard creates a document and a view:
Down1Doc.h, down1doc.cpp-the document
These files contain your Cdown1doc class. Edit These files to add your special document data and to implement file saving and loading (via Cdown1doc::serialize).
These files contain your Cdown1doc class. Editing these files allows you to add special document data and implement file saving and loading (via Cdown1doc::serialize)
Down1View.h, down1view.cpp-the view of the document
These files contain your Cdown1view class. Cdown1view objects is used to view Cdown1doc objects.
These files contain your Cdown1view class. The Cdown1view object is used to view the Cdown1doc object.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
Other standard documents:
StdAfx.h, StdAfx.cpp
These files is used to build a precompiled header (PCH) file named Down1.pch and a precompiled types file named Stdafx.ob J.
These files are used to create a precompiled header file (PCH) named Down1 and a precompiled type file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource Ids.microsoft Visual C + + reads and updates this file.
This is the standard header file, which defines the ID of the new resource. Microsoft Visual C + + reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other Notes:
Additional notes:
AppWizard uses "TODO:" to indicate parts of the source code, should add to or customize.
AppWizard uses "TODO:" to prompt you for some source code that should be added or written.
If your application uses MFC in a shared DLL, and your application are in a language other than the operating system ' s Curr Ent language, you'll need to copy the corresponding localized resources mfc42xxx. DLL from the Microsoft Visual C + + CD-ROM onto the system or System32 Directory,and rename it to be mfcloc. DLL. ("XXX" stands for the language abbreviation. For example, Mfc42deu. DLL contains resources translated to German.) If you don ' t does this, some of the UI elements of your application would remain in the
Language of the operating system.
If your application uses MFC in a shared DLL, and your application uses a language other than the operating system's current language, you need to get from Microsoft Visual C + + The disc copies the appropriate localized resources MFC42XXX.DLL to the system or System32 systems directory, and renames it to MFCLOC.DLL. ("XXX" stands for the abbreviation of the language.) For example, Mfc42deu. DLL contains resources translated into German) If you do not do this, some UI elements of your application
The language used by the operating system will be maintained.
/////////////////////////////////////////////////////////////////////////////
Statistics on the computer specific situation: The project folder includes folders within the 18 files, one is a resource folder, one is a debug folder, the resource folder has 4 files, the Debug folder (I think it is 1 + 4 + 5 + 2) including the generated EXE file total 12
General information about the files in MFC's "EXE" project (translated)