borrowinfo.h
来自「用MFC和Access开发的数据库系统」· C头文件 代码 · 共 63 行
H
63 行
#if !defined(AFX_BORROWINFO_H__83069163_A0C9_4DE9_BAF9_5B4FB6DFFAE3__INCLUDED_)
#define AFX_BORROWINFO_H__83069163_A0C9_4DE9_BAF9_5B4FB6DFFAE3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BORROWINFO.h : header file
//
#include "LeftTreeView.h"
/////////////////////////////////////////////////////////////////////////////
// CBORROWINFO dialog
class CBORROWINFO : public CDialog
{
// Construction
public:
CString m_getid;
BOOL OpenRecordSet(_RecordsetPtr &recPtr, CString &strSQL);
//声明ADO记录集
_RecordsetPtr m_pRecordset;
CLeftTreeView *pLeftView;
public:
CBORROWINFO(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CBORROWINFO)
enum { IDD = IDD_BORROW_INFO };
CString m_borid;
CString m_bordate;
CString m_bordays;
CString m_borjid;
CString m_bortime;
COleDateTime m_datatime;
CString m_overdays;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBORROWINFO)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CBORROWINFO)
virtual BOOL OnInitDialog();
afx_msg void OnButtonDelete();
afx_msg void OnButtonEdit();
afx_msg void OnSetUp();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BORROWINFO_H__83069163_A0C9_4DE9_BAF9_5B4FB6DFFAE3__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?