www.pudn.com > Nethief.rar > ColorStatic.h
#if !defined(AFX_COLORSTATIC_H__1B8E6750_9EDF_11D4_89D8_D05504C10000__INCLUDED_)
#define AFX_COLORSTATIC_H__1B8E6750_9EDF_11D4_89D8_D05504C10000__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// ColorStatic.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CColorStatic window
class CColorStatic : public CStatic
{
// Construction
public:
CColorStatic();
CBrush m_hBrush;
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CColorStatic)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CColorStatic();
// Generated message map functions
protected:
//{{AFX_MSG(CColorStatic)
afx_msg HBRUSH CtlColor(CDC* pDC, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_COLORSTATIC_H__1B8E6750_9EDF_11D4_89D8_D05504C10000__INCLUDED_)