📄 zhgset.h
字号:
#if !defined(AFX_ZHGSET_H__841CAE38_65AD_4BBB_8FA5_2CB5A83BC2D9__INCLUDED_)
#define AFX_ZHGSET_H__841CAE38_65AD_4BBB_8FA5_2CB5A83BC2D9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ZHGSET.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CZHGSET recordset
class CZHGSET : public CRecordset
{
public:
CZHGSET(CDatabase* pDatabase = NULL);
DECLARE_DYNAMIC(CZHGSET)
// Field/Param Data
//{{AFX_FIELD(CZHGSET, CRecordset)
CString m_ID;
CString m_PASSWORD;
long m_TYPE;
CString m_NAME;
CString m_SEX;
CString m_BIRTHDAY;
CString m_DEPARTMENT;
CString m_JOB;
CString m_EDU_LEVEL;
CString m_MAJOR;
CString m_ADDRESS;
CString m_TEL;
CString m_EMAIL;
CString m_STATE;
CString m_SHUOMING;
CString m_LYRQ;
CString m_PERSONID;
//}}AFX_FIELD
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CZHGSET)
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_ZHGSET_H__841CAE38_65AD_4BBB_8FA5_2CB5A83BC2D9__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -