📄 showpersonctrl.h
字号:
#if !defined(AFX_SHOWPERSONCTRL_H__A91FBDA3_88FB_448C_8C2C_FF825DD9F573__INCLUDED_)
#define AFX_SHOWPERSONCTRL_H__A91FBDA3_88FB_448C_8C2C_FF825DD9F573__INCLUDED_
#include "Person.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ShowPersonCtrl.h : header file
//该类继承了列表控件
/////////////////////////////////////////////////////////////////////////////
// CShowPersonCtrl window
class CShowPersonCtrl : public CListCtrl
{
// Construction
public:
CShowPersonCtrl();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CShowPersonCtrl)
//}}AFX_VIRTUAL
// Implementation
public:
UINT m_nNum;
static CImageList m_personImage;
static void DelImage();
static bool LoadImage();
void Init();
void DelAllPerson();
void AddPerson(CPerson *person);
virtual ~CShowPersonCtrl();
// Generated message map functions
protected:
//{{AFX_MSG(CShowPersonCtrl)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SHOWPERSONCTRL_H__A91FBDA3_88FB_448C_8C2C_FF825DD9F573__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -