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


#if !defined(AFX_DISKCLEAN_H__79068681_B7C8_11D4_A60D_C8C5CD7DA749__INCLUDED_) 
#define AFX_DISKCLEAN_H__79068681_B7C8_11D4_A60D_C8C5CD7DA749__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DiskClean.h : header file 
// 
#include "HyperLink.h" 
///////////////////////////////////////////////////////////////////////////// 
// DiskClean dialog 
 
class DiskClean : public CDialog 
{ 
// Construction 
public: 
	DiskClean(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(DiskClean) 
	enum { IDD = IDD_DISKCLEANUP }; 
	CButton	m_Cancel; 
	CButton	m_ClearAll; 
	CButton	m_CleanIt; 
	CButton	m_SelectAll; 
	CProgressCtrl	m_ProgBarTrack; 
	BOOL	m_IntCookies; 
	BOOL	m_IntExpHistory; 
	BOOL	m_OffWebPages; 
	BOOL	m_RecycleBin; 
	BOOL	m_TempIntFiles; 
	BOOL	m_WinRecentDocs; 
	BOOL	m_WinTemp; 
	CString	m_StaticText; 
	CString	m_StaticTextForTemp; 
	CHyperLink	m_Link; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(DiskClean) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
		public: 
		DeleteFilesFunction(char *); 
		DeleteTempFiles(char *); 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(DiskClean) 
	afx_msg void OnTempinterfiles(); 
	afx_msg void OnIntexphistory(); 
	afx_msg void OnIntcookies(); 
	afx_msg void OnOffwebpages(); 
	afx_msg void OnRecyclebin(); 
	afx_msg void OnWintemp(); 
	afx_msg void OnWinrecdocs(); 
	afx_msg void OnSelectall(); 
	afx_msg void OnClearall(); 
	afx_msg void OnViewfiles(); 
	afx_msg void OnCleanit(); // Balkrishna is Making Changes 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DISKCLEAN_H__79068681_B7C8_11D4_A60D_C8C5CD7DA749__INCLUDED_)