home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / SBOS2DEV.ZIP / mixertool / mixertool.h < prev    next >
Text File  |  1992-10-24  |  585b  |  29 lines

  1. #define ID_MAIN 2048
  2.  
  3. #define SCR_MASTER_L   0
  4. #define SCR_MASTER_R   1
  5. #define SCR_VOC_L      2
  6. #define SCR_VOC_R      3
  7. #define SCR_FM_L       4
  8. #define SCR_FM_R       5
  9. #define SCR_LINE_L     6
  10. #define SCR_LINE_R     7
  11. #define SCR_CD         8
  12. #define SCR_MIC        9
  13.  
  14. /* define buttons */
  15. #define NUM_BUTTONS   7
  16. #define ID_BUTSRCCD   100
  17. #define ID_BUTSRCLINE 101
  18. #define ID_BUTSRCMIC  102
  19. #define ID_BUTFILTHI  103
  20. #define ID_BUTFILTLO  104
  21. #define ID_BUTFILTIN  105
  22. #define ID_BUTFILTOUT 106
  23. #define ID_BUTREFRESH 110
  24.  
  25. #define ID_HELPWIN    1000
  26.  
  27.  
  28.  
  29.