www.pudn.com > agentnet.zip > ReceiveGeneralMsgDlg.h


#if !defined(AFX_RECEIVEGENERALMSGDLG_H__AC9E2DCD_0997_4D74_95D6_0AC780733CC5__INCLUDED_) 
#define AFX_RECEIVEGENERALMSGDLG_H__AC9E2DCD_0997_4D74_95D6_0AC780733CC5__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ReceiveGeneralMsgDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CReceiveGeneralMsgDlg dialog 
 
class CReceiveGeneralMsgDlg : public CDialog 
{ 
// Construction 
public: 
	BOOL m_bReply; 
	CString m_strFromUserName; 
	CReceiveGeneralMsgDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CReceiveGeneralMsgDlg) 
	enum { IDD = IDD_DIALOG_RECEIVE_GENERAL_MSG }; 
	CString	m_strText; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CReceiveGeneralMsgDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CReceiveGeneralMsgDlg) 
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 
	afx_msg void OnButtonReply(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_RECEIVEGENERALMSGDLG_H__AC9E2DCD_0997_4D74_95D6_0AC780733CC5__INCLUDED_)