Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
691 B

  1. #define IDC_ADD 3
  2. #define IDC_DELETE 4
  3. #define IDD_VALUEDLG 101
  4. #define IDC_VALUELIST 1000
  5. #define IDC_VALUE_ED 1001
  6. #define IDC_STATIC -1
  7. #define IDS_TITLE 2001
  8. #define IDS_LISTINSERTFAIL 2002
  9. #define IDS_VALUETEXTNULL 2003
  10. #define IDS_SHOWBUTTON 2004
  11. #define IDS_PERUSER 2005
  12. #define IDS_PERMACHINE 2006
  13. #define IDS_ADMBOLDFONT 2007
  14. #define IDS_ADMBOLDFONTSIZE 2008
  15. #define IDS_DUPKEY_FORMAT 2009
  16. #define IDS_NOT_ENOUGH_MEMORY 2010