[HAL]
[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
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
36 /* propsheet - general */
37 #define IDD_PROPPAGEGENERAL 100
38 #define IDC_MACHINELINE1 101
39 #define IDC_MACHINELINE2 102
40 #define IDC_MACHINELINE3 103
41 #define IDC_MACHINELINE4 104
42 #define IDC_MACHINELINE5 105
43 #define IDC_LICENCE 106
44 #define IDC_ROSIMG 107
45 #define IDC_ROSHOMEPAGE_LINK 108
46
47
48 /* propsheet - hardware */
49 #define IDD_PROPPAGEHARDWARE 300
50 #define IDC_HARDWARE_WIZARD 207
51 #define IDC_HARDWARE_PROFILE 209
52 #define IDC_HARDWARE_DRIVER_SIGN 210
53 #define IDC_HARDWARE_DEVICE_MANAGER 211
54
55
56 /* propsheet - advanced */
57 #define IDD_PROPPAGEADVANCED 400
58 #define IDC_SYSSETTINGS 401
59 #define IDC_ENVVAR 402
60 #define IDC_STAREC 403
61 #define IDC_PERFOR 404
62 #define IDC_USERPROFILE 405
63 #define IDC_ERRORREPORT 406
64
65 /* system settings */
66 #define IDD_SYSSETTINGS 800
67 #define IDC_REPORTASWORKSTATION 801
68
69 /* user profiles */
70 #define IDD_USERPROFILE 500
71 #define IDC_USERPROFILE_LIST 501
72 #define IDC_USERPROFILE_CHANGE 503
73 #define IDC_USERPROFILE_DELETE 504
74 #define IDC_USERPROFILE_COPY 505
75 #define IDC_USERACCOUNT_LINK 506
76
77
78 /* environment variables */
79 #define IDD_ENVIRONMENT_VARIABLES 600
80 #define IDC_USER_VARIABLE_LIST 601
81 #define IDC_USER_VARIABLE_NEW 602
82 #define IDC_USER_VARIABLE_EDIT 603
83 #define IDC_USER_VARIABLE_DELETE 604
84 #define IDC_SYSTEM_VARIABLE_LIST 605
85 #define IDC_SYSTEM_VARIABLE_NEW 606
86 #define IDC_SYSTEM_VARIABLE_EDIT 607
87 #define IDC_SYSTEM_VARIABLE_DELETE 608
88
89
90 /* edit environment variables */
91 #define IDD_EDIT_VARIABLE 700
92 #define IDC_VARIABLE_NAME 701
93 #define IDC_VARIABLE_VALUE 702
94
95
96 /* Virtual memory */
97 #define IDD_VIRTMEM 900
98 #define IDC_PAGEFILELIST 901
99 #define IDC_DRIVEGROUP 902
100 #define IDC_DRIVE 903
101 #define IDC_SPACEAVAIL 904
102 #define IDC_CUSTOM 905
103 #define IDC_INITIALSIZE 906
104 #define IDC_MAXSIZE 907
105 #define IDC_SYSMANSIZE 908
106 #define IDC_NOPAGEFILE 909
107 #define IDC_SET 910
108 #define IDC_TOTALGROUP 911
109 #define IDC_MINIMUM 912
110 #define IDC_RECOMMENDED 913
111 #define IDC_CURRENT 914
112
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
132 /* hardware profiles */
133 #define IDD_HARDWAREPROFILES 1100
134 #define IDC_HRDPROFLSTBOX 1102
135 #define IDC_HRDPROFUP 1103
136 #define IDC_HRDPROFDWN 1104
137 #define IDC_HRDPROFPROP 1105
138 #define IDC_HRDPROFCOPY 1106
139 #define IDC_HRDPROFRENAME 1107
140 #define IDC_HRDPROFDEL 1108
141 #define IDC_HRDPROFWAIT 1109
142 #define IDC_HRDPROFSELECT 1110
143 #define IDC_HRDPROFEDIT 1111
144 #define IDC_HRDPROFUPDWN 1112
145
146
147 /* rename profile */
148 #define IDD_RENAMEPROFILE 1200
149 #define IDC_RENPROFEDITFROM 1201
150 #define IDC_RENPROFEDITTO 1202
151
152 /* licence */
153 #define IDD_LICENCE 1500
154 #define IDC_LICENCEEDIT 1501
155 #define RC_LICENSE 1502
156 #define RTDATA 1503
157
158 #define IDS_DEVS 2000