📄 bookdlg.h
字号:
#if !defined(AFX_BOOKDLG_H__6FE42A4F_8B1B_4E59_8236_1EA8E5AD98E3__INCLUDED_)
#define AFX_BOOKDLG_H__6FE42A4F_8B1B_4E59_8236_1EA8E5AD98E3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include"cbookset.h"
// bookdlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// bookdlg dialog
class bookdlg : public CDialog
{
// Construction
public:
bookdlg(CWnd* pParent = NULL); // standard constructor
BOOL SetButtonState();
BOOL SetTextState();
BOOL DisplayRecord();
BOOL OnInitDialog() ;
BOOL m_bEdit;
BOOL m_bAdd;
cbookset m_rsDataSet;
// Dialog Data
//{{AFX_DATA(bookdlg)
enum { IDD = IDD_BOOK_dlg };
int m_amount;
CString m_strauthor;
CString m_strbookid;
CString m_strbookidq;
CString m_strbookname;
CString m_booknameq;
int m_remain;
CString m_strpress;
CString m_strflag;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(bookdlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(bookdlg)
afx_msg void OnEnquery();
afx_msg void OnFirst();
afx_msg void OnPrior();
afx_msg void OnNext();
afx_msg void OnLast();
afx_msg void OnNew();
afx_msg void OnEdit();
afx_msg void OnSave();
afx_msg void OnCancelRec();
afx_msg void OnDelete();
afx_msg void OnExit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BOOKDLG_H__6FE42A4F_8B1B_4E59_8236_1EA8E5AD98E3__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -