www.pudn.com > VC生成漂亮界面.zip > ShadowText.h
#if !defined(AFX_SHADOWTEXT_H__C20C3975_B84D_4BBC_A8C4_36E5C82410B7__INCLUDED_)
#define AFX_SHADOWTEXT_H__C20C3975_B84D_4BBC_A8C4_36E5C82410B7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ShadowText.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CShadowText window
class CShadowText : public CStatic
{
// Construction
public:
CShadowText();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CShadowText)
//}}AFX_VIRTUAL
// Implementation
public:
CFont m_Font;
virtual ~CShadowText();
// Generated message map functions
protected:
//{{AFX_MSG(CShadowText)
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_SHADOWTEXT_H__C20C3975_B84D_4BBC_A8C4_36E5C82410B7__INCLUDED_)