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.

53 lines
1.4 KiB

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