12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #if !defined(AFX_PHONEMSGSET_H__22611085_81C1_4688_BF84_627662E5741D__INCLUDED_)
- #define AFX_PHONEMSGSET_H__22611085_81C1_4688_BF84_627662E5741D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // PhoneMsgSet.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // PhoneMsgSet dialog
- class PhoneMsgSet : public CDialog
- {
- // Construction
- public:
- PhoneMsgSet(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(PhoneMsgSet)
- enum { IDD = IDD_DLGPhoneMsgSet };
- BOOL m_msgcheck8;
- BOOL m_msgcheck9;
- BOOL m_msgcheck10;
- CString m_msgcontent8;
- CString m_msgcontent9;
- CString m_msgcontent10;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(PhoneMsgSet)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(PhoneMsgSet)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnChangeEDITcontent8();
- afx_msg void OnChangeEDITcontent9();
- afx_msg void OnChangeEDITcontent10();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PHONEMSGSET_H__22611085_81C1_4688_BF84_627662E5741D__INCLUDED_)
|