resource.h

来自「老外的一个开源项目」· C头文件 代码 · 共 60 行

H
60
字号
// Copyright (c) David Vescovi.  All rights reserved.
// Part of Project DrumStix
// Windows Embedded Developers Interest Group (WE-DIG) community project.
// http://www.we-dig.org
// 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.
//
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by VIRTDisp.rc
//
#define IDC_STATIC						-1
#define IDS_APP_TITLE                   1
#define IDS_HELLO                       2
#define IDC_VIRTDISP                    3
#define IDI_VIRTDISP                    101
#define IDM_MENU                        102
#define IDD_ABOUTBOX                    103
#define IDS_HELP                        104
#define IDD_CONNECT                     105
#define IDD_MAINDIALOG					106
#define IDD_SETTINGS					107

#define IDS_COMMAND1                    301
#define IDC_HOSTNAME                    1001
#define IDC_REFRESHTIME                 1002
#define IDC_STATISTICS                  1003
#define IDC_VERSION						1004
#define IDC_STAT1						1005
#define IDC_STAT2						1006
#define	IDC_ALLOWCONNECT				1007
#define ID_CONNECT						1008
#define ID_HIDE							1009
#define ID_EXIT							1010
#define ID_SETTINGS						1011
#define IDC_VIRTDISP_ICON				1012

#define IDM_MAIN_COMMAND1               40001
#define IDM_HELP_ABOUT                  40003
#define IDM_CONNECT                     40004
#define ID_TOOLS_CONNECT                40005
#define ID_TOOLS_EXIT                   40006

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        106
#define _APS_NEXT_COMMAND_VALUE         40007
#define _APS_NEXT_CONTROL_VALUE         1004
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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