home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol11n19.zip / MIDFIL.H < prev    next >
Text File  |  1992-07-14  |  415b  |  18 lines

  1. /*----------------------
  2.    MIDFIL.H header file
  3.   ----------------------*/
  4.  
  5. #define DLG_WIDTH        152
  6. #define DLG_HEIGHT        52
  7.  
  8. #define ID_RECORD_BEG     10
  9. #define ID_RECORD_END     11
  10. #define ID_FILE_SAVE      12
  11. #define ID_PLAY_BEG       13
  12. #define ID_PLAY_PAUSE     14
  13. #define ID_PLAY_END       15
  14.  
  15. #define ID_DEV_INP       100
  16. #define ID_DEV_MON       200
  17. #define ID_DEV_OUT       300
  18.