SmsTest.h
上传用户:hcymiss
上传日期:2009-09-17
资源大小:121k
文件大小:1k
源码类别:

手机短信编程

开发平台:

Visual C++

  1. // SmsTest.h : main header file for the SMSTEST application
  2. //
  3. #if !defined(AFX_SMSTEST_H__4D023EAA_E45B_47AC_B628_0076990CF09D__INCLUDED_)
  4. #define AFX_SMSTEST_H__4D023EAA_E45B_47AC_B628_0076990CF09D__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 "SmsTraffic.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CSmsTestApp:
  15. // See SmsTest.cpp for the implementation of this class
  16. //
  17. class CSmsTestApp : public CWinApp
  18. {
  19. public:
  20. CSmsTestApp();
  21. CString m_strPort;
  22. CString m_strRate;
  23. CString m_strSmsc;
  24. CSmsTraffic* m_pSmsTraffic;
  25. BOOL CheckSettings();
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CSmsTestApp)
  29. public:
  30. virtual BOOL InitInstance();
  31. virtual int ExitInstance();
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. //{{AFX_MSG(CSmsTestApp)
  35. afx_msg void OnAppAbout();
  36. afx_msg void OnSettings();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. extern CSmsTestApp theApp;
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_SMSTEST_H__4D023EAA_E45B_47AC_B628_0076990CF09D__INCLUDED_)