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

手机短信编程

开发平台:

Visual C++

  1. #if !defined(AFX_NEWNOTEDLG_H__0FC5C92F_2386_486C_93F2_67804F4F0814__INCLUDED_)
  2. #define AFX_NEWNOTEDLG_H__0FC5C92F_2386_486C_93F2_67804F4F0814__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // NewNotedlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CNewNotedlg dialog
  10. class CNewNotedlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void AddToTable();
  15. CNewNotedlg(CWnd* pParent = NULL);   // standard constructor
  16. CString m_Phone;
  17. CString m_Note;
  18. CString m_Name;
  19. // Dialog Data
  20. //{{AFX_DATA(CNewNotedlg)
  21. enum { IDD = IDD_NEWNOTE_DIALOG };
  22. // NOTE: the ClassWizard will add data members here
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CNewNotedlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CNewNotedlg)
  34. virtual BOOL OnInitDialog();
  35. afx_msg void OnTimer(UINT nIDEvent);
  36. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_NEWNOTEDLG_H__0FC5C92F_2386_486C_93F2_67804F4F0814__INCLUDED_)