www.pudn.com > RMS2000_C.rar > FindFrm.h


#if !defined(AFX_FINDFRM_H__71A7C261_7C4E_11D4_9C32_87A13AC8B72E__INCLUDED_) 
#define AFX_FINDFRM_H__71A7C261_7C4E_11D4_9C32_87A13AC8B72E__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// FindFrm.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CFindFrame frame 
 
class CFindFrame : public CMDIChildWnd 
{ 
	DECLARE_DYNCREATE(CFindFrame) 
protected: 
	CFindFrame();           // protected constructor used by dynamic creation 
 
	CSplitterWnd m_wndSplitter; 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CFindFrame) 
	protected: 
	virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext); 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	virtual ~CFindFrame(); 
 
	// Generated message map functions 
	//{{AFX_MSG(CFindFrame) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_FINDFRM_H__71A7C261_7C4E_11D4_9C32_87A13AC8B72E__INCLUDED_)