home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / source / mmpm2src / riffsamp / riffsamp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-26  |  1.9 KB  |  58 lines

  1.  
  2. /*************************************************************************
  3.  * File Name    :  riffsamp.h
  4.  *
  5.  * Description  :  This file contains the definitions used by the RIFF
  6.  *                 Compound File Sample Program.  The definitions are for all
  7.  *                 Dialogs, string lengths, Resource Id's.
  8.  *
  9.  * Concepts     :  n/a
  10.  *
  11.  * MMPM/2 API's :  n/a
  12.  *
  13.  * Required
  14.  *    Files     :  None.
  15.  *
  16.  *
  17.  * Copyright (C) IBM 1993
  18.  *************************************************************************/
  19.  
  20. #define ID_MESSAGE_BOX                1
  21. #define ID_TEXT_FILE_TOC            100
  22. #define ID_LB_FILE_TOC              101
  23. #define ID_TEXT_ADD_FILE            102
  24. #define ID_LB_ADD_FILE              103
  25. #define ID_PB_ADD                   104
  26. #define ID_PB_DEL                   105
  27. #define ID_PB_PLAY                  106
  28. #define ID_PB_COMPACT               107
  29.  
  30. #define ID_ICON                     108
  31. #define ID_HELP                     109
  32. #define ID_SUBTABLE_MESSAGEBOX      110
  33. #define ID_DLG_MAIN                 111
  34.  
  35.  
  36. #define ID_RIFFSAMP_HELPTABLE      1042
  37. #define ID_RIFFSAMP_DIALOG_BOX     1043
  38.  
  39.  
  40. /* Id's for the Resources defined in the riffsamp.rc file */
  41. #define    IDS_MAIN_WINDOW_TITLE                1
  42. #define    IDS_HELP_CREATION_ERROR              2
  43. #define    IDS_HELP_WINDOW_TITLE                3
  44. #define    IDS_ERROR_TITLE                      4
  45. #define    IDS_CANNOT_GET_MEMORY                5
  46. #define    IDS_CANT_PROCESS_MESSAGE             6
  47. #define    IDS_DEFAULT_SIZE                     7
  48. #define    IDS_NO_WAVE_FILES                    8
  49. #define    IDS_NO_FILES_SELECTED                9
  50. #define    IDS_RIFF_CREATION_ERROR              10
  51. #define    IDS_COULD_NOT_OPEN_WAVE              11
  52. #define    IDS_FILE_NOT_FOUND                   12
  53. #define    IDS_NO_CTOC_ENTRIES_SELECTED         13
  54. #define    IDS_ENTRY_ALREADY_EXISTS             14
  55.  
  56.  
  57.  
  58.