[SYSDM] Addendum CORE-17429
[reactos.git] / dll / cpl / sysdm / resource.h
index caddd70..20481bf 100644 (file)
@@ -8,6 +8,7 @@
 #define IDI_USERPROF  53
 #define IDI_UP        2500
 #define IDI_DOWN      2501
+#define IDI_ADDHW     2502
 
 #define IDB_ROSBMP 55
 #define IDB_ROSMASK 56
 #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
-#define IDS_WARNINITIALRANGE 80
-#define IDS_WARNMAXIMUMRANGE 81
-#define IDS_PAGEFILE_NONE    82
-#define IDS_PAGEFILE_SYSTEM  83
-#define IDS_INFOREBOOT       84
+#define IDS_USERPROFILE_LOCAL    77
+#define IDS_USERPROFILE_ROAMING  78
+#define IDS_USERPROFILE_MANDATORY 79
+#define IDS_USERPROFILE_CONFIRM_DELETE 80
+#define IDS_USERPROFILE_CONFIRM_DELETE_TITLE 81
+#define IDS_USERPROFILE_ACCOUNT_UNKNOWN 82
+#define IDS_USERPROFILE_ACCOUNT_DELETED 83
+#define IDS_USERPROFILE_TYPE_TEXT 84
+
+#define IDS_MESSAGEBOXTITLE  100
+#define IDS_WARNINITIALSIZE  101
+#define IDS_WARNMAXIMUMSIZE  102
+#define IDS_WARNINITIALRANGE 103
+#define IDS_WARNMAXIMUMRANGE 104
+#define IDS_PAGEFILE_MB      105
+#define IDS_PAGEFILE_NONE    106
+#define IDS_PAGEFILE_SYSTEM  107
+#define IDS_INFOREBOOT       108
+
+#define IDS_HWPROFILE_CONFIRM_DELETE_TITLE 120
+#define IDS_HWPROFILE_CONFIRM_DELETE       121
+#define IDS_HWPROFILE_ALREADY_IN_USE       122
+#define IDS_HWPROFILE_PROFILE              123
+#define IDS_HWPROFILE_WARNING              124
+
+#define IDS_MEGAHERTZ 130
+#define IDS_GIGAHERTZ 131
+
+#define IDS_UPTIME_FORMAT 140
 
 /* Propsheet - general */
 #define IDD_PROPPAGEGENERAL  100
 #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
+#define IDC_MACHINELINE6     106
+#define IDC_LICENCE          107
+#define IDC_ROSIMG           108
+#define IDC_ROSHOMEPAGE_LINK 109
+#define IDC_ROSVERSION       110
+#define IDC_UPTIME           111
 
 /* Propsheet - hardware */
 #define IDD_PROPPAGEHARDWARE        300
 #define IDC_USERPROFILE_COPY   505
 #define IDC_USERACCOUNT_LINK   506
 
+/* Change Profile Type */
+#define IDD_USERPROFILE_TYPE         520
+#define IDC_USERPROFILE_TYPE_TEXT    521
+#define IDC_USERPROFILE_TYPE_ROAMING 522
+#define IDC_USERPROFILE_TYPE_LOCAL   523
+
+/* Copy user profile */
+#define IDD_USERPROFILE_COPY         530
+#define IDC_USERPROFILE_COPY_PATH    531
+#define IDC_USERPROFILE_COPY_BROWSE  532
+#define IDC_USERPROFILE_COPY_USER    533
+#define IDC_USERPROFILE_COPY_CHANGE  534
+
 
 /* Environment variables */
 #define IDD_ENVIRONMENT_VARIABLES  600
 #define IDC_HRDPROFEDIT      1111
 #define IDC_HRDPROFUPDWN     1112
 
+/* Hardware profile */
+#define IDD_HARDWAREPROFILE  1200
+#define IDC_HWPPROP_PROFILE  1201
+#define IDC_HWPPROP_DOCKID   1202
+#define IDC_HWPPROP_SERIAL   1203
+#define IDC_HWPPROP_PORTABLE 1204
+#define IDC_HWPPROP_UNKNOWN  1205
+#define IDC_HWPPROP_DOCKED   1206
+#define IDC_HWPPROP_UNDOCKED 1207
+#define IDC_HWPPROP_INCLUDE  1208
+
 /* Copy profile */
-#define IDD_COPYPROFILE     1200
-#define IDC_COPYPROFILEFROM 1201
-#define IDC_COPYPROFILETO   1202
+#define IDD_COPYPROFILE      1300
+#define IDC_COPYPROFILEFROM  1301
+#define IDC_COPYPROFILETO    1302
 
 /* Rename profile */
-#define IDD_RENAMEPROFILE   1300
-#define IDC_RENPROFEDITFROM 1301
-#define IDC_RENPROFEDITTO   1302
+#define IDD_RENAMEPROFILE    1400
+#define IDC_RENPROFEDITFROM  1401
+#define IDC_RENPROFEDITTO    1402
 
 /* Licence */
-#define IDD_LICENCE     1500
-#define IDC_LICENCEEDIT 1501
-#define RC_LICENSE      1502
-#define RTDATA          1503
-
-#define IDS_DEVS 2000
+#define IDD_LICENCE          1500
+#define IDC_LICENCEEDIT      1501
+#define RC_LICENSE           1502
+#define RTDATA               1503