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.

63 lines
1.8 KiB

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