www.pudn.com > NoteBookVC++.rar > NEWCOLORDIALOG.h


#if !defined(AFX_NEWCOLORDIALOG_H__90EB0F4F_DFE6_4A3C_94D3_7D1A9711733E__INCLUDED_) 
#define AFX_NEWCOLORDIALOG_H__90EB0F4F_DFE6_4A3C_94D3_7D1A9711733E__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// NEWCOLORDIALOG.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// NEWCOLORDIALOG dialog 
 
class NEWCOLORDIALOG : public CColorDialog 
{ 
	DECLARE_DYNAMIC(NEWCOLORDIALOG) 
 
public: 
	NEWCOLORDIALOG(COLORREF clrInit = 0, DWORD dwFlags = 0, 
			CWnd* pParentWnd = NULL); 
    CString Title; 
protected: 
	//{{AFX_MSG(NEWCOLORDIALOG) 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_NEWCOLORDIALOG_H__90EB0F4F_DFE6_4A3C_94D3_7D1A9711733E__INCLUDED_)