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.
19 lines
424 B
19 lines
424 B
//+----------------------------------------------------------------------------
|
|
// File: resource.hxx
|
|
//
|
|
// Synopsis:
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
#ifndef _RESOURCE_HXX
|
|
#define _RESOURCE_HXX
|
|
|
|
|
|
// Constants ------------------------------------------------------------------
|
|
#define IDS_COPYTEXT 100
|
|
#define IDS_COPYTEXT_MAX 108
|
|
|
|
|
|
#endif // _RESOURCE_HXX
|
|
|