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

📄 resource.h

📁 wince下面IE工程原代码精简功能版,比较不错的工程,可以直接修改成实际的应用
💻 H
字号:
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this source code. For a copy of the EULA, please see the LICENSE.RTF on your
// install media.
//
#define IDC_STATIC                      -1

#define IDR_ACCELERATOR 			100

#define IDD_OPEN_DIALOG				1000

#define IDC_URL_EDIT				3000
#define IDC_BROWSE				3001
#define IDC_NEWWINDOW				3002

#define IDS_IE					20000
#define IDS_ADDRESS				20001
#define IDS_FILESCHEME				20002
#define IDS_HYPHEN				20003
#define IDS_BROWSEFILTER			20010

#define ID_VIEW_STOP				500
#define ID_VIEW_REFRESH				501
#define ID_GO_BACK				502
#define ID_GO_FORWARD				503
#define ID_FOCUS_URL				504
#define ID_OPEN					505
#define ID_GO_HOME				506
#define ID_GO_SEARCH				507
#define ID_FULLSCREEN				508
#define ID_INTERNET_OPTIONS			509
#define ID_FIND					510
#define ID_CLOSE                                511
#define ID_ZOOMUP                               512
#define ID_ZOOMDOWN                             513

⌨️ 快捷键说明

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