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.

57 lines
1.6 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. #define IDC_CHECK1 1015
  20. // Strings
  21. #define IDS_BROWSEEXT 2001
  22. #define IDS_BROWSEFILTER 2002
  23. #define IDS_BROWSETITLE 2003
  24. #define IDS_APP_TITLE 3000
  25. #define IDS_UPDATE_ERROR 3001
  26. #define IDS_OLD_FORMAT_ERROR 3002
  27. #define IDS_CREATE_ERROR 3003
  28. #define IDS_COPY_ERROR 3004
  29. #define IDS_COPY_COMPLETE 3005
  30. #define IDS_INVALID_COMMAND_LINE 3006
  31. #define IDS_COMMAND_LINE_NOT_ALLOWED 3007
  32. #define IDS_NO_SUCH_FILE_CANNOT_SAVE 3008
  33. #define IDS_CANNOT_EDIT_PACKAGE 3009
  34. #define IDS_ICON_TITLE_FORMAT 3010
  35. #define IDS_PACKAGE_WARNING 3011
  36. #define IDS_PACKAGE_EXECUTABLE_WARNING 3012
  37. #define IDS_WARNING_DLG_TITLE 3013
  38. #define IDS_COMMAND_LINE 3014
  39. #define IDS_ICON_COMMAND_LINE_FORMAT 3015
  40. // Icons
  41. #define IDI_PACKAGER 1500
  42. #define IDI_PACKAGE_WARNING 1501
  43. // Bitmaps
  44. #define IDB_PACKWIZBMP 5000
  45. #define IDC_STATIC -1
  46. #endif