⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 version.h

📁 Dos6.0
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -