Sync with trunk r62529.
[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 /* Propsheet - hardware */
53 #define IDD_PROPPAGEHARDWARE 300
54 #define IDC_HARDWARE_WIZARD 207
55 #define IDC_HARDWARE_PROFILE 209
56 #define IDC_HARDWARE_DRIVER_SIGN 210
57 #define IDC_HARDWARE_DEVICE_MANAGER 211
58
59 /* Propsheet - advanced */
60 #define IDD_PROPPAGEADVANCED 400
61 #define IDC_SYSSETTINGS 401
62 #define IDC_ENVVAR 402
63 #define IDC_STAREC 403
64 #define IDC_PERFOR 404
65 #define IDC_USERPROFILE 405
66 #define IDC_ERRORREPORT 406
67
68 /* System settings */
69 #define IDD_SYSSETTINGS 800
70 #define IDC_REPORTASWORKSTATION 801
71
72 /* User profiles */
73 #define IDD_USERPROFILE 500
74 #define IDC_USERPROFILE_LIST 501
75 #define IDC_USERPROFILE_CHANGE 503
76 #define IDC_USERPROFILE_DELETE 504
77 #define IDC_USERPROFILE_COPY 505
78 #define IDC_USERACCOUNT_LINK 506
79
80
81 /* Environment variables */
82 #define IDD_ENVIRONMENT_VARIABLES 600
83 #define IDC_USER_VARIABLE_LIST 601
84 #define IDC_USER_VARIABLE_NEW 602
85 #define IDC_USER_VARIABLE_EDIT 603
86 #define IDC_USER_VARIABLE_DELETE 604
87 #define IDC_SYSTEM_VARIABLE_LIST 605
88 #define IDC_SYSTEM_VARIABLE_NEW 606
89 #define IDC_SYSTEM_VARIABLE_EDIT 607
90 #define IDC_SYSTEM_VARIABLE_DELETE 608
91
92 /* Edit environment variables */
93 #define IDD_EDIT_VARIABLE 700
94 #define IDC_VARIABLE_NAME 701
95 #define IDC_VARIABLE_VALUE 702
96
97 /* Virtual memory */
98 #define IDD_VIRTMEM 900
99 #define IDC_PAGEFILELIST 901
100 #define IDC_DRIVEGROUP 902
101 #define IDC_DRIVE 903
102 #define IDC_SPACEAVAIL 904
103 #define IDC_CUSTOM 905
104 #define IDC_INITIALSIZE 906
105 #define IDC_MAXSIZE 907
106 #define IDC_SYSMANSIZE 908
107 #define IDC_NOPAGEFILE 909
108 #define IDC_SET 910
109 #define IDC_TOTALGROUP 911
110 #define IDC_MINIMUM 912
111 #define IDC_RECOMMENDED 913
112 #define IDC_CURRENT 914
113
114 /* Startup and recovery */
115 #define IDD_STARTUPRECOVERY 1000
116 #define IDC_STRECOSCOMBO 1001
117 #define IDC_STRECLIST 1002
118 #define IDC_STRRECLISTEDIT 1003
119 #define IDC_STRRECLISTUPDWN 1004
120 #define IDC_STRRECREC 1005
121 #define IDC_STRRECRECEDIT 1006
122 #define IDC_STRRECRECUPDWN 1007
123 #define IDC_STRRECEDIT 1008
124 #define IDC_STRRECWRITEEVENT 1009
125 #define IDC_STRRECSENDALERT 1010
126 #define IDC_STRRECRESTART 1011
127 #define IDC_STRRECDEBUGCOMBO 1012
128 #define IDC_STRRECDUMPFILE 1013
129 #define IDC_STRRECOVERWRITE 1014
130
131 /* Hardware profiles */
132 #define IDD_HARDWAREPROFILES 1100
133 #define IDC_HRDPROFLSTBOX 1102
134 #define IDC_HRDPROFUP 1103
135 #define IDC_HRDPROFDWN 1104
136 #define IDC_HRDPROFPROP 1105
137 #define IDC_HRDPROFCOPY 1106
138 #define IDC_HRDPROFRENAME 1107
139 #define IDC_HRDPROFDEL 1108
140 #define IDC_HRDPROFWAIT 1109
141 #define IDC_HRDPROFSELECT 1110
142 #define IDC_HRDPROFEDIT 1111
143 #define IDC_HRDPROFUPDWN 1112
144
145 /* Copy profile */
146 #define IDD_COPYPROFILE 1200
147 #define IDC_COPYPROFILEFROM 1201
148 #define IDC_COPYPROFILETO 1202
149
150 /* Rename profile */
151 #define IDD_RENAMEPROFILE 1300
152 #define IDC_RENPROFEDITFROM 1301
153 #define IDC_RENPROFEDITTO 1302
154
155 /* Licence */
156 #define IDD_LICENCE 1500
157 #define IDC_LICENCEEDIT 1501
158 #define RC_LICENSE 1502
159 #define RTDATA 1503
160
161 #define IDS_DEVS 2000