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

手机短信编程

开发平台:

Visual C++

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