📄 bookm.h
字号:
#if !defined(AFX_BOOKM_H__D539D063_88DC_448B_A04D_F300D396C4C7__INCLUDED_)
#define AFX_BOOKM_H__D539D063_88DC_448B_A04D_F300D396C4C7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BOOKM.h : header file
//
#include "BLink.h"
/////////////////////////////////////////////////////////////////////////////
// CBOOKM dialog
class CBOOKM : public CDialog
{
// Construction
public:
CBOOKM(CWnd* pParent = NULL); // standard constructor
CBLink book;
CString Num;
CString Lable;
CString Name;
CString Author;
CString Pub;
CString Date;
CString Price;
int tag; //预约标记
int onshelf; //借阅标记
CString RNum; //借书证号
CStdioFile BText;
// friend class CBro;
// Dialog Data
//{{AFX_DATA(CBOOKM)
enum { IDD = IDD_BOOKDIALOG };
CListCtrl m_blist;
CString m_author;
CString m_date;
CString m_lab;
CString m_name;
CString m_num;
CString m_price;
CString m_pub;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBOOKM)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CBOOKM)
virtual BOOL OnInitDialog();
afx_msg void OnAddbutton();
afx_msg void OnShowbutton();
afx_msg void OnSeachbutton();
afx_msg void OnClickBooklist(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnMobutton();
afx_msg void OnDelbutton();
afx_msg void OnDelallbutton();
afx_msg void OnSavebutton();
afx_msg void OnReadbutton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BOOKM_H__D539D063_88DC_448B_A04D_F300D396C4C7__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -