property5.h

来自「本程序使用Visual C++6.0编写」· C头文件 代码 · 共 55 行

H
55
字号
#if !defined(AFX_PROPERTY5_H__78EEE954_8342_46A7_934A_9B958E7A2FA0__INCLUDED_)
#define AFX_PROPERTY5_H__78EEE954_8342_46A7_934A_9B958E7A2FA0__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CProperty5 dialog

class CProperty5 : public CPropertyPage
{
	DECLARE_DYNCREATE(CProperty5)

// Construction
public:
	int GetIndex();
	void RefreshData();
	CString m_deviceid;
	CProperty5();
	~CProperty5();
	_RecordsetPtr m_pRecordset;
// Dialog Data
	//{{AFX_DATA(CProperty5)
	enum { IDD = IDD_PROPPAGE5 };
	CListCtrl	m_list;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CProperty5)
	public:
	virtual BOOL OnSetActive();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CProperty5)
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

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

#endif // !defined(AFX_PROPERTY5_H__78EEE954_8342_46A7_934A_9B958E7A2FA0__INCLUDED_)

⌨️ 快捷键说明

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