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.

30 lines
908 B

  1. #ifndef __APPHELP_IDS
  2. #define __APPHELP_IDS
  3. #define IDS_APPCOMPATWIN95H 1000
  4. #define IDS_APPCOMPATWIN95 1001
  5. #define IDS_APPCOMPATWIN95L 1002
  6. #define IDS_APPCOMPATWIN95R 1003
  7. #define IDS_APPCOMPAT_CANCEL 1004
  8. #define IDS_APPCOMPAT_RUNCANCEL 1005
  9. #define IDC_WORKED 1100
  10. #define IDC_NOTWORKING 1101
  11. #define DLG_APPCOMPAT 2000
  12. #define DLG_FEEDBACK 2100
  13. #define IDD_STATE 2001
  14. #define IDD_RICHTEXT 2002
  15. #define IDD_LINE_1 2003
  16. #define IDD_DETAILS 2004
  17. #define IDD_ICON 2005
  18. #define IDD_ICON_TRASH 2006
  19. #define IDD_APPNAME 2007
  20. #define IDD_CONTACT 2008
  21. #define IDD_LINE_2 2009
  22. #define IDD_APPHELP_DETAILS 2010
  23. #endif