Move the "Computer Name" page to netid.dll
[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 IDI_HARDPROF 52
9 #define IDI_USERPROF 53
10
11 #define IDB_ROSBMP 55
12
13 #define IDS_CPLSYSTEMNAME 60
14 #define IDS_CPLSYSTEMDESCRIPTION 61
15
16 #define IDS_MEGABYTE 62
17 #define IDS_GIGABYTE 63
18 #define IDS_TERABYTE 64
19 #define IDS_PETABYTE 65
20
21
22 /* propsheet - general */
23 #define IDD_PROPPAGEGENERAL 100
24 #define IDC_MACHINELINE1 101
25 #define IDC_MACHINELINE2 102
26 #define IDC_MACHINELINE3 103
27 #define IDC_MACHINELINE4 104
28 #define IDC_MACHINELINE5 105
29 #define IDC_LICENCE 106
30 #define IDC_ROSIMG 107
31 #define IDC_ROSHOMEPAGE_LINK 108
32
33
34 /* propsheet - hardware */
35 #define IDD_PROPPAGEHARDWARE 300
36 #define IDC_HARDWARE_WIZARD 207
37 #define IDC_HARDWARE_PROFILE 209
38 #define IDC_HARDWARE_DRIVER_SIGN 210
39 #define IDC_HARDWARE_DEVICE_MANAGER 211
40
41
42 /* propsheet - advanced */
43 #define IDD_PROPPAGEADVANCED 400
44 #define IDC_ENVVAR 401
45 #define IDC_STAREC 402
46 #define IDC_PERFOR 403
47 #define IDC_USERPROFILE 404
48 #define IDC_ERRORREPORT 405
49
50
51 /* user profiles */
52 #define IDD_USERPROFILE 500
53 #define IDC_USERPROFILE_LIST 501
54 #define IDC_USERPROFILE_CHANGE 503
55 #define IDC_USERPROFILE_DELETE 504
56 #define IDC_USERPROFILE_COPY 505
57 #define IDC_USERACCOUNT_LINK 506
58
59
60 /* environment variables */
61 #define IDD_ENVIRONMENT_VARIABLES 600
62 #define IDC_USER_VARIABLE_LIST 601
63 #define IDC_USER_VARIABLE_NEW 602
64 #define IDC_USER_VARIABLE_EDIT 603
65 #define IDC_USER_VARIABLE_DELETE 604
66 #define IDC_SYSTEM_VARIABLE_LIST 605
67 #define IDC_SYSTEM_VARIABLE_NEW 606
68 #define IDC_SYSTEM_VARIABLE_EDIT 607
69 #define IDC_SYSTEM_VARIABLE_DELETE 608
70
71
72 /* edit environment variables */
73 #define IDD_EDIT_VARIABLE 700
74 #define IDC_VARIABLE_NAME 701
75 #define IDC_VARIABLE_VALUE 702
76
77
78 /* Virtual memory */
79 #define IDD_VIRTMEM 900
80 #define IDC_PAGEFILELIST 901
81 #define IDC_DRIVEGROUP 902
82 #define IDC_DRIVE 903
83 #define IDC_SPACEAVAIL 904
84 #define IDC_CUSTOM 905
85 #define IDC_INITIALSIZE 906
86 #define IDC_MAXSIZE 907
87 #define IDC_SYSMANSIZE 908
88 #define IDC_NOPAGEFILE 909
89 #define IDC_SET 910
90 #define IDC_TOTALGROUP 911
91 #define IDC_MINIMUM 912
92 #define IDC_RECOMMENDED 913
93 #define IDC_CURRENT 914
94
95
96 /* startup and recovery */
97 #define IDD_STARTUPRECOVERY 1000
98 #define IDC_STRECOSCOMBO 1001
99 #define IDC_STRECLIST 1002
100 #define IDC_STRRECLISTEDIT 1003
101 #define IDC_STRRECLISTUPDWN 1004
102 #define IDC_STRRECREC 1005
103 #define IDC_STRRECRECEDIT 1006
104 #define IDC_STRRECRECUPDWN 1007
105 #define IDC_STRRECEDIT 1008
106 #define IDC_STRRECWRITEEVENT 1009
107 #define IDC_STRRECSENDALERT 1010
108 #define IDC_STRRECRESTART 1011
109 #define IDC_STRRECDEBUGCOMBO 1012
110 #define IDC_STRRECDUMPFILE 1013
111 #define IDC_STRRECOVERWRITE 1014
112
113
114 /* hardware profiles */
115 #define IDD_HARDWAREPROFILES 1100
116 #define IDC_HRDPROFLSTBOX 1102
117 #define IDC_HRDPROFUP 1103
118 #define IDC_HRDPROFDWN 1104
119 #define IDC_HRDPROFPROP 1105
120 #define IDC_HRDPROFCOPY 1106
121 #define IDC_HRDPROFRENAME 1107
122 #define IDC_HRDPROFDEL 1108
123 #define IDC_HRDPROFWAIT 1109
124 #define IDC_HRDPROFSELECT 1110
125 #define IDC_HRDPROFEDIT 1111
126 #define IDC_HRDPROFUPDWN 1112
127
128
129 /* rename profile */
130 #define IDD_RENAMEPROFILE 1200
131 #define IDC_RENPROFEDITFROM 1201
132 #define IDC_RENPROFEDITTO 1202
133
134 /* licence */
135 #define IDD_LICENCE 1500
136 #define IDC_LICENCEEDIT 1501
137 #define RC_LICENSE 1502
138 #define RTDATA 1503
139
140
141 #endif /* __CPL_RESOURCE_H */