2025-04-27 07:49:33 -04:00

18 lines
691 B
C

#define IDC_ADD 3
#define IDC_DELETE 4
#define IDD_VALUEDLG 101
#define IDC_VALUELIST 1000
#define IDC_VALUE_ED 1001
#define IDC_STATIC -1
#define IDS_TITLE 2001
#define IDS_LISTINSERTFAIL 2002
#define IDS_VALUETEXTNULL 2003
#define IDS_SHOWBUTTON 2004
#define IDS_PERUSER 2005
#define IDS_PERMACHINE 2006
#define IDS_ADMBOLDFONT 2007
#define IDS_ADMBOLDFONTSIZE 2008
#define IDS_DUPKEY_FORMAT 2009
#define IDS_NOT_ENOUGH_MEMORY 2010