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_MOVETEST_H__9CF501D1_B178_466D_8637_C0C4D8C5C9F8__INCLUDED_)
  2. #define AFX_MOVETEST_H__9CF501D1_B178_466D_8637_C0C4D8C5C9F8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MoveTest.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMoveTest dialog
  10. //#import "\bin\MoveObj.tlb" no_namespace, named_guids
  11. #import "MoveObj.tlb" no_namespace, named_guids
  12. class CMoveTest : public CPropertyPage
  13. {
  14. DECLARE_DYNCREATE(CMoveTest)
  15. // Construction
  16. public:
  17. CMoveTest();
  18. ~CMoveTest();
  19. // Dialog Data
  20. //{{AFX_DATA(CMoveTest)
  21. enum { IDD = IDD_MOVEOBJECT };
  22. CString m_SourceComputer;
  23. CString m_SourceDN;
  24. CString m_TargetComputer;
  25. CString m_TargetContainer;
  26. CString m_Account;
  27. CString m_Password;
  28. CString m_TgtAccount;
  29. CString m_Domain;
  30. CString m_TgtDomain;
  31. CString m_TgtPassword;
  32. //}}AFX_DATA
  33. IMoverPtr m_pMover;
  34. // Overrides
  35. // ClassWizard generate virtual function overrides
  36. //{{AFX_VIRTUAL(CMoveTest)
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. // Generated message map functions
  43. //{{AFX_MSG(CMoveTest)
  44. afx_msg void OnMove();
  45. virtual BOOL OnInitDialog();
  46. afx_msg void OnConnect();
  47. afx_msg void OnClose();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_MOVETEST_H__9CF501D1_B178_466D_8637_C0C4D8C5C9F8__INCLUDED_)