minshrc.h

来自「该代码压缩包只为需要研究CE下的任务管理器的实现而提供的。某些通用的头文件没有包」· C头文件 代码 · 共 57 行

H
57
字号
//
// 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.
//
/*---------------------------------------------------------------------------*\
 *
 * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
 * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED 
 * WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
 * 
 *
 *  file:  MinShRC.h
 *  purpose: Sample shell resource ids
 *
\*---------------------------------------------------------------------------*/

#ifndef __RESOURCE_H__
#define __RESOURCE_H__

// Strings
#define IDS_RUN_ERROR			2002
#define IDS_BROWSE_TITLE		2003
#define IDS_BROWSE_FILTER		2004

// Taskman Dialogs
#define IDD_TASK_MANAGER		106
#define IDD_REALLYKILL          107
#define IDD_RUN					108
#define IDD_TASK_MANAGER_G		109
#define IDD_REALLYKILL_G			110
#define IDD_RUN_G				111

// Constants for Task Manager dialog controls
#define IDC_LISTBOX				1000
#define IDC_ENDTASK				1002
#define IDC_RUN					1003
#define IDC_RUNCMD				1004
#define IDC_BROWSE				1005

// Battery warning dialogs 
#define IDD_BACKUP_LOW      	210
#define IDD_BACKUP_VLOW         211
#define IDD_MAIN_VLOW           212

// Icons used by battery warning dialogs 
#define IDI_VERYLOW             313
#define IDI_LOWBKUP             314
#define IDI_VLOWBKUP            316

#endif /* __RESOURCE_H__ */

⌨️ 快捷键说明

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