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.

125 lines
4.0 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: resource.h
  8. //
  9. //--------------------------------------------------------------------------
  10. //icon
  11. #define IDI_MAINFRAME 200
  12. //bitmap
  13. #define IDB_WIN2K 300
  14. //dialogue
  15. #define IDD_WELCOME 120
  16. #define IDD_CHALLENGE 121
  17. #define IDD_ENROLL 122
  18. #define IDD_CSP 123
  19. #define IDD_COMPLETION 124
  20. #define IDD_ACCOUNT 125
  21. #define IDD_APP_ID 126
  22. //control
  23. #define IDC_BIG_BOLD_TITLE 1003
  24. #define IDC_BOLD_TITLE 1004
  25. #define IDC_CHALLENGE_CHECK 1005
  26. #define IDC_COMPLETION_LIST 1006
  27. #define IDC_ENROLL_NAME 1007
  28. #define IDC_ENROLL_EMAIL 1008
  29. #define IDC_ENROLL_COMPANY 1009
  30. #define IDC_ENROLL_DEPARTMENT 1010
  31. #define IDC_ENROLL_CITY 1011
  32. #define IDC_ENROLL_STATE 1012
  33. #define IDC_ENROLL_COUNTRY 1013
  34. #define IDC_ENORLL_ADV_CHECK 1014
  35. #define IDC_CSP_SIGN_LIST 1015
  36. #define IDC_CSP_ENCRYPT_LIST 1016
  37. #define IDC_CSP_SIGN_COMBO 1017
  38. #define IDC_CSP_ENCRYPT_COMBO 1018
  39. #define IDC_ACCOUNT_INTRO 1019
  40. #define IDC_ACCOUNT_NAME 1020
  41. #define IDC_ACCOUNT_PASSWORD 1021
  42. #define IDC_ACCOUNT_CONFIRM 1022
  43. #define IDC_ACCOUNT_BROWSE 1023
  44. #define IDC_APP_ID_RADIO1 1024
  45. #define IDC_APP_ID_RADIO2 1025
  46. #define IDC_WIZARD_STATIC -1
  47. //string
  48. #define IDS_MEG_CAPTION 3000
  49. #define IDS_NO_NT5 3001
  50. #define IDS_NO_IIS 3002
  51. #define IDS_NO_GOOD_CA 3003
  52. #define IDS_NO_CA_RUNNING 3004
  53. #define IDS_CEP_ERROR_MSG_HR 3005
  54. #define IDS_CEP_ERROR_MSG 3006
  55. #define IDS_WIZARD_CAPTION 3007
  56. #define IDS_FAIL_INIT_WIZARD 3008
  57. #define IDS_FAIL_DELETE_RA 3009
  58. #define IDS_ENROLL_REQUIRE_NAME 3010
  59. #define IDS_CHALLENGE_PHRASE 3011
  60. #define IDS_YES 3012
  61. #define IDS_NO 3013
  62. #define IDS_RA_CREDENTIAL 3014
  63. #define IDS_FAIL_UPDATE_REGISTRY 3015
  64. #define IDS_FAIL_ADD_VROOT 3016
  65. #define IDS_FAIL_START_IIS 3017
  66. #define IDS_FAIL_UPDATE_CERTSVC 3018
  67. #define IDS_FAIL_START_CERTSVC 3019
  68. #define IDS_FAIL_ENROLL_RA_CERT 3020
  69. #define IDS_NO_MEMORY 3021
  70. #define IDS_EXISTING_RA 3022
  71. #define IDS_PROCESS_PENDING 3023
  72. #define IDS_CEP_SUCCESS_INFO 3024
  73. #define IDS_FAIL_GET_COMPUTER_NAME 3025
  74. #define IDS_ENROLL_COUNTRY_TOO_LARGE 3026
  75. #define IDS_FAIL_GET_CSP_INFO 3027
  76. #define IDS_SIGN_CSP 3028
  77. #define IDS_SIGN_KEY_LENGTH 3029
  78. #define IDS_ENCRYPT_CSP 3030
  79. #define IDS_ENCRYPT_KEY_LENGTH 3031
  80. #define IDS_SELECT_SIGN_CSP 3032
  81. #define IDS_SELECT_ENCRYPT_CSP 3033
  82. #define IDS_SELECT_SIGN_KEY_LENGTH 3034
  83. #define IDS_SELECT_ENCRYPT_KEY_LENGTH 3035
  84. #define IDS_FAIL_GET_CA_TYPE 3036
  85. #define IDS_NOT_ENT_ADMIN 3037
  86. #define IDS_NOT_MACHINE_ADMIN 3038
  87. #define IDS_FAIL_ADD_TEMPLATE 3039
  88. #define IDS_CAN_NOT_START_CA 3040
  89. #define IDS_CAN_NOT_ROOT_CA 3041
  90. #define IDS_FAIL_REG_EVENT_LOG 3042
  91. #define IDS_ACCOUNT_INTRO_ENT 3043
  92. #define IDS_ACCOUNT_INTRO_STD 3044
  93. #define IDS_ACCOUNT_EMPTY 3045
  94. #define IDS_PASSWORD_EMPTY 3046
  95. #define IDS_PASSWORD_NO_MATCH 3047
  96. #define IDS_INVALID_NAME 3048
  97. #define IDS_FAIL_LOGON_USER 3049
  98. #define IDS_GEN_ERROR_MSG_HR 3050
  99. #define IDS_GEN_ERROR_MSG 3051
  100. #define IDS_FAIL_CHECK_MEMBER 3052
  101. #define IDS_NOT_IIS_MEMBER 3053
  102. #define IDS_FAIL_LOOK_UP 3054
  103. #define IDS_FAIL_FIND_CERT_TYPE 3055
  104. #define IDS_FAIL_FIND_DOMAIN 3056
  105. #define IDS_ACCOUNT_INFORMATION 3057
  106. #define IDS_FAIL_FIND_SD_CERT_TYPE 3058
  107. #define IDS_FAIL_DETECT_READ_ACCESS 3059
  108. #define IDS_NO_READ_ACCESS_TO_TEMPLATE 3060
  109. #define IDS_FAIL_GET_OBJECT_PICKER 3061
  110. #define IDS_FAIL_SID_FROM_ACCOUNT 3062
  111. #define IDS_NO_LOCAL_ACCOUNT 3063
  112. #define IDS_FAIL_DOMAIN_INFO 3064
  113. #define IDS_LOCAL_SYSTEM 3065
  114. #define IDS_NO_CHALLENGE_PASSWORD 3066