home *** CD-ROM | disk | FTP | other *** search
- // FtpDlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CFtpDlg dialog
-
- class CFtpDlg : public CDialog
- {
- // Construction
- public:
- CFtpDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CFtpDlg)
- enum { IDD = IDD_DIALOG_FTP };
- CString m_strFile;
- CString m_strPath;
- CString m_strRoot;
- CString m_strServer;
- CString m_strGateway;
- int m_nCopyType;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFtpDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CFtpDlg)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-