WarFTPDaemonDlg.h
上传用户:surprise9
上传日期:2007-01-04
资源大小:426k
文件大小:1k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. // WarFTPDaemonDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CWarFTPDaemonDlg dialog
  5. class CWarFTPDaemonDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CWarFTPDaemonDlg(CWnd* pParent = NULL); // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CWarFTPDaemonDlg)
  12. enum { IDD = IDD_WARFTPDAEMON_DIALOG };
  13. // NOTE: the ClassWizard will add data members here
  14. //}}AFX_DATA
  15. // ClassWizard generated virtual function overrides
  16. //{{AFX_VIRTUAL(CWarFTPDaemonDlg)
  17. protected:
  18. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  19. //}}AFX_VIRTUAL
  20. // Implementation
  21. protected:
  22. HICON m_hIcon;
  23. // Generated message map functions
  24. //{{AFX_MSG(CWarFTPDaemonDlg)
  25. virtual BOOL OnInitDialog();
  26. afx_msg void OnPaint();
  27. afx_msg HCURSOR OnQueryDragIcon();
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };