listctrlex.h
来自「IEC60870-5-103规约测试工具。 目前只能打开COM1口」· C头文件 代码 · 共 56 行
H
56 行
#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_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?