www.pudn.com > CleanR.zip > CleanRDlg.h


#if !defined(AFX_CLEANRDLG_H__4792881E_D085_4651_A5E9_B079105557C9__INCLUDED_) 
#define AFX_CLEANRDLG_H__4792881E_D085_4651_A5E9_B079105557C9__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CCleanRDlg dialog 
 
class CCleanRDlg : public CDialog 
{ 
// Construction 
public: 
	CCleanRDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CCleanRDlg) 
	enum { IDD = IDD_CLEANR_DIALOG }; 
	CString	m_lpszSearchText; 
	CString	m_lpszReplacementString; 
	BOOL	m_bStrict; 
	BOOL	m_bCheckWordsOnly; 
	BOOL	m_bIgnoreLastWordPunct; 
	BOOL	m_bCaseSensetive; 
	BOOL	m_bOverWriteFile; 
	BOOL	m_bSearchStringFromFile; 
	BOOL	m_bReplacementFromFile; 
	CString	m_sMatches; 
	BOOL	m_bReplaceLFWithCRLF; 
	BOOL	m_bReplaceCRLFWithLF; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCleanRDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CCleanRDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	virtual void OnOK(); 
	afx_msg void OnBrowse(); 
	afx_msg void OnChangeSearchText(); 
	afx_msg void OnChangeReplacementString(); 
	afx_msg void OnStrictGrammar(); 
	afx_msg void OnCheckWordsOnly(); 
	afx_msg void OnIgnoreLastWordPunct(); 
	afx_msg void OnCaseSensetiveOption(); 
	afx_msg void OnOverWriteFile(); 
	afx_msg void OnGetSearchStringFromFile(); 
	afx_msg void OnReplaceFromFile(); 
	afx_msg void OnChangeMatches(); 
	afx_msg void OnConvertLFtoCRLF(); 
	afx_msg void OnConvertCRLFtoLF(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CLEANRDLG_H__4792881E_D085_4651_A5E9_B079105557C9__INCLUDED_)