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.

62 lines
1.5 KiB

  1. #if !defined(AFX_RSOPPROP_H__3C51B0A8_A590_4188_9A66_3816BE138A7A__INCLUDED_)
  2. #define AFX_RSOPPROP_H__3C51B0A8_A590_4188_9A66_3816BE138A7A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // rsopprop.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // rsopprop dialog
  10. class CRSOPInfo;
  11. class CRsopProp : public CPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CRsopProp)
  14. // Construction
  15. public:
  16. CRsopProp();
  17. ~CRsopProp();
  18. CRsopProp ** m_ppThis;
  19. CRSOPInfo * m_pInfo;
  20. // Dialog Data
  21. //{{AFX_DATA(CRsopProp)
  22. enum { IDD = IDD_RSOP };
  23. CString m_szGroup;
  24. CString m_szGPO;
  25. CString m_szPath;
  26. CString m_szSetting;
  27. CString m_szFolder;
  28. BOOL m_fMove;
  29. BOOL m_fApplySecurity;
  30. int m_iRemoval;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generate virtual function overrides
  34. //{{AFX_VIRTUAL(CRsopProp)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(CRsopProp)
  42. // NOTE: the ClassWizard will add member functions here
  43. virtual BOOL OnInitDialog();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_RSOPPROP_H__3C51B0A8_A590_4188_9A66_3816BE138A7A__INCLUDED_)