?? pushck.h
字號:
#if !defined(AFX_PUSHCK_H__F5060849_1C77_4A64_ABC3_5557EECCBABA__INCLUDED_)
#define AFX_PUSHCK_H__F5060849_1C77_4A64_ABC3_5557EECCBABA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PushCK.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPushCK window
//##ModelId=3F90BAB8010F
class CPushCK : public CButton
{
//##ModelId=3F90BAB8011A
bool check;
//##ModelId=3F90BAB8012D
COLORREF clbk;
//##ModelId=3F90BAB80137
COLORREF cltxt;
//##ModelId=3F90BAB80141
COLORREF clfr;
//##ModelId=3F90BAB8014B
COLORREF clfocus;
//##ModelId=3F90BAB80155
COLORREF cldef;
//##ModelId=3F90BAB8015F
bool in;
//##ModelId=3F90BAB80169
void paintbk();
// Construction
public:
//##ModelId=3F90BAB80173
CPushCK();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPushCK)
public:
//##ModelId=3F90BAB80174
virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
protected:
//##ModelId=3F90BAB8017F
virtual void PreSubclassWindow();
//}}AFX_VIRTUAL
// Implementation
public:
//##ModelId=3F90BAB80188
virtual ~CPushCK();
// Generated message map functions
protected:
//{{AFX_MSG(CPushCK)
//##ModelId=3F90BAB80191
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
//}}AFX_MSG
#define DECL_MSG(x) LRESULT x(WPARAM, LPARAM)
//##ModelId=3F90BAB8019D
DECL_MSG(on_set_check);
//##ModelId=3F90BAB801B0
DECL_MSG(on_get_check);
#undef DECL_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PUSHCK_H__F5060849_1C77_4A64_ABC3_5557EECCBABA__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -