PhoneEdit.h
上传用户:hahaxixi
上传日期:2022-04-15
资源大小:1939k
文件大小:1k
源码类别:

手机短信编程

开发平台:

Visual C++

  1. #if !defined(AFX_PHONEEDIT_H__AA942E67_06DF_4EB5_A4F1_E4383F4B41A9__INCLUDED_)
  2. #define AFX_PHONEEDIT_H__AA942E67_06DF_4EB5_A4F1_E4383F4B41A9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PhoneEdit.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPhoneEdit window
  10. class CPhoneEdit : public CEdit
  11. {
  12. // Construction
  13. public:
  14. CPhoneEdit();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CPhoneEdit)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. virtual ~CPhoneEdit();
  26. // Generated message map functions
  27. protected:
  28. //{{AFX_MSG(CPhoneEdit)
  29. afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };
  33. /////////////////////////////////////////////////////////////////////////////
  34. //{{AFX_INSERT_LOCATION}}
  35. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  36. #endif // !defined(AFX_PHONEEDIT_H__AA942E67_06DF_4EB5_A4F1_E4383F4B41A9__INCLUDED_)