***************************************************************************
* COMPOUND DOCUMENT SAMPLE 5 "Collection Streaming" - Readme File         *
*                                                                         *
* COPYRIGHT: Copyright(C) International Business Machines Corp.,1992,1995.*
*                                                                         *
* 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 5 "Collection Streaming"                       *
*                                                                         *
* DESCRIPTION:                                                            *
* - This samples shows how to add / delete elements in a collection class.*
*   Both the IKeySet and ISequence collection classes are demonstrated.   *
*   These classes are also streamed in and out of the model.              *
*                                                                         *
* TASK:                                                                   *
* - The screen contains 2 entry fields, a listbox, 2 pushbuttons and 2    *
*   radio buttons. Depending on which radio button is selected            *
*   (keyed or sequential) the user may add / delete entries to the        *
*   respective list.                                                      *
*                                                                         *
* 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 aCDF5 directory containing the Compound    *
* Document Framework sample 5 application files.  The makefile is named   *
* Makefile This will generate an executable file called:                  *
*   aCDF5.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 aCDF5.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 aCDF5.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             *
*       aCDFSt5.cpp     - Source code for the Stationery class            *
*       aCDFSt5.hpp     - Header file for the Stationery class            *
*       aCDFBd5.cpp     - Source code for the Bundle class                *
*       aCDFBd5.hpp     - Header file for the Bundle class                *
*       aCDFMdl5.cpp    - Source code for the Model class                 *
*       aCDFMdl5.hpp    - Header file for the Model class                 *
*       aCDFVw5.cpp     - Source code for the View class                  *
*       aCDFVw5.hpp     - Header code for the View class                  *
*       aCDFUID5.hpp    - Header file containing the class id             *
*       aCDFRes5.h      - Symbolic definition file                        *
*       aCDFRes5.rc     - Resource file                                   *
*       aCDFRes5.ico    - Icon File                                       *
*       Makefile        - Makefile                                        *
*       aCDF5.ipw       - WorkFrame project file                          *
*       aCDF5.iwo       - WorkFrame options file (binary)                 *
*       aCDF5.exe       - Prebuilt executable                             *
***************************************************************************
