cfgmacro.h

来自「C语言高级编程及实例部析 代码 例子 详细说明 等。很不错」· C头文件 代码 · 共 15 行

H
15
字号



struct screen macro_screen[] = {
 {1,0,"This utility reads an existing macro file.  The file must exist" },
 {2,0,"before running this utility.  If you create a few favorite macros" },
 {3,0,"in tde and save them to a file, you may use this utility to store" },
 {4,0,"them in tde.exe, so that those macros will be available each time" },
 {5,0,"you use tde."},
{10,20,"1. Install a macro file."},
{12,20,"2. Exit"},
{14,15,"Please enter your choice: "},
{0,0,NULL}
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?