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


// customco.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CCustomColor dialog 
 
class CCustomColor : public CColorDialog 
{ 
// Construction 
public: 
	CCustomColor(COLORREF color=0,DWORD flag=0,CWnd* pParent = NULL);   // standard constructor 
	 
	BOOL m_reset; 
// Dialog Data 
	//{{AFX_DATA(CCustomColor) 
	enum { IDD = IDD_COLOR }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCustomColor) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CCustomColor) 
	afx_msg void OnReset(); 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
};