home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / IOC / MMREMOTE / MMREMOTE.H < prev    next >
Text File  |  1995-05-01  |  3KB  |  85 lines

  1. //**********************************************************************
  2. //  IDs for bitmaps to go on the buttons                               *
  3. //**********************************************************************
  4.  
  5. #define BMPPLAY        1000
  6. #define BMPPLAY1       1001
  7. #define BMPPLAY2       1002
  8. #define BMPPLAY3       1003
  9. #define BMPPLAY4       1004
  10. #define BMPVIDEO       1005
  11. #define BMPMIDI        1006
  12. #define BMPCD          1007
  13. #define BMPWAVE        1008
  14. #define BMPVOLUP       1009
  15. #define BMPVOLDN       1010
  16. #define BMPREW         1011
  17. #define BMPFF          1012
  18. #define BMPPAUSE       1013
  19. #define BMPSTOP        1014
  20. #define BMPPOWER       1015
  21.  
  22. //**********************************************************************
  23. //  IDs for the canvases                                               *
  24. //**********************************************************************
  25.  
  26. #define CLIENTCANVASID 1101
  27. #define REMOTECANVASID 1102
  28. #define PADID          1103
  29. #define DEVID          1104
  30. #define CTLID          1105
  31. #define VOLUMEID       1106
  32. #define VKID           1107
  33.  
  34. //**********************************************************************
  35. //  IDs for the buttons                                                *
  36. //**********************************************************************
  37.  
  38. #define PLAYID         1201
  39. #define STOPID         1202
  40. #define REWID          1203
  41. #define FFID           1204
  42. #define PAUSEID        1205
  43. #define POWERID        1206
  44. #define VIDEOID        1207
  45. #define MIDIID         1208
  46. #define CDID           1209
  47. #define WAVEID         1210
  48. #define VOLUPID        1211
  49. #define VOLDNID        1212
  50. #define WINDOWID       1213
  51. #define ONEID          1214
  52. #define TWOID          1215
  53. #define THREEID        1216
  54. #define FOURID         1217
  55. #define FIVEID         1218
  56. #define SIXID          1219
  57. #define SEVENID        1220
  58. #define EIGHTID        1221
  59. #define NINEID         1222
  60. #define ZEROID         1223
  61. #define STEPTRACKFID   1224
  62. #define STEPTRACKBID   1225
  63.  
  64. //**********************************************************************
  65. //  ID for readout (status line) and fly over help                     *
  66. //**********************************************************************
  67.  
  68. #define READOUTID      1300
  69. #define FLYTEXTID      1301
  70.  
  71. //**********************************************************************
  72. //  Margin for multicell canvasses                                     *
  73. //**********************************************************************
  74.  
  75. #define MARGIN           10
  76.  
  77. //**********************************************************************
  78. //  Fly over help offsets                                              *
  79. //**********************************************************************
  80.  
  81. #define VIDEO           1000
  82. #define MIDI            2000
  83. #define WAVE            3000
  84.  
  85.