40 lines
1.1 KiB
C
40 lines
1.1 KiB
C
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
|
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
|
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
|
|
// PARTICULAR PURPOSE.
|
|
|
|
//
|
|
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
//{{NO_DEPENDENCIES}}
|
|
|
|
#define IDD_SDKSHV_DIALOG 100
|
|
#define IDD_SDKSHV_ICON 101
|
|
#define IDC_SDKSHV_FW 1003
|
|
#define IDC_STATIC_TITLE 1014
|
|
#define IDC_STATIC_FW 1016
|
|
#define IDAPPLY 1030
|
|
|
|
#define IDS_TITLE 1040
|
|
#define IDS_CAPTION 1041
|
|
|
|
#define IDS_CMD_EMBEDDED 1051
|
|
#define IDS_CMD_REGSERVER 1052
|
|
#define IDS_CMD_UNREGSERVER 1053
|
|
|
|
#define IDC_STATIC -1
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 108
|
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
#define _APS_NEXT_CONTROL_VALUE 1014
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|