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

📄 finder.h

📁 微型文本编辑器. 多文档界面
💻 H
字号:
#if !defined(AFX_FINDER_H__5E251CDE_B861_4F67_AB3D_02EF1F770D99__INCLUDED_)
#define AFX_FINDER_H__5E251CDE_B861_4F67_AB3D_02EF1F770D99__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Finder.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CFinder dialog



class CFinder : public CDialog
{
// Construction
public:
	void setdalg(bool breplace=FALSE);
	CFinder(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CFinder)
	enum { IDD = IDD_FINDER };
	CString	m_findtext;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFinder)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:	
	void SetFindBox();
	bool FindNext();
	long m_ltop;
	int m_uper,m_down,m_count;
	CString m_replacetext;
	// Generated message map functions
	//{{AFX_MSG(CFinder)
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnDestroy();
	virtual BOOL OnInitDialog();
	afx_msg void OnChangeFindtext();
	afx_msg void OnCheckUper();
	afx_msg void OnRadioDown();
	afx_msg void OnRadioUp();
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	afx_msg void OnKillFocus(CWnd* pNewWnd);
	afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
	afx_msg void OnChangeReplacetext();
	afx_msg void OnReplace();
	afx_msg void OnReplaceall();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_FINDER_H__5E251CDE_B861_4F67_AB3D_02EF1F770D99__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -