home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 2.ddi / TVDEMOS.ZIP / TVCMDS.H < prev    next >
Encoding:
Text File  |  1992-06-10  |  799 b   |  21 lines

  1. /*-----------------------------------------------------*/
  2. /*                                                     */
  3. /*   Turbo Vision 1.0                                  */
  4. /*   Copyright (c) 1991 by Borland International       */
  5. /*                                                     */
  6. /*   Tvcmds.h : Constants for TVDemo events            */
  7. /*-----------------------------------------------------*/
  8.  
  9. const int cmAboutCmd    = 100;
  10. const int cmPuzzleCmd   = 101;
  11. const int cmCalendarCmd = 102;
  12. const int cmAsciiCmd    = 103;
  13. const int cmCalcCmd     = 104;
  14. const int cmOpenCmd     = 105;
  15. const int cmChDirCmd    = 106;
  16. const int cmDOS_Cmd     = 107;
  17. const int cmMouseCmd    = 108;
  18. const int cmColorCmd    = 109;
  19. const int cmSaveCmd     = 110;
  20. const int cmRestoreCmd  = 111;
  21.