ReactOS 0.4.15-dev-8058-ga7cbb60
resource.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS User API Server DLL
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Resource #defines.
5 * COPYRIGHT: Copyright 2012-2018 Hermes Belusca-Maito
6 */
7
8#pragma once
9
10#define IDD_END_NOW 10
11#define IDD_NOT_RESPONDING 11
12
13#define IDC_STATIC -1
14
15#define IDC_PROGRESS 20
16#define IDC_END_NOW 21
17
18/* Strings */
19#define IDS_SEVERITY_SUCCESS 100
20#define IDS_SEVERITY_INFORMATIONAL 101
21#define IDS_SEVERITY_WARNING 102
22#define IDS_SEVERITY_ERROR 103
23
24#define IDS_SYSTEM_PROCESS 104
25#define IDS_UNKNOWN_SOFTWARE_EXCEPT 105
26#define IDS_OK_TERMINATE_PROGRAM 106
27#define IDS_CANCEL_DEBUG_PROGRAM 107