📄 elementsmain.h
字号:
#ifndef ELEMENTS_MAIN_H
#define ELEMENTS_MAIN_H
// INCLUDES
// System includes
#include <e32base.h>
// CONSTANTS
_LIT(KTxtElements,"Elements");
_LIT(KTxtSeries60Elements,"Series 60 Elements");
_LIT(KFormatTxtFailed,"failed: leave code=%d");
_LIT(KTxtOK,"ok");
_LIT(KTxtPressAnyKey," [press any key]");
_LIT(KTxtNewLine, "\n");
#endif // #ifndef ELEMENTS_MAIN_H
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -