?? 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_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -