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