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.

53 lines
1.4 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation 1996-2001.
  5. //
  6. // File: lenable.h
  7. //
  8. // Contents: definition of CLocalPolEnable
  9. //
  10. //----------------------------------------------------------------------------
  11. #if !defined(AFX_LENABLE_H__2B949F0C_4F4D_11D2_ABC8_00C04FB6C6FA__INCLUDED_)
  12. #define AFX_LENABLE_H__2B949F0C_4F4D_11D2_ABC8_00C04FB6C6FA__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CLocalPolEnable dialog
  18. #include "cenable.h"
  19. class CLocalPolEnable : public CConfigEnable
  20. {
  21. // Construction
  22. public:
  23. CLocalPolEnable(); // standard constructor
  24. // Dialog Data
  25. //{{AFX_DATA(CLocalPolEnable)
  26. enum { IDD = IDD_LOCALPOL_ENABLE };
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CLocalPolEnable)
  31. protected:
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CLocalPolEnable)
  37. virtual BOOL OnApply();
  38. //}}AFX_MSG
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_LENABLE_H__2B949F0C_4F4D_11D2_ABC8_00C04FB6C6FA__INCLUDED_)