📄 searchpage.h
字号:
#if !defined(AFX_SEARCHPAGE_H__7627F4DD_028E_4C2F_8F5C_601E2078E66B__INCLUDED_)
#define AFX_SEARCHPAGE_H__7627F4DD_028E_4C2F_8F5C_601E2078E66B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SearchPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSearchPage dialog
class CSearchPage : public CDialog
{
// Construction
public:
void AddBitmap(UINT nID);
virtual void OnCancel();
virtual void OnOK();
CSearchPage(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSearchPage)
enum { IDD = IDD_DIALOG_SEARCH };
CComboBoxEx m_searchKind;
CListCtrl m_result;
int m_nSearchType;
int m_nBigType;
CString m_strType;
CString m_strPress;
COleDateTime m_buyDate;
CString m_strAuthor;
CString m_strBookName;
float m_fPrice;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSearchPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CBrush brush;
CImageList iSearchKind;
// Generated message map functions
//{{AFX_MSG(CSearchPage)
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
virtual BOOL OnInitDialog();
afx_msg void OnSearchButtonSubmit();
afx_msg void OnSelchangeSearchComboSearchtype();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SEARCHPAGE_H__7627F4DD_028E_4C2F_8F5C_601E2078E66B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -