8e476abf696428cbe35f64dd73945507c0abdbd1
[reactos.git] / reactos / lib / cpl / sysdm / resource.h
1 #ifndef __CPL_RESOURCE_H
2 #define __CPL_RESOURCE_H
3
4 /* metrics */
5 #define PROPSHEETWIDTH 256
6 #define PROPSHEETHEIGHT 218
7 #define PROPSHEETPADDING 6
8 #define SYSTEM_COLUMN (18 * PROPSHEETPADDING)
9 #define LABELLINE(x) (((PROPSHEETPADDING + 2) * x) + (x + 2))
10 #define ICONSIZE 16
11
12 /* ids */
13 #define RC_LICENSE 101
14 #define RTDATA 300
15
16 #define IDI_CPLSYSTEM 100
17 #define IDI_DEVMGR 101
18
19 #define IDD_PROPPAGEGENERAL 100
20 #define IDD_PROPPAGECOMPUTER 101
21 #define IDD_PROPPAGEHARDWARE 102
22 #define IDD_PROPPAGEUSERPROFILE 103
23 #define IDD_PROPPAGEADVANCED 104
24
25 #define IDS_CPLSYSTEMNAME 1001
26 #define IDS_CPLSYSTEMDESCRIPTION 2001
27
28 /* controls */
29 #define IDC_LICENSEMEMO 101
30 #define IDC_PROCESSORMANUFACTURER 102
31 #define IDC_PROCESSOR 103
32 #define IDC_PROCESSORSPEED 104
33 #define IDC_SYSTEMMEMORY 105
34 #define IDC_DEVMGR 106
35 #define IDC_ENVVAR 107
36 #define IDC_STAREC 108
37 #define IDC_PERFOR 109
38 #define IDC_ICON1 201
39
40 #define IDC_COMPUTERNAME 202
41 #define IDC_WORKGROUPDOMAIN_NAME 203
42 #define IDC_WORKGROUPDOMAIN 204
43 #define IDC_NETWORK_ID 205
44 #define IDC_NETWORK_PROPERTY 206
45 #define IDC_HARDWARE_WIZARD 207
46 #define IDC_HARDWARE_PROFILE 210
47 #define IDC_HARDWARE_DRIVER_SIGN 211
48 #define IDC_HARDWARE_DEVICE_MANAGER 212
49
50 #define IDC_USERPROFILE_LIST 213
51 #define IDC_USERPROFILE_DELETE 214
52 #define IDC_USERPROFILE_CHANGE 215
53 #define IDC_USERPROFILE_COPY 216
54
55 #define IDD_ENVIRONMENT_VARIABLES 105
56 #define IDC_USER_VARIABLE_LIST 220
57 #define IDC_USER_VARIABLE_NEW 221
58 #define IDC_USER_VARIABLE_EDIT 222
59 #define IDC_USER_VARIABLE_DELETE 223
60 #define IDC_SYSTEM_VARIABLE_LIST 224
61 #define IDC_SYSTEM_VARIABLE_NEW 225
62 #define IDC_SYSTEM_VARIABLE_EDIT 226
63 #define IDC_SYSTEM_VARIABLE_DELETE 227
64
65 #define IDD_EDIT_VARIABLE 106
66 #define IDC_VARIABLE_NAME 230
67 #define IDC_VARIABLE_VALUE 231
68
69 /* Virtual memory */
70 #define IDD_VIRTMEM 107
71 #define IDC_PAGEFILELIST 240
72 #define IDC_DRIVEGROUP 241
73 #define IDC_DRIVE 242
74 #define IDC_SPACEAVAIL 243
75 #define IDC_CUSTOM 244
76 #define IDC_INITIALSIZE 245
77 #define IDC_MAXSIZE 246
78 #define IDC_SYSMANSIZE 247
79 #define IDC_NOPAGEFILE 248
80 #define IDC_SET 249
81 #define IDC_TOTALGROUP 250
82 #define IDC_MINIMUM 251
83 #define IDC_RECOMMENDED 252
84 #define IDC_CURRENT 253
85
86 #define IDS_DRIVE 1000
87 #define IDS_SPACE 1001
88 #define IDS_MIN 1002
89 #define IDS_REC 1003
90 #define IDS_CUR 1004
91
92
93
94
95 #endif /* __CPL_RESOURCE_H */
96
97 /* EOF */