📄 property5.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -