Sync with trunk r58740.
[reactos.git] / dll / cpl / sysdm / resource.h
1 #pragma once
2
3 #define IDC_STATIC -1
4
5 #define IDI_CPLSYSTEM 50
6 #define IDI_DEVMGR 51
7 #define IDI_HARDPROF 52
8 #define IDI_USERPROF 53
9 #define IDI_UP 2500
10 #define IDI_DOWN 2501
11
12 #define IDB_ROSBMP 55
13
14 #define IDS_CPLSYSTEMNAME 60
15 #define IDS_CPLSYSTEMDESCRIPTION 61
16
17 #define IDS_MEGABYTE 62
18 #define IDS_GIGABYTE 63
19 #define IDS_TERABYTE 64
20 #define IDS_PETABYTE 65
21
22 #define IDS_VARIABLE 66
23 #define IDS_VALUE 67
24 #define IDS_NO_DUMP 68
25 #define IDS_MINI_DUMP 69
26 #define IDS_KERNEL_DUMP 70
27 #define IDS_FULL_DUMP 71
28
29 #define IDS_USERPROFILE_NAME 72
30 #define IDS_USERPROFILE_SIZE 73
31 #define IDS_USERPROFILE_TYPE 74
32 #define IDS_USERPROFILE_STATUS 75
33 #define IDS_USERPROFILE_MODIFIED 76
34
35 #define IDS_MESSAGEBOXTITLE 77
36 #define IDS_WARNINITIALSIZE 78
37 #define IDS_WARNMAXIMUMSIZE 79
38 #define IDS_WARNINITIALRANGE 80
39 #define IDS_WARNMAXIMUMRANGE 81
40
41 /* Propsheet - general */
42 #define IDD_PROPPAGEGENERAL 100
43 #define IDC_MACHINELINE1 101
44 #define IDC_MACHINELINE2 102
45 #define IDC_MACHINELINE3 103
46 #define IDC_MACHINELINE4 104
47 #define IDC_MACHINELINE5 105
48 #define IDC_LICENCE 106
49 #define IDC_ROSIMG 107
50 #define IDC_ROSHOMEPAGE_LINK 108
51
52
53 /* Propsheet - hardware */
54 #define IDD_PROPPAGEHARDWARE 300
55 #define IDC_HARDWARE_WIZARD 207
56 #define IDC_HARDWARE_PROFILE 209
57 #define IDC_HARDWARE_DRIVER_SIGN 210
58 #define IDC_HARDWARE_DEVICE_MANAGER 211
59
60
61 /* Propsheet - advanced */
62 #define IDD_PROPPAGEADVANCED 400
63 #define IDC_SYSSETTINGS 401
64 #define IDC_ENVVAR 402
65 #define IDC_STAREC 403
66 #define IDC_PERFOR 404
67 #define IDC_USERPROFILE 405
68 #define IDC_ERRORREPORT 406
69
70 /* System settings */
71 #define IDD_SYSSETTINGS 800
72 #define IDC_REPORTASWORKSTATION 801
73
74 /* User profiles */
75 #define IDD_USERPROFILE 500
76 #define IDC_USERPROFILE_LIST 501
77 #define IDC_USERPROFILE_CHANGE 503
78 #define IDC_USERPROFILE_DELETE 504
79 #define IDC_USERPROFILE_COPY 505
80 #define IDC_USERACCOUNT_LINK 506
81
82
83 /* Environment variables */
84 #define IDD_ENVIRONMENT_VARIABLES 600
85 #define IDC_USER_VARIABLE_LIST 601
86 #define IDC_USER_VARIABLE_NEW 602
87 #define IDC_USER_VARIABLE_EDIT 603
88 #define IDC_USER_VARIABLE_DELETE 604
89 #define IDC_SYSTEM_VARIABLE_LIST 605
90 #define IDC_SYSTEM_VARIABLE_NEW 606
91 #define IDC_SYSTEM_VARIABLE_EDIT 607
92 #define IDC_SYSTEM_VARIABLE_DELETE 608
93
94
95 /* Edit environment variables */
96 #define IDD_EDIT_VARIABLE 700
97 #define IDC_VARIABLE_NAME 701
98 #define IDC_VARIABLE_VALUE 702
99
100
101 /* Virtual memory */
102 #define IDD_VIRTMEM 900
103 #define IDC_PAGEFILELIST 901
104 #define IDC_DRIVEGROUP 902
105 #define IDC_DRIVE 903
106 #define IDC_SPACEAVAIL 904
107 #define IDC_CUSTOM 905
108 #define IDC_INITIALSIZE 906
109 #define IDC_MAXSIZE 907
110 #define IDC_SYSMANSIZE 908
111 #define IDC_NOPAGEFILE 909
112 #define IDC_SET 910
113 #define IDC_TOTALGROUP 911
114 #define IDC_MINIMUM 912
115 #define IDC_RECOMMENDED 913
116 #define IDC_CURRENT 914
117
118
119 /* Startup and recovery */
120 #define IDD_STARTUPRECOVERY 1000
121 #define IDC_STRECOSCOMBO 1001
122 #define IDC_STRECLIST 1002
123 #define IDC_STRRECLISTEDIT 1003
124 #define IDC_STRRECLISTUPDWN 1004
125 #define IDC_STRRECREC 1005
126 #define IDC_STRRECRECEDIT 1006
127 #define IDC_STRRECRECUPDWN 1007
128 #define IDC_STRRECEDIT 1008
129 #define IDC_STRRECWRITEEVENT 1009
130 #define IDC_STRRECSENDALERT 1010
131 #define IDC_STRRECRESTART 1011
132 #define IDC_STRRECDEBUGCOMBO 1012
133 #define IDC_STRRECDUMPFILE 1013
134 #define IDC_STRRECOVERWRITE 1014
135
136
137 /* Hardware profiles */
138 #define IDD_HARDWAREPROFILES 1100
139 #define IDC_HRDPROFLSTBOX 1102
140 #define IDC_HRDPROFUP 1103
141 #define IDC_HRDPROFDWN 1104
142 #define IDC_HRDPROFPROP 1105
143 #define IDC_HRDPROFCOPY 1106
144 #define IDC_HRDPROFRENAME 1107
145 #define IDC_HRDPROFDEL 1108
146 #define IDC_HRDPROFWAIT 1109
147 #define IDC_HRDPROFSELECT 1110
148 #define IDC_HRDPROFEDIT 1111
149 #define IDC_HRDPROFUPDWN 1112
150
151
152 /* Copy profile */
153 #define IDD_COPYPROFILE 1200
154 #define IDC_COPYPROFILEFROM 1201
155 #define IDC_COPYPROFILETO 1202
156
157
158 /* Rename profile */
159 #define IDD_RENAMEPROFILE 1300
160 #define IDC_RENPROFEDITFROM 1301
161 #define IDC_RENPROFEDITTO 1302
162
163
164 /* Licence */
165 #define IDD_LICENCE 1500
166 #define IDC_LICENCEEDIT 1501
167 #define RC_LICENSE 1502
168 #define RTDATA 1503
169
170 #define IDS_DEVS 2000