home *** CD-ROM | disk | FTP | other *** search
- // -------------------------------------------------------------------------
- // Copyright @ 1997 TCK Software, Incorporated
- // All Rights Reserved
- // -------------------------------------------------------------------------
- // vfTest.h : main header file for the VFTEST application
- //
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
-
- /////////////////////////////////////////////////////////////////////////////
- // CVfTestApp:
- // See vfTest.cpp for the implementation of this class
- //
-
- class CVfTestApp : public CWinApp
- {
- protected:
- CMultiDocTemplate* m_pMdtTest;
- CMultiDocTemplate* m_pMdtPerson;
- CMultiDocTemplate* m_pMdtMorph;
- CMultiDocTemplate* m_pMdtVTree;
- CMultiDocTemplate* m_pMdtPicture;
-
- public:
- CVfTestApp();
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CVfTestApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
-
- // Implementation
-
- //{{AFX_MSG(CVfTestApp)
- afx_msg void OnAppAbout();
- afx_msg void OnExamplesDialogexample();
- afx_msg void OnExamplesTest();
- afx_msg void OnExamplesPerson();
- afx_msg void OnExamplesMorph();
- afx_msg void OnExamplesTree();
- afx_msg void OnExamplesPict();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-