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.

54 lines
1.4 KiB

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