home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / ftp4w26a / samples / c / cw.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-10  |  1.9 KB  |  53 lines

  1. /* ----------------------------------------- */
  2. /*          r e s o u r c e . h              */
  3. /* ----------------------------------------- */
  4.  
  5. #define CW_ABORT                        4
  6.  
  7. /* connect sub-menu */
  8. #define CW_CONNECT                      100
  9. #define CW_DISCONNECT                   110
  10. #define CW_QUIT                         120
  11. #define CW_ABOUT                        130
  12.  
  13. /* File transfer Menu */
  14. #define CW_RECV                         200
  15. #define CW_SEND                         210
  16. #define CW_APPEND                       220
  17. #define CW_RCVAPPEND                    230
  18. #define CW_RCVRESTART                   240
  19. #define CW_RECVTEXT                     250
  20. #define CW_RECVDIR                      260
  21.  
  22.  
  23. /* Misc sub-menu */
  24. #define CW_LONGDIR                      300
  25. #define CW_SHORTDIR                     310
  26. #define CW_LONGDIR_LL                   320
  27. #define CW_SHORTDIR_LL                  330
  28. #define CW_CWD                          340
  29. #define CW_MKD                          350
  30. #define CW_RMD                          360
  31. #define CW_PWD                          370
  32. #define CW_CDUP                         380
  33. #define CW_DELETE                       390
  34. #define CW_RENAME                       400
  35. #define CW_FLUSH                        410
  36. #define CW_QUOTE                        420
  37. #define CW_SYST                         430
  38.                                         
  39. /* options sub-menu */
  40. #define CW_SETVERB                      500
  41. #define CW_SYNC                         510
  42. #define CW_GAUGE                        520
  43. #define CW_BINARY                       530
  44. #define CW_PASSIVE                      540
  45. #define CW_EDITINI                      550
  46. #define CW_LOG                          560
  47.  
  48. #define CW_MENU                         900
  49. #define CW                              999
  50.  
  51.  
  52. #define IDC_QUOTECMD                    1000
  53.