reactos/dll/cpl/liccpa/resource.h
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

19 lines
319 B
C

#ifndef __CPL_RESOURCE_H
#define __CPL_RESOURCE_H
/* 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
#endif /* __CPL_RESOURCE_H */
/* EOF */