- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
QuickFTP.h
资源名称:ftp-com.rar [点击查看]
上传用户:lvs5012005
上传日期:2020-07-16
资源大小:5499k
文件大小:3k
源码类别:
Internet/网络编程
开发平台:
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_)