ftptestdlg.h
来自「运行于Wince平台的FTP客户端」· C头文件 代码 · 共 52 行
H
52 行
// ftpTestDlg.h : header file
//
#if !defined(AFX_FTPTESTDLG_H__EFAE4D46_BECD_11D4_9438_0004AC5310D0__INCLUDED_)
#define AFX_FTPTESTDLG_H__EFAE4D46_BECD_11D4_9438_0004AC5310D0__INCLUDED_
#include "FtpSockClient.h" // Added by ClassView
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CFtpTestDlg dialog
class CFtpTestDlg : public CDialog
{
// Construction
public:
CFtpTestDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFtpTestDlg)
enum { IDD = IDD_FTPTEST_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFtpTestDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CFtpTestDlg)
virtual BOOL OnInitDialog();
afx_msg void OnGo();
afx_msg void OnDiconnect();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CFtpSockClient m_ftp;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FTPTESTDLG_H__EFAE4D46_BECD_11D4_9438_0004AC5310D0__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?