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


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