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

手机短信编程

开发平台:

Visual C++

  1. #if !defined(AFX_OFTENNOTEDLG_H__5AECC988_AC63_46B9_8837_6E4C45CD371B__INCLUDED_)
  2. #define AFX_OFTENNOTEDLG_H__5AECC988_AC63_46B9_8837_6E4C45CD371B__INCLUDED_
  3. #include "BmpButton.h"
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // OftenNotedlg.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // COftenNotedlg dialog
  11. class COftenNotedlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. void AddToGrid();
  16. virtual void OnOK();
  17. COftenNotedlg(CWnd* pParent = NULL);   // standard constructor
  18. int m_ID;
  19. // Dialog Data
  20. //{{AFX_DATA(COftenNotedlg)
  21. enum { IDD = IDD_OFTENNOTE_DIALOG };
  22. CBmpButton m_ButDel;
  23. CBmpButton m_ButMod;
  24. CBmpButton m_ButAdd;
  25. CListCtrl m_Grid;
  26. CString m_Note;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(COftenNotedlg)
  31. public:
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(COftenNotedlg)
  39. afx_msg void OnButadd();
  40. afx_msg void OnButmod();
  41. afx_msg void OnButdel();
  42. virtual BOOL OnInitDialog();
  43. afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
  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_OFTENNOTEDLG_H__5AECC988_AC63_46B9_8837_6E4C45CD371B__INCLUDED_)