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.
30 lines
988 B
30 lines
988 B
//=======================================================================
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1998 - 1999 All Rights Reserved.
|
|
//
|
|
// File: resource.h
|
|
//
|
|
//=======================================================================
|
|
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Developer Studio generated include file.
|
|
// Used by InfoStub.rc
|
|
//
|
|
#define IDS_FILENOTFOUND 1
|
|
#define IDS_CANTACCESS 2
|
|
#define IDS_UNKNOWN 3
|
|
#define IDS_NOEXECUTABLE 4
|
|
#define IDS_DESCRIPTION 5
|
|
#define IDS_MEMORY 6
|
|
#define IDS_UNEXPECTED 7
|
|
#define IDS_NOMSCFILE 8
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 101
|
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
#define _APS_NEXT_CONTROL_VALUE 1000
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|