home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v6.zip / MMPM2TK / TK / SMVSAMP / MOVIE.H < prev    next >
Text File  |  1993-04-01  |  2KB  |  68 lines

  1. /*************************************************************************
  2.  * File Name    :  MOVIE.H
  3.  *
  4.  * Description  :  This file contains the definitions used by the Duet
  5.  *                 Player 1 sample program.
  6.  *
  7.  * Concepts     :  n/a
  8.  *
  9.  * MMPM/2 API's :  n/a
  10.  *
  11.  * Required
  12.  *    Files     :  None.
  13.  *
  14.  *
  15.  * Copyright (C) IBM 1993
  16.  *************************************************************************/
  17.  
  18. #define INIT_VOLUME                100          /* initial volume level  */
  19.  
  20. #define ID_MESSAGEBOX              1
  21. #define ID_ICON                    100
  22.  
  23. #define IDD_MAIN_WINDOW            100
  24. #define IDC_GPB_STOP               101
  25. #define IDC_GPB_PLAY               102
  26. #define IDC_GPB_PAUSE              103
  27. #define IDC_GPB_REWIND             104
  28. #define IDC_VOLUME_SLIDER          105
  29. #define IDC_RADIO1                 109
  30. #define IDC_RADIO2                 110
  31. #define ID_APPWINDOW               111
  32.  
  33. #define IDM_HELP_INDEX             131
  34. #define IDM_HELP_GENERAL           132
  35. #define IDM_HELP_USING             133
  36. #define IDM_HELP_KEYS              134
  37.  
  38. /*
  39.  * Button bitmap id's
  40.  */
  41.  
  42. #define ID_BMP_PLAY0               201
  43. #define ID_BMP_PAUSE               206
  44. #define ID_BMP_STOP                207
  45. #define ID_BMP_REWIND              208
  46.  
  47. #define ID_MOVIE_HELPTABLE         300
  48. #define ID_SUBTABLE_MESSAGEBOX     301
  49.  
  50. /*
  51.  * String defines for the string table.
  52.  */
  53. #define LEN_ERROR_TITLE                     60
  54. #define LEN_ERROR_MESSAGE                   128
  55. #define LEN_PROGRAM_TITLE                   60
  56. #define LEN_HELP_WINDOW_TITLE               60
  57. #define LEN_HELP_LIBRARY_NAME               13 /* DOS limit   */
  58.  
  59. #define IDS_PROGRAM_TITLE                   1
  60. #define IDS_MOVIE_ERROR                     2
  61. #define IDS_HELP_WINDOW_TITLE               3
  62. #define IDS_HELP_LIBRARY_NAME               4
  63. #define IDS_DEFAULTSIZE                     5
  64. #define IDS_HELP_CREATION_FAILED            6
  65. #define IDS_UNKNOWN                         7
  66. #define IDS_CANNOT_FIND_MOVIE_FILE          8
  67.  
  68.