***************************************************************************
* COMPOUND DOCUMENT SAMPLE 4 "Advanced Server" - Readme File              *
*                                                                         *
* COPYRIGHT: Copyright(C) International Business Machines Corp.,1992,1996.*
*                                                                         *
* DISCLAIMER OF WARRANTIES:                                               *
*   The following [enclosed] code is sample code created by IBM           *
*   Corporation.  This sample code is not part of any standard IBM product*
*   and is provided to you solely for the purpose of assisting you in the *
*   development of your applications.  The code is provided "AS IS",      *
*   without warranty of any kind.  IBM shall not be liable for any damages*
*   arising out of your use of the sample code, even if they have been    *
*   advised of the possibility of such damages.                           *
*-------------------------------------------------------------------------*
* See the IBM User Interface Class Library User's Guide                   *
*   for more information about this sample program.                       *
*                                                                         *
* Compound Document Sample 4 "Advanced Server"                            *
*                                                                         *
* DESCRIPTION:                                                            *
* - This samples shows how to enhance a container by adding various menu  *
*   and toolabr fetaures. In the process, you can become familiar with the*
*   way a container manages its list of one or more embedded components.  *
*                                                                         *
* TASK:                                                                   *
* - The screen is initially blank. From the Edit menu the user may select *
*   Insert Object to insert an OLE object. If more than one object is     *
*   inserted, either from the toolbar or the File menu the user may       *
*   manipulate the size and postion of the inserted objects. The size may *
*   be 'shrunk' or 'grown'. The postions may be tiled or cascaded.        *
*                                                                         *
* CONCEPTS/FEATURES                                                       *
* - This sample illustrates how to create derived model, view, stationery *
*   and bundle classes from the Compound Document Framework.              *
*                                                                         *
***************************************************************************
* HOW TO RUN THE PROJECT FROM THE COMMAND LINE:                           *
*                                                                         *
* The sample application can be built by entering:                        *
*   nmake                                                                 *
* with no options while in the aCDF4 directory containing the Compound    *
* Document Framework sample 4 application files.  The makefile is named   *
* Makefile This will generate an executable file called:                  *
*   aCDF4.exe                                                             *
* which can be run from the command line.                                 *
* To clean up the files generated from running make, enter:               *
*   nmake clean                                                           *
*                                                                         *
***************************************************************************
* HOW TO RUN THE PROJECT FROM WITHIN THE WORKFRAME ENVIRONMENT:           *
*                                                                         *
* The sample WorkFrame project can be opened by entering:                 *
*     iwf aCDF4.iwp                                                       *
* The sample can be rebuilt by selecting the WorkFrame menu items:        *
*     "Project" and "Build All" (or press the "Build ALL" toolbar button) *
* The sample can be run by selecting the WorkFrame menu items:            *
*     "Project" and "Run" (or double click on the aCDF4.exe icon)         *
***************************************************************************
* ADDITIONAL INFORMATION:                                                 *
*                                                                         *
* For additional information on this and other samples shipped            *
* with the VisualAge for C++ product, please see the Guide to Samples     *
* notebook.                                                               *
*                                                                         *
* To access the notebook from Program Manager, open the VisualAge for     *
* C++ product object, then open the Guide to Samples notebook.            *
***************************************************************************
* Shipped file List:                                                      *
*                                                                         *
*       Readme.txt      - Instructions for using this program             *
*       aCDFSt4.cpp     - Source code for the Stationery class            *
*       aCDFSt4.hpp     - Header file for the Stationery class            *
*       aCDFBd4.cpp     - Source code for the Bundle class                *
*       aCDFBd4.hpp     - Header file for the Bundle class                *
*       aCDFMdl4.cpp    - Source code for the Model class                 *
*       aCDFMdl4.hpp    - Header file for the Model class                 *
*       aCDFVw4.cpp     - Source code for the View class                  *
*       aCDFVw4.hpp     - Header code for the View class                  *
*       aCDFUID4.hpp    - Header file containing the class id             *
*       aCDFRes4.h      - Symbolic definition file                        *
*       aCDFRes4.rc     - Resource file                                   *
*       aCDFRes4.ico    - Icon File                                       *
*       Makefile        - Makefile                                        *
*       aCDF4.ipw       - WorkFrame project file                          *
*       aCDF4.iwo       - WorkFrame options file (binary)                 *
*       aCDF4.exe       - Prebuilt executable                             *
***************************************************************************
