msglistview.h

来自「实现了无线传感器网络中的一个路由协议算法。」· C头文件 代码 · 共 57 行

H
57
字号
#if !defined(AFX_MSGLISTVIEW_H__F116E0AD_D417_461C_B525_B2F1FD5A024F__INCLUDED_)
#define AFX_MSGLISTVIEW_H__F116E0AD_D417_461C_B525_B2F1FD5A024F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MsgListView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CMsgListView view

class CMsgListView : public CListView
{
protected:
	CMsgListView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CMsgListView)

// Attributes
public:

// Operations
public:
    CRITICAL_SECTION Locked;
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMsgListView)
	protected:
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CMsgListView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
protected:
	//{{AFX_MSG(CMsgListView)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnClearRecords();
	afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MSGLISTVIEW_H__F116E0AD_D417_461C_B525_B2F1FD5A024F__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?