www.pudn.com > agsm2-1.2_src.zip > FindDialog.h


#if !defined(AFX_FINDDIALOG_H__6E3D3169_38B8_445F_B00E_1AB6F201A118__INCLUDED_) 
#define AFX_FINDDIALOG_H__6E3D3169_38B8_445F_B00E_1AB6F201A118__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// FindDialog.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CFindDialog dialog 
 
class CFindDialog : public CDialog 
{ 
// Construction 
public: 
	CFindDialog(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CFindDialog) 
	enum { IDD = IDD_DIALOG_FIND }; 
	CString	m_csFindWhat; 
	int		m_RadioDir; 
	CString	m_csReplaceWith; 
	BOOL	m_bMatchCase; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CFindDialog) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	virtual void PostNcDestroy(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CFindDialog) 
	virtual void OnCancel(); 
	afx_msg void OnButtonFindnext(); 
	afx_msg void OnButtonReplace(); 
	afx_msg void OnButtonReplaceall(); 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_FINDDIALOG_H__6E3D3169_38B8_445F_B00E_1AB6F201A118__INCLUDED_)