GroupboxEx.h
资源名称:GGBT.rar [点击查看]
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:1k
源码类别:
P2P编程
开发平台:
Visual C++
- #if !defined(AFX_GROUPBOXEX_H__266557AC_8D9A_4DD0_A783_1BE7F9A75EF2__INCLUDED_)
- #define AFX_GROUPBOXEX_H__266557AC_8D9A_4DD0_A783_1BE7F9A75EF2__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // GroupboxEx.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CGroupboxEx window
- class CGroupBoxEx : public CButton
- {
- // Construction
- public:
- CGroupBoxEx();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CGroupBoxEx)
- protected:
- virtual void PreSubclassWindow();
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CGroupBoxEx();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CGroupBoxEx)
- afx_msg void OnPaint();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CString m_txtString;
- CRect m_boxRect;
- CFont m_font;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_GROUPBOXEX_H__266557AC_8D9A_4DD0_A783_1BE7F9A75EF2__INCLUDED_)