[USERSRV] Hard-error improvements 3/7
[reactos.git] / win32ss / user / winsrv / usersrv / resource.h
index cc7e0e1..670b201 100644 (file)
@@ -1,18 +1,27 @@
 /*
- * COPYRIGHT: See COPYING in the top level directory
- * PROJECT:   ReactOS User API Server DLL
- * FILE:      win32ss/user/winsrv/usersrv/resource.h
- * PURPOSE:   Resource #defines
+ * 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
  */
 
 #pragma once
 
 #define IDD_END_NOW        10
 #define IDD_NOT_RESPONDING 11
-#define IDD_SWITCH_APP     12
 
 #define IDC_STATIC -1
 
-#define IDC_PROGRESS       101
-#define IDC_END_NOW        102
-#define IDC_STATIC_CUR_APP 103
+#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