Dmitry Chapyshev <lentind@yandex.ru>
[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
31 /* propsheet - general */
32 #define IDD_PROPPAGEGENERAL 100
33 #define IDC_MACHINELINE1 101
34 #define IDC_MACHINELINE2 102
35 #define IDC_MACHINELINE3 103
36 #define IDC_MACHINELINE4 104
37 #define IDC_MACHINELINE5 105
38 #define IDC_LICENCE 106
39 #define IDC_ROSIMG 107
40 #define IDC_ROSHOMEPAGE_LINK 108
41
42
43 /* propsheet - hardware */
44 #define IDD_PROPPAGEHARDWARE 300
45 #define IDC_HARDWARE_WIZARD 207
46 #define IDC_HARDWARE_PROFILE 209
47 #define IDC_HARDWARE_DRIVER_SIGN 210
48 #define IDC_HARDWARE_DEVICE_MANAGER 211
49
50
51 /* propsheet - advanced */
52 #define IDD_PROPPAGEADVANCED 400
53 #define IDC_ENVVAR 401
54 #define IDC_STAREC 402
55 #define IDC_PERFOR 403
56 #define IDC_USERPROFILE 404
57 #define IDC_ERRORREPORT 405
58
59
60 /* user profiles */
61 #define IDD_USERPROFILE 500
62 #define IDC_USERPROFILE_LIST 501
63 #define IDC_USERPROFILE_CHANGE 503
64 #define IDC_USERPROFILE_DELETE 504
65 #define IDC_USERPROFILE_COPY 505
66 #define IDC_USERACCOUNT_LINK 506
67
68
69 /* environment variables */
70 #define IDD_ENVIRONMENT_VARIABLES 600
71 #define IDC_USER_VARIABLE_LIST 601
72 #define IDC_USER_VARIABLE_NEW 602
73 #define IDC_USER_VARIABLE_EDIT 603
74 #define IDC_USER_VARIABLE_DELETE 604
75 #define IDC_SYSTEM_VARIABLE_LIST 605
76 #define IDC_SYSTEM_VARIABLE_NEW 606
77 #define IDC_SYSTEM_VARIABLE_EDIT 607
78 #define IDC_SYSTEM_VARIABLE_DELETE 608
79
80
81 /* edit environment variables */
82 #define IDD_EDIT_VARIABLE 700
83 #define IDC_VARIABLE_NAME 701
84 #define IDC_VARIABLE_VALUE 702
85
86
87 /* Virtual memory */
88 #define IDD_VIRTMEM 900
89 #define IDC_PAGEFILELIST 901
90 #define IDC_DRIVEGROUP 902
91 #define IDC_DRIVE 903
92 #define IDC_SPACEAVAIL 904
93 #define IDC_CUSTOM 905
94 #define IDC_INITIALSIZE 906
95 #define IDC_MAXSIZE 907
96 #define IDC_SYSMANSIZE 908
97 #define IDC_NOPAGEFILE 909
98 #define IDC_SET 910
99 #define IDC_TOTALGROUP 911
100 #define IDC_MINIMUM 912
101 #define IDC_RECOMMENDED 913
102 #define IDC_CURRENT 914
103
104
105 /* startup and recovery */
106 #define IDD_STARTUPRECOVERY 1000
107 #define IDC_STRECOSCOMBO 1001
108 #define IDC_STRECLIST 1002
109 #define IDC_STRRECLISTEDIT 1003
110 #define IDC_STRRECLISTUPDWN 1004
111 #define IDC_STRRECREC 1005
112 #define IDC_STRRECRECEDIT 1006
113 #define IDC_STRRECRECUPDWN 1007
114 #define IDC_STRRECEDIT 1008
115 #define IDC_STRRECWRITEEVENT 1009
116 #define IDC_STRRECSENDALERT 1010
117 #define IDC_STRRECRESTART 1011
118 #define IDC_STRRECDEBUGCOMBO 1012
119 #define IDC_STRRECDUMPFILE 1013
120 #define IDC_STRRECOVERWRITE 1014
121
122
123 /* hardware profiles */
124 #define IDD_HARDWAREPROFILES 1100
125 #define IDC_HRDPROFLSTBOX 1102
126 #define IDC_HRDPROFUP 1103
127 #define IDC_HRDPROFDWN 1104
128 #define IDC_HRDPROFPROP 1105
129 #define IDC_HRDPROFCOPY 1106
130 #define IDC_HRDPROFRENAME 1107
131 #define IDC_HRDPROFDEL 1108
132 #define IDC_HRDPROFWAIT 1109
133 #define IDC_HRDPROFSELECT 1110
134 #define IDC_HRDPROFEDIT 1111
135 #define IDC_HRDPROFUPDWN 1112
136
137
138 /* rename profile */
139 #define IDD_RENAMEPROFILE 1200
140 #define IDC_RENPROFEDITFROM 1201
141 #define IDC_RENPROFEDITTO 1202
142
143 /* licence */
144 #define IDD_LICENCE 1500
145 #define IDC_LICENCEEDIT 1501
146 #define RC_LICENSE 1502
147 #define RTDATA 1503
148
149
150 #endif /* __CPL_RESOURCE_H */