www.pudn.com > 200410111016053551.rar > SendVw.h


#if !defined(AFX_SENDVW_H__5BCE4F61_DDEE_11D5_A351_0000E86524DF__INCLUDED_) 
#define AFX_SENDVW_H__5BCE4F61_DDEE_11D5_A351_0000E86524DF__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// SendVw.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CSendEdit view 
 
class CSendEdit : public CEditView 
{ 
protected: 
	CSendEdit();           // protected constructor used by dynamic creation 
	DECLARE_DYNCREATE(CSendEdit) 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSendEdit) 
	protected: 
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view 
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	virtual ~CSendEdit(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CSendEdit) 
	afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags); 
	afx_msg void OnMenuitemback(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SENDVW_H__5BCE4F61_DDEE_11D5_A351_0000E86524DF__INCLUDED_)