Annotation of mstools/mfc/samples/chart/chart.h, revision 1.1.1.1

1.1       root        1: // chart.h : Declares the class interfaces for the Chart application.
                      2: //
                      3: // This is a part of the Microsoft Foundation Classes C++ library.
                      4: // Copyright (C) 1992 Microsoft Corporation
                      5: // All rights reserved.
                      6: //
                      7: // This source code is only intended as a supplement to the
                      8: // Microsoft Foundation Classes Reference and Microsoft
                      9: // QuickHelp documentation provided with the library.
                     10: // See these sources for detailed information regarding the
                     11: // Microsoft Foundation Classes product.
                     12: //
                     13: 
                     14: #ifndef __CHART_H__
                     15: #define __CHART_H__
                     16: 
                     17: #include <afxwin.h>
                     18: #include <afxcoll.h>
                     19: #include <afxdlgs.h>
                     20: 
                     21: #include "resource.h"
                     22: #include "dobject.h"
                     23: #include "chartwnd.h"
                     24: #include "chartdlg.h"
                     25: 
                     26: /////////////////////////////////////////////////////////////////////////////
                     27: 
                     28: class CTheApp : public CWinApp
                     29: {
                     30: public:
                     31:        virtual BOOL InitInstance();
                     32:        virtual ~CTheApp();
                     33: };
                     34: 
                     35: /////////////////////////////////////////////////////////////////////////////
                     36: 
                     37: #endif // __CHART_H__

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.