📄 yclistctrl.h
字号:
#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
//
/////////////////////////////////////////////////////////////////////////////
// CYcListCtrl window
#define ARRSIZE(x) (sizeof(x)/sizeof(x[0]))
#define IDC_EDIT_CTRL 1
class CYcListCtrl : public CListCtrl
{
// Construction
public:
CYcListCtrl();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CYcListCtrl)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CYcListCtrl();
// Generated message map functions
protected:
int m_iRow;
int m_iCol;
CEdit* m_pEdit;
void OnShowEditCtrl( void );
//{{AFX_MSG(CYcListCtrl)
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_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -