resource.h
上传用户:kkaqas
上传日期:2007-01-07
资源大小:38k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Developer Studio generated include file.
  3. // Used by myftp.rc
  4. //
  5. #define IDM_ABOUTBOX                    0x0010
  6. #define IDD_ABOUTBOX                    100
  7. #define IDS_ABOUTBOX                    101
  8. #define IDD_MYFTP_DIALOG                102
  9. #define IDR_MAINFRAME                   128
  10. #define IDD_SETUP                       130
  11. #define IDL_LOCAL                       1000
  12. #define IDL_REMOTE                      1001
  13. #define IDE_HOST                        1002
  14. #define IDE_USER                        1003
  15. #define IDE_PASS                        1004
  16. #define ID_LOGIN                        1005
  17. #define ID_PUT                          1008
  18. #define ID_PUT_ALL                      1009
  19. #define ID_GET                          1011
  20. #define ID_GET_ALL                      1012
  21. #define IDE_REMOTE_DIR                  1013
  22. #define IDC_STATUS                      1014
  23. #define ID_REMOTE_CHDIR                 1015
  24. #define IDE_LOCAL_DIR                   1016
  25. #define ID_CHDIR                        1017
  26. #define ID_REMOTE_MKDIR                 1018
  27. #define ID_SETUP                        1020
  28. #define ID_MAX_FILE_SIZE                1021
  29. #define ID_MAX_SEND_TIMEOUT             1022
  30. #define ID_MAX_RECV_TIMEOUT             1023
  31. #define ID_MAX_RETRY                    1024
  32. #define ID_MAX_RECONNECT                1025
  33. #define IDC_USE_RESUME                  1026
  34. #define ID_STOP                         1027
  35. // Next default values for new objects
  36. // 
  37. #ifdef APSTUDIO_INVOKED
  38. #ifndef APSTUDIO_READONLY_SYMBOLS
  39. #define _APS_NEXT_RESOURCE_VALUE        131
  40. #define _APS_NEXT_COMMAND_VALUE         32771
  41. #define _APS_NEXT_CONTROL_VALUE         1028
  42. #define _APS_NEXT_SYMED_VALUE           101
  43. #endif
  44. #endif