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.
56 lines
1.7 KiB
56 lines
1.7 KiB
//
|
|
// Copyright (c) 2001 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// ResourceIdRanges.h
|
|
//
|
|
// Description:
|
|
// This file contains resource id ranges for the ClusCfg Wizard Components
|
|
// component.
|
|
//
|
|
// Maintained By:
|
|
// Ozan Ozhan (OzanO) 11-JUL-2001
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
#pragma once
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Constants
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// The IDs for DLL resource strings.
|
|
#define ID_DLL_START 0
|
|
|
|
#define IDR_MANIFEST 500
|
|
|
|
#define ID_DLL_END 599
|
|
|
|
|
|
// The range for PostCfg string IDs.
|
|
#define ID_POSTCFG_START 600
|
|
#define ID_POSTCFG_END 999
|
|
|
|
// The range for BaseCluster string IDs.
|
|
#define ID_BCA_START 1000
|
|
#define ID_BCA_END 1999
|
|
|
|
// The range for Wizard string IDs.
|
|
#define ID_WIZ_START 2000
|
|
#define ID_WIZ_END 3999
|
|
|
|
// The range for Server string IDs.
|
|
#define ID_CCS_START 4000
|
|
#define ID_CCS_END 5999
|
|
|
|
// The range for W2KProxy string IDs.
|
|
#define ID_CCW2K_START 6000
|
|
#define ID_CCW2K_END 6999
|
|
|
|
// The range for MiddleTier string IDs.
|
|
#define ID_MT_START 7000
|
|
#define ID_MT_END 7999
|
|
|
|
// The range for common string IDs.
|
|
#define ID_COMMON_START 8000
|
|
#define ID_COMMON_END 8999
|