📄 modifybookinfodlg.h
字号:
#if !defined(AFX_MODIFYBOOKINFODLG_H__38FF7E86_B8F7_462E_95A1_88C5F89CF4F5__INCLUDED_)
#define AFX_MODIFYBOOKINFODLG_H__38FF7E86_B8F7_462E_95A1_88C5F89CF4F5__INCLUDED_
#include "BookRS1.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ModifyBookInfoDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CModifyBookInfoDlg dialog
class CModifyBookInfoDlg : public CDialog
{
// Construction
public:
CModifyBookInfoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CModifyBookInfoDlg)
enum { IDD = IDD_MODIFY_BOOK_INFO };
CString m_BookAuthor;
CTime m_BookDate;
CString m_BookKind;
CString m_BookNum;
CString m_BookPress;
CString m_BookTitle;
CString m_bookNumOld;
int m_BookTotal;
double m_BookPrice;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CModifyBookInfoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CModifyBookInfoDlg)
afx_msg void OnSure();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CBookRS1 m_bookSet;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MODIFYBOOKINFODLG_H__38FF7E86_B8F7_462E_95A1_88C5F89CF4F5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -