myftpDlg.h
资源名称:myftp.zip [点击查看]
上传用户:kkaqas
上传日期:2007-01-07
资源大小:38k
文件大小:2k
源码类别:
Ftp客户端
开发平台:
Visual C++
- // myftpDlg.h : header file
- //
- #if !defined(AFX_MYFTPDLG_H__B6E770E6_630E_11D4_9B1E_5254AB1E7AF6__INCLUDED_)
- #define AFX_MYFTPDLG_H__B6E770E6_630E_11D4_9B1E_5254AB1E7AF6__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CMyftpDlg dialog
- class CMyftpDlg : public CDialog
- {
- // Construction
- public:
- CMyftpDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CMyftpDlg)
- enum { IDD = IDD_MYFTP_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyftpDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- CListCtrl m_listLocal, m_listRemote;
- int put_dir(char *local_dir, char *remote_dir);
- int list_local_dir(char *dir);
- int list_remote_dir(char *dir, BOOL from_cache);
- // Generated message map functions
- //{{AFX_MSG(CMyftpDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnClose();
- afx_msg void OnDblClickLocal(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnDblClickRemote(NMHDR* pNMHDR, LRESULT* pResult);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MYFTPDLG_H__B6E770E6_630E_11D4_9B1E_5254AB1E7AF6__INCLUDED_)