⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 finddlg.h

📁 一个源代码管理工具,支持悬浮框拖曳,后台数据库管理,代码高亮显示灯功能
💻 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 + -