property4.h
来自「本程序使用Visual C++6.0编写」· C头文件 代码 · 共 56 行
H
56 行
#if !defined(AFX_PROPERTY4_H__D0841EC9_BE93_4D9A_8415_491F37DC0A68__INCLUDED_)
#define AFX_PROPERTY4_H__D0841EC9_BE93_4D9A_8415_491F37DC0A68__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Property4.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CProperty4 dialog
class CProperty4 : public CPropertyPage
{
DECLARE_DYNCREATE(CProperty4)
// Construction
public:
int GetIndex();
void DeleteSelectItem();
void RefreshData();
CString m_deviceid;
CProperty4();
~CProperty4();
_RecordsetPtr m_pRecordset;
// Dialog Data
//{{AFX_DATA(CProperty4)
enum { IDD = IDD_PROPPAGE4 };
CListCtrl m_list;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CProperty4)
public:
virtual BOOL OnSetActive();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CProperty4)
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_PROPERTY4_H__D0841EC9_BE93_4D9A_8415_491F37DC0A68__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?