ShadowWnd.h
资源名称:(vc).rar [点击查看]
上传用户:wpp2016
上传日期:2010-02-01
资源大小:1250k
文件大小:1k
源码类别:
Telnet服务器
开发平台:
Visual C++
- //阴影窗口
- #if !defined(AFX_SHADOWWND_H__ACCA6600_E30A_11D3_9E45_00A0C936C4B3__INCLUDED_)
- #define AFX_SHADOWWND_H__ACCA6600_E30A_11D3_9E45_00A0C936C4B3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ShadowWnd.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CShadowWnd window
- class CShadowWnd : public CWnd
- {
- // Construction
- public:
- CShadowWnd();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CShadowWnd)
- public:
- //}}AFX_VIRTUAL
- // Implementation
- public:
- void ShowReadOnlyText(CString sText);
- virtual BOOL Create(const RECT& rect,CWnd *pParentWnd);
- CString m_sShowText;
- CBrush m_bmpBrush;
- virtual ~CShadowWnd();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CShadowWnd)
- afx_msg void OnNcPaint();
- afx_msg void OnPaint();
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SHADOWWND_H__ACCA6600_E30A_11D3_9E45_00A0C936C4B3__INCLUDED_)