cbutton.h
来自「实现一个银行营业厅排队程序」· C头文件 代码 · 共 52 行
H
52 行
#if !defined(AFX_CBUTTON_H__F154B4C4_FAE0_4F5F_A7C6_65D09C42DE14__INCLUDED_)
#define AFX_CBUTTON_H__F154B4C4_FAE0_4F5F_A7C6_65D09C42DE14__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// CButton.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCButton window
class CCButton : public CButton
{
// Construction
public:
CCButton();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCButton)
public:
virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CCButton();
// Generated message map functions
protected:
void Draw(CDC* pDC, const CRect& rect, UINT state);
//{{AFX_MSG(CCButton)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CBUTTON_H__F154B4C4_FAE0_4F5F_A7C6_65D09C42DE14__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?