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.

71 lines
2.3 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: resource.h
  4. //
  5. // Module: CMSTP.EXE
  6. //
  7. // Synopsis: Resource IDs
  8. //
  9. // Copyright (c) 1997-1999 Microsoft Corporation
  10. //
  11. // Author: quintinb Created 06/09/98
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CMSTP_RESOURCE_H
  15. #define _CMSTP_RESOURCE_H
  16. #include "allcmdir.h"
  17. #define IDC_STATIC -1
  18. #define IDC_ALLUSERS 101
  19. #define IDC_YOURSELF 102
  20. #define IDD_ADMINUI 103
  21. #define IDD_NOCHOICEUI 104
  22. //#define IDC_STARTMENU 105
  23. #define IDC_DESKTOP 106
  24. #define EXE_ICON 107
  25. #define IDS_USAGE_MSG 200
  26. #define IDS_SHORTCUT_TO 201
  27. #define IDS_UNINSTALL_PROMPT 202
  28. #define IDS_NO_SUPPORTFILES 207
  29. #define IDS_CM_NOTPRESENT 208
  30. #define IDS_INUSE_MSG 209
  31. #define IDS_CMSTP_TITLE 210
  32. #define IDS_UNEXPECTEDERR 211
  33. //#define IDS_RASPBKPATH 212
  34. #define IDD_PRESHAREDKEY_PIN 213
  35. #define IDC_PSK_PIN 214
  36. #define IDS_SUCCESS 215
  37. #define IDS_CM_OLDVERSION 216
  38. //#define IDS_CMSUBFOLDER 217
  39. #define IDS_INSTCM_WITH_OLD_CMAK 218
  40. #define IDS_BINARY_NOT_ALPHA 219
  41. #define IDS_REBOOT_MSG 220
  42. #define IDS_NEWER_SAMENAME 221
  43. #define IDS_UPGRADE_SAMENAME 222
  44. #define IDS_GET_ADMIN 223
  45. #define IDS_CM_UNINST_PROMPT 224
  46. #define IDS_CM_UNINST_TITLE 225
  47. #define IDS_CM_UNINST_SUCCESS 226
  48. #define IDS_UNINSTCM_BOTH 227
  49. #define IDS_UNINSTCM_WCM 228
  50. #define IDS_UNINSTCM_WCMAK 229
  51. #define IDS_NEEDSERVICEPACK 230
  52. #define IDS_PROFILE_TOO_OLD 231
  53. #define IDS_SAME_SS_DIFF_LS 232
  54. #define IDS_SAME_LS_DIFF_SS 233
  55. #define IDS_INSTALL_NOT_ALLOWED 234
  56. #define IDS_CANNOT_INSTALL_CM 235
  57. #define IDS_WIN2K_CM_INSTALL_FAILED 236
  58. #define IDS_CROSS_LANG_INSTALL 237
  59. #define IDS_PSK_GOTTA_HAVE_IT 238
  60. #define IDS_PSK_INCORRECT_PIN 239
  61. #define IDS_PSK_NEEDS_XP 240
  62. // custom resource, remcmstp.inf, must have an ID greater than 255
  63. #define IDT_REMCMSTP_INF 5000
  64. #endif //_CMSTP_RESOURCE_H