📄 glbstr.h
字号:
#ifndef __GLOBALSTRINGS_H__
#define __GLOBALSTRINGS_H__
const char *MT_FATALERROR = "Fatal Error";
const char *MI_READFAILED = "Failed when reading reference records from disk. The application will have to be closed. Check your file!";
const char *MI_READHEADFAILED = "Failed when reading reference database head information from disk. The disk may be demaged and the pplication will have to be closed.";
const char *MI_WRITEFAILED = "Failed when writing reference records to disk. The application will have to be closed. Check your file!";
const char *MI_WRITEHEADFAILED = "Failed when writing reference database head information to disk. The application will have to be closed. Check your file!";
const char *MI_NOMEMORY = "No sufficient memory to load Refererce Database. The application will have to be closed. You can try it again later.";
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -