Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.3 KiB

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. #if !defined(AFX_DELDLG_H__DF2E7967_F1B7_4DD9_A814_3A3FB865C157__INCLUDED_)
  8. #define AFX_DELDLG_H__DF2E7967_F1B7_4DD9_A814_3A3FB865C157__INCLUDED_
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. // DelDlg.h : header file
  13. //
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CDelDlg dialog
  16. class CDelDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20. CDelDlg(CWnd* pParent = NULL); // standard constructor
  21. // Dialog Data
  22. //{{AFX_DATA(CDelDlg)
  23. enum { IDD = IDD_DEL_ITEM };
  24. // NOTE: the ClassWizard will add data members here
  25. //}}AFX_DATA
  26. BOOL m_bDelFromWMI;
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CDelDlg)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CDelDlg)
  37. // NOTE: the ClassWizard will add member functions here
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_DELDLG_H__DF2E7967_F1B7_4DD9_A814_3A3FB865C157__INCLUDED_)