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

📄 resource.h

📁 Windows CE 6.0 Word Application 源码
💻 H
字号:
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreement under which you licensed
// this source code. If you did not accept the terms of the license agreement,
// you are not authorized to use this source code. For the terms of the license,
// please see the license agreement between you and Microsoft or, if applicable,
// see the SOURCE.RTF on your install media or the root of your tools installation.
// THE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
//
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by richedit.rc
//
#define CUR_CROSS                       104
#define CUR_HAND                        105
#define CUR_ITALIC                      106
#define CUR_SELBAR                      107

#define IDC_DRAGDROPCOPY                109
#define IDC_DRAGDROPMOVE                110
#define IDC_DRAGDROPNONE                111

#if defined(APSTUDIO_INVOKED) || !defined(_MAC)
#define IDC_NOSCROLLH                   112
#define IDC_NOSCROLLV                   113
#define IDC_NOSCROLLVH                  114
#define IDC_SCROLLEAST                  115
#define IDC_SCROLLNE                    116
#define IDC_SCROLLNORTH                 117
#define IDC_SCROLLNW                    118
#define IDC_SCROLLSE                    119
#define IDC_SCROLLSOUTH                 120
#define IDC_SCROLLSW                    121
#define IDC_SCROLLWEST                  122
#define IDB_1DVSCROL                    125
#define IDB_2DSCROL                     126
#define IDB_1DHSCROL                    127
#endif

//Outline support

#define BITMAP_ID_SUBTEXT               2100
#define BITMAP_ID_EXPANDED_HEADING      2101
#define BITMAP_ID_COLLAPSED_HEADING     2102
#define BITMAP_ID_EMPTY_HEADING         2103

// GuyBark 34205: Added the small bitmap handling.
#define BITMAP_ID_EXPANDEDSM_HEADING    2104
#define BITMAP_ID_COLLAPSEDSM_HEADING   2105
#define BITMAP_ID_EMPTYSM_HEADING       2106

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        128
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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