PhoneMsgSet.h 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #if !defined(AFX_PHONEMSGSET_H__22611085_81C1_4688_BF84_627662E5741D__INCLUDED_)
  2. #define AFX_PHONEMSGSET_H__22611085_81C1_4688_BF84_627662E5741D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PhoneMsgSet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // PhoneMsgSet dialog
  10. class PhoneMsgSet : public CDialog
  11. {
  12. // Construction
  13. public:
  14. PhoneMsgSet(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(PhoneMsgSet)
  17. enum { IDD = IDD_DLGPhoneMsgSet };
  18. BOOL m_msgcheck8;
  19. BOOL m_msgcheck9;
  20. BOOL m_msgcheck10;
  21. CString m_msgcontent8;
  22. CString m_msgcontent9;
  23. CString m_msgcontent10;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(PhoneMsgSet)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(PhoneMsgSet)
  35. virtual BOOL OnInitDialog();
  36. virtual void OnOK();
  37. afx_msg void OnChangeEDITcontent8();
  38. afx_msg void OnChangeEDITcontent9();
  39. afx_msg void OnChangeEDITcontent10();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_PHONEMSGSET_H__22611085_81C1_4688_BF84_627662E5741D__INCLUDED_)