42 lines
650 B
C
42 lines
650 B
C
|
#ifndef _RES_H_
|
||
|
#define _RES_H_
|
||
|
|
||
|
/*++
|
||
|
|
||
|
Copyright (c) 2000 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
RES.H
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Resource symbols for keymgr application
|
||
|
|
||
|
Author:
|
||
|
|
||
|
990518 dane Created.
|
||
|
georgema 000310 updated
|
||
|
|
||
|
Environment:
|
||
|
Win98, Win2000
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#define IDI_UPGRADE 100
|
||
|
|
||
|
#define IDS_APP_NAME 500
|
||
|
#define IDS_APP_DESCRIPTION 504
|
||
|
|
||
|
// NEXT CONTROL VALUE 1091
|
||
|
// NEXT RESOURCE VALUE ?
|
||
|
// NEXT COMMAND VALUE ?
|
||
|
// NEXT SYMED VALUE ?
|
||
|
|
||
|
#endif // _RES_H_
|
||
|
|
||
|
//
|
||
|
///// End of file: Res.h ////////////////////////////////////////////////
|