fix ugly tab formatting
[reactos.git] / reactos / lib / cpl / sysdm / resource.h
index c6650a9..16746db 100644 (file)
@@ -2,36 +2,95 @@
 #define __CPL_RESOURCE_H
 
 /* metrics */
-#define PROPSHEETWIDTH  246
-#define PROPSHEETHEIGHT 228
-#define PROPSHEETPADDING        6
-#define SYSTEM_COLUMN   (18 * PROPSHEETPADDING)
-#define LABELLINE(x)    (((PROPSHEETPADDING + 2) * x) + (x + 2))
-#define ICONSIZE        16
+#define PROPSHEETWIDTH   256
+#define PROPSHEETHEIGHT  218
+#define PROPSHEETPADDING 6
+#define SYSTEM_COLUMN    (18 * PROPSHEETPADDING)
+#define LABELLINE(x)     (((PROPSHEETPADDING + 2) * x) + (x + 2))
+#define ICONSIZE         16
 
 /* ids */
-#define RC_LICENSE      101
-#define RTDATA  300
+#define RC_LICENSE                      101
+#define RTDATA                          300
 
-#define IDI_CPLSYSTEM  100
-#define IDI_DEVMGR      101
+#define IDI_CPLSYSTEM                   100
+#define IDI_DEVMGR                      101
 
-#define IDD_PROPPAGEGENERAL    100
-#define IDD_PROPPAGECOMPUTER   101
-#define IDD_PROPPAGEHARDWARE   102
-#define IDD_PROPPAGEADVANCED   103
+#define IDD_PROPPAGEGENERAL             100
+#define IDD_PROPPAGECOMPUTER            101
+#define IDD_PROPPAGEHARDWARE            102
+#define IDD_PROPPAGEUSERPROFILE         103
+#define IDD_PROPPAGEADVANCED            104
 
-#define IDS_CPLSYSTEMNAME      1001
-#define IDS_CPLSYSTEMDESCRIPTION       2001
+#define IDS_CPLSYSTEMNAME              1001
+#define IDS_CPLSYSTEMDESCRIPTION       2001
 
 /* controls */
-#define IDC_LICENSEMEMO 101
+#define IDC_LICENSEMEMO                 101
 #define IDC_PROCESSORMANUFACTURER       102
-#define IDC_PROCESSOR   103
-#define IDC_PROCESSORSPEED      104
-#define IDC_SYSTEMMEMORY        105
-#define IDC_DEVMGR      106
-#define IDC_ICON1       201
+#define IDC_PROCESSOR                   103
+#define IDC_PROCESSORSPEED              104
+#define IDC_SYSTEMMEMORY                105
+#define IDC_DEVMGR                      106
+#define IDC_ENVVAR                      107
+#define IDC_STAREC                      108
+#define IDC_PERFOR                      109
+#define IDC_ICON1                       201
+
+#define IDC_COMPUTERNAME                202
+#define IDC_WORKGROUPDOMAIN_NAME        203
+#define IDC_WORKGROUPDOMAIN                204
+#define IDC_NETWORK_ID                  205
+#define IDC_NETWORK_PROPERTY            206
+#define IDC_HARDWARE_WIZARD                207
+#define IDC_HARDWARE_PROFILE            210
+#define IDC_HARDWARE_DRIVER_SIGN        211
+#define IDC_HARDWARE_DEVICE_MANAGER        212
+
+#define IDC_USERPROFILE_LIST            213
+#define IDC_USERPROFILE_DELETE          214
+#define IDC_USERPROFILE_CHANGE          215
+#define IDC_USERPROFILE_COPY            216
+
+#define IDD_ENVIRONMENT_VARIABLES       105
+#define IDC_USER_VARIABLE_LIST          220
+#define IDC_USER_VARIABLE_NEW           221
+#define IDC_USER_VARIABLE_EDIT          222
+#define IDC_USER_VARIABLE_DELETE        223
+#define IDC_SYSTEM_VARIABLE_LIST        224
+#define IDC_SYSTEM_VARIABLE_NEW         225
+#define IDC_SYSTEM_VARIABLE_EDIT        226
+#define IDC_SYSTEM_VARIABLE_DELETE      227
+
+#define IDD_EDIT_VARIABLE               106
+#define IDC_VARIABLE_NAME               230
+#define IDC_VARIABLE_VALUE              231
+
+/* Virtual memory */
+#define IDD_VIRTMEM                     107
+#define IDC_PAGEFILELIST                240
+#define IDC_DRIVEGROUP                  241
+#define IDC_DRIVE                       242
+#define IDC_SPACEAVAIL                  243
+#define IDC_CUSTOM                      244
+#define IDC_INITIALSIZE                 245
+#define IDC_MAXSIZE                     246
+#define IDC_SYSMANSIZE                  247
+#define IDC_NOPAGEFILE                  248
+#define IDC_SET                         249
+#define IDC_TOTALGROUP                  250
+#define IDC_MINIMUM                     251
+#define IDC_RECOMMENDED                 252
+#define IDC_CURRENT                     253
+
+#define IDS_DRIVE   1000
+#define IDS_SPACE   1001
+#define IDS_MIN     1002
+#define IDS_REC     1003
+#define IDS_CUR     1004
+
+
+
 
 #endif /* __CPL_RESOURCE_H */