version.h

来自「Dos6.0」· C头文件 代码 · 共 42 行

H
42
字号
#define LANGUAGE_USA 1 
/* -- Version control for Non-Swapped Cow */

#define	BLADE                   1

#define	BIGOVERLAP              1
#define	WIN_BTN		        1

/* Mouse control */
#define	MOUSE_EXTRAS		1	/* Mouse cursor is not graphical */
#define MOUSE_TEXT              1       /* Mouse cursor is not graphical */

/* Windowing/screen */
#define	SCREEN_FFONT		1	/* Screen "ffont" attributes */

/* Keyboard control */
#define	ACCEL_MULTIPLE		1	/* multiple items with same accelerator */

/* Menu customization */
#define	MULTIPLE_ACTION		1	/* multiple menu activation keys */
#define	SMM			1	/* use SMM interface */
#define	SMMEXT			1	/* use SMM interface */

/* Listbox customization */
#define	LISTBOX_DIR		1	/* DIR listboxes ? */
#define	LISTBOX_HORIZ		1	/* horizontal listbox support */
#define	LISTBOX_NOSCROLL	1	/* No scrollbars of fNoScroll is set */

/* Dialog customization */
#define	DIALOG_LINE		1	/* arrow key dialog navigation ? */
#define	DIALOG_NOSAVE		1	/* Don't save screen under dialogs */
#define	DIALOG_NAVIGATION	1	/* Don't save screen under dialogs */

/* Visual attributes */
#define	BUTTON_CENTER		1	/* center buttons in messagebox? */
#define	HELP_BUTTON		1	/* add help button support to dialogs */
#define	ADJUST_MSGBOX		1	/* adjust message box if flag set */

/* extra customizations */
#define	MSG_LIMIT_SIZE		1	/* Limit message queue size */
#define	DRAW_MODE_MINIMIZE	1	/* Eliminate unnecessary draw modes */

⌨️ 快捷键说明

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