display the hardware tab
[reactos.git] / reactos / lib / cpl / main / resource.h
1 #ifndef __CPL_RESOURCE_H
2 #define __CPL_RESOURCE_H
3
4
5 #define IDC_CPLICON_1 1
6 #define IDC_CPLICON_2 2
7
8 #define IDD_PROPPAGE1 100
9 #define IDD_PROPPAGE2 101
10 #define IDD_PROPPAGE3 102
11 #define IDD_KEYBSPEED 103
12 #define IDD_HARDWARE 104
13
14 #define IDS_CPLNAME_1 1000
15 #define IDS_CPLDESCRIPTION_1 1001
16 #define IDS_CPLNAME_2 1002
17 #define IDS_CPLDESCRIPTION_2 1003
18
19
20 #endif /* __CPL_RESOURCE_H */
21
22 /* EOF */