www.pudn.com > NoteBookVC++.rar > NEWFINDREPLACE.h


#if !defined(AFX_NEWFINDREPLACE_H__19A718C0_87C7_422D_9CCF_D91667F29D01__INCLUDED_) 
#define AFX_NEWFINDREPLACE_H__19A718C0_87C7_422D_9CCF_D91667F29D01__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// NEWFINDREPLACE.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// NEWFINDREPLACE dialog 
 
 
 
 
class NEWFINDREPLACE : public CDialog 
{ 
// Construction 
public: 
	NEWFINDREPLACE(CWnd* pParent = NULL);   // standard constructor 
    CButton button1,button2,button3; 
 
	CEdit Find,Replace; 
	CString FindStr,ReplaceStr,Text; 
    int result; 
	BOOL FromDown; 
// Dialog Data 
	//{{AFX_DATA(NEWFINDREPLACE) 
	enum { IDD = IDD_DIALOG4 }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(NEWFINDREPLACE) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(NEWFINDREPLACE) 
	virtual void OnOK(); 
	virtual void OnCancel(); 
	afx_msg void OnReplace(); 
	afx_msg void OnAllreplace(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnRadiodown(); 
	afx_msg void OnRadioup(); 
	afx_msg void OnChangeEdit1(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_NEWFINDREPLACE_H__19A718C0_87C7_422D_9CCF_D91667F29D01__INCLUDED_)