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

📄 wde.msg

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 MSG
📖 第 1 页 / 共 2 页
字号:
        "One of the objects can't be moved",
        "One of the objects can't be moved" )

// WDEOPTS.C
pick(   WDE_DISPLAYOPTIONS,
        "Display Options",
        "Display Options" )

// WDEDDE.C
pick(   WDE_DDEDEATHMSG,
        "The Dialog Editor is being terminated and \nwas unable to inform the Resource Editor.\nThis may cause the Resource Editor to reject\nany more attempts to edit any resources.\n",
        "The Dialog Editor is being terminated and \nwas unable to inform the Resource Editor.\nThis may cause the Resource Editor to reject\nany more attempts to edit any resources.\n" )

// WDEMAIN.C
pick(   WDE_APPTITLE,
        "Open Watcom Dialog Editor",
        "Open Watcom Dialog Editor" )
pick(   WDE_NOMULTIPLEINSTANCES,
        "Cannot run multiple instances of the Open Watcom Dialog Editor.",
        "Cannot run multiple instances of the Open Watcom Dialog Editor." )
pick(   WDE_INITFAILED,
        "Initialization Failed!",
        "Initialization Failed!" )
pick(   WDE_DDEINITFAILED,
        "DDE Initialization Failed!",
        "DDE Initialization Failed!" )
pick(   WDE_EXCEPTIONDURINGABNORMALEXIT,
        "Exception during abnormal termination",
        "Exception during abnormal termination" )
pick(   WDE_NOREGISTERMAINCLASS,
        "WdeInit: Couldn't register Main window class!",
        "WdeInit: Couldn't register Main window class!" )
pick(   WDE_NOREGISTEREDITCLASS,
        "WdeInit: WdeRegisterEditClass failed!",
        "WdeInit: WdeRegisterEditClass failed!" )
pick(   WDE_NOREGISTERRESCLASS,
        "WdeInit: WdeRegisterResClass failed!",
        "WdeInit: WdeRegisterResClass failed!" )
pick(   WDE_NOREGISTERTAGCLASS,
        "WdeInit: WdeRegisterTagClass failed!",
        "WdeInit: WdeRegisterTagClass failed!" )
pick(   WDE_NOINITCONTROLOBJECTS,
        "Could not initialize control objects!",
        "Could not initialize control objects!" )
pick(   WDE_LOADACCELFAILED,
        "Could not load accelerator table!",
        "Could not load accelerator table!" )
pick(   WDE_NOCREATEMAINWINDOW,
        "Could not create main window!",
        "Could not create main window!" )
pick(   WDE_NOCREATEINFOWINDOW,
        "Could not create Info window!",
        "Could not create Info window!" )
pick(   WDE_NOCREATESTATUSLINE,
        "Could not create status line!",
        "Could not create status line!" )
pick(   WDE_NOINITMENUS,
        "Could not initalize menus!",
        "Could not initalize menus!" )
pick(   WDE_NOINITHINTS,
        "Could not initalize hints!",
        "Could not initalize hints!" )
pick(   WDE_NOCREATETOOLBOX,
        "Could not create tools toolbox!",
        "Could not create tools toolbox!" )
pick(   WDE_NOCREATEMDICLIENT,
        "Could not create MDI Client window!",
        "Could not create MDI Client window!" )
pick(   WDE_ONLYONEINSTANCE,
        "Only one instance allowed.",
        "Only one instance allowed." )
pick(   WDE_PASTINGNOTVALID,
        "Pasting is not valid now!",
        "Pasting is not valid now!" )
pick(   WDE_SETFAILED,
        "Current custom control not set.",
        "Current custom control not set." )
pick(   WDE_INPUTFILENOTFOUND,
        "Input file not found.",
        "Input file not found." )

// WDEFUTIL.C
pick(   WDE_DEFININGCONTROL,
        "Defining Control",
        "Defining Control" )

// WDEINFO.C
pick(   WDE_INFOCAPTIONTEXT,
        "&Caption:",
        "&Caption:" )
pick(   WDE_INFODLGNAMETEXT,
        "&Dlg Name:",
        "&Dlg Name:" )
pick(   WDE_INFOTEXTTEXT,
        "&Text:",
        "&Text:" )
pick(   WDE_INFOIDTEXT,
        "&ID:",
        "&ID:" )

// WDEFDIAG.C
pick(   WDE_DEFAULTDIALOGCAPTION,
        "Dialog",
        "Dialog" )
pick(   WDE_DEFAULTDIALOGFONT,
        "Helv.8",
        "Helv.8" )
pick(   WDE_DEFDIALOGNAME,
        "DIALOG_%d",
        "DIALOG_%d" )
pick(   WDE_DEFININGDIALOG,
        "Defining Dialog",
        "Defining Dialog" )
pick(   WDE_DIALOGFULL,
        "No more controls can fit in this dialog.",
        "No more controls can fit in this dialog." )
pick(   WDE_UNDEFINEDCLASS,
        "This dialog uses an undefined class. ",
        "This dialog uses an undefined class. " )

// WDEGETFN.C
pick(   WDE_ERRORSELECTINGFILE,
        "An error occurred selecting the file.",
        "An error occurred selecting the file." )
pick(   WDE_GETFNCOMBOTITLE,
        "List Files of &Type",
        "List Files of &Type" )

// WDEDEFIN.C
pick(   WDE_GENERICDEFINE,
        "Advanced Define",
        "Advanced Define" )
pick(   WDE_GENERICNAME,
        "&Name:",
        "&Name:" )
pick(   WDE_GENERICTEXT,
        "&Text:",
        "&Text:" )

// WDESDLG.C
pick(   WDE_REMOVEDIALOGS,
        "Remove Dialog(s)",
        "Remove Dialog(s)" )
pick(   WDE_DIALOGNOTOPENED,
        "Dialog not opened.",
        "Dialog not opened." )

// WDECLEAR.C
pick(   WDE_CLEARMSG,
        "Clear will DELETE ALL objects.\nClear?",
        "Clear will DELETE ALL objects.\nClear?" )
pick(   WDE_CLEARTITLE,
        "Clear Resource",
        "Clear Resource" )

// WDEEDIT.C
pick(   WDE_EDITREGISTERCLASSFAILED,
        "WdeRegisterEditClass: RegisterClass failed!",
        "WdeRegisterEditClass: RegisterClass failed!" )

// WDERES.C
pick(   WDE_UNTITLEDPROJECT,
        "_untitled",
        "_untitled" )
pick(   WDE_OPENPROJECT,
        "Open File",
        "Open File" )
pick(   WDE_SAVEPROJECT,
        "Save File",
        "Save File" )
pick(   WDE_OPENFILTER,
        "Dialog Script (*.DLG)\t*.DLG\t"
        "Resource Script (*.RC)\t*.RC\t"
        "Resource Files (*.RES)\t*.RES\t"
        "Executable Files (*.EXE)\t*.EXE\t"
        "DLL Libraries (*.DLL)\t*.DLL\t",
        "Dialog Script (*.DLG)\t*.DLG\t"
        "Resource Script (*.RC)\t*.RC\t"
        "Resource Files (*.RES)\t*.RES\t"
        "Executable Files (*.EXE)\t*.EXE\t"
        "DLL Libraries (*.DLL)\t*.DLL\t" )
pick(   WDE_SAVEFILTER,
        "Dialog Script (*.DLG)\t*.DLG\t"
        "Resource Script (*.RC)\t*.RC\t"
        "Resource Files (*.RES)\t*.RES\t",
        "Dialog Script (*.DLG)\t*.DLG\t"
        "Resource Script (*.RC)\t*.RC\t"
        "Resource Files (*.RES)\t*.RES\t" )
pick(   WDE_SAVEFILTEREXE,
        "Dialog Script (*.DLG)\t*.DLG\t"
        "Resource Script (*.RC)\t*.RC\t"
        "Resource Files (*.RES)\t*.RES\t"
        "Executable Files (*.EXE)\t*.EXE\t",
        "Dialog Script (*.DLG)\t*.DLG\t"
        "Resource Script (*.RC)\t*.RC\t"
        "Resource Files (*.RES)\t*.RES\t"
        "Executable Files (*.EXE)\t*.EXE\t" )
pick(   WDE_SAVEFILTERDLL,
        "Dialog Script (*.DLG)\t*.DLG\t"
        "Resource Script (*.RC)\t*.RC\t"
        "Resource Files (*.RES)\t*.RES\t"
        "DLL Libraries (*.DLL)\t*.DLL\t",
        "Dialog Script (*.DLG)\t*.DLG\t"
        "Resource Script (*.RC)\t*.RC\t"
        "Resource Files (*.RES)\t*.RES\t"
        "DLL Libraries (*.DLL)\t*.DLL\t" )
pick(   WDE_SAVEFILTERALL,
        "Dialog Script (*.DLG)\t*.DLG\t"
        "Resource Script (*.RC)\t*.RC\t"
        "Resource Files (*.RES)\t*.RES\t"
        "Executable Files (*.EXE)\t*.EXE\t"
        "DLL Libraries (*.DLL)\t*.DLL\t",
        "Dialog Script (*.DLG)\t*.DLG\t"
        "Resource Script (*.RC)\t*.RC\t"
        "Resource Files (*.RES)\t*.RES\t"
        "Executable Files (*.EXE)\t*.EXE\t"
        "DLL Libraries (*.DLL)\t*.DLL\t" )
pick(   WDE_SYMFILTER,
        "Header Files (*.h)\t*.h\t"
        "All Files (*.*)\t*.*\t",
        "Header Files (*.h)\t*.h\t"
        "All Files (*.*)\t*.*\t" )
pick(   WDE_REGISTEREDITFAILED,
        "WdeRegisterEditClass: RegisterClass failed!",
        "WdeRegisterEditClass: RegisterClass failed!" )
pick(   WDE_PRJHASNODIALOGS,
        "This file has no dialogs.",
        "This file has no dialogs." )
pick(   WDE_RESOURCESNOTLOADED,
        "Resources not loaded.",
        "Resources not loaded." )
pick(   WDE_UPDATEMODIFIEDPRJ,
        "This file has been modified.\nUpdate?",
        "This file has been modified.\nUpdate?" )
pick(   WDE_SAVEMODIFIEDPRJ,
        "This file has been modified.\nSave?",
        "This file has been modified.\nSave?" )
pick(   WDE_SAVEMODIFIEDSYM,
        "The symbols for this file have been modified.\nSave symbols?",
        "The symbols for this file have been modified.\nSave symbols?" )
pick(   WDE_SAVEFAILED,
        "Save failed!",
        "Save failed!" )

// WDESYM.C
pick(   WDE_LOADSYMTITLE,
        "Load Symbol Header File",
        "Load Symbol Header File" )
pick(   WDE_WRITESYMTITLE,
        "Write Symbol Header File",
        "Write Symbol Header File" )
pick(   WDE_LOADINGSYMBOLS,
        "Loading Symbols...",
        "Loading Symbols..." )
pick(   WDE_NOLOADHEADERFILE,
        "Unable to open header file.",
        "Unable to open header file." )
pick(   WDE_WRITINGSYMBOLS,
        "Writing Symbols...",
        "Writing Symbols..." )
pick(   WDE_ERRORCLOSINGFILE,
        "Error closing file!",
        "Error closing file!" )
pick(   WDE_NOMODIFYSYMBOLTABLE,
        "Could not modify symbol table",
        "Could not modify symbol table" )
pick(   WDE_SYMBOLEXISTS,
        "Symbol already exists.",
        "Symbol already exists." )
pick(   WDE_SYMBOLNOTFOUND,
        "Symbol not found.",
        "Symbol not found." )
pick(   WDE_NOOPENSYMFILE,
        "Symbol could not be opened.",
        "Symbol could not be opened." )

// WDESVOBJ.C
pick(   WDE_SAVEDLGINTOTITLE,
        "Save Dialog Into Resource",
        "Save Dialog Into Resource" )
pick(   WDE_SAVEDLGTITLE,
        "Save Dialog",
        "Save Dialog" )
pick(   WDE_SAVEDLGASTITLE,
        "Save Dialog As",
        "Save Dialog As" )
pick(   WDE_DUPRESNAMEINFILE,
        "There is already a resource of that name in the file.",
        "There is already a resource of that name in the file." )

// WDEHASH.C
pick(   WDE_NOSYMBOL,
        "(no symbol)",
        "(no symbol)" )
pick(   WDE_SYMBOLSNOTADDED,
        "Could not add all symbols! Low memory?",
        "Could not add all symbols! Low memory?" )
pick(   WDE_NOSYMBOLMSG,
        "No Symbols",
        "No Symbols" )

// WDEFCUST.C
pick(   WDE_DEFININGCUSTOM,
        "Defining Custom Control",
        "Defining Custom Control" )
pick(   WDE_CANTFINDCUSTOM,
        "No custom control fits this class & style.",
        "No custom control fits this class & style." )
pick(   WDE_NOCUSTOMFORCLASS,
        "There are no custom controls of this class.",
        "There are no custom controls of this class." )

// WDECUST.C
pick(   WDE_OPENCUSTTITLE,
        "Open Custom Library",
        "Open Custom Library" )
pick(   WDE_OPENCUSTFILTER,
        "DLL Libraries (*.DLL)\t*.DLL\tAll Files (*.*)\t*.*\t",
        "DLL Libraries (*.DLL)\t*.DLL\tAll Files (*.*)\t*.*\t" )
pick(   WDE_NOCUSTLOADED,
        "No Custom Controls have been loaded.",
        "No Custom Controls have been loaded." )
pick(   WDE_LIBRARYLOADED,
        "Library loaded.",
        "Library loaded." )
pick(   WDE_MSWARNINGTEXT,
        "Caution!!\nThe editor cannot determine if this is indeed a DLL containing a Microsoft Custom Control. If it isn't, a system crash is likely.\nContinue?",
        "Caution!!\nThe editor cannot determine if this is indeed a DLL containing a Microsoft Custom Control. If it isn't, a system crash is likely.\nContinue?" )
pick(   WDE_MSWARNINGTITLE,
        "Load Microsoft Custom Control",
        "Load Microsoft Custom Control" )
pick(   WDE_BORWARNINGTEXT,
        "This is not a Borland Custom Control Library!\nAttempt to load as a Microsoft Custom Control DLL?",
        "This is not a Borland Custom Control Library!\nAttempt to load as a Microsoft Custom Control DLL?" )
pick(   WDE_BORWARNINGTITLE,
        "Load Borland Custom Controls",
        "Load Borland Custom Controls" )
pick(   WDE_BADPROCEDUREORDINAL,
        "Bad procedure ordinal.",
        "Bad procedure ordinal." )
pick(   WDE_CANTFINDINFOPROC,
        "The Info procedure cannot be found.",
        "The Info procedure cannot be found." )
pick(   WDE_CANTFINDSTYLEPROC,
        "The Style procedure cannot be found.",
        "The Style procedure cannot be found." )
pick(   WDE_CANTFINDFLAGSPROC,
        "The Flags procedure cannot be found.",
        "The Flags procedure cannot be found." )
pick(   WDE_UNICUSTNOTSUPPORTED,
        "UNICODE not supported.",
        "UNICODE not supported." )

// WDECUST.C
pick(   WDE_BADCTL3D,
        "You are using an older version of CTL3D.DLL.\nUse the version provided in %WATCOM%\\BINW.",
        "You are using an older version of CTL3D.DLL.\nUse the version provided in %WATCOM%\\BINW." )

⌨️ 快捷键说明

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