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