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

手机短信编程

开发平台:

Visual C++

  1. #if !defined(AFX_SENDNOTEDLG_H__A951B636_A916_4B24_BC2D_B76231BEE467__INCLUDED_)
  2. #define AFX_SENDNOTEDLG_H__A951B636_A916_4B24_BC2D_B76231BEE467__INCLUDED_
  3. #include "BmpButton.h"
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // SendNotedlg.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CSendNotedlg dialog
  11. class CSendNotedlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CSendNotedlg(CWnd* pParent = NULL);   // standard constructor
  16. virtual void OnOK();
  17. // Dialog Data
  18. //{{AFX_DATA(CSendNotedlg)
  19. enum { IDD = IDD_SENDNOTE_DIALOG };
  20. CBmpButton m_ButSend;
  21. CBmpButton m_ButNote;
  22. CBmpButton m_ButClear;
  23. CBmpButton m_ButBook;
  24. CBmpButton m_ButDel;
  25. CListCtrl m_Grid;
  26. CString m_Note;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CSendNotedlg)
  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(CSendNotedlg)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnButbook();
  40. afx_msg void OnButdel();
  41. afx_msg void OnButclear();
  42. afx_msg void OnButnote();
  43. afx_msg void OnButsend();
  44. afx_msg void OnDestroy();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_SENDNOTEDLG_H__A951B636_A916_4B24_BC2D_B76231BEE467__INCLUDED_)