home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // WavePlayer Resource Script Include File
- //
- // Version 1.00
- // Copyright (C) 1994 by Lighthouse Engineering
- // All Rights Reserved
- //
- // Written by K. Scott Piel - CIS 74151,1035
- //----------------------------------------------------------------------------
-
- #ifndef WAVPLAYR_RH
- #define WAVPLAYR_RH
-
- //----------------------------------------------------------------------------
- // set wpFIRSTID to control the range of values used by the WavePlayer class
- // resource. The value of wpLASTID can be used to find the last ID used by the
- // WavePlayer class resources.
- //
- // NOTE: This value must be the same value as was used to build the class
- // source. Altering the value from the class library value will be bad news.
- //----------------------------------------------------------------------------
-
- #define wpFIRSTID 2000
-
- //----------------------------------------------------------------------------
- // do not alter these constants!
- //----------------------------------------------------------------------------
-
- #define ID_wp_ZERO wpFIRSTID+0
- #define ID_wp_ONE wpFIRSTID+1
- #define ID_wp_TWO wpFIRSTID+2
- #define ID_wp_THREE wpFIRSTID+3
- #define ID_wp_FOUR wpFIRSTID+4
- #define ID_wp_FIVE wpFIRSTID+5
- #define ID_wp_SIX wpFIRSTID+6
- #define ID_wp_SEVEN wpFIRSTID+7
- #define ID_wp_EIGHT wpFIRSTID+8
- #define ID_wp_NINE wpFIRSTID+9
- #define ID_wp_TEN wpFIRSTID+10
- #define ID_wp_ELEVEN wpFIRSTID+11
- #define ID_wp_TWELVE wpFIRSTID+12
- #define ID_wp_THIRTEEN wpFIRSTID+13
- #define ID_wp_FOURTEEN wpFIRSTID+14
- #define ID_wp_FIFTEEN wpFIRSTID+15
- #define ID_wp_SIXTEEN wpFIRSTID+16
- #define ID_wp_SEVENTEEN wpFIRSTID+17
- #define ID_wp_EIGHTEEN wpFIRSTID+18
- #define ID_wp_NINETEEN wpFIRSTID+19
-
- #define ID_wp_TWENTY wpFIRSTID+20
- #define ID_wp_THIRTY wpFIRSTID+21
- #define ID_wp_FOURTY wpFIRSTID+22
- #define ID_wp_FIFTY wpFIRSTID+23
- #define ID_wp_SIXTY wpFIRSTID+24
- #define ID_wp_SEVENTY wpFIRSTID+25
- #define ID_wp_EIGHTY wpFIRSTID+26
- #define ID_wp_NINETY wpFIRSTID+27
-
- #define ID_wp_HUNDRED wpFIRSTID+28
- #define ID_wp_THOUSAND wpFIRSTID+29
- #define ID_wp_MILLION wpFIRSTID+30
- #define ID_wp_BILLION wpFIRSTID+31
-
- #define ID_wp_POSITIVE wpFIRSTID+32
- #define ID_wp_NEGATIVE wpFIRSTID+33
- #define ID_wp_PLUS wpFIRSTID+34
- #define ID_wp_MINUS wpFIRSTID+35
- #define ID_wp_POINT wpFIRSTID+36
-
- #define wpLASTID ID_wp_POINT
-
- #endif // WAVPLAYR_RH
-
- //--- End Of File ------------------------------------------------------------
-