home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / inole2 / chap08 / polyline / resource.h < prev    next >
C/C++ Source or Header  |  1995-05-03  |  542b  |  27 lines

  1. /*
  2.  * RESOURCE.H
  3.  * Polyline Component Chapter 8
  4.  *
  5.  * Definitions specifically pertaining to resources.
  6.  *
  7.  * Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
  8.  *
  9.  * Kraig Brockschmidt, Microsoft
  10.  * Internet  :  kraigb@microsoft.com
  11.  * Compuserve:  >INTERNET:kraigb@microsoft.com
  12.  */
  13.  
  14.  
  15. #ifndef _RESOURCE_H_
  16. #define _RESOURCE_H_
  17.  
  18.  
  19. //Object stringtable IDs
  20. #define IDS_POLYLINEMIN     0
  21. #define IDS_STORAGEFORMAT   0
  22. #define IDS_USERTYPE        1
  23. #define IDS_POLYLINEMAX     1
  24.  
  25.  
  26. #endif //_RESOURCE_H_
  27.