mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
15 lines
251 B
C
15 lines
251 B
C
#pragma once
|
|
|
|
/* ids */
|
|
|
|
#define IDC_CPLICON_1 1
|
|
#define IDD_PROPPAGE1 100
|
|
#define IDS_CPLNAME_1 1001
|
|
#define IDS_CPLDESCRIPTION_1 2001
|
|
#define IDS_REACTOS 2002
|
|
|
|
#define IDC_LICENSE 106
|
|
#define IDC_OK 107
|
|
#define IDC_CANCEL 108
|
|
|
|
/* EOF */
|