📄 brrowpage.h
字号:
#if !defined(AFX_BRROWPAGE_H__50D76076_F9FD_48C9_A2E9_6165BD7AEB81__INCLUDED_)
#define AFX_BRROWPAGE_H__50D76076_F9FD_48C9_A2E9_6165BD7AEB81__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BrrowPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBrrowPage dialog
class CBrrowPage : public CDialog
{
// Construction
public:
void RefreshData();
void InitData();
void AddBitmap(UINT nID);
CBrrowPage(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CBrrowPage)
enum { IDD = IDD_DIALOG_BORROW };
CButton m_return;
CComboBoxEx m_borrowType;
CButton m_ctrlSubmit;
CListCtrl m_exist;
int m_doType;
CString m_strOwner;
CString m_strBookName;
CString m_strBorrower;
int m_nBigType;
CString m_strPress;
CString m_strType;
COleDateTime m_bInDate;
COleDateTime m_bOutDate;
COleDateTime m_returnDate;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBrrowPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CBrush brush;
CImageList iBorrowType;
// Generated message map functions
//{{AFX_MSG(CBrrowPage)
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeBorrowandboutComboDotype();
afx_msg void OnBorrowandboutButtonReturn();
afx_msg void OnBorrowandboutButtonSubmit();
afx_msg void OnClickBorrowandboutListExist(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnKillfocusBorrowandboutListExist(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_BRROWPAGE_H__50D76076_F9FD_48C9_A2E9_6165BD7AEB81__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -