MyPos.h
上传用户:sztwq510
上传日期:2013-06-26
资源大小:4045k
文件大小:2k
源码类别:

酒店行业

开发平台:

Java

  1. // MyPos.h : main header file for the MYPOS application
  2. //
  3. #if !defined(AFX_MYPOS_H__AF4613E9_F506_47E1_870C_DDDF4A4DA870__INCLUDED_)
  4. #define AFX_MYPOS_H__AF4613E9_F506_47E1_870C_DDDF4A4DA870__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. /////////////////////////////////////////////////////////////////////////////
  13. // CMyPosApp:
  14. // See MyPos.cpp for the implementation of this class
  15. //
  16. class CMyPosApp : public CWinApp
  17. {
  18. public:
  19. BOOL VerifyPower(CString power);
  20. CString addpwd(CString pwd,bool in);
  21. _ConnectionPtr m_pConnection;
  22. CString name;
  23. CString pwd;
  24. CString smname;
  25. CString sprice;
  26. CString smID;
  27. CString sqa;
  28. CString scallid;
  29. CString sconsume;
  30. CString sactsum;
  31. HWND pWnd;//Send message.
  32. HWND pWndoff;//Send message.
  33. CMyPosApp();
  34. CString spaymodep,snowtimep;
  35. // Overrides
  36. // ClassWizard generated virtual function overrides
  37. //{{AFX_VIRTUAL(CMyPosApp)
  38. public:
  39. virtual BOOL InitInstance();
  40. virtual int ExitInstance();
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. //{{AFX_MSG(CMyPosApp)
  44. // NOTE - the ClassWizard will add and remove member functions here.
  45. //    DO NOT EDIT what you see in these blocks of generated code !
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. /////////////////////////////////////////////////////////////////////////////
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_MYPOS_H__AF4613E9_F506_47E1_870C_DDDF4A4DA870__INCLUDED_)