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

📄 zipdl.rc

📁 zip文件下载器的汇编语言源代码
💻 RC
字号:
#include "resource.h"

/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDD_FORM DIALOGEX 0, 0, 317, 218
STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE | 
    WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX
EXSTYLE WS_EX_CLIENTEDGE
CAPTION "Iczelion's HTTP Zip Downloader version 1.2"
CLASS "ZipDownloadClass"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "&Connect",IDC_URLOK,95,27,53,13
    PUSHBUTTON      "C&lear",IDC_CANCELURL,168,27,53,13
    EDITTEXT        IDC_URL,44,11,244,12,ES_AUTOHSCROLL
    LTEXT           "URL:",IDC_STATIC,21,13,20,9
    CONTROL         "List1",IDC_NAMELIST,"SysListView32",LVS_REPORT | LVS_SORTASCENDING |
                    WS_DISABLED | WS_BORDER | WS_TABSTOP | LVS_SHOWSELALWAYS,18,52,283,105,
                    WS_EX_CLIENTEDGE
    GROUPBOX        "",IDC_GROUP,16,2,284,44
    DEFPUSHBUTTON   "&Download",IDC_OK,163,172,56,16,WS_DISABLED
    PUSHBUTTON      "&Cancel",IDC_CANCEL,238,172,56,16,WS_DISABLED
END



/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE DISCARDABLE 
BEGIN
    1                       "Undefined Error"
END

STRINGTABLE DISCARDABLE 
BEGIN
    10000                   "No Error"
    10004                   "Interrupted function call"
    10009                   "Bad file descriptor"
    10013                   "Permission denied to the file"
    10014                   "Bad address"
END

STRINGTABLE DISCARDABLE 
BEGIN
    10022                   "Invalid argument"
    10024                   "Too many open files"
END

STRINGTABLE DISCARDABLE 
BEGIN
    10035                   "Resource temporarily unavailable"
    10036                   "Operation now in progress"
    10037                   "Operation already in progress"
    10038                   "Socket operation on non-socket"
    10039                   "Destination address required"
    10040                   "Message too long"
    10041                   "Protocol wrong type for socket"
    10042                   "Bad protocol option"
    10043                   "Protocol not supported"
    10044                   "Socket type not supported"
    10045                   "Operation not supported"
    10046                   "Protocol family not supported"
    10047                   "Address family not supported by protocol family"
END

STRINGTABLE DISCARDABLE 
BEGIN
    10048                   "Address already in use"
    10049                   "Can't assign requested address"
    10050                   "Network is down"
    10051                   "Socket is unreachable"
    10052                   "Network dropped connection on reset"
    10053                   "Software caused connection abort"
    10054                   "Connection reset by peer"
    10055                   "No buffer space available"
    10056                   "Socket is already connected"
    10057                   "Socket is not connected"
    10058                   "Cannot send after socket shutdown"
    10059                   "Too many references: can't splice"
    10060                   "Connection time out"
    10061                   "Connection refused"
    10062                   "Too many levels of symbolic links"
    10063                   "File name too long"
END

STRINGTABLE DISCARDABLE 
BEGIN
    10064                   "Host is down"
    10065                   "No route to host"
    10066                   "Directory not empty"
    10067                   "Too many processes"
    10068                   "Too many users"
    10069                   "Disk quota exceeded"
    10070                   "Stale NFS file handle"
    10071                   "Too many levels of remote in path"
END

STRINGTABLE DISCARDABLE 
BEGIN
    10091                   "Network subsystem is unavailable"
    10092                   "WINSOCK.DLL version out of range"
    10093                   "Successful WSAStartup() not yet performed"
END

STRINGTABLE DISCARDABLE 
BEGIN
    11001                   "Host not found"
    11002                   "Non-authoritative host not found"
    11003                   "This is a non-recoverable error"
    11004                   "Valid name, no data record of requested type"
END

⌨️ 快捷键说明

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