================================================================================
    MICROSOFT FOUNDATION CLASS LIBRARY : pdf_test project overview
================================================================================

The application wizard has created this pdf_test application.
This application shows the basic use of Microsoft Foundation Classes
and serves as a starting point for creating your own applications.

This file contains the summary of the needed files for the Pdf_test application.

pdf_test.vcproj
    This is the main projectfile for VC++-Projects, created by the application wizard. 
    There are informations about the version of Visual C++, about the system platforms, 
    configurations, settings and project features.

pdf_test.h
    The main header-file of the application containing other project specific headers
    (with resource.h) and the declarations for the Cpdf_testApp-class.

pdf_test.cpp
    This is the main source code file of the application. It contains the class Cpdf_testApp.

pdf_test.rc
    This is a list of all resources of Microsoft Windows that are used by the program. 
    It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. 
    This file can be edited directly in Microsoft Visual C ++. The project resources are in 1031.

res\pdf_test.ico
    This is an icon file used as the icon for the application. this Pdf_test.rc symbol 
    is integrated by the main resource file.

res\pdf_test.rc2
    This file contains resources that are not edited by Microsoft Visual C ++.
    In this file, all resources will be saved which can't be edited by the resource editor.

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

The Application Wizard creates a dialog class:
    pdf_testDlg.h, pdf_testDlg.cpp - the dialog box
    These files contain the class Cpdf_testDlg. This class defines the
    behavior of the main application dialog window. The presentation-settings of the 
    dialogue-field located in pdf_test.rc can be edited by Microsoft Visual C ++
/////////////////////////////////////////////////////////////////////////////

Other features:

ActiveX-controls
    The application supports ActiveX-controls.
/////////////////////////////////////////////////////////////////////////////

Other standard-files:

StdAfx.h, StdAfx.cpp
    With these files a precompiled header-file (PCH) named pdf_test.pch and a
    precompiled type-file StdAfx.obj will be created.

Resource.h
    This is a standard-header-file for the definitions of new resource-ids.
    Microsoft Visual C++ reads and modifies this file.

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

Further notes:

The application wizard uses "TODO:" to mark the points where modifications and
enhancements are possible. 

If your application uses MFC in a shared DLL, and if your application uses another
language than the one which is currently set on the operating system you have to copy
the corresponding localized resource MFC70XXX.DLL of the Microsoft Visual C ++ CD-ROM
to the directory system or system32 copied and rename it to MFCLOC.DLL ("XXX" stands 
for the language abbreviation. For example the MFC70DEU.DLL contains the german resources.
Otherwise, some appearance of an application could be displayed in the language of the 
operating system.

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