yclistctrl.h
来自「一个很好的LFP规约调试器」· C头文件 代码 · 共 55 行
H
55 行
#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 IDC_EDIT_CTRL 1004
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 + =
减小字号Ctrl + -
显示快捷键?