📄 resetdatabase.h
字号:
#if !defined(AFX_RESETDATABASE_H__6DB82D22_0CEE_4B75_9D77_7E0AF4E11817__INCLUDED_)
#define AFX_RESETDATABASE_H__6DB82D22_0CEE_4B75_9D77_7E0AF4E11817__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Resetdatabase.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CResetdatabase dialog
class CResetdatabase : public CDialog
{
// Construction
public:
CResetdatabase(CWnd* pParent = NULL); // standard constructor
// 定义ADO连接、命令、记录集变量指针
_ConnectionPtr m_pConnection;
_CommandPtr m_pCommand;
_RecordsetPtr m_pRecordset;
_RecordsetPtr m_pRecordsetin;
_RecordsetPtr m_pRecordsetout;
_RecordsetPtr m_pRecordsetroomstate;
_RecordsetPtr m_pRecordsetgz;
// Dialog Data
//{{AFX_DATA(CResetdatabase)
enum { IDD = IDD_DIg_resetdatabase };
BOOL m_resetguazhang;
BOOL m_resetcheckoutreg;
BOOL m_resetcheckinreg;
BOOL m_resetroombook;
BOOL m_resetroomstate;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CResetdatabase)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CResetdatabase)
afx_msg void Onbeginresetdatabase();
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RESETDATABASE_H__6DB82D22_0CEE_4B75_9D77_7E0AF4E11817__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -