home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / mmstereo / mltwave.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  2.2 KB  |  41 lines

  1. /******************************************************************************
  2. * .FILE:         mltwave.h                                                    *
  3. *                                                                             *
  4. * .DESCRIPTION:  Multimedia Stereo Sample:             Symbolic Definitions   *
  5. *                                                                             *
  6. * .COPYRIGHT:                                                                 *
  7. *    Licensed Material - Program-Property of IBM                              *
  8. *    (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved                 *
  9. *                                                                             *
  10. * .DISCLAIMER:                                                                *
  11. *   The following [enclosed] code is sample code created by IBM               *
  12. *   Corporation.  This sample code is not part of any standard IBM product    *
  13. *   and is provided to you solely for the purpose of assisting you in the     *
  14. *   development of your applications.  The code is provided 'AS IS',          *
  15. *   without warranty of any kind.  IBM shall not be liable for any damages    *
  16. *   arising out of your use of the sample code, even if they have been        *
  17. *   advised of the possibility of such damages.                               *
  18. *                                                                             *
  19. * .NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE          *
  20. *                                                                             *
  21. ******************************************************************************/
  22. #define RECID              5001
  23. #define LOADID             5002
  24. #define WAVEREADOUTID      5003
  25. #define WAVEBASEBUTTONID   5004
  26. #define WAVENAMEID         5005
  27. #define WAVEMICROPHONEID   5006
  28. #define WAVELINEINID       5007
  29. #define SAVEID             5008
  30.  
  31. #define STR_LINE_IN         9310
  32. #define STR_SAVE            9309
  33. #define STR_MIC             9308
  34. #define STR_LTIME_DEF       9307
  35. #define STR_RECORD          9306
  36. #define STR_LOAD            9305
  37. #define TITLE_WAV_PLAYER    9304
  38. #define STR_LOAD_NEW        9303
  39. #define STR_WAV_EXT         9302
  40.  
  41.