?? colorbutton.h
字號(hào):
#ifndef _CCOLORBUTTON_H_
#define _CCOLORBUTTON_H_
#include "ColorControl.h"
class CColorButton : public CButton, public CColorControl
{
public:
CColorButton();
virtual ~CColorButton();
protected:
//{{AFX_VIRTUAL(CColorButton)
public:
virtual void DrawItem(LPDRAWITEMSTRUCT lpDIS);
protected:
virtual void PreSubclassWindow();
//}}AFX_VIRTUAL
//{{AFX_MSG(CColorButton)
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -