home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Pascal / TP.7_1 / TP / EXAMPLES / TVDEMO / DEMOHELP.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1992-10-05  |  1017 b   |  41 lines

  1. unit DEMOHELP;
  2.  
  3. interface
  4.  
  5. const
  6.  
  7.   hcAsciiTable           = 6;
  8.   hcCalculator           = 4;
  9.   hcCalendar             = 5;
  10.   hcCancelBtn            = 26;
  11.   hcFCChDirDBox          = 28;
  12.   hcFile                 = 13;
  13.   hcFOFileOpenDBox       = 22;
  14.   hcFOFiles              = 24;
  15.   hcFOName               = 23;
  16.   hcFOOpenBtn            = 25;
  17.   hcNoContext            = 0;
  18.   hcOCColorsDBox         = 30;
  19.   hcOColors              = 19;
  20.   hcOMMouseDBox          = 29;
  21.   hcOMouse               = 18;
  22.   hcOpenBtn              = 27;
  23.   hcOptions              = 17;
  24.   hcORestoreDesktop      = 21;
  25.   hcOSaveDesktop         = 20;
  26.   hcPrevious             = 16;
  27.   hcPuzzle               = 3;
  28.   hcSAbout               = 8;
  29.   hcSAsciiTable          = 11;
  30.   hcSCalculator          = 12;
  31.   hcSCalendar            = 10;
  32.   hcShowClip             = 14;
  33.   hcSPuzzle              = 9;
  34.   hcSystem               = 7;
  35.   hcViewer               = 2;
  36.   hcWindows              = 15;
  37.  
  38. implementation
  39.  
  40. end.
  41.