glbstr.h

来自「《C++ Builder 5技术内幕》一书附带的程序源代码」· C头文件 代码 · 共 13 行

H
13
字号
#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 + =
减小字号Ctrl + -
显示快捷键?