www.pudn.com > colortable.zip > ColorSelector.h


#if !defined(AFX_COLORSELECTOR_H__58EB0CEE_0726_11D6_A059_006067718D04__INCLUDED_) 
#define AFX_COLORSELECTOR_H__58EB0CEE_0726_11D6_A059_006067718D04__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ColorSelector.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CColorSelector dialog 
 
class CColorSelector : public CColorDialog 
{ 
	DECLARE_DYNAMIC(CColorSelector) 
 
public: 
	CColorSelector(COLORREF clrInit = 0, DWORD dwFlags = 0, 
			CWnd* pParentWnd = NULL); 
 
protected: 
	//{{AFX_MSG(CColorSelector) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_COLORSELECTOR_H__58EB0CEE_0726_11D6_A059_006067718D04__INCLUDED_)