ExcelAccess.h
上传用户:aymxxn
上传日期:2014-11-29
资源大小:135k
文件大小:2k
源码类别:

文件操作

开发平台:

Visual C++

  1. //////////////////////////////////////////////////////////////////////////////
  2. //类名:CExcelAccessApp
  3. //功能:应用程序的初始化
  4. //作者:徐景周(jingzhou_xu@163.net)
  5. //组织:未来工作室(Future Studio)
  6. //日期:2003.5.1
  7. /////////////////////////////////////////////////////////////////////////////
  8. #if !defined(AFX_EXCELACCESS_H__F2806EC5_636E_11D0_AA5D_9B16791C83E6__INCLUDED_)
  9. #define AFX_EXCELACCESS_H__F2806EC5_636E_11D0_AA5D_9B16791C83E6__INCLUDED_
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #endif // _MSC_VER > 1000
  13. #ifndef __AFXWIN_H__
  14. #error include 'stdafx.h' before including this file for PCH
  15. #endif
  16. #include "resource.h" // main symbols
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CExcelAccessApp:
  19. // See ExcelAccess.cpp for the implementation of this class
  20. //
  21. class CExcelAccessApp : public CWinApp
  22. {
  23. public:
  24. CExcelAccessApp();
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CExcelAccessApp)
  28. public:
  29. virtual BOOL InitInstance();
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. //{{AFX_MSG(CExcelAccessApp)
  33. // NOTE - the ClassWizard will add and remove member functions here.
  34. //    DO NOT EDIT what you see in these blocks of generated code !
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_EXCELACCESS_H__F2806EC5_636E_11D0_AA5D_9B16791C83E6__INCLUDED_)