www.pudn.com > buildct.zip > DlgDraw.h, change:2004-02-22,size:1297b


#if !defined(AFX_DLGDRAW_H__1D97745C_5B96_4479_A225_331BDFFF0A13__INCLUDED_) 
#define AFX_DLGDRAW_H__1D97745C_5B96_4479_A225_331BDFFF0A13__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DlgDraw.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDlgDraw dialog 
 
class CDlgDraw : public CDialog 
{ 
// Construction 
public: 
	CBitmap* getBitBuf(); 
	CDlgDraw(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDlgDraw) 
	enum { IDD = IDD_DIALOGDRAW }; 
	CStatic	m_drawArea; 
	CString	m_drawInfo; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDlgDraw) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
	CBitmap m_bmpBuf; 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDlgDraw) 
	afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags); 
	afx_msg void OnPaint(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DLGDRAW_H__1D97745C_5B96_4479_A225_331BDFFF0A13__INCLUDED_)