FileDescriptionDlg.h
资源名称:warftpd.zip [点击查看]
上传用户:surprise9
上传日期:2007-01-04
资源大小:426k
文件大小:1k
源码类别:
Ftp客户端
开发平台:
Visual C++
- // FileDescriptionDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CFileDescriptionDlg dialog
- class DLL_WAR_CLIENT_ CFileDescriptionDlg : public CDialog
- {
- // Construction
- public:
- CFileDescriptionDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CFileDescriptionDlg)
- enum { IDD = IDD_FILECOMMENT };
- CString m_Path;
- CString m_Comment;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFileDescriptionDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CFileDescriptionDlg)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };