OLEDBReportMFC.h
上传用户:benben_wyd
上传日期:2010-02-26
资源大小:1229k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // OLEDBReportMFC.h : main header file for the OLEDBREPORTMFC application
  2. //
  3. #if !defined(AFX_OLEDBREPORTMFC_H__52C04158_4E05_11D2_9949_F7F727FAE648__INCLUDED_)
  4. #define AFX_OLEDBREPORTMFC_H__52C04158_4E05_11D2_9949_F7F727FAE648__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. #include "OLEDBReportMFC_i.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. // COLEDBReportMFCApp:
  15. // See OLEDBReportMFC.cpp for the implementation of this class
  16. //
  17. class COLEDBReportMFCApp : public CWinApp
  18. {
  19. public:
  20. COLEDBReportMFCApp();
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(COLEDBReportMFCApp)
  24. public:
  25. virtual BOOL InitInstance();
  26. virtual int ExitInstance();
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. //{{AFX_MSG(COLEDBReportMFCApp)
  30. afx_msg void OnAppAbout();
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. private:
  34. BOOL m_bATLInited;
  35. private:
  36. BOOL InitATL();
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_OLEDBREPORTMFC_H__52C04158_4E05_11D2_9949_F7F727FAE648__INCLUDED_)