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.

59 lines
1.7 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation 1996-2001.
  5. //
  6. // File: CFlags.h
  7. //
  8. // Contents: definition of CConfigRegFlags
  9. //
  10. //----------------------------------------------------------------------------
  11. #if !defined(AFX_CFLAGS_H__94E730BE_2055_486E_9781_7EBB479CB806__INCLUDED_)
  12. #define AFX_CFLAGS_H__94E730BE_2055_486E_9781_7EBB479CB806__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CConfigRegFlags dialog
  18. class CConfigRegFlags : public CAttribute
  19. {
  20. // Construction
  21. public:
  22. CConfigRegFlags(UINT nTemplateID); // standard constructor
  23. virtual void Initialize(CResult * pResult);
  24. // Dialog Data
  25. //{{AFX_DATA(CConfigRegFlags)
  26. enum { IDD = IDD_CONFIG_REGFLAGS };
  27. // NOTE: the ClassWizard will add data members here
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CConfigRegFlags)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. afx_msg void OnClickCheckBox(NMHDR *pNM, LRESULT *pResult);
  38. // Generated message map functions
  39. //{{AFX_MSG(CConfigRegFlags)
  40. virtual BOOL OnApply();
  41. virtual BOOL OnInitDialog();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. PREGFLAGS m_pFlags;
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_CFLAGS_H__94E730BE_2055_486E_9781_7EBB479CB806__INCLUDED_)