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 / webimage / resource.h < prev    next >
C/C++ Source or Header  |  1997-10-09  |  1KB  |  35 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. // Strings
  20. //
  21. #define IDS_PROPERTIES                1000                // this MUST be 1000 !!!
  22. #define IDS_WEBIMAGE_GENERALPAGETITLE 2003
  23. #define IDS_WEBIMAGE_GENERALDOCSTRING 2004
  24. #define IDS_WEBIMAGE_ABOUTBOXVERB     2005
  25.  
  26. //=--------------------------------------------------------------------------=
  27. // Dialog Stuff
  28. //
  29. #define IDD_PROPPAGE_WEBIMAGEGENERAL  2000
  30.  
  31. #define IDC_URL                       101
  32.  
  33. #define _RESOURCE_H_
  34. #endif // _RESOURCE_H_
  35.