QuickFTP.h
资源名称:FTP总集.rar [点击查看]
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:3k
源码类别:
Ftp客户端
开发平台:
Visual C++
- // QuickFTP.h : main header file for the QUICKFTP application
- //
- /*********************************************
- **该文件是属于WolfFTP工程中的。如果有什么问题
- **请联系
- ** tablejiang@21cn.com
- **或者访问
- ** http://wolfftp.51.net
- **以得到最新的支持。
- *********************************************/
- #if !defined(AFX_QUICKFTP_H__F0A6D461_539F_40CE_9FAD_26E960A137E9__INCLUDED_)
- #define AFX_QUICKFTP_H__F0A6D461_539F_40CE_9FAD_26E960A137E9__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- #include "TransmitFileDlg.h"
- #include "WelcomeDlg.h"
- /////////////////////////////////////////////////////////////////////////////
- // CQuickFTPApp:
- // See QuickFTP.cpp for the implementation of this class
- //
- class CQuickFTPApp : public CWinApp
- {
- public:
- CQuickFTPApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CQuickFTPApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CQuickFTPApp)
- afx_msg void OnAppAbout();
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- protected:
- CWelcomeDlg m_WelDlg ;
- };
- /////////////////////////////////////////////////////////////////////////////
- // CAboutDlg dialog used for App About
- class CAboutDlg : public CDialog
- {
- public:
- CAboutDlg();
- // Dialog Data
- //{{AFX_DATA(CAboutDlg)
- enum { IDD = IDD_ABOUTBOX };
- CString m_DisplayStr;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CAboutDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- //{{AFX_MSG(CAboutDlg)
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- afx_msg void OnMouseMove(UINT nFlags, CPoint point);
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- protected:
- RECT m_MailRect ; //mail rectangle .
- RECT m_WebRect ; //web rectangle .
- HBRUSH m_Brush ;
- HCURSOR m_hHand;
- HCURSOR m_hArrow ;
- int m_IsHand;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_QUICKFTP_H__F0A6D461_539F_40CE_9FAD_26E960A137E9__INCLUDED_)