[SYSDM]
[reactos.git] / reactos / dll / cpl / sysdm / resource.h
index c1eb5ae..10cd614 100644 (file)
@@ -1,57 +1,73 @@
-#ifndef __CPL_RESOURCE_H
-#define __CPL_RESOURCE_H
+#pragma once
 
 #define IDC_STATIC  -1
 
 #define IDI_CPLSYSTEM                   50
 #define IDI_DEVMGR                      51
-#define IDI_COMPNAME                    52
-#define IDI_HARDPROF                    53
-#define IDI_USERPROF                    54
+#define IDI_HARDPROF                    52
+#define IDI_USERPROF                    53
+#define IDI_UP                          2500
+#define IDI_DOWN                        2501
 
 #define IDB_ROSBMP                      55
 
 #define IDS_CPLSYSTEMNAME               60
 #define IDS_CPLSYSTEMDESCRIPTION        61
 
+#define IDS_MEGABYTE                    62
+#define IDS_GIGABYTE                    63
+#define IDS_TERABYTE                    64
+#define IDS_PETABYTE                    65
 
-/* propsheet - general */
-#define IDD_PROPPAGEGENERAL             100
-#define IDC_PROCESSORMANUFACTURER       101
-#define IDC_PROCESSOR                   102
-#define IDC_PROCESSORSPEED              103
-#define IDC_SYSTEMMEMORY                104
-#define IDC_LICENCE                     105
-#define IDC_ROSIMG                      106
-#define IDC_ROSHOMEPAGE_LINK            107
+#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 - computer name */
-#define IDD_PROPPAGECOMPUTER            200
-#define IDC_COMPDESC                    201
-#define IDC_COMPUTERNAME                202
-#define IDC_WORKGROUPDOMAIN_NAME        203
-#define IDC_WORKGROUPDOMAIN                204
-#define IDC_NETWORK_ID                  205
-#define IDC_NETWORK_PROPERTY            206
+/* propsheet - general */
+#define IDD_PROPPAGEGENERAL             100
+#define IDC_MACHINELINE1                101
+#define IDC_MACHINELINE2                102
+#define IDC_MACHINELINE3                103
+#define IDC_MACHINELINE4                104
+#define IDC_MACHINELINE5                105
+#define IDC_LICENCE                     106
+#define IDC_ROSIMG                      107
+#define IDC_ROSHOMEPAGE_LINK            108
 
 
 /* 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