121 lines
5.3 KiB
C
121 lines
5.3 KiB
C
|
//+--------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1996-1999
|
||
|
//
|
||
|
// File: resource.h
|
||
|
//
|
||
|
// Contents:
|
||
|
//
|
||
|
// History:
|
||
|
//
|
||
|
//
|
||
|
//---------------------------------------------------------------------------
|
||
|
|
||
|
//{{NO_DEPENDENCIES}}
|
||
|
// Microsoft Developer Studio generated include file.
|
||
|
// Used by CCFApi.rc
|
||
|
//
|
||
|
|
||
|
// special case error messages
|
||
|
#define IDS_ERROR_DROPPED_LINK 2000
|
||
|
#define IDS_ERROR_NO_RPC_SERVER 2001
|
||
|
#define IDS_ERROR_UNSUCCESSFUL 2002
|
||
|
#define IDS_ERROR_DOWNLEVEL_SERVER 2003
|
||
|
#define IDS_ERROR_ACCESS_DENIED 2004
|
||
|
#define IDS_ERROR_CERTIFICATE_EXPIRED 2005
|
||
|
|
||
|
// dialog messages
|
||
|
#define IDS_BAD_ACTIVATION_CODE 2100
|
||
|
#define IDS_NO_PRODUCT_SEND_TO_ENTERPRISE 2101
|
||
|
#define IDS_PER_SEAT_SEND_TO_ENTERPRISE 2102
|
||
|
#define IDS_PER_SERVER_APP_NOT_INSTALLED 2103
|
||
|
#define IDS_PER_SEAT_CHOSEN_SEND_TO_ENTERPRISE 2104
|
||
|
#define IDS_NOT_ENOUGH_LICENSES_ON_CERTIFICATE 2105
|
||
|
#define IDS_INVALID_NUM_LICENSES 2106
|
||
|
#define IDS_REMOVE_CERTIFICATE_CONFIRM 2107
|
||
|
#define IDS_CERT_SOURCE_NOT_AVAILABLE 2108
|
||
|
#define IDS_ENTERPRISE_SERVER_BACKLEVEL_CANT_ADD_CERT 2109
|
||
|
#define IDS_LOCAL_LICENSES_ALREADY_INSTALLED 2110
|
||
|
#define IDS_NET_CERTIFICATE_TARGET_ENTRY 2111
|
||
|
#define IDS_NET_LICENSES_ALREADY_INSTALLED_ON 2112
|
||
|
#define IDS_NET_LICENSES_ALREADY_INSTALLED 2113
|
||
|
#define IDS_PER_SEAT_LICENSING_1 2114
|
||
|
#define IDS_PER_SERVER_LICENSING_1 2115
|
||
|
#define IDS_REMOVE_INVALID_NUM_LICENSES 2116
|
||
|
#define IDS_LICENSE_MODE_NOT_ALLOWED 2117
|
||
|
#define IDS_NO_PRODUCT_CERTIFICATE_SOURCES 2118
|
||
|
|
||
|
// certificate removal comments
|
||
|
#define IDS_NO_REMOVE_COMMENT 2200
|
||
|
#define IDS_PAPER_REMOVE_COMMENT 2201
|
||
|
|
||
|
// dialog data values
|
||
|
#define IDS_NO_CERTIFICATE_SOURCE_NAME 2300
|
||
|
#define IDS_SOURCE_NONE 2301
|
||
|
#define IDS_LICENSE_MODE_EITHER 2302
|
||
|
#define IDS_LICENSE_MODE_PER_SEAT 2303
|
||
|
#define IDS_LICENSE_MODE_PER_SERVER 2304
|
||
|
#define IDS_LICENSE_MODE_UNKNOWN 2305
|
||
|
|
||
|
// dialog data headers
|
||
|
#define IDS_SERIAL_NUMBER 2400
|
||
|
#define IDS_PRODUCT_NAME 2401
|
||
|
#define IDS_QUANTITY 2402
|
||
|
#define IDS_SOURCE 2403
|
||
|
#define IDS_LICENSE_MODE 2404
|
||
|
|
||
|
// icons
|
||
|
#define IDI_LICENSE 2500
|
||
|
#define IDI_PHONE 2501
|
||
|
#define IDI_MY_WARNING 2502
|
||
|
|
||
|
// dialogs
|
||
|
#define IDD_CERT_SOURCE_SELECT 2600
|
||
|
#define IDD_CERT_SOURCE_PAPER 2601
|
||
|
#define IDD_CERT_REMOVE_SELECT 2602
|
||
|
#define IDD_NEW_LICENSE 2603
|
||
|
#define IDD_PER_SERVER_LICENSING 2604
|
||
|
#define IDD_PER_SEAT_LICENSING 2605
|
||
|
|
||
|
// bitmaps
|
||
|
#define IDB_SMALL_ICONS 2700
|
||
|
|
||
|
// dialog controls
|
||
|
#define IDC_CERT_SOURCE 2800
|
||
|
#define IDC_PRODUCT_NAME 2801
|
||
|
#define IDC_PER_SEAT 2802
|
||
|
#define IDC_VENDOR 2803
|
||
|
#define IDC_PER_SERVER 2804
|
||
|
#define IDC_SERIAL_NUMBER 2805
|
||
|
#define IDC_KEY_CODE 2806
|
||
|
#define IDC_ALL_LICENSES 2807
|
||
|
#define IDC_ACTIVATION_CODE 2808
|
||
|
#define IDC_COMMENT 2809
|
||
|
#define IDC_MY_HELP 2810
|
||
|
#define IDC_SOME_LICENSES 2811
|
||
|
#define IDC_SPIN_LICENSES 2812
|
||
|
#define IDC_NUM_LICENSES 2813
|
||
|
#define IDC_CERTIFICATE_LIST 2814
|
||
|
#define IDC_NEW_LICENSE_PRODUCT 2815
|
||
|
#define IDC_NEW_LICENSE_COMMENT 2816
|
||
|
#define IDC_NEW_LICENSE_QUANTITY 2817
|
||
|
#define IDC_NEW_LICENSE_SPIN 2818
|
||
|
#define IDC_PER_SERVER_STATIC_CLIENTS 2819
|
||
|
#define IDC_PER_SERVER_AGREE 2820
|
||
|
#define IDC_PER_SEAT_AGREE 2821
|
||
|
#define IDC_PER_SEAT_STATIC_CLIENTS 2822
|
||
|
#define IDC_REFRESH 2823
|
||
|
|
||
|
#define IDS_CLOSETEXT 2825
|
||
|
// Next default values for new objects
|
||
|
//
|
||
|
#ifdef APSTUDIO_INVOKED
|
||
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||
|
#define _APS_NEXT_RESOURCE_VALUE 133
|
||
|
#define _APS_NEXT_COMMAND_VALUE 32771
|
||
|
#define _APS_NEXT_CONTROL_VALUE 1017
|
||
|
#define _APS_NEXT_SYMED_VALUE 101
|
||
|
#endif
|
||
|
#endif
|