home *** CD-ROM | disk | FTP | other *** search
- #ifndef _QD_H_
- #define _QD_H_
-
- // qd.h : main header file for the QD application
- //
- #include "dbdao.h"
- #include "dbdaoerr.h"
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
-
- #define UPDATEHINT_NEWDATABASE 1L
- #define UPDATEHINT_NEWQUERYDEF 2L
-
- #define CBMAXNAME 64L
- #define CMAXRECORDS 1000L
-
- #define SZPROPINFO _T("Info")
- #define QUERYDEF_NEW 0x0001L
-
- /////////////////////////////////////////////////////////////////////////////
- // CQdApp:
- // See qd.cpp for the implementation of this class
- //
-
- class CQdApp : public CWinApp
- {
- public:
- CQdApp();
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CQdApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
-
- // Implementation
-
- //{{AFX_MSG(CQdApp)
- afx_msg void OnAppAbout();
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-
- #endif //_QD_H_