mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:33:01 +00:00
23 lines
449 B
C
23 lines
449 B
C
#ifndef __CPL_RESOURCE_H
|
|
#define __CPL_RESOURCE_H
|
|
|
|
|
|
#define IDC_CPLICON 1
|
|
#define IDC_FLAGS 2
|
|
#define IDC_ICON1 3
|
|
|
|
#define IDD_GENERALPAGE 100
|
|
#define IDD_NUMBERSPAGE 101
|
|
#define IDD_CURRENCYPAGE 102
|
|
#define IDD_TIMEPAGE 103
|
|
#define IDD_DATEPAGE 104
|
|
#define IDD_LOCALEPAGE 105
|
|
#define IDC_LANGUAGELIST 106
|
|
|
|
#define IDS_CPLNAME 1000
|
|
#define IDS_CPLDESCRIPTION 1001
|
|
|
|
|
|
#endif /* __CPL_RESOURCE_H */
|
|
|
|
/* EOF */
|