?? coloredit.h
字號:
#ifndef _CCOLOR_EDIT_H_
#define _CCOLOR_EDIT_H_
#include "ColorControl.h"
class CColorEdit : public CEdit, public CColorControl
{
public:
CColorEdit();
virtual ~CColorEdit();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//{{AFX_VIRTUAL(CColorEdit)
public:
virtual BOOL OnChildNotify(UINT message, WPARAM wParam, LPARAM lParam, LRESULT* pLResult);
//}}AFX_VIRTUAL
protected:
//{{AFX_MSG(CColorEdit)
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
bool m_bReadOnly;
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
void SetReadOnly(const bool bFlag);
afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
};
//{{AFX_INSERT_LOCATION}}
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -