RESOURCE.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

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