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

📄 newres.h

📁 俄罗斯人开发的大名鼎鼎的Pocket Pc 阅读器haaliread的源代码,visual c
💻 H
字号:
#ifndef __NEWRES_H__
#define __NEWRES_H__

#include "config.h"

#define  SHMENUBAR RCDATA
#if !POCKETPC
	#undef HDS_HORZ
	#undef HDS_BUTTONS
	#undef HDS_HIDDEN

	#include <commctrl.h>
	// for MenuBar
	#define I_IMAGENONE		(-2)
	#define NOMENU			0xFFFF
	#define IDS_SHNEW		1
	#define IDM_SHAREDNEW        10
	#define IDM_SHAREDNEWDEFAULT 11

	// for Tab Control
	#define TCS_SCROLLOPPOSITE      0x0001   // assumes multiline tab
	#define TCS_BOTTOM              0x0002
	#define TCS_RIGHT               0x0002
	#define TCS_VERTICAL            0x0080
	#define TCS_MULTISELECT         0x0004  // allow multi-select in button mode
	#define TCS_FLATBUTTONS         0x0008
#endif //!POCKETPC



#if defined(_WIN32_WCE)
#if !defined(_WIN32_WCE_PSPC)
#define _WIN32_WCE_HPC
#endif


#define _WIN32_WCE_PSPC

#if defined(APSTUDIO_INVOKED)
#undef _WIN32_WCE_HPC
#undef _WIN32_WCE_PSPC
#undef _WIN32_WCE
#undef _WIN32_DESKTOP
#endif

#endif //__NEWRES_H__

⌨️ 快捷键说明

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