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


 
#include "HoverButton.h" 
#include "StaticFader.h" 
 
#if !defined(AFX_OPTIONS_H__D62B2E98_4C7C_4D75_8602_B37A02AE64FA__INCLUDED_) 
#define AFX_OPTIONS_H__D62B2E98_4C7C_4D75_8602_B37A02AE64FA__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Options.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// Options dialog 
 
class Options : public CDialog 
{ 
// Construction 
public: 
	Return(); 
	Options(CWnd* pParent = NULL);   // standard constructor 
     
// Dialog Data 
	//{{AFX_DATA(Options) 
	enum { IDD = IDD_OPTION }; 
	CStaticFader	m_strFader; 
	CAnimateCtrl	m_Safeani; 
	CHoverButton	m_Check; 
	CHoverButton	m_Cancel; 
	BOOL	m_Temp; 
	BOOL	m_Back; 
	BOOL	m_Setup; 
	BOOL	m_Help; 
	BOOL	m_Sys; 
	BOOL	m_Me; 
	BOOL	m_Cpp; 
	BOOL	m_Vcpp; 
	BOOL	m_MyChoice; 
	BOOL	m_Logtxt; 
	CStaticFader	m_OptionStaticFader; 
	BOOL	m_Garbage; 
	BOOL	m_eFiles; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(Options) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(Options) 
	afx_msg void OnSelall(); 
	afx_msg void OnCheck1Temp(); 
	afx_msg void OnCheck2Back(); 
	afx_msg void OnCheck3Setup(); 
	afx_msg void OnCheck4Help(); 
	afx_msg void OnCheck5Sys(); 
	afx_msg void OnCheck6Me(); 
	afx_msg void OnCheck7Cpp(); 
	afx_msg void OnCheck8Vcpp(); 
	virtual void OnCancel(); 
	afx_msg void OnCheck9Logtxt(); 
	afx_msg void OnCHECK10MyCHOICE(); 
	afx_msg void OnGarbage(); 
	afx_msg void OnEmptyfiles(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_OPTIONS_H__D62B2E98_4C7C_4D75_8602_B37A02AE64FA__INCLUDED_)