FileDescriptionDlg.h
上传用户:surprise9
上传日期:2007-01-04
资源大小:426k
文件大小:1k
源码类别:

Ftp客户端

开发平台:

Visual C++

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