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.

64 lines
1.9 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation 1996-2001.
  5. //
  6. // File: locdesc.h
  7. //
  8. // Contents: definition of CSetLocationDescription
  9. //
  10. //----------------------------------------------------------------------------
  11. #if !defined(AFX_SETLOCATIONDESCRIPTION_H__2AD86C99_F660_11D1_AB9A_00C04FB6C6FA__INCLUDED_)
  12. #define AFX_SETLOCATIONDESCRIPTION_H__2AD86C99_F660_11D1_AB9A_00C04FB6C6FA__INCLUDED_
  13. #if _MSC_VER >= 1000
  14. #pragma once
  15. #endif // _MSC_VER >= 1000
  16. // SetLocationDescription.h : header file
  17. //
  18. #include "HelpDlg.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CSetLocationDescription dialog
  21. class CSetLocationDescription : public CHelpDialog
  22. {
  23. // Construction
  24. public:
  25. CSetLocationDescription(CWnd* pParent = NULL); // standard constructor
  26. void Initialize(CFolder *pFolder, CComponentDataImpl *pCDI);
  27. // Dialog Data
  28. //{{AFX_DATA(CSetLocationDescription)
  29. enum { IDD = IDD_SET_DESCRIPTION };
  30. CString m_strDesc;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CSetLocationDescription)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(CSetLocationDescription)
  42. virtual void OnOK();
  43. virtual void OnCancel();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. CFolder *m_pFolder;
  47. CComponentDataImpl *m_pCDI;
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_SETLOCATIONDESCRIPTION_H__2AD86C99_F660_11D1_AB9A_00C04FB6C6FA__INCLUDED_)