home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / activexcontrol / basectl / todosvr / resource.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-05  |  1.4 KB  |  48 lines

  1. //=--------------------------------------------------------------------------=
  2. // Resource.H
  3. //=--------------------------------------------------------------------------=
  4. // Copyright 1995-1997 Microsoft Corporation.  All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  9. // PARTICULAR PURPOSE.
  10. //=--------------------------------------------------------------------------=
  11. //
  12. // resource IDs.
  13. //
  14. #ifndef _RESOURCE_H_
  15.  
  16. #define RESID_TOOLBOX_BITMAP 1
  17.  
  18.  
  19. //=--------------------------------------------------------------------------=
  20. // Strings
  21. //
  22.  
  23. // this must be defined for any server that has propety pages.  it must be one
  24. // thousand.
  25. //
  26. #define IDS_PROPERTIES                        1000
  27.  
  28. // this is defined for all inproc servers that use satellite localization.  it
  29. // must be 1001
  30. //
  31. #define IDS_SERVERBASENAME                    1001
  32.  
  33. #define IDS_TODO_GENERALPAGETITLE 2003
  34. #define IDS_TODO_GENERALDOCSTRING 2004
  35. #define IDS_TODO_ABOUTBOXVERB     2005
  36.  
  37. #define IDS_DEFAULTEXT            2006
  38. #define IDS_FILEDESCRIPTION       2007
  39.  
  40. //=--------------------------------------------------------------------------=
  41. // Dialog Stuff
  42. //
  43. #define IDD_PROPPAGE_TODOGENERAL 2000
  44.  
  45.  
  46. #define _RESOURCE_H_
  47. #endif // _RESOURCE_H_
  48.