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

手机短信编程

开发平台:

Visual C++

  1. // NoteManageDlg.h : header file
  2. //
  3. #if !defined(AFX_NOTEMANAGEDLG_H__349D30F7_7161_4903_BB11_A5A8D7F21533__INCLUDED_)
  4. #define AFX_NOTEMANAGEDLG_H__349D30F7_7161_4903_BB11_A5A8D7F21533__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CNoteManageDlg dialog
  10. class CNoteManageDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CNoteManageDlg(CWnd* pParent = NULL); // standard constructor
  15. CToolBar   m_ToolBar;
  16. CImageList m_ImageList;
  17. virtual void OnOK();
  18. // Dialog Data
  19. //{{AFX_DATA(CNoteManageDlg)
  20. enum { IDD = IDD_NOTEMANAGE_DIALOG };
  21. // NOTE: the ClassWizard will add data members here
  22. //}}AFX_DATA
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CNoteManageDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. HICON m_hIcon;
  31. // Generated message map functions
  32. //{{AFX_MSG(CNoteManageDlg)
  33. virtual BOOL OnInitDialog();
  34. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  35. afx_msg void OnPaint();
  36. afx_msg HCURSOR OnQueryDragIcon();
  37. afx_msg void OnPhoneBook();
  38. afx_msg void OnOftenNote();
  39. afx_msg void OnSendNote();
  40. afx_msg void OnRecvNote();
  41. afx_msg void OnNoteSet();
  42. afx_msg void OnUser();
  43. afx_msg void OnTimer(UINT nIDEvent);
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_NOTEMANAGEDLG_H__349D30F7_7161_4903_BB11_A5A8D7F21533__INCLUDED_)