ParkSys.h
上传用户:trilite
上传日期:2007-04-24
资源大小:261k
文件大小:2k
源码类别:

酒店行业

开发平台:

Visual C++

  1. // ParkSys.h : main header file for the PARKSYS application
  2. //
  3. #if !defined(AFX_PARKSYS_H__BE779975_1404_11D4_B34E_0080C8F5DB70__INCLUDED_)
  4. #define AFX_PARKSYS_H__BE779975_1404_11D4_B34E_0080C8F5DB70__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 "avicap.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CParkSysApp:
  15. // See ParkSys.cpp for the implementation of this class
  16. //
  17. class CParkSysApp : public CWinApp
  18. {
  19. public:
  20. HANDLE CParkSysApp::ExecApp(const CString& strCommandLine, LPPROCESS_INFORMATION lpProcessinfo = NULL, LPSTARTUPINFO lpStartinfo = NULL);
  21. CString ExtractFilePath();
  22. CParkSysApp();
  23. CDatabase database;
  24. CView *p_view;
  25. CAviCap avi;
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CParkSysApp)
  29. public:
  30. virtual BOOL InitInstance();
  31. virtual int ExitInstance();
  32. //}}AFX_VIRTUAL
  33. protected:
  34. // Implementation
  35. //{{AFX_MSG(CParkSysApp)
  36. afx_msg void OnAppAbout();
  37. afx_msg void OnSyncclock();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. private:
  41. HANDLE hMutex;
  42. };
  43. extern CParkSysApp theApp;
  44. /////////////////////////////////////////////////////////////////////////////
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_PARKSYS_H__BE779975_1404_11D4_B34E_0080C8F5DB70__INCLUDED_)