systemset.h
来自「计算机管理系统可以实现开机时自动运行」· C头文件 代码 · 共 46 行
H
46 行
// SystemSet.h : interface of the CSystemSet class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_SYSTEMSET_H__8DEAA890_BC8E_451E_A3C5_F44CF61A4841__INCLUDED_)
#define AFX_SYSTEMSET_H__8DEAA890_BC8E_451E_A3C5_F44CF61A4841__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CSystemSet : public CRecordset
{
public:
CSystemSet(CDatabase* pDatabase = NULL);
DECLARE_DYNAMIC(CSystemSet)
// Field/Param Data
//{{AFX_FIELD(CSystemSet, CRecordset)
CString m_administrator;
CString m_apassword;
//}}AFX_FIELD
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSystemSet)
public:
virtual CString GetDefaultConnect(); // Default connection string
virtual CString GetDefaultSQL(); // default SQL for Recordset
virtual void DoFieldExchange(CFieldExchange* pFX); // RFX support
//}}AFX_VIRTUAL
// Implementation
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SYSTEMSET_H__8DEAA890_BC8E_451E_A3C5_F44CF61A4841__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?