2025-04-27 07:49:33 -04:00

93 lines
2.8 KiB
C

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1997 - 1999
//
// File: resource.h
//
//--------------------------------------------------------------------------
//icon
#define IDI_MAINFRAME 200
//bitmap
#define IDB_WIN2K 300
//dialogue
#define IDD_WELCOME 120
#define IDD_CHALLENGE 121
#define IDD_ENROLL 122
#define IDD_CSP 123
#define IDD_COMPLETION 124
#define IDD_ABOUT 125
#define IDD_COPYING 126
//control
#define IDC_BIG_BOLD_TITLE 1003
#define IDC_BOLD_TITLE 1004
#define IDC_CHALLENGE_CHECK 1005
#define IDC_COMPLETION_LIST 1006
#define IDC_ENROLL_NAME 1007
#define IDC_ENROLL_EMAIL 1008
#define IDC_ENROLL_COMPANY 1009
#define IDC_ENROLL_DEPARTMENT 1010
#define IDC_ENROLL_CITY 1011
#define IDC_ENROLL_STATE 1012
#define IDC_ENROLL_COUNTRY 1013
#define IDC_ENORLL_ADV_CHECK 1014
#define IDC_CSP_SIGN_LIST 1015
#define IDC_CSP_ENCRYPT_LIST 1016
#define IDC_CSP_SIGN_COMBO 1017
#define IDC_CSP_ENCRYPT_COMBO 1018
#define IDC_WIZARD_STATIC -1
//string
#define IDS_MEG_CAPTION 3000
#define IDS_NO_NT5 3001
#define IDS_NO_IIS 3002
#define IDS_NO_GOOD_CA 3003
#define IDS_NO_CA_RUNNING 3004
#define IDS_CEP_ERROR_MSG_HR 3005
#define IDS_CEP_ERROR_MSG 3006
#define IDS_WIZARD_CAPTION 3007
#define IDS_FAIL_INIT_WIZARD 3008
#define IDS_FAIL_DELETE_RA 3009
#define IDS_ENROLL_REQUIRE_NAME 3010
#define IDS_CHALLENGE_PHRASE 3011
#define IDS_YES 3012
#define IDS_NO 3013
#define IDS_RA_CREDENTIAL 3014
#define IDS_FAIL_UPDATE_REGISTRY 3015
#define IDS_FAIL_ADD_VROOT 3016
#define IDS_FAIL_START_IIS 3017
#define IDS_FAIL_UPDATE_CERTSVC 3018
#define IDS_FAIL_START_CERTSVC 3019
#define IDS_FAIL_ENROLL_RA_CERT 3020
#define IDS_NO_MEMORY 3021
#define IDS_EXISTING_RA 3022
#define IDS_PROCESS_PENDING 3023
#define IDS_CEP_SUCCESS_INFO 3024
#define IDS_FAIL_GET_COMPUTER_NAME 3025
#define IDS_ENROLL_COUNTRY_TOO_LARGE 3026
#define IDS_FAIL_GET_CSP_INFO 3027
#define IDS_SIGN_CSP 3028
#define IDS_SIGN_KEY_LENGTH 3029
#define IDS_ENCRYPT_CSP 3030
#define IDS_ENCRYPT_KEY_LENGTH 3031
#define IDS_SELECT_SIGN_CSP 3032
#define IDS_SELECT_ENCRYPT_CSP 3033
#define IDS_SELECT_SIGN_KEY_LENGTH 3034
#define IDS_SELECT_ENCRYPT_KEY_LENGTH 3035
#define IDS_FAIL_GET_CA_TYPE 3036
#define IDS_NOT_ENT_ADMIN 3037
#define IDS_NOT_MACHINE_ADMIN 3038
#define IDS_FAIL_ADD_TEMPLATE 3039
#define IDS_CAN_NOT_START_CA 3040
#define IDS_CAN_NOT_ROOT_CA 3041