📄 furbrdlg.h
字号:
#if !defined(AFX_FURBRDLG_H__1D73804F_5011_48AF_B9F0_A031622B1559__INCLUDED_)
#define AFX_FURBRDLG_H__1D73804F_5011_48AF_B9F0_A031622B1559__INCLUDED_
#include "afxdb.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FurbrDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFurbrDlg dialog
class CFurbrDlg : public CDialog
{
// Construction
public:
CDatabase m_database;
CFurbrDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFurbrDlg)
enum { IDD = IDD_FURBR_DIALOD };
CListCtrl m_ctrList;
CString m_strFurID;
CString m_strProofID;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFurbrDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void RefreshData();
BOOL OnInitDialog();
// Generated message map functions
//{{AFX_MSG(CFurbrDlg)
afx_msg void OnBtnExit();
afx_msg void OnBtnCheck();
afx_msg void OnBtnHb();
afx_msg void OnBtnBorrow();
afx_msg void OnBtnReturn();
afx_msg void OnBtnReset();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FURBRDLG_H__1D73804F_5011_48AF_B9F0_A031622B1559__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -