home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / wvplr1 / wavplayr.rh < prev    next >
Encoding:
Text File  |  1994-06-25  |  2.6 KB  |  75 lines

  1. //----------------------------------------------------------------------------
  2. // WavePlayer Resource Script Include File
  3. //
  4. // Version 1.00
  5. // Copyright (C) 1994 by Lighthouse Engineering
  6. // All Rights Reserved
  7. //
  8. // Written by K. Scott Piel - CIS 74151,1035
  9. //----------------------------------------------------------------------------
  10.  
  11. #ifndef WAVPLAYR_RH
  12. #define WAVPLAYR_RH
  13.  
  14. //----------------------------------------------------------------------------
  15. // set wpFIRSTID to control the range of values used by the WavePlayer class
  16. // resource. The value of wpLASTID can be used to find the last ID used by the
  17. // WavePlayer class resources.
  18. //
  19. // NOTE: This value must be the same value as was used to build the class
  20. // source. Altering the value from the class library value will be bad news.
  21. //----------------------------------------------------------------------------
  22.  
  23. #define wpFIRSTID        2000
  24.  
  25. //----------------------------------------------------------------------------
  26. // do not alter these constants!
  27. //----------------------------------------------------------------------------
  28.  
  29. #define ID_wp_ZERO      wpFIRSTID+0
  30. #define ID_wp_ONE       wpFIRSTID+1
  31. #define ID_wp_TWO       wpFIRSTID+2
  32. #define ID_wp_THREE     wpFIRSTID+3
  33. #define ID_wp_FOUR      wpFIRSTID+4
  34. #define ID_wp_FIVE      wpFIRSTID+5
  35. #define ID_wp_SIX       wpFIRSTID+6
  36. #define ID_wp_SEVEN     wpFIRSTID+7
  37. #define ID_wp_EIGHT     wpFIRSTID+8
  38. #define ID_wp_NINE      wpFIRSTID+9
  39. #define ID_wp_TEN       wpFIRSTID+10
  40. #define ID_wp_ELEVEN    wpFIRSTID+11
  41. #define ID_wp_TWELVE    wpFIRSTID+12
  42. #define ID_wp_THIRTEEN  wpFIRSTID+13
  43. #define ID_wp_FOURTEEN  wpFIRSTID+14
  44. #define ID_wp_FIFTEEN   wpFIRSTID+15
  45. #define ID_wp_SIXTEEN   wpFIRSTID+16
  46. #define ID_wp_SEVENTEEN wpFIRSTID+17
  47. #define ID_wp_EIGHTEEN  wpFIRSTID+18
  48. #define ID_wp_NINETEEN  wpFIRSTID+19
  49.  
  50. #define ID_wp_TWENTY    wpFIRSTID+20
  51. #define ID_wp_THIRTY    wpFIRSTID+21
  52. #define ID_wp_FOURTY    wpFIRSTID+22
  53. #define ID_wp_FIFTY     wpFIRSTID+23
  54. #define ID_wp_SIXTY     wpFIRSTID+24
  55. #define ID_wp_SEVENTY   wpFIRSTID+25
  56. #define ID_wp_EIGHTY    wpFIRSTID+26
  57. #define ID_wp_NINETY    wpFIRSTID+27
  58.  
  59. #define ID_wp_HUNDRED   wpFIRSTID+28
  60. #define ID_wp_THOUSAND  wpFIRSTID+29
  61. #define ID_wp_MILLION   wpFIRSTID+30
  62. #define ID_wp_BILLION   wpFIRSTID+31
  63.  
  64. #define ID_wp_POSITIVE  wpFIRSTID+32
  65. #define ID_wp_NEGATIVE  wpFIRSTID+33
  66. #define ID_wp_PLUS      wpFIRSTID+34
  67. #define ID_wp_MINUS     wpFIRSTID+35
  68. #define ID_wp_POINT     wpFIRSTID+36
  69.  
  70. #define wpLASTID    ID_wp_POINT
  71.  
  72. #endif  // WAVPLAYR_RH
  73.  
  74. //--- End Of File ------------------------------------------------------------
  75.