fix a few dialog asthetics
[reactos.git] / reactos / dll / cpl / sysdm / resource.h
1 #ifndef __CPL_RESOURCE_H
2 #define __CPL_RESOURCE_H
3
4 #define IDC_STATIC -1
5
6 #define IDI_CPLSYSTEM 50
7 #define IDI_DEVMGR 51
8 #define IDC_ICON1 52
9 #define IDB_ROSBMP 53
10
11 #define IDS_CPLSYSTEMNAME 60
12 #define IDS_CPLSYSTEMDESCRIPTION 61
13
14
15 /* propsheet - general */
16 #define IDD_PROPPAGEGENERAL 100
17 #define IDC_PROCESSORMANUFACTURER 101
18 #define IDC_PROCESSOR 102
19 #define IDC_PROCESSORSPEED 103
20 #define IDC_SYSTEMMEMORY 104
21 #define IDC_LICENCE 105
22 #define IDC_ROSIMG 106
23
24
25 /* propsheet - computer name */
26 #define IDD_PROPPAGECOMPUTER 200
27 #define IDC_COMPDESC 201
28 #define IDC_COMPUTERNAME 202
29 #define IDC_WORKGROUPDOMAIN_NAME 203
30 #define IDC_WORKGROUPDOMAIN 204
31 #define IDC_NETWORK_ID 205
32 #define IDC_NETWORK_PROPERTY 206
33
34
35 /* propsheet - hardware */
36 #define IDD_PROPPAGEHARDWARE 300
37 #define IDC_HARDWARE_WIZARD 207
38 #define IDC_HARDWARE_PROFILE 209
39 #define IDC_HARDWARE_DRIVER_SIGN 210
40 #define IDC_HARDWARE_DEVICE_MANAGER 211
41
42
43 /* propsheet - advanced */
44 #define IDD_PROPPAGEADVANCED 400
45 #define IDC_ENVVAR 401
46 #define IDC_STAREC 402
47 #define IDC_PERFOR 403
48 #define IDC_USERPROFILE 404
49 #define IDC_ERRORREPORT 405
50
51
52 /* user profiles */
53 #define IDD_USERPROFILE 500
54 #define IDC_USERPROFILE_LIST 501
55 #define IDC_USERPROFILE_CHANGE 503
56 #define IDC_CUST_LINK 504
57
58
59 /* environment variables */
60 #define IDD_ENVIRONMENT_VARIABLES 600
61 #define IDC_USER_VARIABLE_LIST 601
62 #define IDC_USER_VARIABLE_NEW 602
63 #define IDC_USER_VARIABLE_EDIT 603
64 #define IDC_USER_VARIABLE_DELETE 604
65 #define IDC_SYSTEM_VARIABLE_LIST 605
66 #define IDC_SYSTEM_VARIABLE_NEW 606
67 #define IDC_SYSTEM_VARIABLE_EDIT 607
68 #define IDC_SYSTEM_VARIABLE_DELETE 608
69
70
71 /* edit environment variables */
72 #define IDD_EDIT_VARIABLE 700
73 #define IDC_VARIABLE_NAME 701
74 #define IDC_VARIABLE_VALUE 702
75
76
77 /* Virtual memory */
78 #define IDD_VIRTMEM 900
79 #define IDC_PAGEFILELIST 901
80 #define IDC_DRIVEGROUP 902
81 #define IDC_DRIVE 903
82 #define IDC_SPACEAVAIL 904
83 #define IDC_CUSTOM 905
84 #define IDC_INITIALSIZE 906
85 #define IDC_MAXSIZE 907
86 #define IDC_SYSMANSIZE 908
87 #define IDC_NOPAGEFILE 909
88 #define IDC_SET 910
89 #define IDC_TOTALGROUP 911
90 #define IDC_MINIMUM 912
91 #define IDC_RECOMMENDED 913
92 #define IDC_CURRENT 914
93
94
95 /* licence */
96 #define IDD_LICENCE 1000
97 #define IDC_LICENCEEDIT 1001
98 #define RC_LICENSE 1002
99 #define RTDATA 1003
100
101
102 #endif /* __CPL_RESOURCE_H */