Merge aicom-network-branch (without NDIS changes for now)
[reactos.git] / reactos / dll / cpl / sysdm / resource.h
1 #ifndef __CPL_RESOURCE_H
2 #define __CPL_RESOURCE_H
3
4 #define IDC_STATIC -1
5
6 #define IDI_CPLSYSTEM 50
7 #define IDI_DEVMGR 51
8 #define IDI_HARDPROF 52
9 #define IDI_USERPROF 53
10 #define IDI_UP 2500
11 #define IDI_DOWN 2501
12
13 #define IDB_ROSBMP 55
14
15 #define IDS_CPLSYSTEMNAME 60
16 #define IDS_CPLSYSTEMDESCRIPTION 61
17
18 #define IDS_MEGABYTE 62
19 #define IDS_GIGABYTE 63
20 #define IDS_TERABYTE 64
21 #define IDS_PETABYTE 65
22
23 #define IDS_VARIABLE 66
24 #define IDS_VALUE 67
25 #define IDS_NO_DUMP 68
26 #define IDS_MINI_DUMP 69
27 #define IDS_KERNEL_DUMP 70
28 #define IDS_FULL_DUMP 71
29
30 #define IDS_USERPROFILE_NAME 72
31 #define IDS_USERPROFILE_SIZE 73
32 #define IDS_USERPROFILE_TYPE 74
33 #define IDS_USERPROFILE_STATUS 75
34 #define IDS_USERPROFILE_MODIFIED 76
35
36
37 /* propsheet - general */
38 #define IDD_PROPPAGEGENERAL 100
39 #define IDC_MACHINELINE1 101
40 #define IDC_MACHINELINE2 102
41 #define IDC_MACHINELINE3 103
42 #define IDC_MACHINELINE4 104
43 #define IDC_MACHINELINE5 105
44 #define IDC_LICENCE 106
45 #define IDC_ROSIMG 107
46 #define IDC_ROSHOMEPAGE_LINK 108
47
48
49 /* propsheet - hardware */
50 #define IDD_PROPPAGEHARDWARE 300
51 #define IDC_HARDWARE_WIZARD 207
52 #define IDC_HARDWARE_PROFILE 209
53 #define IDC_HARDWARE_DRIVER_SIGN 210
54 #define IDC_HARDWARE_DEVICE_MANAGER 211
55
56
57 /* propsheet - advanced */
58 #define IDD_PROPPAGEADVANCED 400
59 #define IDC_SYSSETTINGS 401
60 #define IDC_ENVVAR 402
61 #define IDC_STAREC 403
62 #define IDC_PERFOR 404
63 #define IDC_USERPROFILE 405
64 #define IDC_ERRORREPORT 406
65
66 /* system settings */
67 #define IDD_SYSSETTINGS 800
68 #define IDC_REPORTASWORKSTATION 801
69
70 /* user profiles */
71 #define IDD_USERPROFILE 500
72 #define IDC_USERPROFILE_LIST 501
73 #define IDC_USERPROFILE_CHANGE 503
74 #define IDC_USERPROFILE_DELETE 504
75 #define IDC_USERPROFILE_COPY 505
76 #define IDC_USERACCOUNT_LINK 506
77
78
79 /* environment variables */
80 #define IDD_ENVIRONMENT_VARIABLES 600
81 #define IDC_USER_VARIABLE_LIST 601
82 #define IDC_USER_VARIABLE_NEW 602
83 #define IDC_USER_VARIABLE_EDIT 603
84 #define IDC_USER_VARIABLE_DELETE 604
85 #define IDC_SYSTEM_VARIABLE_LIST 605
86 #define IDC_SYSTEM_VARIABLE_NEW 606
87 #define IDC_SYSTEM_VARIABLE_EDIT 607
88 #define IDC_SYSTEM_VARIABLE_DELETE 608
89
90
91 /* edit environment variables */
92 #define IDD_EDIT_VARIABLE 700
93 #define IDC_VARIABLE_NAME 701
94 #define IDC_VARIABLE_VALUE 702
95
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
115 /* startup and recovery */
116 #define IDD_STARTUPRECOVERY 1000
117 #define IDC_STRECOSCOMBO 1001
118 #define IDC_STRECLIST 1002
119 #define IDC_STRRECLISTEDIT 1003
120 #define IDC_STRRECLISTUPDWN 1004
121 #define IDC_STRRECREC 1005
122 #define IDC_STRRECRECEDIT 1006
123 #define IDC_STRRECRECUPDWN 1007
124 #define IDC_STRRECEDIT 1008
125 #define IDC_STRRECWRITEEVENT 1009
126 #define IDC_STRRECSENDALERT 1010
127 #define IDC_STRRECRESTART 1011
128 #define IDC_STRRECDEBUGCOMBO 1012
129 #define IDC_STRRECDUMPFILE 1013
130 #define IDC_STRRECOVERWRITE 1014
131
132
133 /* hardware profiles */
134 #define IDD_HARDWAREPROFILES 1100
135 #define IDC_HRDPROFLSTBOX 1102
136 #define IDC_HRDPROFUP 1103
137 #define IDC_HRDPROFDWN 1104
138 #define IDC_HRDPROFPROP 1105
139 #define IDC_HRDPROFCOPY 1106
140 #define IDC_HRDPROFRENAME 1107
141 #define IDC_HRDPROFDEL 1108
142 #define IDC_HRDPROFWAIT 1109
143 #define IDC_HRDPROFSELECT 1110
144 #define IDC_HRDPROFEDIT 1111
145 #define IDC_HRDPROFUPDWN 1112
146
147
148 /* rename profile */
149 #define IDD_RENAMEPROFILE 1200
150 #define IDC_RENPROFEDITFROM 1201
151 #define IDC_RENPROFEDITTO 1202
152
153 /* licence */
154 #define IDD_LICENCE 1500
155 #define IDC_LICENCEEDIT 1501
156 #define RC_LICENSE 1502
157 #define RTDATA 1503
158
159
160 #endif /* __CPL_RESOURCE_H */