MVCE.tmp
上传用户:leon2013
上传日期:2007-01-10
资源大小:186k
文件大小:2k
源码类别:

杀毒

开发平台:

Visual C++

  1. // nimdaDlg.h : header file
  2. //
  3. #if !defined(AFX_NIMDADLG_H__5991E4AE_C09D_4D18_91C1_1F77215FB8B3__INCLUDED_)
  4. #define AFX_NIMDADLG_H__5991E4AE_C09D_4D18_91C1_1F77215FB8B3__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "VirusCleaner.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CNimdaDlg dialog
  11. class CNimdaDlg : public CDialog, public CVirusCleaner
  12. {
  13. // Construction
  14. public:
  15. CNimdaDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CNimdaDlg)
  18. enum { IDD = IDD_NIMDA_DIALOG };
  19. CButton btnPause;
  20. CEdit root;
  21. CButton btnOk;
  22. CListCtrl output;
  23. CStatic skipped;
  24. CStatic scanrate;
  25. CStatic errors;
  26. CStatic deleted;
  27. CStatic velocity;
  28. CStatic time;
  29. CStatic scanned;
  30. CStatic infected;
  31. CStatic file;
  32. CStatic directories;
  33. CStatic cleaned;
  34. //}}AFX_DATA
  35. // ClassWizard generated virtual function overrides
  36. //{{AFX_VIRTUAL(CNimdaDlg)
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. HICON m_hIcon;
  43. void UpdateStatistics();
  44. virtual void OnInfected(LPCTSTR filename, VirusKiller::SCANRESULT result);
  45. // Generated message map functions
  46. //{{AFX_MSG(CNimdaDlg)
  47. virtual BOOL OnInitDialog();
  48. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  49. afx_msg void OnPaint();
  50. afx_msg HCURSOR OnQueryDragIcon();
  51. afx_msg void OnTimer(UINT nIDEvent);
  52. virtual void OnOK();
  53. afx_msg void OnPause();
  54. //}}AFX_MSG
  55. DECLARE_MESSAGE_MAP()
  56. };
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_NIMDADLG_H__5991E4AE_C09D_4D18_91C1_1F77215FB8B3__INCLUDED_)