supercls.h
来自「MSComm控件资料,Visual Basic 6.0(以下简称VB) 是一种功」· C头文件 代码 · 共 26 行
H
26 行
* SUPERCLS.H - Header file for Supercls files.
*
*-- Messages
#DEFINE M_CODE_NOTFOUND_LOC "Code cannot be found"
#DEFINE M_CODE_WIN_NOT_ACTIVE_LOC "Code edit window for a method is not active"
#DEFINE M_EDIT_LOC "Edit"
#DEFINE M_EMPTY_IN_HIERARCHY_LOC "is empty in the class hierarchy"
#DEFINE M_INSTANCE_BASECLASS_LOC "This object is an instance of a base class"
#DEFINE M_INSTANCE_NOTFOUND_LOC "This object is an instance of a VCX class that cannot be found"
#DEFINE M_INSTANCE_NOTOPENED_LOC "This object is an instance of a VCX class that cannot be opened"
#DEFINE M_METHOD_LOC "Method"
#DEFINE M_OBJECT_NOT_FOUND_LOC "The object being edited cannot be found"
#DEFINE M_SPRCLSCODE_NOTFOUND_LOC "Superclass code cannot be found"
#DEFINE M_SAVE_CHANGES_TO_LOC "Save changes to"
#DEFINE M_SELECT_OBJECT_EDIT_LOC "Select this object before editing code snippet"
#DEFINE M_WHERE_IS_LOC "Where is"
*-- ASCII codes
#DEFINE EOB CHR(0)
#DEFINE MARKER CHR(1)
#DEFINE TAB CHR(9)
#DEFINE LF CHR(10)
#DEFINE CR CHR(13)
#DEFINE CR_LF CR+LF
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?