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.
28 lines
792 B
28 lines
792 B
//******************************************************************************
|
|
//
|
|
// 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
|
|
|