ownlist.h

来自「用于电力工业中数据的采集、显示」· C头文件 代码 · 共 48 行

H
48
字号
// OwnList.h : header file
//

#ifndef __OWNLIST_H__
#define __OWNLIST_H__

/////////////////////////////////////////////////////////////////////////////
// COwnerDrawListBox window
class CWgl_32Doc;

class COwnerDrawListBox : public CListBox
{
	CWgl_32Doc *pCWgl_32Doc;
// Construction
public:
	COwnerDrawListBox(CWgl_32Doc * p);

// Attributes
public:

// Operations
public:
	void AddListItem(int item);

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(COwnerDrawListBox)
	public:
	virtual void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
	virtual int CompareItem(LPCOMPAREITEMSTRUCT lpCompareItemStruct);
	virtual void MeasureItem(LPMEASUREITEMSTRUCT lpMeasureItemStruct);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~COwnerDrawListBox();

	// Generated message map functions
protected:
	//{{AFX_MSG(COwnerDrawListBox)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

#endif __OWNLIST_H__	// end define of COwnerDrawListBox

⌨️ 快捷键说明

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