home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / SORTDEMO / RESOURCE.H_ / RESOURCE.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  1.6 KB  |  56 lines

  1. //{{NO_DEPENDENCIES}}
  2. // App Studio generated include file.
  3. // Used by SORTDEMO.RC
  4. //
  5. #define _APS_NEXT_RESOURCE_VALUE        101
  6. #define _APS_NEXT_COMMAND_VALUE         101
  7. #define _APS_NEXT_SYMED_VALUE           101
  8. #define _APS_NEXT_CONTROL_VALUE         1000
  9.  
  10.  
  11. ////////////////////////////////////////////////////////////////////////////
  12. //  MENU CONTROL VALUES
  13.  
  14. #define IDM_EXIT        10
  15.  
  16. #define IDM_RAND        20
  17. #define IDM_SOUND        21
  18. #define IDM_PAUSE        22
  19. #define IDM_STATS        23
  20.  
  21. #define IDM_INSERT        31
  22. #define IDM_BUBBLE        32
  23. #define IDM_HEAP        33
  24. #define IDM_EXCHANGE    34
  25. #define IDM_SHELL        35
  26. #define IDM_QUICK        36
  27.  
  28.  
  29. #define IDM_ABOUT       40
  30.  
  31. ////////////////////////////////////////////////////////////////////////////
  32. //  STATS AND PAUSE DIALOG BOX VALUES
  33.  
  34. #define ID_I_TIME                   111
  35. #define ID_I_SWAP                   112
  36. #define ID_I_COMPARE                113
  37. #define ID_B_TIME                   114
  38. #define ID_B_SWAP                   115
  39. #define ID_B_COMPARE                116
  40. #define ID_H_TIME                   117
  41. #define ID_H_SWAP                   118
  42. #define ID_H_COMPARE                119
  43. #define ID_E_TIME                   120
  44. #define ID_E_SWAP                   121
  45. #define ID_E_COMPARE                122
  46. #define ID_S_TIME                   123
  47. #define ID_S_SWAP                   124
  48. #define ID_S_COMPARE                125
  49. #define ID_Q_TIME                   126
  50. #define ID_Q_SWAP                   127
  51. #define ID_Q_COMPARE                128
  52. #define ID_PAUSE                    200
  53. #define ID_SLOWER                   201
  54. #define ID_FASTER                   202
  55.  
  56.