Sms.h 416 B

1234567891011121314151617181920212223242526272829
  1. // Sms.h : Sms DLL 的主头文件
  2. //
  3. #pragma once
  4. #ifndef __AFXWIN_H__
  5. #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7. #include "resource.h" // 主符号
  8. // CSmsApp
  9. // 有关此类实现的信息,请参阅 Sms.cpp
  10. //
  11. class CSmsApp : public CWinApp
  12. {
  13. public:
  14. CSmsApp();
  15. CString FtToJt(CString strFt);
  16. CMapPtrToPtr m_ptrFtToJtAll;
  17. // 重写
  18. public:
  19. virtual BOOL InitInstance();
  20. DECLARE_MESSAGE_MAP()
  21. };