Implement environment variable dialog.
[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_ICON1 201
38
39 #define IDC_COMPUTERNAME 202
40 #define IDC_WORKGROUPDOMAIN_NAME 203
41 #define IDC_WORKGROUPDOMAIN 204
42 #define IDC_NETWORK_ID 205
43 #define IDC_NETWORK_PROPERTY 206
44 #define IDC_HARDWARE_WIZARD 207
45 #define IDC_HARDWARE_PROFILE 210
46 #define IDC_HARDWARE_DRIVER_SIGN 211
47 #define IDC_HARDWARE_DEVICE_MANAGER 212
48
49 #define IDC_USERPROFILE_LIST 213
50 #define IDC_USERPROFILE_DELETE 214
51 #define IDC_USERPROFILE_CHANGE 215
52 #define IDC_USERPROFILE_COPY 216
53
54 #define IDD_ENVIRONMENT_VARIABLES 105
55 #define IDC_USER_VARIABLE_LIST 220
56 #define IDC_USER_VARIABLE_NEW 221
57 #define IDC_USER_VARIABLE_EDIT 222
58 #define IDC_USER_VARIABLE_DELETE 223
59 #define IDC_SYSTEM_VARIABLE_LIST 224
60 #define IDC_SYSTEM_VARIABLE_NEW 225
61 #define IDC_SYSTEM_VARIABLE_EDIT 226
62 #define IDC_SYSTEM_VARIABLE_DELETE 227
63
64 #define IDD_EDIT_VARIABLE 106
65 #define IDC_VARIABLE_NAME 230
66 #define IDC_VARIABLE_VALUE 231
67
68 #endif /* __CPL_RESOURCE_H */
69
70 /* EOF */