📄 etgri.cpp
字号:
/*******************************************************
* *
* Program : EasyTask Language : C++ *
* *
* Modified : 20 nov 2003 *
* *
* Copyright (c) 1988,2003, ORITECH V 5.1 *
* All rights reserved. *
* *
*******************************************************
* You may not give away or cell or copy any part of *
* the source code. *
*******************************************************
* *
* ETGRI.CPP graphic interface functions *
* *
*******************************************************/
#ifdef __BORLANDC__
#include "ETGri_B.cpp"
#endif
#ifdef _MSC_VER
#include "ETGri_M.cpp"
#endif
#ifdef __WATCOMC__
#include "ETGri_W.cpp"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -