www.pudn.com > VCAMS.rar > GetMsgDialog.h
#if !defined(AFX_GETMSGDIALOG_H__44D04068_81FC_48B5_B103_A0041152B36D__INCLUDED_)
#define AFX_GETMSGDIALOG_H__44D04068_81FC_48B5_B103_A0041152B36D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GetMsgDialog.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CGetMsgDialog dialog
class CGetMsgDialog : public CDialog
{
// Construction
public:
CGetMsgDialog(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGetMsgDialog)
enum { IDD = IDD_RECEIVE_DIALOG };
CString m_strRichEdit;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGetMsgDialog)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CGetMsgDialog)
afx_msg void OnBnOk();
afx_msg void OnBnCancle();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GETMSGDIALOG_H__44D04068_81FC_48B5_B103_A0041152B36D__INCLUDED_)