home *** CD-ROM | disk | FTP | other *** search
- // dbmodel.h : main header file for the DBMODEL application
- //
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
-
- /////////////////////////////////////////////////////////////////////////////
- // CDbmodelApp:
- // See dbmodel.cpp for the implementation of this class
- //
-
- class CDbmodelApp : public CWinApp
- {
- public:
- CDbmodelApp();
-
- // Overrides
- virtual BOOL InitInstance();
-
- // Implementation
-
- //{{AFX_MSG(CDbmodelApp)
- afx_msg void OnAppAbout();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-