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

手机短信编程

开发平台:

Visual C++

  1. #if !defined(AFX_RESTOREDLG_H__FA0BA792_849E_477E_97D2_13851E38FB2B__INCLUDED_)
  2. #define AFX_RESTOREDLG_H__FA0BA792_849E_477E_97D2_13851E38FB2B__INCLUDED_
  3. #include "BmpButton.h"
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // Restoredlg.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CRestoredlg dialog
  11. class CRestoredlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CRestoredlg(CWnd* pParent = NULL);   // standard constructor
  16. virtual void OnOK();
  17. CString m_Num;
  18. // Dialog Data
  19. //{{AFX_DATA(CRestoredlg)
  20. enum { IDD = IDD_RESTORE_DIALOG };
  21. CBmpButton m_ButDel;
  22. CBmpButton m_Restore;
  23. CString m_Name;
  24. CString m_Phone;
  25. CString m_Note;
  26. CString m_RNote;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CRestoredlg)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CRestoredlg)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnButsend();
  40. afx_msg void OnButdel();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_RESTOREDLG_H__FA0BA792_849E_477E_97D2_13851E38FB2B__INCLUDED_)