mirror of https://github.com/tongzx/nt5src
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.
32 lines
759 B
32 lines
759 B
//+--------------------------------------------------------------------------
|
|
//
|
|
// Copyright (c) 1997-1999 Microsoft Corporation
|
|
//
|
|
// File: resource.h
|
|
//
|
|
// Contents:
|
|
//
|
|
// History:
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
#ifndef __RESOURCE_H__
|
|
|
|
#define IDS_COMPANYNAME 200
|
|
#define IDS_EX_PRODUCTNAME 201
|
|
#define IDS_EX_PRODUCTDESC 202
|
|
#define IDS_EX_PRODUCTDESC51 203
|
|
|
|
#define IDS_S_PRODUCTNAME 205
|
|
#define IDS_S_PRODUCTDESC 206
|
|
#define IDS_S_PRODUCTDESC51 211
|
|
|
|
|
|
#define IDS_I_PRODUCTNAME 212
|
|
#define IDS_I_PRODUCTDESC 213
|
|
|
|
|
|
#define IDS_C_PRODUCTNAME 214
|
|
#define IDS_C_PRODUCTDESC51 215
|
|
|
|
|
|
#endif
|