SelectActionDlg.h
资源名称:FTP总集.rar [点击查看]
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:2k
源码类别:
Ftp客户端
开发平台:
Visual C++
- #if !defined(AFX_SELECTACTIONDLG_H__DBB9A6CB_0CB1_4C68_985E_3EAA79D70CF8__INCLUDED_)
- #define AFX_SELECTACTIONDLG_H__DBB9A6CB_0CB1_4C68_985E_3EAA79D70CF8__INCLUDED_
- /*********************************************
- **该文件是属于WolfFTP工程中的。如果有什么问题
- **请联系
- ** tablejiang@21cn.com
- **或者访问
- ** http://wolfftp.51.net
- **以得到最新的支持。
- *********************************************/
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SelectActionDlg.h : header file
- //
- #include "resource.h"
- /////////////////////////////////////////////////////////////////////////////
- // CSelectActionDlg dialog
- class CSelectActionDlg : public CDialog
- {
- // Construction
- public:
- CSelectActionDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CSelectActionDlg)
- enum { IDD = IDD_DIALOG_SELECT_ACTION };
- BOOL m_bAsk;
- CString m_strPathName;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSelectActionDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSelectActionDlg)
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnButtonOverlay();
- afx_msg void OnButtonResume();
- afx_msg void OnButtonRename();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- public:
- int m_iAction ;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SELECTACTIONDLG_H__DBB9A6CB_0CB1_4C68_985E_3EAA79D70CF8__INCLUDED_)