2012-10-25 20:40:41 +00:00
|
|
|
/*
|
2018-03-04 16:38:06 +00:00
|
|
|
* PROJECT: ReactOS User API Server DLL
|
|
|
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
|
|
|
* PURPOSE: Resource #defines.
|
|
|
|
* COPYRIGHT: Copyright 2012-2018 Hermes Belusca-Maito
|
2012-10-24 21:54:45 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2013-11-28 22:24:33 +00:00
|
|
|
#define IDD_END_NOW 10
|
2012-10-24 21:54:45 +00:00
|
|
|
#define IDD_NOT_RESPONDING 11
|
|
|
|
|
2013-11-28 22:24:33 +00:00
|
|
|
#define IDC_STATIC -1
|
2012-10-24 21:54:45 +00:00
|
|
|
|
2018-03-04 16:38:06 +00:00
|
|
|
#define IDC_PROGRESS 20
|
|
|
|
#define IDC_END_NOW 21
|
|
|
|
|
|
|
|
/* Strings */
|
|
|
|
#define IDS_SEVERITY_SUCCESS 100
|
|
|
|
#define IDS_SEVERITY_INFORMATIONAL 101
|
|
|
|
#define IDS_SEVERITY_WARNING 102
|
|
|
|
#define IDS_SEVERITY_ERROR 103
|
|
|
|
|
|
|
|
#define IDS_SYSTEM_PROCESS 104
|
|
|
|
#define IDS_UNKNOWN_SOFTWARE_EXCEPT 105
|
|
|
|
#define IDS_OK_TERMINATE_PROGRAM 106
|
|
|
|
#define IDS_CANCEL_DEBUG_PROGRAM 107
|