home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / mm / movie / movie.h < prev    next >
Text File  |  1999-05-11  |  2KB  |  64 lines

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