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.

95 lines
2.7 KiB

  1. //*************************************************************
  2. //
  3. // Resource.h - Header file for userenv.rc
  4. //
  5. // Microsoft Confidential
  6. // Copyright (c) Microsoft Corporation 1995
  7. // All rights reserved
  8. //
  9. //*************************************************************
  10. #include "uevents.h"
  11. // Error codes that were used by profile and
  12. // policy event logging (rc strings) have been removed
  13. //
  14. // Don't reuse the codes 0 - 28 because it might confuse localisers
  15. //
  16. #define IDS_COMMON 15
  17. #define IDS_PROFILES_ROOT 25
  18. #define IDS_SH_APPDATA 30
  19. #define IDS_SH_DESKTOP 31
  20. #define IDS_SH_FAVORITES 32
  21. #define IDS_SH_NETHOOD 33
  22. #define IDS_SH_PRINTHOOD 34
  23. #define IDS_SH_RECENT 35
  24. #define IDS_SH_SENDTO 36
  25. #define IDS_SH_STARTMENU 37
  26. #define IDS_SH_TEMPLATES 38
  27. #define IDS_SH_PERSONAL 39
  28. #define IDS_SH_PROGRAMS 40
  29. #define IDS_SH_STARTUP 41
  30. #define IDS_SH_TEMP 42
  31. #define IDS_SH_LOCALSETTINGS 43
  32. #define IDS_SH_LOCALAPPDATA 44
  33. #define IDS_SH_CACHE 45
  34. #define IDS_SH_COOKIES 46
  35. #define IDS_SH_HISTORY 47
  36. #define IDS_SH_MYPICTURES 48
  37. #define IDS_SH_SHAREDDOCS 49
  38. #define IDS_SH_PERSONAL2 70
  39. #define IDS_SH_MYPICTURES2 71
  40. #define IDS_SH_TEMPLATES2 72
  41. #define IDS_PROFILE_FORMAT 75
  42. #define IDS_PROFILEDOMAINNAME_FORMAT 76
  43. #define IDS_NT_AUTHORITY 80
  44. #define IDS_BUILTIN 81
  45. #define IDS_LOCALGPONAME 103
  46. #define IDS_TEMPINTERNETFILES 104
  47. #define IDS_HISTORY 105
  48. #define IDS_EXCLUSIONLIST 106
  49. #define IDS_REGISTRYNAME 107
  50. #define IDS_CALLEXTENSION 108
  51. #define IDS_USER_SETTINGS 109
  52. #define IDS_COMPUTER_SETTINGS 110
  53. #define IDS_GPCORE_NAME 111
  54. //
  55. // Profile icon
  56. //
  57. #define IDI_PROFILE 1
  58. //
  59. // Slow link test data
  60. //
  61. #define IDB_SLOWLINK 1
  62. //
  63. // Slow link dialog
  64. //
  65. #define IDD_LOGIN_SLOW_LINK 1000
  66. #define IDC_DOWNLOAD 1001
  67. #define IDC_LOCAL 1002
  68. #define IDC_TIMEOUT 1004
  69. #define IDC_TIMETITLE 1005
  70. #define IDD_LOGOFF_SLOW_LINK 1006
  71. #define IDC_UPLOAD 1007
  72. #define IDC_NOUPLOAD 1008
  73. //
  74. // Error dialog
  75. //
  76. #define IDD_ERROR 3000
  77. #define IDC_ERRORTEXT 3001