Share.h
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:1k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. //DirListView control ID
  3. #define IDC_LISTCTRL1 0x1000
  4. #define IDC_COMBO1 0x1001
  5. #define IDC_BACKBUTTON 0x1002
  6. #define DIR_LIST_RCLK_MSG WM_USER + 300
  7. //FtpDirView control ID
  8. #define IDC_HISTROYCOMBO 0x1200
  9. #define IDC_FTPDIRLIST 0x1201
  10. #define IDC_FTPDIRUPBTN 0x1202
  11. #define FTP_LIST_RCLK_MSG WM_USER + 310
  12. //DownloadListView control ID
  13. #define IDC_DOWNJOBLIST 0x1400
  14. //Transmit file dialog id
  15. #define IDC_TRANSMITFILELIST 0x1500
  16. //when ftp connect failed , will retry times 
  17. #define DEFAULT_RETRY_TIME 2
  18. //
  19. #define FTP_LIST_DBCLICK_MSG WM_USER + 200
  20. #define ENABLE_FTP_LIST_MSG          WM_USER+5000
  21. #define REFRESH_WND_MSG WM_USER + 100
  22. #define FTP_LIST_KEY_EVENT_MSG WM_USER + 150
  23. #define BK_GROUND_TRANSMIT_REFRESH_MSG WM_USER + 250
  24. #define SEND_TRANSMIT_FILENAME_MSG WM_USER + 260
  25. #define JOBLIST_KEYDOWN_MSG WM_USER + 270
  26. #define JOBLIST_RBTN_UP_MSG WM_USER + 290
  27. #define GENIUS_WND_SPLIT_MSG WM_USER + 280
  28. //dirlistctrl send to parent wnd , 
  29. //notify the current directory is changed.
  30. #define LIST_CUR_DIR_CHANGED_MSG WM_USER + 0x1500
  31. #define VIEW_BACK_COLOR RGB( 205 , 205 , 205 )
  32. //窗口背景色
  33. #define DLG_BK_HBRUSH RGB(246,243,231)
  34. #define DEFAULT_SITE_FILENAME "QFDefault.QFQ"