www.pudn.com > SafeClean.rar > FinalDeletion.h
#include "HoverButton.h"
#include "LogFiles.h"
#if !defined(AFX_FINALDELETION_H__DBCE6C27_D380_11D4_AFDD_9DF2C3B5021B__INCLUDED_)
#define AFX_FINALDELETION_H__DBCE6C27_D380_11D4_AFDD_9DF2C3B5021B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FinalDeletion.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// FinalDeletion dialog
class FinalDeletion : public CDialog
{
// Construction
public:
void FinalFileList();
FinalDeletion(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(FinalDeletion)
enum { IDD = IDD_FINAL_DEL_DIALOG };
CHoverButton m_compress;
CHoverButton m_Report;
CHoverButton m_Cancel;
CHoverButton m_Delete;
CAnimateCtrl m_AniDel;
CListCtrl m_List;
CString m_DText;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(FinalDeletion)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(FinalDeletion)
afx_msg void OnDelete();
virtual void OnCancel();
afx_msg void OnReport();
afx_msg void OnCompress();
afx_msg void OnDblclkDellist(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FINALDELETION_H__DBCE6C27_D380_11D4_AFDD_9DF2C3B5021B__INCLUDED_)