home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_144 / 2.ddi / TVDEMOS.ZIP / DEMOHELP.H < prev    next >
Encoding:
Text File  |  1992-06-10  |  1.7 KB  |  49 lines

  1. /*-------------------------------------------------------*/
  2. /*                                                       */
  3. /*   Turbo Vision 1.0                                    */
  4. /*   Copyright (c) 1991 by Borland International         */
  5. /*                                                       */
  6. /*   demohelp.h: Header file for TVDEMO containing       */
  7. /*               context help constants                  */
  8. /*-------------------------------------------------------*/
  9.  
  10. const
  11.   hcAsciiTable           = 6,
  12.   hcCalculator           = 4,
  13.   hcCalendar             = 5,
  14.   hcCancelBtn            = 35,
  15.   hcFCChDirDBox          = 37,
  16.   hcFChangeDir           = 15,
  17.   hcFDosShell            = 16,
  18.   hcFExit                = 17,
  19.   hcFOFileOpenDBox       = 31,
  20.   hcFOFiles              = 33,
  21.   hcFOName               = 32,
  22.   hcFOOpenBtn            = 34,
  23.   hcFOpen                = 14,
  24.   hcFile                 = 13,
  25.   hcOCColorsDBox         = 39,
  26.   hcOColors              = 28,
  27.   hcOMMouseDBox          = 38,
  28.   hcOMouse               = 27,
  29.   hcORestoreDesktop      = 30,
  30.   hcOSaveDesktop         = 29,
  31.   hcOpenBtn              = 36,
  32.   hcOptions              = 26,
  33.   hcPuzzle               = 3,
  34.   hcSAbout               = 8,
  35.   hcSAsciiTable          = 11,
  36.   hcSCalculator          = 12,
  37.   hcSCalendar            = 10,
  38.   hcSPuzzle              = 9,
  39.   hcSystem               = 7,
  40.   hcViewer               = 2,
  41.   hcWCascade             = 22,
  42.   hcWClose               = 25,
  43.   hcWNext                = 23,
  44.   hcWPrevious            = 24,
  45.   hcWSizeMove            = 19,
  46.   hcWTile                = 21,
  47.   hcWZoom                = 20,
  48.   hcWindows              = 18;
  49.