cfghelp.h

来自「包括文件操作、图形系统、并口串口编程、鼠标编程、小型cad系统、编译器、病毒防火」· C头文件 代码 · 共 15 行

H
15
字号


struct screen help_screen[] = {
 {1,0,"This utility reads the new help screen from a file.  The file must" },
 {2,0,"exist before running this utility.  The file should contain an image" },
 {3,0,"of the new help screen, which is 80 columns wide and 25 lines long." },
 {4,0,"A sample help file, sample.hlp, was included with this editor." },
 {5,0,"You may modify the sample help file to display your new key definitions"},
 {6,0,"or you may create your own help file.  The file name will be prompted." },
{10,20,"1. Install a new help screen."},
{12,20,"2. Exit"},
{14,15,"Please enter your choice: "},
{0,0,NULL}
};

⌨️ 快捷键说明

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