Share.h
资源名称:FTP总集.rar [点击查看]
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:1k
源码类别:
Ftp客户端
开发平台:
Visual C++
- #include "stdafx.h"
- //DirListView control ID
- #define IDC_LISTCTRL1 0x1000
- #define IDC_COMBO1 0x1001
- #define IDC_BACKBUTTON 0x1002
- #define DIR_LIST_RCLK_MSG WM_USER + 300
- //FtpDirView control ID
- #define IDC_HISTROYCOMBO 0x1200
- #define IDC_FTPDIRLIST 0x1201
- #define IDC_FTPDIRUPBTN 0x1202
- #define FTP_LIST_RCLK_MSG WM_USER + 310
- //DownloadListView control ID
- #define IDC_DOWNJOBLIST 0x1400
- //Transmit file dialog id
- #define IDC_TRANSMITFILELIST 0x1500
- //when ftp connect failed , will retry times
- #define DEFAULT_RETRY_TIME 2
- //
- #define FTP_LIST_DBCLICK_MSG WM_USER + 200
- #define ENABLE_FTP_LIST_MSG WM_USER+5000
- #define REFRESH_WND_MSG WM_USER + 100
- #define FTP_LIST_KEY_EVENT_MSG WM_USER + 150
- #define BK_GROUND_TRANSMIT_REFRESH_MSG WM_USER + 250
- #define SEND_TRANSMIT_FILENAME_MSG WM_USER + 260
- #define JOBLIST_KEYDOWN_MSG WM_USER + 270
- #define JOBLIST_RBTN_UP_MSG WM_USER + 290
- #define GENIUS_WND_SPLIT_MSG WM_USER + 280
- //dirlistctrl send to parent wnd ,
- //notify the current directory is changed.
- #define LIST_CUR_DIR_CHANGED_MSG WM_USER + 0x1500
- #define VIEW_BACK_COLOR RGB( 205 , 205 , 205 )
- //窗口背景色
- #define DLG_BK_HBRUSH RGB(246,243,231)
- #define DEFAULT_SITE_FILENAME "QFDefault.QFQ"