resource.h

来自「实现Wince.Net平台下IE浏览器的功能」· C头文件 代码 · 共 41 行

H
41
字号
//
// 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 + =
减小字号Ctrl + -
显示快捷键?