/* 
 * RESOURCE.H 
 * Polyline Component Chapter 10 
 * 
 * Definitions specifically pertaining to resources. 
 * 
 * Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved 
 * 
 * Kraig Brockschmidt, Microsoft 
 * Internet  :  kraigb@microsoft.com 
 * Compuserve:  >INTERNET:kraigb@microsoft.com 
 */ 
 
 
#ifndef _RESOURCE_H_ 
#define _RESOURCE_H_ 
 
 
//Object stringtable IDs 
#define IDS_POLYLINEMIN     0 
#define IDS_STORAGEFORMAT   0 
#define IDS_USERTYPE        1 
#define IDS_POLYLINEMAX     1 
 
 
#endif //_RESOURCE_H_