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


#if !defined(AFX_CURVEFRAME_H__8B264E53_2499_11D3_A643_204C4F4F5020__INCLUDED_) 
#define AFX_CURVEFRAME_H__8B264E53_2499_11D3_A643_204C4F4F5020__INCLUDED_ 
 
#if _MSC_VER >= 1000 
#pragma once 
#endif // _MSC_VER >= 1000 
// CurveFrame.h : header file 
// 
 
#include "FolderFrame.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CCurveFrame frame 
 
class CCurveFrame : public CMDIChildWnd 
{ 
	DECLARE_DYNCREATE(CCurveFrame) 
protected: 
	CCurveFrame();           // protected constructor used by dynamic creation 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCurveFrame) 
	protected: 
	virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext); 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	CFolderFrame	m_wndFolderFrame; 
	virtual ~CCurveFrame(); 
 
	// Generated message map functions 
	//{{AFX_MSG(CCurveFrame) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Developer Studio will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CurveFRAME_H__8B264E53_2499_11D3_A643_204C4F4F5020__INCLUDED_)