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

29 lines
792 B
C

//******************************************************************************
//
// Copyright (c) 1999 Microsoft Corporation
//
// Module Name:
// resource.h
//
// Abstract:
// This file contains the definition of the constants used to describe
// resources.
//
// Revision History:
// Davide Massarenti (Dmassare) 08/07/99
// created
//
//******************************************************************************
#define IDS_PROJNAME 100
#define IDR_HC 101
#define IDI_HELPCENTER 200
#define IDB_TB_DEF_24 300
#define IDB_TB_HOT_24 301
#define IDB_TB_DEF_16 302
#define IDB_TB_HOT_16 303