Dos6.0

源代码在线查看: version.h

软件大小: 19350 K
上传用户: 189
关键词: Dos 6.0
下载地址: 免注册下载 普通下载 VIP

相关代码

				#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 */
							

相关资源