www.pudn.com > roll.rar > GEOMWND.H


// GeomWnd.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CGeomWnd window 
 
class CFPoint; 
 
class CGeomWnd : public CWnd 
{ 
// Construction 
public: 
	void DrawRoller(CDC* dc,CFPoint point[7]); 
	CGeomWnd(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CGeomWnd) 
	public: 
	virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CGeomWnd(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CGeomWnd) 
	afx_msg void OnPaint(); 
	afx_msg void OnDestroy(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
/////////////////////////////////////////////////////////////////////////////