📄 b_inf.h
字号:
#if !defined(AFX_B_INF_H__15640E47_C93B_4414_A35C_CEEE2701AE9F__INCLUDED_)
#define AFX_B_INF_H__15640E47_C93B_4414_A35C_CEEE2701AE9F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// B_INF.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// B_INF dialog
class B_INF : public CDialog
{
// Construction
public:
B_INF(CWnd* pParent = NULL); // standard constructor
BOOL OnInitDialog();
CDatabase m_database;
int person_id;
void RefreshData();
void thebook(int aa);
bool change;
//void OnButtonchazhao();
CString p_query;
int bb;
//void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
// Dialog Data
//{{AFX_DATA(B_INF)
enum { IDD = IDD_DIALOG2 };
CListCtrl m_book;
CString m_field;
CString m_relation;
CString m_content;
int m_bid1;
CString m_bname1;
CString m_bzuozhe1;
CString m_bpublic1;
int m_bzongshu1;
int m_bleft1;
int m_bprice1;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(B_INF)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(B_INF)
afx_msg void OnBookadd();
afx_msg void OnBooksub();
afx_msg void OnButtonchazhao();
afx_msg void OnButtonmod();
afx_msg void OnItemchangedList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButtonfresh();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_B_INF_H__15640E47_C93B_4414_A35C_CEEE2701AE9F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -