[SYSDM]
[reactos.git] / reactos / dll / cpl / sysdm / resource.h
index f41a51c..10cd614 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef __CPL_RESOURCE_H
-#define __CPL_RESOURCE_H
+#pragma once
 
 #define IDC_STATIC  -1
 
@@ -7,6 +6,8 @@
 #define IDI_DEVMGR                      51
 #define IDI_HARDPROF                    52
 #define IDI_USERPROF                    53
+#define IDI_UP                          2500
+#define IDI_DOWN                        2501
 
 #define IDB_ROSBMP                      55
 
 
 #define IDS_VARIABLE                    66
 #define IDS_VALUE                       67
+#define IDS_NO_DUMP                     68
+#define IDS_MINI_DUMP                   69
+#define IDS_KERNEL_DUMP                 70
+#define IDS_FULL_DUMP                   71
+
+#define IDS_USERPROFILE_NAME            72
+#define IDS_USERPROFILE_SIZE            73
+#define IDS_USERPROFILE_TYPE            74
+#define IDS_USERPROFILE_STATUS          75
+#define IDS_USERPROFILE_MODIFIED        76
+
+#define IDS_MESSAGEBOXTITLE             77
+#define IDS_WARNINITIALSIZE             78
+#define IDS_WARNMAXIMUMSIZE             79
 
 /* propsheet - general */
 #define IDD_PROPPAGEGENERAL             100
 
 /* propsheet - hardware */
 #define IDD_PROPPAGEHARDWARE            300
-#define IDC_HARDWARE_WIZARD                207
+#define IDC_HARDWARE_WIZARD             207
 #define IDC_HARDWARE_PROFILE            209
 #define IDC_HARDWARE_DRIVER_SIGN        210
-#define IDC_HARDWARE_DEVICE_MANAGER        211
+#define IDC_HARDWARE_DEVICE_MANAGER     211
 
 
 /* propsheet - advanced */
 #define IDD_PROPPAGEADVANCED            400
-#define IDC_ENVVAR                      401
-#define IDC_STAREC                      402
-#define IDC_PERFOR                      403
-#define IDC_USERPROFILE                 404
-#define IDC_ERRORREPORT                 405
+#define IDC_SYSSETTINGS                 401
+#define IDC_ENVVAR                      402
+#define IDC_STAREC                      403
+#define IDC_PERFOR                      404
+#define IDC_USERPROFILE                 405
+#define IDC_ERRORREPORT                 406
 
+/* system settings */
+#define IDD_SYSSETTINGS                 800
+#define IDC_REPORTASWORKSTATION         801
 
 /* user profiles */
 #define IDD_USERPROFILE                 500
 #define RC_LICENSE                      1502
 #define RTDATA                          1503
 
-
-#endif /* __CPL_RESOURCE_H */
+#define IDS_DEVS                        2000