Source code of Windows XP (NT5)
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.5 KiB

  1. #if !defined(AFX_RIGHTSTESTDLG_H__20671580_34C3_11D3_8AE8_00A0C9AFE114__INCLUDED_)
  2. #define AFX_RIGHTSTESTDLG_H__20671580_34C3_11D3_8AE8_00A0C9AFE114__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RightsTestDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRightsTestDlg dialog
  10. class CRightsTestDlg : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CRightsTestDlg)
  13. // Construction
  14. public:
  15. CRightsTestDlg();
  16. ~CRightsTestDlg();
  17. // Dialog Data
  18. //{{AFX_DATA(CRightsTestDlg)
  19. enum { IDD = IDD_USERRIGHTS };
  20. CString m_Computer;
  21. BOOL m_AppendToFile;
  22. CString m_Filename;
  23. BOOL m_NoChange;
  24. BOOL m_RemoveExisting;
  25. CString m_Source;
  26. CString m_Target;
  27. CString m_SourceAccount;
  28. CString m_TargetAccount;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generate virtual function overrides
  32. //{{AFX_VIRTUAL(CRightsTestDlg)
  33. public:
  34. virtual BOOL OnSetActive();
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. IUserRightsPtr pRights;
  41. // Generated message map functions
  42. //{{AFX_MSG(CRightsTestDlg)
  43. afx_msg void OnCopyRights();
  44. afx_msg void OnExporttofile();
  45. afx_msg void OnOpenSource();
  46. afx_msg void OnOpenTarget();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_RIGHTSTESTDLG_H__20671580_34C3_11D3_8AE8_00A0C9AFE114__INCLUDED_)