43 lines
1.4 KiB
C
43 lines
1.4 KiB
C
|
// --------------------------------------------------------------------------
|
||
|
// Module Name: Resource.h
|
||
|
//
|
||
|
// Copyright (c) 2001, Microsoft Corporation
|
||
|
//
|
||
|
// Resource ID declarations common to the shared shell service DLL.
|
||
|
//
|
||
|
// History: 2001-01-02 vtan created
|
||
|
// --------------------------------------------------------------------------
|
||
|
|
||
|
#ifndef _ShellServicesResource_
|
||
|
#define _ShellServicesResource_
|
||
|
|
||
|
// Bad Application Service.
|
||
|
|
||
|
#define IDD_BADAPP_CLOSE 0x1000
|
||
|
#define IDC_BADAPP_CLOSEPROGRAM 0x1001
|
||
|
#define IDC_BADAPP_CLOSE 0x1002
|
||
|
#define IDD_BADAPP_STOP 0x1100
|
||
|
#define IDC_BADAPP_STOP 0x1101
|
||
|
#define IDD_PROGRESS 0x1200
|
||
|
#define IDC_PROGRESS_PROGRESSBAR 0x1201
|
||
|
#define IDC_PROGRESS_CLOSE 0x1202
|
||
|
|
||
|
#define IDS_WARNING_CAPTION 0x1E00
|
||
|
#define IDS_TERMINATEPROCESS_FAILURE 0x1E01
|
||
|
|
||
|
#define IDS_BAMSERVER_DISPLAYNAME 0x1F00
|
||
|
#define IDS_BAMSERVER_DESCRIPTION 0x1F01
|
||
|
|
||
|
// Theme Service.
|
||
|
|
||
|
#define IDS_THEMESERVER_DISPLAYNAME 0x2000
|
||
|
#define IDS_THEMESERVER_DESCRIPTION 0x2001
|
||
|
|
||
|
// Hardware Detection Service.
|
||
|
|
||
|
#define IDS_SHELLHWDETECTION_FRIENDLYNAME 0x3000
|
||
|
#define IDS_SHELLHWDETECTION_DESCRIPTION 0x3001
|
||
|
|
||
|
#endif /* _ShellServicesResource_ */
|
||
|
|