9a896bf79ea9e375e29a9215b96abf2c7c2849ea
[reactos.git] / reactos / lib / syssetup / resource.h
1 /*
2 * Copyright (C) 2004 Filip Navara
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 */
18
19 #ifndef RESOURCE_H
20 #define RESOURCE_H
21
22 #define IDB_WATERMARK 100
23 #define IDB_HEADER 101
24
25 #define IDC_STATIC -1
26
27 #define IDD_WELCOMEPAGE 1000
28
29 #define IDD_OWNERPAGE 1001
30 #define IDC_OWNERNAME 1002
31 #define IDC_OWNERORGANIZATION 1003
32
33 #define IDD_COMPUTERPAGE 1004
34 #define IDC_COMPUTERNAME 1005
35 #define IDC_ADMINPASSWORD1 1006
36 #define IDC_ADMINPASSWORD2 1007
37
38 #define IDD_LOCALEPAGE 1008
39 #define IDC_LOCALETEXT 1009
40 #define IDC_CUSTOMLOCALE 1010
41 #define IDC_LAYOUTTEXT 1011
42 #define IDC_CUSTOMLAYOUT 1012
43
44 #define IDD_FINISHPAGE 1050
45
46
47 #define IDD_RESTART 2000
48 #define IDC_RESTART_PROGRESS 2001
49
50 #endif /* RESOURCE_H */