home *** CD-ROM | disk | FTP | other *** search
- /* ----------------------------------------- */
- /* r e s o u r c e . h */
- /* ----------------------------------------- */
-
- #define CW_ABORT 4
-
- /* connect sub-menu */
- #define CW_CONNECT 100
- #define CW_DISCONNECT 110
- #define CW_QUIT 120
- #define CW_ABOUT 130
-
- /* File transfer Menu */
- #define CW_RECV 200
- #define CW_SEND 210
- #define CW_APPEND 220
- #define CW_RCVAPPEND 230
- #define CW_RCVRESTART 240
- #define CW_RECVTEXT 250
- #define CW_RECVDIR 260
-
-
- /* Misc sub-menu */
- #define CW_LONGDIR 300
- #define CW_SHORTDIR 310
- #define CW_LONGDIR_LL 320
- #define CW_SHORTDIR_LL 330
- #define CW_CWD 340
- #define CW_MKD 350
- #define CW_RMD 360
- #define CW_PWD 370
- #define CW_CDUP 380
- #define CW_DELETE 390
- #define CW_RENAME 400
- #define CW_FLUSH 410
- #define CW_QUOTE 420
- #define CW_SYST 430
-
- /* options sub-menu */
- #define CW_SETVERB 500
- #define CW_SYNC 510
- #define CW_GAUGE 520
- #define CW_BINARY 530
- #define CW_PASSIVE 540
- #define CW_EDITINI 550
- #define CW_LOG 560
-
- #define CW_MENU 900
- #define CW 999
-
-
- #define IDC_QUOTECMD 1000
-