📄 bs_terminal.drc
字号:
#define Consts_SWriteError 65534
#define Consts_SMemoryStreamError 65535
STRINGTABLE
BEGIN
Sysconst_SLongMonthNameNov, "November"
Sysconst_SLongMonthNameDec, "December"
Sysconst_SShortDayNameSun, "Sun"
Sysconst_SShortDayNameMon, "Mon"
Sysconst_SShortDayNameTue, "Tue"
Sysconst_SShortDayNameWed, "Wed"
Sysconst_SShortDayNameThu, "Thu"
Sysconst_SShortDayNameFri, "Fri"
Sysconst_SShortDayNameSat, "Sat"
Sysconst_SLongDayNameSun, "Sunday"
Sysconst_SLongDayNameMon, "Monday"
Sysconst_SLongDayNameTue, "Tuesday"
Sysconst_SLongDayNameWed, "Wednesday"
Sysconst_SLongDayNameThu, "Thursday"
Sysconst_SLongDayNameFri, "Friday"
Sysconst_SLongDayNameSat, "Saturday"
Sysconst_SShortMonthNameJul, "Jul"
Sysconst_SShortMonthNameAug, "Aug"
Sysconst_SShortMonthNameSep, "Sep"
Sysconst_SShortMonthNameOct, "Oct"
Sysconst_SShortMonthNameNov, "Nov"
Sysconst_SShortMonthNameDec, "Dec"
Sysconst_SLongMonthNameJan, "January"
Sysconst_SLongMonthNameFeb, "February"
Sysconst_SLongMonthNameMar, "March"
Sysconst_SLongMonthNameApr, "April"
Sysconst_SLongMonthNameMay, "May"
Sysconst_SLongMonthNameJun, "June"
Sysconst_SLongMonthNameJul, "July"
Sysconst_SLongMonthNameAug, "August"
Sysconst_SLongMonthNameSep, "September"
Sysconst_SLongMonthNameOct, "October"
Sysconst_SVarArrayBounds, "Variant array index out of bounds"
Sysconst_SExternalException, "External exception %x"
Sysconst_SAssertionFailed, "Assertion failed"
Sysconst_SIntfCastError, "Interface not supported"
Sysconst_SSafecallException, "Exception in safecall method"
Sysconst_SAssertError, "%s (%s, line %d)"
Sysconst_SAbstractError, "Abstract Error"
Sysconst_SModuleAccessViolation, "Access violation at address %p in module '%s'. %s of address %p"
Sysconst_SWin32Error, "Win32 Error. Code: %d.\n%s"
Sysconst_SUnkWin32Error, "A Win32 API function failed"
Sysconst_SShortMonthNameJan, "Jan"
Sysconst_SShortMonthNameFeb, "Feb"
Sysconst_SShortMonthNameMar, "Mar"
Sysconst_SShortMonthNameApr, "Apr"
Sysconst_SShortMonthNameMay, "May"
Sysconst_SShortMonthNameJun, "Jun"
Sysconst_SInvalidCast, "Invalid class typecast"
Sysconst_SAccessViolation, "Access violation at address %p. %s of address %p"
Sysconst_SStackOverflow, "Stack overflow"
Sysconst_SControlC, "Control-C hit"
Sysconst_SPrivilege, "Privileged instruction"
Sysconst_SException, "Exception %s in module %s at %p.\n%s%s"
Sysconst_SExceptTitle, "Application Error"
Sysconst_SInvalidFormat, "Format '%s' invalid or incompatible with argument"
Sysconst_SArgumentMissing, "No argument for format '%s'"
Sysconst_SInvalidVarCast, "Invalid variant type conversion"
Sysconst_SInvalidVarOp, "Invalid variant operation"
Sysconst_SDispatchError, "Variant method calls not supported"
Sysconst_SReadAccess, "Read"
Sysconst_SWriteAccess, "Write"
Sysconst_SVarArrayCreate, "Error creating variant array"
Sysconst_SVarNotArray, "Variant is not an array"
Sysconst_SInOutError, "I/O error %d"
Sysconst_SFileNotFound, "File not found"
Sysconst_SInvalidFilename, "Invalid filename"
Sysconst_STooManyOpenFiles, "Too many open files"
Sysconst_SAccessDenied, "File access denied"
Sysconst_SEndOfFile, "Read beyond end of file"
Sysconst_SDiskFull, "Disk full"
Sysconst_SInvalidInput, "Invalid numeric input"
Sysconst_SDivByZero, "Division by zero"
Sysconst_SRangeError, "Range check error"
Sysconst_SIntOverflow, "Integer overflow"
Sysconst_SInvalidOp, "Invalid floating point operation"
Sysconst_SZeroDivide, "Floating point division by zero"
Sysconst_SOverflow, "Floating point overflow"
Sysconst_SUnderflow, "Floating point underflow"
Sysconst_SInvalidPointer, "Invalid pointer operation"
Comstrs_sNeedAllowNone, "You must be in ShowCheckbox mode to set to this date"
Comstrs_sFailSetCalDateTime, "Failed to set calendar date or time"
Comstrs_sFailSetCalMaxSelRange, "Failed to set maximum selection range"
Comstrs_sFailSetCalMinMaxRange, "Failed to set calendar min/max range"
Comstrs_sFailsetCalSelRange, "Failed to set calendar selected range"
Comconst_SOleError, "OLE error %.8x"
Comconst_SNoMethod, "Method '%s' not supported by automation object"
Comconst_SVarNotObject, "Variant does not reference an automation object"
Sysconst_SInvalidInteger, "'%s' is not a valid integer value"
Sysconst_SInvalidFloat, "'%s' is not a valid floating point value"
Sysconst_SInvalidDate, "'%s' is not a valid date"
Sysconst_SInvalidTime, "'%s' is not a valid time"
Sysconst_SInvalidDateTime, "'%s' is not a valid date and time"
Sysconst_STimeEncodeError, "Invalid argument to time encode"
Sysconst_SDateEncodeError, "Invalid argument to date encode"
Sysconst_SOutOfMemory, "Out of memory"
Consts_SDuplicateItem, "List does not allow duplicates ($0%x)"
Comstrs_sTabFailClear, "Failed to clear tab control"
Comstrs_sTabFailDelete, "Failed to delete tab at index %d"
Comstrs_sTabFailRetrieve, "Failed to retrieve tab at index %d"
Comstrs_sTabFailGetObject, "Failed to get object at index %d"
Comstrs_sTabFailSet, "Failed to set tab \"%s\" at index %d"
Comstrs_sTabFailSetObject, "Failed to set object at index %d"
Comstrs_sTabMustBeMultiLine, "MultiLine must be True when TabPosition is tpLeft or tpRight"
Comstrs_sInsertError, "Unable to insert an item"
Comstrs_sRichEditInsertError, "RichEdit line insertion error"
Comstrs_sRichEditLoadFail, "Failed to Load Stream"
Comstrs_sRichEditSaveFail, "Failed to Save Stream"
Comstrs_sPageIndexError, "%d is an invalid PageIndex value. PageIndex must be between 0 and %d"
Comstrs_sInvalidComCtl32, "This control requires version 4.70 or greater of COMCTL32.DLL"
Comstrs_sDateTimeMax, "Date exceeds maximum of %s"
Comstrs_sDateTimeMin, "Date is less than minimum of %s"
Consts_SIconToClipboard, "Clipboard does not support Icons"
Consts_SCannotOpenClipboard, "Cannot open clipboard"
Consts_SInvalidMemoSize, "Text exceeds memo capacity"
Consts_SInvalidPrinterOp, "Operation not supported on selected printer"
Consts_SNoDefaultPrinter, "There is no default printer currently selected"
Consts_SIniFileWriteError, "Unable to write to %s"
Consts_SBitsIndexError, "Bits index out of range"
Consts_SInvalidRegType, "Invalid data type for '%s'"
Consts_SRegCreateFailed, "Failed to create key %s"
Consts_SRegSetDataFailed, "Failed to set data for '%s'"
Consts_SRegGetDataFailed, "Failed to get data for '%s'"
Consts_SDuplicateMenus, "Menu '%s' is already being used by another form"
Consts_SDockedCtlNeedsName, "Docked control must have a name"
Consts_SDockTreeRemoveError, "Error removing control from dock tree"
Consts_SDockZoneNotFound, " - Dock zone not found"
Consts_SDockZoneHasNoCtl, " - Dock zone has no control"
Consts_SmkcSpace, "Space"
Consts_SmkcPgUp, "PgUp"
Consts_SmkcPgDn, "PgDn"
Consts_SmkcEnd, "End"
Consts_SmkcHome, "Home"
Consts_SmkcLeft, "Left"
Consts_SmkcUp, "Up"
Consts_SmkcRight, "Right"
Consts_SmkcDown, "Down"
Consts_SmkcIns, "Ins"
Consts_SmkcDel, "Del"
Consts_SmkcShift, "Shift+"
Consts_SmkcCtrl, "Ctrl+"
Consts_SmkcAlt, "Alt+"
Consts_SInsertLineError, "Unable to insert a line"
Consts_SInvalidClipFmt, "Invalid clipboard format"
Consts_SMsgDlgConfirm, "Confirm"
Consts_SMsgDlgYes, "&Yes"
Consts_SMsgDlgNo, "&No"
Consts_SMsgDlgOK, "OK"
Consts_SMsgDlgCancel, "Cancel"
Consts_SMsgDlgHelp, "&Help"
Consts_SMsgDlgAbort, "&Abort"
Consts_SMsgDlgRetry, "&Retry"
Consts_SMsgDlgIgnore, "&Ignore"
Consts_SMsgDlgAll, "&All"
Consts_SMsgDlgNoToAll, "N&o to All"
Consts_SMsgDlgYesToAll, "Yes to &All"
Consts_SmkcBkSp, "BkSp"
Consts_SmkcTab, "Tab"
Consts_SmkcEsc, "Esc"
Consts_SmkcEnter, "Enter"
Consts_SVMetafiles, "Metafiles"
Consts_SVEnhMetafiles, "Enhanced Metafiles"
Consts_SVIcons, "Icons"
Consts_SVBitmaps, "Bitmaps"
Consts_SGridTooLarge, "Grid too large for operation"
Consts_STooManyDeleted, "Too many rows or columns deleted"
Consts_SIndexOutOfRange, "Grid index out of range"
Consts_SFixedColTooBig, "Fixed column count must be less than column count"
Consts_SFixedRowTooBig, "Fixed row count must be less than row count"
Consts_SInvalidStringGridOp, "Cannot insert or delete rows from grid"
Consts_SInvalidProperty, "Invalid property value"
Consts_SMaskErr, "Invalid input value"
Consts_SMaskEditErr, "Invalid input value. Use escape key to abandon changes"
Consts_SMsgDlgWarning, "Warning"
Consts_SMsgDlgError, "Error"
Consts_SMsgDlgInformation, "Information"
Consts_SInvalidPrinter, "Printer selected is not valid"
Consts_SDeviceOnPort, "%s on %s"
Consts_SGroupIndexTooLow, "GroupIndex cannot be less than a previous menu item's GroupIndex"
Consts_SNoMDIForm, "Cannot create form. No MDI forms are currently active"
Consts_SControlParentSetToSelf, "A control cannot have itself as its parent"
Consts_SOKButton, "OK"
Consts_SCancelButton, "Cancel"
Consts_SYesButton, "&Yes"
Consts_SNoButton, "&No"
Consts_SHelpButton, "&Help"
Consts_SCloseButton, "&Close"
Consts_SIgnoreButton, "&Ignore"
Consts_SRetryButton, "&Retry"
Consts_SAbortButton, "Abort"
Consts_SAllButton, "&All"
Consts_SCannotDragForm, "Cannot drag a form"
Consts_SImageReadFail, "Failed to read ImageList data from stream"
Consts_SImageWriteFail, "Failed to write ImageList data to stream"
Consts_SWindowDCError, "Error creating window device context"
Consts_SWindowClass, "Error creating window class"
Consts_SCannotFocus, "Cannot focus a disabled or invisible window"
Consts_SParentRequired, "Control '%s' has no parent window"
Consts_SMDIChildNotVisible, "Cannot hide an MDI Child Form"
Consts_SVisibleChanged, "Cannot change Visible in OnShow or OnHide"
Consts_SCannotShowModal, "Cannot make a visible window modal"
Consts_SPropertyOutOfRange, "%s property out of range"
Consts_SMenuIndexError, "Menu index out of range"
Consts_SMenuReinserted, "Menu inserted twice"
Consts_SMenuNotFound, "Sub-menu is not in menu"
Consts_SNoTimers, "Not enough timers available"
Consts_SNotPrinting, "Printer is not currently printing"
Consts_SPrinting, "Printing in progress"
Consts_SUnknownProperty, "Property does not exist"
Consts_SReadOnlyProperty, "Property is read-only"
Consts_SPropertyException, "Error reading %s%s%s: %s"
Consts_SAncestorNotFound, "Ancestor for '%s' not found"
Consts_SInvalidBitmap, "Bitmap image is not valid"
Consts_SInvalidIcon, "Icon image is not valid"
Consts_SInvalidMetafile, "Metafile is not valid"
Consts_SChangeIconSize, "Cannot change the size of an icon"
Consts_SUnknownExtension, "Unknown picture file extension (.%s)"
Consts_SUnknownClipboardFormat, "Unsupported clipboard format"
Consts_SOutOfResources, "Out of system resources"
Consts_SNoCanvasHandle, "Canvas does not allow drawing"
Consts_SInvalidImageSize, "Invalid image size"
Consts_SInvalidImageList, "Invalid ImageList"
Consts_SReplaceImage, "Unable to Replace Image"
Consts_SImageIndexError, "Invalid ImageList Index"
Consts_SCantWriteResourceStreamError, "Can't write to a read-only resource stream"
Consts_SClassNotFound, "Class %s not found"
Consts_SInvalidImage, "Invalid stream format"
Consts_SResNotFound, "Resource %s not found"
Consts_SListIndexError, "List index out of bounds (%d)"
Consts_SListCapacityError, "List capacity out of bounds (%d)"
Consts_SListCountError, "List count out of bounds (%d)"
Consts_SSortedListError, "Operation not allowed on sorted string list"
Consts_SDuplicateString, "String list does not allow duplicates"
Consts_SInvalidTabPosition, "Tab position incompatible with current tab style"
Consts_SInvalidTabStyle, "Tab style incompatible with current tab position"
Consts_SDuplicateName, "A component named %s already exists"
Consts_SInvalidName, "''%s'' is not a valid component name"
Consts_SDuplicateClass, "A class named %s already exists"
Consts_SInvalidPropertyValue, "Invalid property value"
Consts_SInvalidPropertyPath, "Invalid property path"
Nmudp_Cons_Palette_Inet, "Internet"
Nmudp_Cons_Msg_Wsk, "Initializing Winsock"
Nmudp_Cons_Msg_Lkp, "Host Lookup Canceled"
Nmudp_Cons_Msg_Data, "Sending Data"
Nmudp_Cons_Msg_InvStrm, "Invalid stream"
Nmudp_Cons_Msg_Echk, "Checking Error In Error Manager"
Nmudp_Cons_Msg_Eno, "Unknown Error No. "
Nmudp_Cons_Msg_ELkp, "Looking Up Error Message"
Nmudp_Cons_Err_Addr, "Null Remote Address"
Nmudp_Cons_Err_Buffer, "Invalid buffer"
Consts_SAssignError, "Cannot assign a %s to a %s"
Consts_SFCreateError, "Cannot create file %s"
Consts_SFOpenError, "Cannot open file %s"
Consts_SReadError, "Stream read error"
Consts_SWriteError, "Stream write error"
Consts_SMemoryStreamError, "Out of memory while expanding memory stream"
END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -