home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol12n03.zip / RCLICK.H < prev    next >
Text File  |  1992-10-30  |  770b  |  30 lines

  1. //------------------------------------------------------------------------
  2. //
  3. //  RClick.h -- Include file for RClick.c
  4. //
  5. //  Copyright (c) Douglas Boling, 1993
  6. //
  7. //------------------------------------------------------------------------
  8.  
  9. //
  10. // Dialog Box IDs
  11. //
  12.  
  13. #define IDD_ENABLE               110
  14. #define IDD_SETCUR               111
  15. #define IDD_SETTRIG              112
  16. #define IDD_ABOUT                113
  17. #define IDD_EXIT                 114
  18. //
  19. // Dialog box equates
  20. //
  21. #define IDD_DELBYTITLE           200
  22. #define IDD_DELBYPROG            201
  23. #define IDD_DISABLERB            202
  24. #define IDD_WINTITLE             203
  25. #define IDD_PROGNAME             204
  26. #define IDD_NOPOPLIST            205
  27. #define IDD_REMOVE               206
  28.  
  29. 
  30.