?? listctrlex.h
字號(hào):
#if !defined(AFX_YCLISTCTRL_H__F0130385_F006_4C09_9EF2_C712DB59AF58__INCLUDED_)
#define AFX_YCLISTCTRL_H__F0130385_F006_4C09_9EF2_C712DB59AF58__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// YcListCtrl.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CListCtrlEx window
#define IDC_EDIT_CTRL 1004
#define ARRSIZE(x) (sizeof(x)/sizeof(x[0]))
class CListCtrlEx : public CListCtrl
{
// Construction
public:
CListCtrlEx();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CListCtrlEx)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CListCtrlEx();
// Generated message map functions
protected:
int m_iRow;
int m_iCol;
CEdit* m_pEdit;
void OnShowEditCtrl( void );
//{{AFX_MSG(CListCtrlEx)
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
afx_msg void OnEnKillFocus();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_YCLISTCTRL_H__F0130385_F006_4C09_9EF2_C712DB59AF58__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -