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

📄 resource.h

📁 很好用的ftp源码
💻 H
📖 第 1 页 / 共 2 页
字号:
#define IDC_DOWNLOAD_AS                     (IDD_DOWNLOADDIALOG + 5)
#define IDC_DOWNLOAD_AS_LIST                (IDD_DOWNLOADDIALOG + 6)
#define IDC_DOWNLOAD_BUTTON                 (IDD_DOWNLOADDIALOG + 7)

#define DLG_MOVECOPYPROGRESS                100
#define IDD_ANIMATE                         (DLG_MOVECOPYPROGRESS + 1)
#define IDD_NAME                            (DLG_MOVECOPYPROGRESS + 2)
#define IDD_TONAME                          (DLG_MOVECOPYPROGRESS + 3)
#define IDD_TIMEEST                         (DLG_MOVECOPYPROGRESS + 5)
#define IDD_PROBAR                          (DLG_MOVECOPYPROGRESS + 4)

#define IDD_PROXYDIALOG                     110
#define IDC_PROXY_MESSAGE                   (IDD_PROXYDIALOG + 0)

#define IDD_CHMOD                           140
#define IDC_CHMOD_OR                        (IDD_CHMOD + 0)
#define IDC_CHMOD_OW                        (IDD_CHMOD + 1)
#define IDC_CHMOD_OE                        (IDD_CHMOD + 2)
#define IDC_CHMOD_GR                        (IDD_CHMOD + 3)
#define IDC_CHMOD_GW                        (IDD_CHMOD + 4)
#define IDC_CHMOD_GE                        (IDD_CHMOD + 5)
#define IDC_CHMOD_AR                        (IDD_CHMOD + 6)
#define IDC_CHMOD_AW                        (IDD_CHMOD + 7)
#define IDC_CHMOD_AE                        (IDD_CHMOD + 8)

#define IDC_CHMOD_LABEL_EXECUTE             (IDD_CHMOD + 9)
#define IDC_CHMOD_LABEL_PERM                (IDD_CHMOD + 10)
#define IDC_CHMOD_LABEL_OWNER               (IDD_CHMOD + 11)
#define IDC_CHMOD_LABEL_GROUP               (IDD_CHMOD + 12)
#define IDC_CHMOD_LABEL_ALL                 (IDD_CHMOD + 13)
#define IDC_CHMOD_LABEL_READ                (IDD_CHMOD + 14)
#define IDC_CHMOD_LABEL_WRITE               (IDD_CHMOD + 15)
#define IDC_CHMOD_GROUPBOX                  (IDD_CHMOD + 16)

#define IDC_CHMOD_LAST                      (IDD_CHMOD + 16)
#define IDC_CHMOD_NOT_ALLOWED               (IDD_CHMOD + 17)


/*****************************************************************************
 *
 *      Column headings (for details view)
 *
 *****************************************************************************/

#define COL_NAME            0
#define COL_SIZE            1
#define COL_TYPE            2
#define COL_MODIFIED        3
#define COL_MAX             4

#define IDM_SORT_FIRST        0x0030
#define IDM_SORTBYNAME        (IDM_SORT_FIRST + 0x0000)
#define IDM_SORTBYSIZE        (IDM_SORT_FIRST + 0x0001)
#define IDM_SORTBYTYPE        (IDM_SORT_FIRST + 0x0002)
#define IDM_SORTBYDATE        (IDM_SORT_FIRST + 0x0003)

#define CONVERT_IDMID_TO_COLNAME(idc)      ((idc) - IDM_SORT_FIRST)

#if CONVERT_IDMID_TO_COLNAME(IDM_SORTBYNAME) != COL_NAME || \
    CONVERT_IDMID_TO_COLNAME(IDM_SORTBYSIZE) != COL_SIZE || \
    CONVERT_IDMID_TO_COLNAME(IDM_SORTBYTYPE) != COL_TYPE || \
    CONVERT_IDMID_TO_COLNAME(IDM_SORTBYDATE) != COL_MODIFIED
#error FSIDM_ and ici are out of sync.
#endif

/*****************************************************************************
 *
 *      Strings
 *
 *****************************************************************************/

/* 0 ... 31 reserved for help text for IDC_ITEM_XXX menu commands */
#define IDS_ITEM_HELP(idc)       (idc)

/* 32 .. 39 reserved for title text for iciXXX column indices */
#define IDS_HEADER_NAME(ici)    (32+ici)

/* 40 .. 47 reserved for help text for iciXXX column indices */
#define IDS_HEADER_HELP(ici)    (40+ici)

/* 64 .. 95 reserved for progress feedback */
#define IDS_EMPTY               64
#define IDS_CONNECTING          65
#define IDS_CHDIR               66
#define IDS_LS                  67
#define IDS_DELETING            68
#define IDS_RENAMING            69
#define IDS_GETFINDDATA         70
#define IDS_COPYING             71
#define IDS_DOWNLOADING         72
#define IDS_DL_SRC_DEST         73
#define IDS_COPY_TITLE          74
#define IDS_MOVE_TITLE          75
#define IDS_DELETE_TITLE        76
#define IDS_DOWNLOAD_TITLE      77
#define IDS_DL_TYPE_AUTOMATIC   78
#define IDS_DL_TYPE_ASCII       79
#define IDS_DL_TYPE_BINARY      80
#define IDS_DL_SRC_DIR          81


#define IDA_FTPDOWNLOAD         0x100   // This matches IDA_DOWNLOAD (in shdocvw.dll)
#define IDA_FTPUPLOAD           0x101   // FS->Ftp Animation (in msieftp.dll)
#define IDA_FTPDELETE           0x102   // Ftp->Air (Hard Delete) (in msieftp.dll)

/* 256 onward are just random strings */
#define IDS_NUMBERK             256
#define IDS_NUMBERTB            257

#define IDS_HELP_MSIEFTPTITLE   258
#define IDS_HELP_ABOUTFOLDER    259
#define IDS_HELP_ABOUTBOX       260
#define IDS_HELP_WELCOMEMSGTITLE 261
#define IDS_PROP_SHEET_TITLE    262
#define IDS_PRETTYNAMEFORMAT    263
#define IDS_SEVERAL_SELECTED    264
#define IDS_ELLIPSES            265
#define IDS_NEW_FOLDER_FIRST    266
#define IDS_NEW_FOLDER_TEMPLATE 267

#define IDS_CANTSHUTDOWN        280
#define IDS_PROGRESS_CANCEL     282
#define IDS_NO_MESSAGEOFTHEDAY  285
#define IDS_ITEMTYPE_FOLDER     286
#define IDS_ITEMTYPE_SERVER     287
#define IDS_PROGRESS_UPLOADTIMECALC   288
#define IDS_PROGRESS_DELETETIMECALC   289
#define IDS_PROGRESS_DOWNLOADTIMECALC 290
#define IDS_OFFLINE_PROMPTTOGOONLINE  291
#define IDS_RECYCLE_IS_PERM_WARNING   292

// STATUS BAR Strings

// Status Bar Icon ToolTips
// These Text Strings are the tool tips for the icons.
#define IDS_BEGIN_SB_TOOLTIPS   300
#define IDS_WRITE_ALLOWED       300              // This folder has write access 
#define IDS_WRITE_NOTALLOWED    301              // This folder does not have read access 

// Progress Bar ToolTips
#define IDS_PROG_ZERO           330              // Zero percent.
#define IDS_PROG_NPERCENT       331              // n percent.
#define IDS_PROG_DONE           332              // 100 percent.

// Zones
#define IDS_ZONES_UNKNOWN       340              // Unknown Zone
#define IDS_ZONES_TOOLTIP       341              // Zone Status Bar Pane Tooltip

// User Status Bar Pane
#define IDS_USER_TEMPLATE       350              // "User: <UserName>"
#define IDS_USER_ANNONYMOUS     351               // <UserName> = "Annonymous"
#define IDS_USER_USERTOOLTIP    352              // Info on type of user log-in. (non-Annonymously)
#define IDS_USER_ANNONTOOLTIP   353              // Info on type of user log-in. (Annonymously)

// FTP Errors
#define IDS_FTPERR_TITLE            400              // Title for Messages.
#define IDS_FTPERR_TITLE_ERROR      401              // Title for Error Messages.
#define IDS_FTPERR_UNKNOWN          402              // Unknown error.
#define IDS_FTPERR_WININET          403              // Prep Wininet Error
#define IDS_FTPERR_WININET_CONTINUE 404          // Prep Wininet Error and ask if user wants to continue
#define IDS_FTPERR_FILECOPY         405              // Error putting file on FTP Server
#define IDS_FTPERR_DIRCOPY          406              // Error Creating a directory on the FTP Server
#define IDS_FTPERR_FILERENAME       407              // Error renaming file on FTP Server
#define IDS_FTPERR_CHANGEDIR        408              // Error opening that folder on the FTP Server
#define IDS_FTPERR_DELETE           409              // Error deleting that folder or file on the FTP Server
#define IDS_FTPERR_OPENFOLDER       410              // Error opening that folder on the FTP Server
#define IDS_FTPERR_FOLDERENUM       411              // Error getting the rest of the file names in the folder on the FTP Server
#define IDS_FTPERR_NEWFOLDER        412              // Error create a new folder on the FTP Server
#define IDS_FTPERR_DROPFAIL         413              // Error dropping a file or folder.
#define IDS_FTPERR_INVALIDFTPNAME   414            // This file name isn't a valid FTP File Name.  Maybe unicode.
#define IDS_FTPERR_CREATEDIRPROMPT  415           // The directory doesn't exist, do you want to create it?
#define IDS_FTPERR_CREATEFAILED     416              // Attempting to create the directory failed.
#define IDS_FTPERR_GETDIRLISTING    417             // An error occured reading the contents of the folder
#define IDS_FTPERR_DOWNLOADING      418             // Download failed
#define IDS_FTPERR_RENAME_REPLACE   419           // A file with this name already exists.  Do you want to replace that file?
#define IDS_FTPERR_RENAME_EXT_WRN   420           // If you change a filename extension, the file may become unusable.\n\nAre you sure you want to change it?
#define IDS_FTPERR_RENAME_TITLE     421           // Rename title ("Rename")
#define IDS_FTP_PROXY_WARNING       422           // The folder '%s' is currently read-only.\n\nThe proxy server to which you are connected will only enable...
#define IDS_FTPERR_CHMOD            423           // An error occured changing the permissions on the file or folder on the FTP Server.  Make sure you have permission to change this item.
#define IDS_FTPERR_BAD_DL_TARGET    424           // Bad dir chosen in SHBrowseForFolder


// Login Dialog Message
#define IDS_LOGIN_LOGINAS           450              // 
#define IDS_LOGIN_SERVER            451              // 


// Dialog Strings
#define IDS_DLG_DOWNLOAD_TITLE      500              // Title for the 'Choose Download Directory' dialog.



#define IDS_INSTALL_TEMPLATE        700              // 
#define IDS_INSTALL_TEMPLATE_NT5    701              // 


// HTML dialog resources
#define RT_FILE                     2110


// BUGBUG - For some reason, I can't read \iedev\shell\shlwapi.w
#define IDC_MESSAGECHECKEX          0x1202

⌨️ 快捷键说明

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