www.pudn.com > SafeClean.rar > LogFiles.h


#if !defined(AFX_LOGFILES_H__3C137D3F_5C65_40AE_A397_D97641E1186E__INCLUDED_) 
#define AFX_LOGFILES_H__3C137D3F_5C65_40AE_A397_D97641E1186E__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// LogFiles.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// LogFiles dialog 
 
class LogFiles : public CDialog 
{ 
// Construction 
public: 
	LogFiles(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(LogFiles) 
	enum { IDD = IDD_LOG }; 
	CString	m_cfiles; 
	CString	m_cspace; 
	CString	m_tfiles; 
	CString	m_tspace; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(LogFiles) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(LogFiles) 
	virtual void OnCancel(); 
	afx_msg void OnClear(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_LOGFILES_H__3C137D3F_5C65_40AE_A397_D97641E1186E__INCLUDED_)