w.msg

来自「开放源码的编译器open watcom 1.6.0版的源代码」· MSG 代码 · 共 35 行

MSG
35
字号
//wmsg.c
pick(   W_ERRMSG,
        "Error Message",
        "Error Message" )

//wclip.c
pick(   W_RESTOOBIGTOPASTE,
        "Resource is too large to paste.",
        "Resource is too large to paste." )

//wgetfn.c
pick(   W_ERRORSELFILE,
        "An error occurred selecting the file.",
        "An error occurred selecting the file." )
pick(   W_GETFNCOMBOTITLE,
        "List Files of &Type",
        "List Files of &Type" )

//weditsym.c
pick(   W_SYMFILTER,
        "Header Files (*.h)\t*.h\tAll Files (*.*)\t*.*\t",
        "Header Files (*.h)\t*.h\tAll Files (*.*)\t*.*\t" )
pick(   W_SAVESYMTITLE,
        "Save Symbol Header File",
        "Save Symbol Header File" )
pick(   W_LOADSYMTITLE,
        "Load Symbol Header File",
        "Load Symbol Header File" )
pick(   W_NOOPENSYMFILE,
        "Could not open symbol file.",
        "Could not open symbol file." )
pick(   W_SYMOUTOFMEM,
        "Ran out of memory loading symbols.",
        "Ran out of memory loading symbols." )

⌨️ 快捷键说明

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