www.pudn.com > VCAMS.rar > SendMessage.h
#if !defined(AFX_SENDMESSAGE_H__65BA0041_31C7_4305_B093_56BD1ED1E8C5__INCLUDED_)
#define AFX_SENDMESSAGE_H__65BA0041_31C7_4305_B093_56BD1ED1E8C5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SendMessage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSendMessage dialog
class CSendMessage : public CDialog
{
// Construction
public:
CString m_strReceiver;
IAMSession* m_pAMSession;
IAMSessionPtr m_IAMSessionPtr;
CSendMessage(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSendMessage)
enum { IDD = IDD_SENDMESSAGE_DIALOG };
CEdit m_ctlEdit;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSendMessage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSendMessage)
virtual void OnOK();
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_SENDMESSAGE_H__65BA0041_31C7_4305_B093_56BD1ED1E8C5__INCLUDED_)