www.pudn.com > CHECKER.zip > CHECKFRM.H


// checkfrm.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CCheckFrame frame 
 
class CCheckFrame : public CMDIChildWnd 
{ 
	DECLARE_DYNCREATE(CCheckFrame) 
protected: 
	CCheckFrame();           // protected constructor used by dynamic creation 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCheckFrame) 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	virtual ~CCheckFrame(); 
 
	// Generated message map functions 
	//{{AFX_MSG(CCheckFrame) 
	afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
/////////////////////////////////////////////////////////////////////////////