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