📄 searchresultdlg.h
字号:
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_SEARCHRESULTDLG_H__E67F805A_6CB9_4E34_9625_F9F00EA8D9A8__INCLUDED_)
#define AFX_SEARCHRESULTDLG_H__E67F805A_6CB9_4E34_9625_F9F00EA8D9A8__INCLUDED_
//#include "BookQueryDlg.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SearchResultDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// SearchResultDlg dialog
class SearchResultDlg : public CDialog
{
// Construction
public:
afx_msg void OnDelete();
SearchResultDlg(CWnd* pParent = NULL); // standard constructor
// BookQueryDlg bookquerydlg;
public:
CString m_keyword;
int QueryStyle,QueryKind;
bool deadDelete;
// Dialog Data
//{{AFX_DATA(SearchResultDlg)
enum { IDD = IDD_SEARCHRESULTDLG_DIALOG };
CEdit m_ct;
CAdodc m_adodc;
int m_ed;
CDataGrid m_datagrid;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(SearchResultDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(SearchResultDlg)
afx_msg void OnButton1();
virtual BOOL OnInitDialog();
afx_msg void OnLook();
afx_msg void OnDblClickDatagrid1();
// afx_msg void OnDelete();
afx_msg void OnMdify();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SEARCHRESULTDLG_H__E67F805A_6CB9_4E34_9625_F9F00EA8D9A8__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -