Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.9 KiB

  1. /**********************************Module**********************************\
  2. *
  3. * rsrc.h
  4. *
  5. * Resource definitions
  6. *
  7. * History:
  8. * Wed Jul 19 14:50:27 1995 -by- Drew Bliss [drewb]
  9. * Created
  10. *
  11. * Copyright (c) 1995 Microsoft Corporation
  12. *
  13. \**************************************************************************/
  14. #ifndef __RSRC_H__
  15. #define __RSRC_H__
  16. #define ID_COMPLEXITY 401
  17. #define ID_IMAGE_SIZE 402
  18. #define ID_COL_PICK_FIRST ID_COL_CHECKER
  19. #define ID_COL_CHECKER 500
  20. #define ID_COL_PER_SIDE 501
  21. #define ID_COL_SINGLE 502
  22. #define ID_COL_PICK_LAST ID_COL_SINGLE
  23. #define ID_COL_PICK_COUNT (ID_COL_PICK_LAST-ID_COL_PICK_FIRST+1)
  24. #define ID_COL_SMOOTH 550
  25. #define ID_COL_TRIANGLE 551
  26. #define ID_COL_CYCLE 552
  27. #define ID_SPIN 600
  28. #define ID_BLOOM 601
  29. #define ID_TWO_SIDED 602
  30. #define ID_GEOM 650
  31. #define IDS_CONFIG_SMOOTH_COLORS 1000
  32. #define IDS_CONFIG_TRIANGLE_COLORS 1001
  33. #define IDS_CONFIG_CYCLE_COLORS 1002
  34. #define IDS_CONFIG_SPIN 1003
  35. #define IDS_CONFIG_BLOOM 1004
  36. #define IDS_CONFIG_SUBDIV 1005
  37. #define IDS_CONFIG_COLOR_PICK 1006
  38. #define IDS_CONFIG_IMAGE_SIZE 1007
  39. #define IDS_CONFIG_GEOM 1008
  40. #define IDS_CONFIG_TWO_SIDED 1009
  41. #define IDS_GEOM_FIRST IDS_GEOM_CUBE
  42. #define IDS_GEOM_CUBE 1025
  43. #define IDS_GEOM_TETRA 1026
  44. #define IDS_GEOM_PYRAMIDS 1027
  45. #define IDS_GEOM_CYLINDER 1028
  46. #define IDS_GEOM_SPRING 1029
  47. #define IDS_GEOM_LAST IDS_GEOM_SPRING
  48. #define IDS_GEOM_COUNT (IDS_GEOM_LAST-IDS_GEOM_FIRST+1)
  49. #define IDS_INI_SECTION 1051
  50. #endif // __RSRC_H__