📄 newbooksdlg.h
字号:
#if !defined(AFX_NEWBOOKSDLG_H__84F7FBD6_6161_49DD_B873_462D3753D7AC__INCLUDED_)
#define AFX_NEWBOOKSDLG_H__84F7FBD6_6161_49DD_B873_462D3753D7AC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Bookset.h"
// NewBooksDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CNewBooksDlg dialog
class CNewBooksDlg : public CDialog
{
// Construction
public:
CNewBooksDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CNewBooksDlg)
enum { IDD = IDD_DIALOG_NEW_BOOKS };
CListCtrl m_ctrlist;
CString m_strbookname;
CString m_strbookID;
CString m_strpress;
CString m_strwriter;
float m_fprice;
int m_ltotal;
//}}AFX_DATA
private:
CBookset m_recordset;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNewBooksDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNewBooksDlg)
afx_msg void OnButtonIn();
afx_msg void OnButtonDel();
afx_msg void OnButtonCheckAll();
virtual BOOL OnInitDialog();
afx_msg void OnClickListResult(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NEWBOOKSDLG_H__84F7FBD6_6161_49DD_B873_462D3753D7AC__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -