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