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.

40 lines
878 B

  1. // MoveItem.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CMoveItem dialog
  5. class CMoveItem : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CMoveItem(CWnd* pParent = NULL); // standard constructor
  10. public:
  11. void SetContainerName( CString );
  12. // Dialog Data
  13. //{{AFX_DATA(CMoveItem)
  14. enum { IDD = IDD_MOVEITEM };
  15. CString m_strDestination;
  16. CString m_strParent;
  17. CString m_strSource;
  18. //}}AFX_DATA
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CMoveItem)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. // Generated message map functions
  28. //{{AFX_MSG(CMoveItem)
  29. // NOTE: the ClassWizard will add member functions here
  30. //}}AFX_MSG
  31. DECLARE_MESSAGE_MAP()
  32. };