www.pudn.com > News Search3.01.rar > BrowseView.h


#if !defined(AFX_BROWSEVIEW_H__E7728A81_E543_11D4_B45A_00104B1269BD__INCLUDED_) 
#define AFX_BROWSEVIEW_H__E7728A81_E543_11D4_B45A_00104B1269BD__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// BrowseView.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CBrowseView view 
 
class CBrowseView : public CEditView 
{ 
protected: 
	CBrowseView();           // protected constructor used by dynamic creation 
	DECLARE_DYNCREATE(CBrowseView) 
 
// Attributes 
protected: 
	LOGFONT lf; 
 
public: 
 
// Operations 
protected: 
	BOOL KeyScroll(UINT nChar); 
	BOOL UpdateString(CString lpString); 
 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CBrowseView) 
	protected: 
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view 
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	virtual ~CBrowseView(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
	// Generated message map functions 
protected: 
	void InitFontSet(); 
	//{{AFX_MSG(CBrowseView) 
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 
	afx_msg void OnPaint(); 
	afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message); 
	afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_BROWSEVIEW_H__E7728A81_E543_11D4_B45A_00104B1269BD__INCLUDED_)