Leaked source code of windows server 2003
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.

38 lines
857 B

  1. // DeleteItem.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CDeleteItem dialog
  5. class CDeleteItem : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CDeleteItem(CWnd* pParent = NULL); // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CDeleteItem)
  12. enum { IDD = IDD_DELETEITEM };
  13. CString m_strClass;
  14. CString m_strName;
  15. CString m_strParent;
  16. BOOL m_bRecursive;
  17. //}}AFX_DATA
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CDeleteItem)
  21. protected:
  22. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. protected:
  26. // Generated message map functions
  27. //{{AFX_MSG(CDeleteItem)
  28. // NOTE: the ClassWizard will add member functions here
  29. //}}AFX_MSG
  30. DECLARE_MESSAGE_MAP()
  31. };