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.

60 lines
1.7 KiB

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