Source code of Windows XP (NT5)
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.

46 lines
1.1 KiB

  1. #ifndef IDS_H__
  2. #define IDS_H__
  3. // Used by pack2.rc
  4. //
  5. #define IDI_DOCUMENT 1
  6. // Dialogs
  7. #define IDD_SELECTFILE 102
  8. #define IDD_SELECTICON 103
  9. #define IDD_SELECTLABEL 107
  10. #define IDD_EDITEMBEDPACKAGE 108
  11. #define IDD_EDITCMDPACKAGE 109
  12. #define IDC_COMMAND 1003
  13. #define IDC_BROWSE 1004
  14. #define IDC_CHANGEICON 1005
  15. #define IDC_PACKICON 1007
  16. #define IDC_WIZBMP 1009
  17. #define IDC_EDIT1 1013
  18. #define IDC_EDIT2 1014
  19. // Strings
  20. #define IDS_BROWSEEXT 2001
  21. #define IDS_BROWSEFILTER 2002
  22. #define IDS_BROWSETITLE 2003
  23. #define IDS_APP_TITLE 3000
  24. #define IDS_UPDATE_ERROR 3001
  25. #define IDS_OLD_FORMAT_ERROR 3002
  26. #define IDS_CREATE_ERROR 3003
  27. #define IDS_COPY_ERROR 3004
  28. #define IDS_COPY_COMPLETE 3005
  29. // Icons
  30. #define IDI_PACKAGER 1500
  31. // Bitmaps
  32. #define IDB_PACKWIZBMP 5000
  33. #define IDC_STATIC -1
  34. #endif