?? transck.h
字號:
#if !defined(AFX_TRANSCK_H__8F5FD7CD_0A8C_4DBA_90D0_4D422416288A__INCLUDED_)
#define AFX_TRANSCK_H__8F5FD7CD_0A8C_4DBA_90D0_4D422416288A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TransCK.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTransCK window
//##ModelId=3F90BAA80058
class CTransCK : public CButton
{
//##ModelId=3F90BAA8006C
bool in;
//##ModelId=3F90BAA80076
int checked;
enum {clfr = RGB(255,255,255), clfill = RGB(255,255,255), cltick = 0x22a122 };
//##ModelId=3F90BAA80080
void draw_box(CDC* pdc);
// Construction
public:
//##ModelId=3F90BAA8008A
CTransCK();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTransCK)
public:
//##ModelId=3F90BAA8008B
virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
protected:
//##ModelId=3F90BAA80096
virtual void PreSubclassWindow();
//}}AFX_VIRTUAL
// Implementation
public:
//##ModelId=3F90BAA8009F
virtual ~CTransCK();
// Generated message map functions
protected:
//{{AFX_MSG(CTransCK)
//##ModelId=3F90BAA800B2
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
//##ModelId=3F90BAA800BC
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
//##ModelId=3F90BAA800C8
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
//##ModelId=3F90BAA800DB
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//##ModelId=3F90BAA800E6
afx_msg UINT OnGetDlgCode();
//##ModelId=3F90BAA800EF
afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
//}}AFX_MSG
//##ModelId=3F90BAA80103
afx_msg LRESULT on_get_check(WPARAM, LPARAM);
//##ModelId=3F90BAA8010E
afx_msg LRESULT on_set_check(WPARAM, LPARAM);
//##ModelId=3F90BAA80122
afx_msg LRESULT on_get_state(WPARAM, LPARAM);
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TRANSCK_H__8F5FD7CD_0A8C_4DBA_90D0_4D422416288A__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -