QQ.h
上传用户:czfddz
上传日期:2013-03-20
资源大小:1517k
文件大小:1k
源码类别:

酒店行业

开发平台:

C/C++

  1. // QQ.h : main header file for the QQ application
  2. //
  3. #if !defined(AFX_QQ_H__4D296883_10B5_4508_A7D7_02BED4A25ABA__INCLUDED_)
  4. #define AFX_QQ_H__4D296883_10B5_4508_A7D7_02BED4A25ABA__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 ".\floatcontrols\CoolControlsManager.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CQQApp:
  15. // See QQ.cpp for the implementation of this class
  16. //
  17. class CQQApp : public CWinApp
  18. {
  19. public:
  20. CString GetDBPath();
  21. void SetupODBCDateSource();
  22. CQQApp();
  23.     HANDLE m_hOneInstance;//只有一个实例运行
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CQQApp)
  27. public:
  28. virtual BOOL InitInstance();
  29. virtual int ExitInstance();
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. //{{AFX_MSG(CQQApp)
  33. afx_msg void OnAppAbout();
  34. // NOTE - the ClassWizard will add and remove member functions here.
  35. //    DO NOT EDIT what you see in these blocks of generated code !
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_QQ_H__4D296883_10B5_4508_A7D7_02BED4A25ABA__INCLUDED_)