home *** CD-ROM | disk | FTP | other *** search
-
- #define APSTUDIO_READONLY_SYMBOLS
- /////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 2 resource.
- //
- #include "cw.h"
- #include "afxres.h"
-
-
- //////////////////////////////////////////////////////////////////////////////
- //
- // Menu
- //
-
- CW_MAIN MENU DISCARDABLE
- BEGIN
- POPUP "&Connect"
- BEGIN
- MENUITEM "&Connect", CW_CONNECT
- MENUITEM "&Disconnect", CW_DISCONNECT
- MENUITEM SEPARATOR
- MENUITEM "&Quit", CW_QUIT
- MENUITEM "&About DLL" CW_ABOUT
- END
-
- POPUP "&File Transfer"
- BEGIN
- MENUITEM "&Recv", CW_RECV
- MENUITEM "&Send", CW_SEND
- MENUITEM SEPARATOR
- MENUITEM "&Append To Remote" CW_APPEND
- MENUITEM "Append To &Local" CW_RCVAPPEND
- MENUITEM SEPARATOR
- MENUITEM "Recv From 100th byte" CW_RCVRESTART
- #ifdef TEST_FOR_DATACONNECTION
- MENUITEM SEPARATOR
- MENUITEM "Recv /tmp/Z" CW_RECVTEXT
- #endif /* TEST_FOR_DATACONNECTION */
- MENUITEM SEPARATOR
- MENUITEM "Recv current dir" CW_RECVDIR
- END
-
- POPUP "&Dir"
- BEGIN
- MENUITEM "&Long Dir (use file)", CW_LONGDIR
- MENUITEM "&Short Dir (use file)", CW_SHORTDIR
- MENUITEM SEPARATOR
- MENUITEM "L&ong Dir (line per line)", CW_LONGDIR_LL
- MENUITEM "S&hort Dir (line per line)", CW_SHORTDIR_LL
- END
-
- POPUP "&Misc"
- BEGIN
- MENUITEM "&Change Dir", CW_CWD
- MENUITEM "P&arent Dir", CW_CDUP
- MENUITEM "&Make Dir", CW_MKD
- MENUITEM "&Remove Dir", CW_RMD
- MENUITEM "&Print Dir", CW_PWD
- MENUITEM SEPARATOR
- MENUITEM "&Delete Remote file", CW_DELETE
- MENUITEM "R&ename Remote file", CW_RENAME
- MENUITEM SEPARATOR
- MENUITEM "&Flush", CW_FLUSH
- MENUITEM "S&yst", CW_SYST
- MENUITEM "&Quote", CW_QUOTE
- END
- POPUP "&Options"
- BEGIN
- MENUITEM "&Verbose Mode", CW_SETVERB
- MENUITEM "&Synchronous", CW_SYNC
- MENUITEM "Type &Bin", CW_BINARY
- MENUITEM "&Passive Mode", CW_PASSIVE
- MENUITEM "&Gauge", CW_GAUGE
- MENUITEM SEPARATOR
- MENUITEM "&Edit INI", CW_EDITINI
- MENUITEM SEPARATOR
- MENUITEM "&Log To C:\\Ftp4w.Log", CW_LOG
- END
- MENUITEM "&Abort", CW_ABORT
- END
-
-
- //////////////////////////////////////////////////////////////////////////////
- //
- // Icon
- //
-
- CW ICON DISCARDABLE "CW.ICO"
-
-
- //////////////////////////////////////////////////////////////////////////////
- //
- // Dialog
- //
-
- QuoteDlg DIALOG DISCARDABLE 20, 20, 161, 92
- STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
- CAPTION "Ftp4w: Quote"
- FONT 8, "MS Sans Serif"
- BEGIN
- LTEXT "Enter your command",IDC_STATIC,10,15,135,15
- EDITTEXT IDC_QUOTECMD,10,35,140,15,ES_AUTOHSCROLL
- DEFPUSHBUTTON "OK",IDOK,10,65,50,14
- PUSHBUTTON "Cancel",IDCANCEL,100,65,50,14
- END
-
-
- #ifndef APSTUDIO_INVOKED
- ////////////////////////////////////////////////////////////////////////////////
- //
- // Generated from the TEXTINCLUDE 3 resource.
- //
-
-
- /////////////////////////////////////////////////////////////////////////////////////
- #endif // not APSTUDIO_INVOKED
-
-