⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.rc

📁 很好用的ftp源码
💻 RC
📖 第 1 页 / 共 3 页
字号:
    ICON            IDI_NETFOLDER,-1,10,10,21,20
    LTEXT           "", IDC_PROXY_MESSAGE,38,12,180,72
    CONTROL         "&Do not show me this message in the future",IDC_MESSAGECHECKEX,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,38,96,180,8
    DEFPUSHBUTTON   "&Close",IDOK,168,114,50,14
END


/*****************************************************************************
 *
 *    String table
 *
 *****************************************************************************/

STRINGTABLE MOVEABLE DISCARDABLE
BEGIN

/*
 *  Help strings.
 */
IDS_ITEM_HELP(IDC_ITEM_OPEN)            "Opens the selected items."
IDS_ITEM_HELP(IDC_ITEM_EXPLORE)         "Explores the selected items."
IDS_ITEM_HELP(IDC_ITEM_DOWNLOAD)        "Copies the selected items to this computer."
IDS_ITEM_HELP(IDC_ITEM_BKGNDPROP)       "Open the properties for the current folder."
IDS_ITEM_HELP(IDC_LOGIN_AS)             "Login using a different user name and password."
IDS_ITEM_HELP(IDC_ITEM_NEWFOLDER)       "Create a new folder."

IDS_ITEM_HELP(IDC_ITEM_ABOUTSITE)       "Opens the FTP Server Welcome Message."
IDS_ITEM_HELP(IDC_ITEM_FTPHELP)         "Get Help about FTP (File Transfer)"
IDS_ITEM_HELP(IDC_ITEM_ABOUTFTP)        "Opens a dialog that explains this FTP program."

IDS_ITEM_HELP(IDM_SHARED_EDIT_CUT)      "Delete the selected item(s) when they are pasted into another folder."
IDS_ITEM_HELP(IDM_SHARED_EDIT_COPY)     "Copy the selected files or folders."
IDS_ITEM_HELP(IDM_SHARED_EDIT_PASTE)    "Paste previously copied or cut files or folders."
IDS_ITEM_HELP(IDM_SHARED_FILE_LINK)     "Create a link to the selected item."
IDS_ITEM_HELP(IDM_SHARED_FILE_DELETE)   "Delete the selected files or folders."
IDS_ITEM_HELP(IDM_SHARED_FILE_RENAME)   "Rename the selected file or folder."
IDS_ITEM_HELP(IDM_SHARED_FILE_PROP)     "Get the properties on the selected item(s)."

//  BUGBUG -- Help strings that the shell ought to handle for me...
IDS_ITEM_HELP(SHARED_EDIT_PASTE) "Inserts the items you have copied or cut into the selected location."

//  Column headers.
IDS_HEADER_NAME(COL_NAME) "Name"
IDS_HEADER_NAME(COL_SIZE) "Size"
IDS_HEADER_NAME(COL_TYPE) "Type"
IDS_HEADER_NAME(COL_MODIFIED) "Modified"

//  Column headers help.
IDS_HEADER_HELP(COL_NAME) "Sorts items alphabetically by name."
IDS_HEADER_HELP(COL_SIZE) "Sorts items by size, from smallest to largest."
IDS_HEADER_HELP(COL_TYPE) "Sorts items by type."
IDS_HEADER_HELP(COL_MODIFIED) "Sorts items by date, from oldest to most recent."

//  Progress feedback strings
IDS_EMPTY               ""
IDS_CONNECTING          "Connecting to %s"
IDS_CHDIR               "Looking for folder %s"
IDS_LS                  "Getting contents of folder"
IDS_DELETING            "Deleting '%s'"
IDS_RENAMING            "Renaming '%s'"
IDS_GETFINDDATA         "Checking for '%s'"
IDS_COPYING             "Copying '%s'"
IDS_DOWNLOADING         "Copying '%s'"
IDS_DL_SRC_DEST         "From '%1!ls!' to '%2!ls!'"
IDS_DL_SRC_DIR          "From '%ls'"
IDS_COPY_TITLE          "Copying..."
IDS_MOVE_TITLE          "Moving..."
IDS_DELETE_TITLE        "Deleting..."
IDS_DOWNLOAD_TITLE      "Copying..."

IDS_DL_TYPE_AUTOMATIC   "Automatic"
IDS_DL_TYPE_ASCII       "Text Files (ASCII)"
IDS_DL_TYPE_BINARY      "Data Files (Binary)"

//  Random strings
IDS_NUMBERK "%uK"
IDS_NUMBERTB "%uTB"
IDS_PROP_SHEET_TITLE            "FTP"       // The dialog code already appends " Properties".
IDS_PRETTYNAMEFORMAT            "%2!ls! on %1!s!"       // The dialog code already appends " Properties".
IDS_SEVERAL_SELECTED            "Multiple Items"
IDS_ELLIPSES                    "..."
IDS_NEW_FOLDER_FIRST            "New Folder"
IDS_NEW_FOLDER_TEMPLATE         "New Folder (%d)"
IDS_CANTSHUTDOWN                "An FTP Folder is currently uploading a file.\n\nEither wait for the upload to finish, or cancel it before you quit Windows."
IDS_PROGRESS_CANCEL             "Copying will cancel after the current file finishes."
IDS_NO_MESSAGEOFTHEDAY          "None"
IDS_ITEMTYPE_FOLDER             "Folder"            // Displayed when 'Properties' is selected on the background folder.
IDS_ITEMTYPE_SERVER             "FTP Server"        // Displayed when 'Properties' is selected on the background folder and it's the root of a server.
IDS_PROGRESS_UPLOADTIMECALC     "Calculating the time required to upload the files."
IDS_PROGRESS_DELETETIMECALC     "Calculating the time required to delete the files."
IDS_PROGRESS_DOWNLOADTIMECALC   "Calculating the time required to copy the files."
IDS_OFFLINE_PROMPTTOGOONLINE    "You are currently in offline mode.  Do you want to go Online?"
IDS_RECYCLE_IS_PERM_WARNING     "Moving items from an FTP server to the Recycle Bin will cause them to be deleted permanently.  Are you sure you want to continue?"


// Operation Errors
IDS_FTPERR_TITLE                "FTP Folder"
IDS_FTPERR_TITLE_ERROR          "FTP Folder Error"
IDS_FTPERR_UNKNOWN              "That operation was unsuccessful."
IDS_FTPERR_WININET              "\n\nDetails:\n%s"  // This goes before the wininet error and after IDS_FTPERR_FILECOPY or a similar error.
IDS_FTPERR_WININET_CONTINUE     "\n\nDetails:\n%s\n\nDo you want to continue?"  // This goes before the wininet error and after IDS_FTPERR_FILECOPY or a similar error.
IDS_FTPERR_FILECOPY             "An error occurred copying a file to the FTP Server.  Make sure you have permission to put files on the server."
IDS_FTPERR_DIRCOPY              "An error occurred creating a folder on the FTP Server.  Make sure you have permission to put files on the server."
IDS_FTPERR_FILERENAME           "An error occurred renaming the file or folder on the FTP Server.  Make sure you have permission to make this modification."
IDS_FTPERR_CHANGEDIR            "An error occurred opening the folder on the FTP Server.  Make sure you have permission to access this folder."
IDS_FTPERR_DELETE               "An error occurred deleting the file or folder on the FTP Server.  Make sure you have permission to access this folder."
IDS_FTPERR_OPENFOLDER           "An error occurred opening that folder on the FTP Server.  Make sure you have permission to access that folder."
IDS_FTPERR_FOLDERENUM           "An error occurred reading all of the contents of this folder on the FTP Server."
IDS_FTPERR_NEWFOLDER            "An error occurred creating a new folder on the FTP Server."
IDS_FTPERR_DROPFAIL             "The item could not be transferred.  Make sure you have permission to store files here and that the file name is valid."
IDS_FTPERR_INVALIDFTPNAME       "This operation could not be completed because some characters in the file name are not allowed on the FTP Server."
IDS_FTPERR_CREATEDIRPROMPT      "The folder '%s' doesn't exist.  Do you want to create it?"
IDS_FTPERR_CREATEFAILED         "The folder could not be created.  Make sure the file name is valid and you have permission to create a folder in the location specified."
IDS_FTPERR_GETDIRLISTING        "An error occurred reading the contents of the folder.  Make sure the file name is valid and you have permission to access the location specified."
IDS_FTPERR_DOWNLOADING          "An error occurred copying the selected items from the FTP Server."
IDS_FTPERR_RENAME_REPLACE       "A file with this name already exists.  Do you want to replace that file?"
IDS_FTPERR_RENAME_EXT_WRN       "If you change a filename extension, the file may become unusable.\n\nAre you sure you want to change it?"
IDS_FTPERR_RENAME_TITLE         "Rename"
IDS_FTPERR_CHMOD                "An error occurred changing the permissions on the file or folder on the FTP Server.  Make sure you have permission to change this item."
IDS_FTPERR_BAD_DL_TARGET        "The selected items can not be downloaded to the specified folder.  Please choose another folder."

// Login Dialog Message
IDS_LOGIN_LOGINAS               "Enter an User Name and Password to login to the server."
IDS_LOGIN_SERVER                "The server was unable to login with the username and password provided.  Please change your login information or click cancel to cancel logging into this FTP Server."
IDS_FTP_PROXY_WARNING           "The folder '%s' is read-only because the proxy server is not set up to allow full access.\n\nTo move, paste, rename, or delete files, you must use a different proxy.  For information on changing your proxy, contact your administrator."


// User Status Bar Pane
IDS_DLG_DOWNLOAD_TITLE           "Copy the selected item(s) to the folder:"


//  UI Strings
IDS_HELP_MSIEFTPTITLE           "Microsoft Internet Explorer FTP"
IDS_HELP_ABOUTFOLDER            "FTP Folder Message"
IDS_HELP_ABOUTBOX               "This is the Microsoft Internet Explorer FTP Shell Extension."
IDS_HELP_WELCOMEMSGTITLE        "FTP Server Welcome Message"

//  Status Bar Icon ToolTips
IDS_WRITE_ALLOWED               "You have permission to write and modify files in this folder."
IDS_WRITE_NOTALLOWED            "You do not have permission to write and modify files in this folder"

//  Progress Bar ToolTips
IDS_PROG_ZERO                   "Nothing is downloading."
IDS_PROG_NPERCENT               "Downloading the names of the files in this Folder.  %ld%% finished."
IDS_PROG_DONE                   "The contents of this FTP folder have finished downloading."

// Zones
IDS_ZONES_UNKNOWN               "Unknown Zone"
IDS_ZONES_TOOLTIP               "The box indicates where the files in the folder are stored."

// User StatusBar Pane
IDS_USER_TEMPLATE               "User: %s"
IDS_USER_ANNONYMOUS             "Anonymous"
IDS_USER_USERTOOLTIP            "You are logged in as %s.  This login will determine your permissions and your actions may be logged."
IDS_USER_ANNONTOOLTIP           "You are logged in anonymously.  Select 'Log in as...' in the File menu to log in as another user.  Your email name is used as your password and that can be changed in 'FTP Options' in the View menu."

END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_INSTALL_TEMPLATE         "ftp.htt"
    IDS_INSTALL_TEMPLATE_NT5     "ftpnt5.htt"
END




//+------------------------------------------------------------------------
//
//  Files
//
//-------------------------------------------------------------------------


IDA_FTPUPLOAD               AVI     upload.avi      // FS->Ftp Animation
IDA_FTPDOWNLOAD             AVI     download.avi    // Ftp->FS Animation
IDA_FTPDELETE               AVI     ftpdel.avi      // Ftp->Air (Hard Delete)


1 TYPELIB "msieftp.tlb"



//+------------------------------------------------------------------------
//
//  HTML Dialogs/Property Pages
//
//-------------------------------------------------------------------------

//lines.bmp           RT_FILE     "lines.bmp"
//ie.gif              RT_FILE     "ie.gif"
//ie256.gif           RT_FILE     "ie256.gif"
//world.bmp           RT_FILE     "world.bmp"
//world256.gif        RT_FILE     "world256.gif"
//ietxt256.bmp        RT_FILE     "ietxt256.bmp"
//lines256.bmp        RT_FILE     "lines256.bmp"
//ietext.bmp          RT_FILE     "ietext.bmp"
//closed.bmp          RT_FILE     "closed.bmp"
//open.bmp            RT_FILE     "open.bmp"


#ifdef ADD_ABOUTBOX
about.htm           HTML        "about.htm"
wcee.htm            HTML    DISCARDABLE     "wcee.htm"
#endif // ADD_ABOUTBOX

//dirnoxst.htm        HTML    DISCARDABLE     "dirnoxst.htm"
//loginfal.htm        HTML    DISCARDABLE     "loginfal.htm"

ftp.htt              HTML DISCARDABLE        "ftp.htt"
ftpnt5.htt           HTML DISCARDABLE        "ftpnt5.htt"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -