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.

76 lines
3.2 KiB

  1. #define IDI_ICON1 1
  2. #define IDI_ICON2 2
  3. #define IDI_ICON3 3
  4. #define IDI_ICON4 4
  5. #define IDI_ICON5 5
  6. #define IDI_ICON6 6
  7. #define IDI_ICON7 7
  8. #define IDI_ICON8 8
  9. #define IDI_ICON9 9
  10. #define IDS_TITLE 1001
  11. #define IDS_TITLE1 1002
  12. #define IDS_TITLE2 1003
  13. #define IDS_SAVE 1004
  14. #define IDS_UNTITLED 1005
  15. #define IDS_ERRDLL 1006
  16. #define IDS_ADMDELWARN 1011
  17. #define IDS_NOPOLICYFILE 1017
  18. #define IDS_OPENFILEMSG 1018
  19. #define IDS_SAVEFILEMSG 1019
  20. #define IDS_IMPORTADMFILEMSG 1020
  21. #define IDS_READYMSG 1021
  22. #define IDS_LOADADMFILEMSG 1022
  23. #define IDS_CHKDUPKEYMSG 1023
  24. #define IDS_WIZARDBRANCHTEXT 1024
  25. #define IDS_WIZARDSETTINGS 1026
  26. #define IDS_POLICYSETTINGS 1027
  27. #define IDS_INSFILTERNAME 1031
  28. #define IDS_LANGUAGE 1032
  29. #define IDS_NOIE 1034
  30. #define IDS_WIZARDBRANCHTITLE 1035
  31. #define IDS_DSCRWNDFAIL 1037
  32. #define IDS_WRONGIE 1038
  33. #define IDS_FILENOTFOUND 1039
  34. #define IDS_CABSIGN_ERROR 1040
  35. #define IDS_INVALIDEXTN 1041
  36. #define IDS_CHECKFOREXCHAR 1042
  37. #define IDS_STATUS 1043
  38. #define IDS_PROFILE_DIRTY 1044
  39. #define IDS_PROFILE_NOCHANGE 1045
  40. #define IDS_NOTAVAILABLE 1046
  41. #define IDS_CABSURLPATH 1047
  42. #define IDS_VERSIONINFO 1048
  43. #define IDS_COMINITFAILURE 1049
  44. #define IDS_NOLANGDIR 1050
  45. #define IDS_NOPLATFORMDIR 1051
  46. #define IDS_WIN32 1052
  47. #define IDS_INSUFFICIENT_DISKSPACE 1055
  48. #define IDS_CAB_DOESNOTEXIST 1056
  49. #define IDS_W2K 1057
  50. // note: this ID depends on the one in ieakui\ieakui.h
  51. #define IDS_LANGDIFFERS 30451
  52. #define IDS_UNSUPPORTED_PLATFORM 30454
  53. // these values is used to display the ieak page help and
  54. // hence uses the same ID's as in the ieak wizard resource.
  55. #define IDD_ADM 2072
  56. #define IDD_CORPWELCOME 2100
  57. //
  58. #define IDR_MAINMENU 101
  59. #define IDD_LANGDLG 102
  60. #define IDC_LANG 103
  61. #define IDC_STATIC -1
  62. #define IDM_FILENEW 40001
  63. #define IDM_FILEOPEN 40002
  64. #define IDM_FILESAVE 40003
  65. #define IDM_FILESAVEAS 40004
  66. #define IDM_FILEEXIT 40005
  67. #define IDM_ADMIMPORT 40006
  68. #define IDM_ADMDELETE 40007
  69. #define IDM_CHKDUPKEYS 40008
  70. #define IDM_PLATFORM_WIN32 40009
  71. #define IDM_HELP 40012
  72. #define IDM_PLATFORM_W2K 40013