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 / card / resource.h < prev   
C/C++ Source or Header  |  1997-10-05  |  2KB  |  65 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. #define IDS_CARDS                       1
  19. #define IDD_ABOUTBOX_CARDS              1
  20. #define IDI_ABOUTDLL                    1
  21. #define IDS_CARDS_PPG                   2
  22. #define IDS_CARDS_PPG_CAPTION           100
  23. #define IDD_PROPPAGE_CARDS              100
  24. #define IDB_SYMS            200
  25. #define IDB_FACES            201
  26. #define IDB_JOKER            210
  27.  
  28. #define IDB_BACKBASE            500
  29. #define IDB_BACK1            501
  30. #define IDB_BACK2            502
  31. #define IDB_BACK3            503
  32. #define IDB_BACK4            504
  33. #define IDB_BACK5            505
  34. #define IDB_BACK6            506
  35. #define IDB_BACK7            507
  36. #define IDB_BACK8            508
  37. #define IDB_BACK9            509
  38. #define IDB_BACK10            510
  39. #define IDB_BACK11            511
  40. #define IDB_BACK12            512
  41. // 500-520 reserved for card back resources
  42.  
  43. //=--------------------------------------------------------------------------=
  44. // Strings
  45. //
  46. #define IDS_PROPERTIES              1000                // this MUST be 1000 !!!
  47. #define IDS_CARD_GENERALPAGETITLE 2003
  48. #define IDS_CARD_GENERALDOCSTRING 2004
  49. #define IDS_CARD_ABOUTBOXVERB     2005
  50.  
  51.  
  52. //=--------------------------------------------------------------------------=
  53. // Dialog Stuff
  54. //
  55. #define IDD_PROPPAGE_CARDGENERAL 2000
  56.  
  57. #define IDC_SUITE 101
  58. #define IDC_NUMBER 102
  59. #define IDC_INVERT 103
  60. #define IDC_ALIGNMENT 104
  61.  
  62. #define _RESOURCE_H_
  63. #endif // _RESOURCE_H_
  64.  
  65.