www.pudn.com > SafeClean.rar > DetectDrive.h
#include "Options.h"
#if !defined(AFX_DETECTDRIVE_H__C770E2A1_CE95_11D4_8EB0_A6546358751D__INCLUDED_)
#define AFX_DETECTDRIVE_H__C770E2A1_CE95_11D4_8EB0_A6546358751D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DetectDrive.h : header file
//
#include "HyperLink.h"
/////////////////////////////////////////////////////////////////////////////
// DetectDrive dialog
class DetectDrive : public CDialog
{
// Construction
public:
DetectDrive(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DetectDrive)
enum { IDD = IDD_DETECT_DRIVE };
CButton m_Proceed;
CButton m_CanCel;
CAnimateCtrl m_Avi;
CProgressCtrl m_Bar;
BOOL m_Cdrive;
BOOL m_Ddrive;
BOOL m_Edrive;
BOOL m_Fdrive;
BOOL m_Gdrive;
BOOL m_Hdrive;
BOOL m_Idrive;
BOOL m_Jdrive;
CString m_Text;
CHyperLink m_Web;
BOOL m_Kdrive;
BOOL m_Ldrive;
BOOL m_Mdrive;
BOOL m_Ndrive;
BOOL m_Odrive;
BOOL m_Pdrive;
BOOL m_Qdrive;
BOOL m_Rdrive;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DetectDrive)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
public :ParseTree(char *);
DoMyJobCoolely();
protected:
// Generated message map functions
//{{AFX_MSG(DetectDrive)
virtual void OnOK();
afx_msg void OnDrivec();
afx_msg void OnDrived();
afx_msg void OnDrivee();
afx_msg void OnDrivef();
afx_msg void OnDriveg();
afx_msg void OnDriveh();
afx_msg void OnDrivei();
afx_msg void OnDrivej();
virtual void OnCancel();
afx_msg void OnDrivek();
afx_msg void OnDrivel();
afx_msg void OnDrivem();
afx_msg void OnDriven();
afx_msg void OnDriveo();
afx_msg void OnDrivep();
afx_msg void OnDriveq();
afx_msg void OnDriver();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DETECTDRIVE_H__C770E2A1_CE95_11D4_8EB0_A6546358751D__INCLUDED_)