📄 supercls.h
字号:
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -