📄 finddlg.h
字号:
#if !defined(AFX_FINDDLG_H__FB8F09AB_D454_4F69_A80E_FB60160407F7__INCLUDED_)
#define AFX_FINDDLG_H__FB8F09AB_D454_4F69_A80E_FB60160407F7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FindDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFindDlg dialog
class CFindDlg : public CDialog
{
// Construction
public:
CFindDlg(CWnd* pParent = NULL); // standard constructor
DECLARE_DYNCREATE(CFindDlg)
// Dialog Data
//{{AFX_DATA(CFindDlg)
enum { IDD = IDD_FINDDIALOG };
CListBox m_resultList;
CButton m_showBuf;
CEdit m_indexEdit;
CStatic m_ctrIndexSt;
CString m_ctrlIndex;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFindDlg)
public:
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFindDlg)
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnButsearch();
afx_msg void OnDblclkResultlist();
afx_msg void OnShowbut();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
int ShowFile();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FINDDLG_H__FB8F09AB_D454_4F69_A80E_FB60160407F7__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -